HP Xw460c HP Integrated Lights-Out 2 User Guide for Firmware 1.75 and 1.77 - Page 111

Mounting USB Virtual Media/USBKey in Linux, Virtual Media, Connect.

Page 111 highlights

In NetWare 6.5, use the lfvmount command on the server console to assign the device a drive letter. The NetWare 6.5 operating system will pick the first available drive letter for the Virtual Floppy drive. The volumes command can now be used by the server console to show the mount status of this new drive. When the drive letter shows as mounted, the drive will now be accessible through the server GUI as well as the system console. When the Virtual Floppy Drive is mounted, if the media is changed in the local floppy drive, the lfvmount command must be re-issued on the server console to see the new media in the NetWare 6.5 operating system. Mounting USB Virtual Media/USBKey in Linux 1. Access iLO 2 through a browser. 2. Select Virtual Media in the Virtual Devices tab. 3. Select a diskette drive or diskette image. a. For a floppy drive or image, select a Local Media Drive or Local Image File and click Connect. b. For a USB key drive or image, select a Local Image File and click Connect. For a physical USB key drive, enter /dev/sda in the Local Image File text box. 4. Load the USB drivers, using the following commands: modprobe usbcore modprobe usb-storage modprobe usb-ohci 5. Load the SCSI disk driver, using the following command: modprobe sd_mod 6. Mount the drive. o To mount the diskette drive, use the following command: mount /dev/sda /mnt/floppy -t vfat o To mount the USB key drive, use the following command: mount /dev/sda1 /mnt/keydrive NOTE: Use the man mount command for additional file system types. The floppy and key drive can be used as a Linux file system, if formatted as such, with the mount command. However, 1.44-Mb diskettes are usually accessed utilizing the mtools utilities distributed with both Red Hat and SLES. The default mtools configuration does not recognize a USB-connected floppy. To enable the various m commands to access the Virtual Floppy device, modify the existing /etc/mtools.conf file and add the following line: drive v: file="/dev/sda" exclusive To enable the various mtools commands to access the Virtual USBKey device, modify the existing /etc/mtools.conf file and add the following line: drive v: file="/dev/sda1" exclusive To list the Virtual USBKey device partition table to find the desired partition, use the following command: fdisk -l /dev/sda This modification enables the mtools suite to access the Virtual Floppy as v. For example: Using iLO 2 111

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235

Using iLO 2 111
In NetWare 6.5, use the
lfvmount
command on the server console to assign the device a drive letter.
The NetWare 6.5 operating system will pick the first available drive letter for the Virtual Floppy drive. The
volumes
command can now be used by the server console to show the mount status of this new drive.
When the drive letter shows as mounted, the drive will now be accessible through the server GUI as well
as the system console.
When the Virtual Floppy Drive is mounted, if the media is changed in the local floppy drive, the
lfvmount
command must be re-issued on the server console to see the new media in the NetWare 6.5
operating system.
Mounting USB Virtual Media/USBKey in Linux
1.
Access iLO 2 through a browser.
2.
Select
Virtual Media
in the Virtual Devices tab.
3.
Select a diskette drive or diskette image.
a.
For a floppy drive or image, select a Local Media Drive or Local Image File and click
Connect.
b.
For a USB key drive or image, select a Local Image File and click
Connect.
For a physical USB key drive, enter
/dev/sda
in the Local Image File text box.
4.
Load the USB drivers, using the following commands:
modprobe usbcore
modprobe usb-storage
modprobe usb-ohci
5.
Load the SCSI disk driver, using the following command:
modprobe sd_mod
6.
Mount the drive.
o
To mount the diskette drive, use the following command:
mount /dev/sda
/mnt/floppy –t vfat
o
To mount the USB key drive, use the following command:
mount /dev/sda1
/mnt/keydrive
NOTE:
Use the
man mount
command for additional file system types.
The floppy and key drive can be used as a Linux file system, if formatted as such, with the
mount
command. However, 1.44-Mb diskettes are usually accessed utilizing the mtools utilities distributed with
both Red Hat and SLES. The default mtools configuration does not recognize a USB-connected floppy. To
enable the various m commands to access the Virtual Floppy device, modify the existing /etc/mtools.conf
file and add the following line:
drive v: file="/dev/sda" exclusive
To enable the various mtools commands to access the Virtual USBKey device, modify the existing
/etc/mtools.conf file and add the following line:
drive v: file="/dev/sda1" exclusive
To list the Virtual USBKey device partition table to find the desired partition, use the following command:
fdisk -l /dev/sda
This modification enables the mtools suite to access the Virtual Floppy as v. For example: