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

modify Subcommand

The modify subcommand modifies the attributes of a RAID volume and certain controller attributes. The modify subcommand requires one of the options shown in the following table.

Short Option
Long Option
Description
–r
–-raid
Specifies the RAID volume to modify. This is required for the modify raid subcommand.
-c
–-controller
Specifies the controller to modify. This is required for the modify controller subcommand.

The following table lists additional options for the modify subcommand.

Option
Description
–-raid
Specifies the RAID volume to modify.
–-name
Specifies the user-defined name to identify the RAID volume. Can be set to an empty string ("").
–-read-cache
Write cache can be one of the following:
disabled – Disables RAID read caching
enabled – Enables RAID read caching
–-write-cache
Write cache can be one of the following:
disabled – Disables RAID write caching.
enabled – Enables RAID write caching.
enabled_protect – Enables caching only if the battery is available.
–-bios-boot-target=true
Sets the boot target. When this option is set to true for a specific RAID volume, that RAID volume becomes the BIOS boot target.
–-disable-auto-rebuild=true|false
Disables auto rebuild. When this option is set to true for a specific controller, auto rebuild will be disabled. If the option is set to false, a hot spare can automatically replace a faulty disk, in which case a long running background task is started.

Note ‐ Not all controllers support modifications of –-read-cache, –-write-cache, ––bios-boot-target and –-disable-auto-rebuild.