Perform this task only if your server had RAID volumes prior to replacing the motherboard.
Refer to Servers Administration for instructions.
-> set /HOST/bootmode script="setenv auto-boot? false"
See Power On the Server (Oracle ILOM) or Power On the Server (System Power Button).
ok show-devs ... /pci@301/pci@1/scsi@0 /pci@303/pci@1/scsi@0 ...
You can also use the devalias command to locate device paths specific to your server.
ok devalias ... SAS0 /pci@301/pci@1/scsi@0 SAS1 /pci@303/pci@1/scsi@0 ...
ok select scsi
Instead of using the alias name scsi, you could type the full device path name (such as /pci@400/pci@2/pci@0/pci@e/scsi@0).
ok show-volumes
For example, the following output shows an inactive volume:
ok show-volumes Volume 0 Target 389 Type RAID1 (Mirroring) WWID 03b2999bca4dc677 Optimal Enabled Inactive 2 Members 583983104 Blocks, 298 GB . Disk 1 Member 0 Optimal Target a HGST H101860SFSUN600G A770 PhyNum 1 Disk 0 Member 1 Optimal Target b HGST H101860SFSUN600G A770 PhyNum 2
ok inactive_volume activate-volume
where inactive_volume is the name of the RAID volume that you are activating. For example:
ok 0 activate-volume Volume 0 is now activated
ok unselect-dev
ok probe-scsi-all /pci@308/pci@1/usb@0/hub@1/storage@3 Unit 0 Disk smiMICRON eUSB DISK 1112 . /pci@308/pci@1/usb@0/hub@1/storage@1 Unit 0 Removable Read Only device SUNRemote ISO CDROM1.01 . /pci@308/pci@1/usb@0/hub@5/device@4/storage@0 Unit 0 Removable Read Only device TEAC DV-W28S-C LT11 . /pci@303/pci@1/scsi@0 . FCode Version 1.00.64, MPT Version 2.05, Firmware Version 5.05.00.00 Target 9 Unit 0 Disk HGST H101860SFSUN600G A770 1172123568 Blocks, 600 GB SASDeviceName 5000cca02f0a1560 SASAddress 5000cca02f0a1561 PhyNum 0 . Target 389 Volume 0 Unit 0 Disk LSI Logical Volume 3000 583983104 Blocks, 298 GB VolumeDeviceName 33b2999bca4dc677 VolumeWWID 03b2999bca4dc677 /pci@301/pci@1/scsi@0 . FCode Version 1.00.64, MPT Version 2.05, Firmware Version 5.05.00.00
ok setenv auto-boot? true
See Server Administration.