7
Figure 209 Displaying FC HBA details
Installing the FC HBA
1. Obtain the driver from the H3C website and mount the driver to the server.
2. Execute the
mount command to mount the virtual media to the /mnt directory.
The virtual media often resides in the /dev/sr0 directory.
3. Execute the
ls command to verify that the .tar.gz driver file has been mounted.
4. Execute the
cp command to copy the driver file in the /mnt directory to the /tmp directory.
Figure 210 Mounting and copying the driver file
5. Execute the cd command to enter the /tmp directory where the driver resides, and then
execute the
tar –zxvf filename.tar.gz command to decompress the .tar.gz file.
Figure 211 Decompressing the .tar.gz file
6. Execute the cd command to enter the directory where the decompressed file resides, and then
execute the
./extras/build.sh install command to start driver installation.
The path for the build.sh script in this example might differ from your product.