JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle® Server CLI Tools User's Guide
Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Oracle Server CLI Tools Overview

CLI Tools Command Syntax and Conventions

Using the biosconfig Tool

Using the ubiosconfig Tool

Using the fwupdate Tool

Using the raidconfig Tool

raidconfig Overview

raidconfig Requirements

raidconfig Command Overview

list Subcommand

list Subcommand Overview

Brief Listing Example

Brief Listing of a Disk Example

Detailed Listing Example

create raid Subcommand

How To Create a RAID Volume

delete raid Subcommand

How To Delete a RAID Volume

add disk Subcommand

How to Add a Disk

remove disk Subcommand

How to Remove a Disk from a RAID Volume

add spare Subcommand

How to Add a Spare

remove spare Subcommand

How to Remove a Spare Disk or a RAID Volume

modify Subcommand

How to Modify the BIOS Boot Target

How to Disable Auto Rebuild

How to Modify a RAID Volume Name

start task and stop task Subcommands

Start and Stop Task Examples

restore config and clear config Subcommands

How to Check a Controller Configuration Exists

How to Restore a RAID Controller Configuration

How to Clear a RAID Controller Configuration

export Subcommand

How to Export Inventory Data to a File

import Subcommand

How to Configure RAID Volumes from a File

Creating RAID Volumes With Partial Disks

Guidelines for Using the RAID Volume Size Option

Disk Display

Deletion of RAID Volumes With Partial Disks

Exporting a RAID Configuration Including a RAID Volume With Partial Disks

Adding or Removing a Partial Disk

Using the ilomconfig Tool

Using the hwmgmtcli Tool

Using the zoningcli Tool

Using ipmitool for Windows

CLI Tools Error Codes

Index

Brief Listing Example

The following example shows a brief listing of all available controllers, RAID volumes, disks in use, and available disks:

raidconfig list all
CONTROLLER c0
=============
Manufacturer   Model     F/W Version    RAID Volumes   Disks
------------------------------------------------------------
Adaptec        0x0285    5.2-0          4              8
RAID Volumes
============
ID     Name               Device     Status        Num Disks   Level   Size (GB)
--------------------------------------------------------------------------------
c0r0   0919XF5017-0       /dev/sda   OK            1           Simple  146
c0r1   raid1              /dev/sdb   OK            2           0       293
c0r2   raid2              /dev/sdc   OK            3           10      146
c0r3   noname             /dev/sdd   OK            2           0       293
DISKS In Use
============
ID      Chassis   Slot   RAID ID   Status    Type   Media   Spare      Size (GB)
--------------------------------------------------------------------------------
c0d0    0         0      c0r0      OK        sas    HDD     -          146
c0d1    0         1      c0r2      OK        sas    HDD     -          146
c0d2    0         2      c0r3      OK        sas    HDD     -          146
c0d3    0         3      c0r3      OK        sas    HDD     -          146
c0d4    0         4      c0r2      OK        sas    HDD     -          146
c0d5    0         5      c0r2      -         sas    HDD     Dedicated  146
c0d6    0         6      c0r1      OK        sas    HDD     -          146
c0d7    0         7      c0r1      OK        sas    HDD     -          146 

See also: