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

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

Page 21 highlights

If this occurs, the CD may get mounted with the no execution flag, causing the installation script to fail. Installation failure may be indicated by the following error message: # ./install_smb.sh The following is returned: bash: ./install_smb.sh: /bin/sh: bad interpreter: Permission denied 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 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 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 HP StorageWorks Simple SAN Connection Manager User Guide 21

  • 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

HP StorageWorks Simple SAN Connection Manager User Guide
21
If this occurs, the CD may get mounted with the
no execution
flag, causing the installation script
to fail. Installation failure may be indicated by the following error message:
# ./install_smb.sh
The following is returned:
bash: ./install_smb.sh: /bin/sh: bad interpreter: Permission denied
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 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 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