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

raidconfig Command Overview

The raidconfig commands use the following command syntax:

raidconfig subcommand device-type -option(s)

When a command fails, it returns one of several failure codes listed in raidconfig Error Codes.

The options shown in the following table apply to all CLI Tools commands including raidconfig.

Short Option
Long Option
Description
–?
–-help
Displays help information.
–V
–-version
Displays the tool version.
–q
–-quiet
Suppresses informational message output and only returns error codes.
–y
–-yes
Confirms operation. Does not prompt user for confirmation on the operation when running.

The raidconfig command requires subcommands unless used with the –-help or –-version options.

The following table lists the raidconfig subcommands.

Command
Function
list
Lists information on controllers, RAID volumes and disks, including disks not in a RAID volume. Specific devices can be selected for display.
create
Creates a RAID volume.
delete
Deletes a RAID volume.
add
Adds a specified disk or spare.
remove
Removes a specified disk or spare.
modify
Modifies a RAID volume or a disk.
start
Starts a maintenance task.
stop
Stops a maintenance task.
restore
Finds the RAID configuration saved on a disk and restore it.
clear
Clears the RAID configuration saved on the disks of a defined controller.
export
Generates an XML file from a RAID configuration.
import
Reads in a RAID configuration and create RAID volumes and spares.

Whenever devices (controllers, RAID volumes, and disks) are used with commands, they must be uniquely identified. For information on how to do so, see the device-naming scheme at CLI Tools Device-Naming Convention.

Device naming is shared with other CLI Tools based on the storage library.

See also CLI Tools Command Syntax and Conventions.