- 论坛徽章:
- 7
|
I think, if you created one hardware RAID volume in V445, and you move around this member disk to another box, you must activate this RAID volume. Otherwise this hard raid volume is invisible by default. Please try :
To Activate LSI RAID Volumes for SPARC Server Blades
Go to the OBP prompt.
At the command line, set the auto-boot? and fcode-debug? variables to false and reset the system.
ok setenv auto-boot? false
auto-boot? = false
ok setenv fcode-debug? true
fcode-debug? = true
ok reset-all
Find the path to the controller.
ok show-disks
a) /pci@0/pci@0/pci@2/LSILogic,sas@0/disk
b) /pci@0/pci@0/pci@1/pci@0/usb@1,2/storage@1/disk
q) NO SELECTION
Enter Selection, q to quit: q
ok
Note - You are looking for the path to the controller. For the T6320 and T6340 blades it contains the phrase “LSILogic,sas@0”. For the T6300 blade, it contains the phrase “scsi@0“.
Select the controller.
ok select /pci@0/pci@0/pci@2/LSILogic,sas@0
Show the volumes, looking for any that are inactive.
ok show-volumes
Activate the inactive volumes. Repeat the command to activate all inactive volumes. For example, to activate volume number 1 type:
ok 1 activate-volume
Note - There might be more than two inactive RAID volumes, but you cannot activate more than two.
Deselect the controller.
ok unselect-dev
Set the auto-boot? and fcode-debug? variables to true and reset the system.
ok setenv auto-boot? true
auto-boot? = true
ok setenv fcode-debug? true
fcode-debug? = true
ok reset-all |
|