| RESOLUTION Customers planning to upgrade 1/8 Autoloader
firmware should follow these steps.
1. Before the upgrade, enter the following command and record the
HWID and Device File values:
hwmgr -show scsi -type
changer
SCSI
DEVICE DEVICE DRIVER NUM DEVICE FIRST
HWID: DEVICEID HOSTNAME TYPE SUBTYPE OWNER PATH
FILE VALID PATH
--------------------------------------------------------------------
152: 2 ssdc15
changer none 0 1
mc8 [4/5/1]
2. Update to v1.50 or N14r
firmware.
3. Enter the following commands.
For a nonclusterd system, use:
hwmgr -scan component
evmwatch -f '[name sys.unix.*]' | evmshow|grep "hardware scan"
Wait for the host to report scan completed with the following
message:
A hardware scan has just
completed
For a clustered system, add the -cluster switch to the hwmgr
command:
hwmgr -scan component -cluster
evmwatch -f '[name sys.unix.*]' | evmshow|grep "hardware scan"
Wait for all members to complete the scan.
4. Enter the following hwmgr command and record the results:
hwmgr -show scsi -type changer
SCSI
DEVICE DEVICE DRIVER NUM DEVICE FIRST
HWID: DEVICEID HOSTNAME TYPE SUBTYPE OWNER PATH
FILE VALID PATH
--------------------------------------------------------------------
152: 2 ssdc15
changer none 0 1
mc8
153: 3 ssdc15
changer none 0 1
mc11 [4/5/1]
In this example, device file mc11 HWID 153 will be reassigned
back to HWID 152 device file mc8 by performing the remaining command
sequences. The HWID and DEVICE FILE values are configuration
specific. Record the results from the hwmgr command.
5. Delete HWID from the previous mc8 assignment:
hwmgr -delete component -id 152
6. Reassign HWID 153 mc11 to mc8 device file:
dsfmgr -m mc11 mc8
7. Verify proper assignment:
hwmgr -show scsi -type changer
SCSI
DEVICE DEVICE DRIVER NUM DEVICE FIRST
HWID: DEVICEID HOSTNAME TYPE SUBTYPE OWNER PATH
FILE VALID PATH
--------------------------------------------------------------------
153: 3 ssdc15
changer none 0 1
mc8 [4/5/1]
|