Go to main content

SPARC T8-1 Server Service Manual

Exit Print View

Updated: January 2022
 
 

Reactivate RAID Volumes

Perform this task only if your server had RAID volumes prior to replacing the motherboard.

  1. Prior to powering on the server, log in to the SP.

    Refer to Log In to Oracle ILOM in SPARC T8 Series Servers Administration Guide for instructions.

  2. At the Oracle ILOM prompt, disable auto-boot so that the server will not boot the OS when the server powers on.
    -> set /HOST/bootmode script="setenv auto-boot? false"
    
  3. Power on the server.

    See Power On the Server (Oracle ILOM) or Power On the Server (System Power Button).

  4. At the OpenBoot prompt, list the device paths on the server.
    ok show-devs
    ...
    /pci@301/pci@2/scsi@0/disk@p0
    ...
    

    You can also use the devalias command to locate device paths specific to your server.

    ok devalias
    ...
    scsi0                    /pci@301/pci@2/scsi@0
    scsi                     /pci@301/pci@2/scsi@0
    ...
    
  5. Choose the RAID module on the motherboard.
    ok select scsi
    

    Instead of using the alias name scsi, you could type the full device path name (such as /pci@301/pci@2/scsi@0).

  6. List all connected logical RAID volumes to determine which volumes are in an inactive state.
    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 
        Primary  Optimal 
        Target 9      HITACHI  H103030SCSUN300G A2A8
      Disk 0 
        Secondary  Optimal 
        Target c      HITACHI  H103030SCSUN300G A2A8
    
  7. For each RAID volume listed as inactive, type the following command to activate that volume.
    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
    

    Note -  For more information on configuring hardware RAID on the server, refer to Configuring Hardware RAID in SPARC T8 Series Servers Administration Guide.
  8. Unselect the SCSI device.
    ok unselect-dev
    
  9. Confirm that you reactivated the volume.
    ok probe-scsi-all
    /pci@301/pci@2/scsi@0
    
    FCode Version 1.00.54, MPT Version 2.00, Firmware Version 5.00.17.00
    
    Target a 
      Unit 0   Removable Read Only device   TEAC    DV-W28SS-R      1.0C                    
      SATA device  PhyNum 3 
    Target b 
    GB  Unit 0   Disk   SEAGATE  ST914603SSUN146G 0868    286739329 Blocks, 146 
      SASDeviceName 5000c50016f75e4f  SASAddress 5000c50016f75e4d  PhyNum 1 
    Target 389 Volume 0 
      Unit 0   Disk   LSI      Logical Volume   3000    583983104 Blocks, 298 GB
      VolumeDeviceName 33b2999bca4dc677  VolumeWWID 03b2999bca4dc677
    
    /pci@300/pci@2/usb@0/hub@3/storage@1/disk@0
      Unit 0   Removable Read Only device    AMI     Virtual CDROM   1.00
    
    ok probe-nvme-all
    /pci@303/pci@2/pci@0/pci@7/nvme@0
    NVME Controller VID: 8086 SSVID: 108e SN: PHLE719200D06P4O MN: 7335940:ICDPC2DD2ORA6.4T FR: QDV1RD06 NN: 1
    Namespace ID: 1 Size: 6.401 TB
    
    /pci@303/pci@2/pci@0/pci@6/nvme@0
    NVME Controller VID: 8086 SSVID: 108e SN: PHLE7192009Z6P4O MN: 7335940:ICDPC2DD2ORA6.4T FR: QDV1RD06 NN: 1
    Namespace ID: 1 Size: 6.401 TB
    
    /pci@303/pci@2/pci@0/pci@5/nvme@0
    NVME Controller VID: 8086 SSVID: 108e SN: PHLE719200736P4O MN: 7335940:ICDPC2DD2ORA6.4T FR: QDV1RD06 NN: 1
    Namespace ID: 1 Size: 6.401 TB
    
    /pci@303/pci@2/pci@0/pci@4/nvme@0
    NVME Controller VID: 8086 SSVID: 108e SN: PHLE7192003G6P4O MN: 7335940:ICDPC2DD2ORA6.4T FR: QDV1RD06 NN: 1
    Namespace ID: 1 Size: 6.401 TB
  10. Set the server to boot the OS when powered on.
    ok setenv auto-boot? true
    
  11. Reboot the server.

    See Server Administration, booting and shutting down Oracle Solaris.

Related Information