Go to main content

SPARC T7 Series Servers Administration Guide

Exit Print View

Updated: August 2017
 
 

Prepare to Create a RAID Hardware Volume (FCode-based RAID Utility)

Perform this procedure to be ready to create a RAID volume using the FCode-based RAID utility. This procedure also enables you to use other FCode-based RAID utility commands on a specific controller.

  1. Perform the following procedure from an Xterm or an equivalent terminal window that supports scrolling.

    Note - OpenBoot commands and FCode-based commands produce large amounts of detailed output. An Xterm or Gnome terminal window provides scroll bar functionality, which helps you view such output.
  2. Either apply power to the server or reset the server if power is already present, and disable auto-boot in the OpenBoot environment.

    See Obtaining the OpenBoot Prompt.

  3. Enter the OpenBoot environment.
  4. List the device paths on the server.

    For example, the output from the command might include this line for a SPARC T7-1:

    ok show-devs
    ...
    /pci@301/pci@2/scsi@0
    ...
    
  5. Use the OpenBoot select command to specify the controller where you want to create a hardware RAID volume.
    ok select /pci@301/pci@2/scsi@0
    

    Instead of using the entire device path for the controller, you can use a preconfigured alias for a controller. For example:

    ok select scsi_alias
    

    where scsi_alias corresponds to a preconfigured alias you had previously created for your path.


    Note - To view the preconfigured aliases on the server, use the OpenBoot devalias command. See Locate Device Paths (OpenBoot).
  6. If you decide to select a different controller after performing the previous step, you must unselect the current controller.
    ok unselect-dev
    

    Now you can select a different controller, as described in the previous step. You can then run other FCode-based RAID commands that apply to the selected controller.

  7. Continue to create a hardware RAID volume on the selected controller.

    See Create a Hardware RAID Volume (FCode-based RAID Utility).

Related Information