Go to main content

Oracle® Server CLI Tools for Oracle Solaris 11.3 User's Guide

Exit Print View

Updated: April 2018
 
 

Enable or Disable JBOD Mode

For a system with a SAS3 HBA, starting with the Oracle Storage 12 Gb SAS RAID PCIe HBA, Internal (7110116, 7110117), you have the option to enable JBOD mode so that the underlying operating system can have the access to a disk directly without creating a RAID volume first. If JBOD mode is not enabled, the underlying operating system is not able to see the disk until the disk is included in a RAID volume.

You can enable JBOD mode on either a disk or controller. If you enable JBOD mode on the controller, all the disks on that controller will be in JBOD mode. Disk JBOD mode cannot be enabled until its controller has JBOD mode enabled.


Note -  Do not disable JBOD mode on a controller if one of its disks in JBOD mode has the OS installed on it. Also, do not disable JBOD mode on an individual disk if that disk that has the OS installed on it.
  1. To enable or disable JBOD mode on a controller, type:

    # raidconfig modify controller -c controller --jbod enabled|disabled

    When you enable JBOD mode on the controller, all the disks on that controller will be in JBOD mode. Disks can then have JBOD mode enabled or disabled individually. If you disable JBOD mode on a controller, any disks in JBOD mode will have JBOD mode disabled.

  2. To enable or disable JBOD mode on a disk, type:

    # raidconfig modify disk -d disk --jbod enabled|disabled

    The following example shows output for JBOD mode enabled on c0, then disabled on just disk 7.

    CONTROLLER c0
    =============
    Manufacturer   Model                    F/W Version    RAID Volumes   Disks
    ---------------------------------------------------------------------------
    LSI Logic      MegaRAID 9361-8i         4.220.20-3050  1              8
    
    RAID Volumes
    ============
    ID     Name            Device            Status    Num Disks   Level   Size (GiB)
    ---------------------------------------------------------------------------------
    c0r1   OEL             /dev/sda          OK        1           0       465
    
    DISKS In Use
    ============
    ID      Chassis   Slot   RAID ID   Status    Type   Media   Spare      Size (GiB)
    ---------------------------------------------------------------------------------
    c0d0    0         0      c0r1      OK        sata   HDD     -          465
    
    DISKS Available
    ===============
    ID      Chassis   Slot   RAID ID   Status    Type   Media   Spare      Size (GiB)
    ---------------------------------------------------------------------------------
    c0d1    0         1      -         JBOD      sas    HDD     -          137
    c0d2    0         2      -         JBOD      sas    HDD     -          137
    c0d3    0         3      -         JBOD      sas    HDD     -          137
    c0d4    0         4      -         JBOD      sas    HDD     -          137
    c0d5    0         5      -         JBOD      sas    HDD     -          137
    c0d6    0         6      -         JBOD      sata   HDD     -          466
    c0d7    0         7      -         OK        sata   HDD     -          466