- 论坛徽章:
- 0
|
7133 service guide上写的很清楚啊。\r\n\r\n1. Find the pdisk or hdisk number that you want to change, and select a new (unused)\r\nname.\r\n2. Give the command:\r\nlsdev -Cl [disknumber] -Fconnwhere\r\nwhere [disknumber] is the pdisk or hdisk number (for example, pdisk0) that you\r\nwant to change.\r\nThe command returns a ConnectionLocation number (for example,\r\n004AC5119E000D).\r\n3. Make a note of this number; you will need it later in this procedure.\r\n4. Give the command:\r\nlsdev -Cl [disknumber] -Ftype\r\nwhere [disknumber] is the pdisk or hdisk number (for example, pdisk0) that you\r\nwant to change.\r\nThe command returns the device Type for the disk.\r\n5. Make a note of this device type; you will need it later in this procedure.\r\n6. Remove the existing pdisk or hdisk number from the configuration. Give the\r\ncommand:\r\nrmdev -l [disknumber] -d\r\nwhere [disknumber] is the pdisk or hdisk number (for example, pdisk0) that you\r\nwant to remove.\r\n7. Give the command:\r\nmkdev -pssar -t [Type] -c [Class] -s ssar -w [ConnectionLocation] -l [NewDiskName]\r\nwhere:\r\n[Type] is the disk type that you noted in step 5.\r\n[Class] is pdisk for a pdisk, or disk for an hdisk.\r\n[ConnectionLocation] is the number that you noted in step 3.\r\n[NewDiskName] is the pdisk or hdisk number (for example, pdisk0) that you want\r\nfor the disk.\r\nFor example:\r\nmkdev -p ssar -t scsd -c pdisk -s ssar -w 004AC5119E000D -l pdisk50 |
|