HP 8/20q HP StorageWorks Simple SAN Connection Manager User Guide (5697-0633, - Page 16

QLogic FC HBA driver only updated on RH4, Suse 9, and RH5.2, HP Array Configuration Utility

Page 16 highlights

The workaround is to manually mount the installation CD. For example, if the CD was auto-mounted in /media/HpInstallx.x, issue these commands to unmount, and then remount the CD: # unmount /media/HpInstallx.x # mkdir -p /mnt/cdrom # mount /dev/cdrom /mnt/cdrom If the unmount command fails with a busy warning, make sure that all applications and consoles that could be using the CD media are closed, and then try again. 2. Change directory to the linux directory. For example, if the installation CD is mounted in /mnt/cdrom, issue the following command: # cd /mnt/cdrom/HP_SSCM/linux/ 3. Run the install_smb.sh script as follows: # ./install_smb.sh This will install the following components: • QLogic FC HBA driver (only updated on RH4, Suse 9, and RH5.2) • HP Array Configuration Utility • QLogic SANsurfer agent, QLRemote (if possible, the installation program will also start the SANsurfer agent, QLRemote) 4. If the following message appears at the end of the installation, you must restart the computer, otherwise, continue with step 6: New driver and qlremote installed but not active. For new driver and qlremote to be active either: Reboot the system (Mandatory in case of Boot From SAN) or Stop all the applications using QLogic driver. Unload QLogic driver by executing following command: # modprobe -r qla2XXX (ex. qla2300, qla2400) Reload new driver by executing following command: # modprobe -v qla2xxx Start qlremote as follows: # /etc/init.d/qlremote start Rebooting the system will automatically load new driver and start qlremote. 5. To install the Linux driver with FDMI enabled (by default, FDMI is disabled), issue the following command: # modprobe -v qla2xxx ql2xfdmienable=1 6. To verify that the installation completed, check the FC HBA driver version: a. To ensure that the driver is installed in the correct location, issue the following command: # modinfo qla2xxx The following is returned: Filename: /lib/modules/2.6.9-55.ELsmp/kernel/drivers/scsi/qla2xxx/qla2xxx.ko Version: 8.02.23 653675A771C3619AEEA4E9A b. To verify that the driver is loaded, issue the following command: # lsmod | grep qla2xxx The following is returned: qla2xxx_conf 303752 qla2xxx 982688 scsi_mod 445298 1 0 qla2xxx 16 Installing, Upgrading, and Removing Simple SAN Connection Manager

  • 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

16
Installing, Upgrading, and Removing Simple SAN Connection Manager
The workaround is to manually mount the installation CD. For example, if the CD was auto-mounted
in
/media/HpInstall
x
.
x
, issue these commands to unmount, and then remount the CD:
# unmount /media/HpInstall
x
.
x
# mkdir -p /mnt/cdrom
# mount /dev/cdrom /mnt/cdrom
If the
unmount
command fails with a busy warning, make sure that all applications and consoles
that could be using the CD media are closed, and then try again.
2.
Change directory to the
linux
directory. For example, if the installation CD is mounted in
/mnt/cdrom
, issue the following command:
# cd /mnt/cdrom/HP_SSCM/linux/
3.
Run the
install_smb.sh
script as follows:
# ./install_smb.sh
This will install the following components:
QLogic FC HBA driver (only updated on RH4, Suse 9, and RH5.2)
HP Array Configuration Utility
QLogic SANsurfer agent, QLRemote (if possible, the installation program will also start the
SANsurfer agent, QLRemote)
4.
If the following message appears at the end of the installation, you must restart the computer, otherwise,
continue with
step 6
:
New driver and qlremote installed but not active.
For new driver and qlremote to be active either:
Reboot the system (Mandatory in case of Boot From SAN)
or
Stop all the applications using QLogic driver.
Unload QLogic driver by executing following command:
# modprobe -r qla2XXX (ex. qla2300, qla2400)
Reload new driver by executing following command:
# modprobe -v qla2xxx
Start qlremote as follows:
# /etc/init.d/qlremote start
Rebooting the system will automatically load new driver and start qlremote.
5.
To install the Linux driver with FDMI enabled (by default, FDMI is disabled), issue the following
command:
# modprobe -v qla2
xxx
ql2
x
fdmienable=1
6.
To verify that the installation completed, check the FC HBA driver version:
a.
To ensure that the driver is installed in the correct location, issue the following command:
# modinfo qla2
xxx
The following is returned:
Filename: /lib/modules/2.6.9-55.ELsmp/kernel/drivers/scsi/qla2
xxx
/qla2
xxx
.ko
Version: 8.02.23 653675A771C3619AEEA4E9A
b.
To verify that the driver is loaded, issue the following command:
# lsmod | grep qla2
xxx
The following is returned:
qla2
xxx
_conf 303752 1
qla2
xxx
982688 0
scsi_mod
445298 qla2
xxx