JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Server CLI Tools and IPMItool 2.1 User's Guide
search filter icon
search icon

Document Information

Preface

Documentation and Feedback

About This Documentation (PDF and HTML)

Change History

Oracle Hardware CLI Tools Overview

Installing Components Using the Oracle Hardware Management Pack Installer

Getting Started

Prerequisites

Installation Issues

Getting the Software

Installing Hardware Management Pack Components Using Installer

CLI Tools Command Syntax and Conventions

CLI Tools Command Syntax

CLI Tools Device-Naming Convention

Using the biosconfig Tool

biosconfig Dependencies

biosconfig Terminology

Using biosconfig

biosconfig for Solaris OS

biosconfig for Windows

biosconfig Command Overview

What Changes the Boot List

Important Notes on Devices

Configuring the Device Boot Order

BIOS CMOS Configuration

Commands That Produce Unrelated, Innocuous, Extra Output

Using the fwupdate Tool

fwupdate Command-Line Interface

update Subcommand

list Subcommand

reset Subcommand

Device-Naming Convention

Execution Summary

Using the raidconfig Tool

raidconfig Overview

raidconfig Command Overview

list Subcommand

create raid Subcommand

delete raid Subcommand

add spare Subcommand

remove spare Subcommand and Options

modify Subcommand

export Subcommand

raidconfig export Options

import Subcommand

Using the ilomconfig Tool

ilomconfig Overview

ilomconfig Commands

Using ipmitool for Windows

ipmitool Overview

Sun IPMI System Management Driver 2.1

Using ipmitool for Configuration Tasks

CLI Tools Error Codes

Common Error Codes

biosconfig Error Codes

raidconfig Error Codes

ilomconfig Error Codes

fwupdate Error Codes

Index

raidconfig Command Overview

The raidconfig commands adhere to the following command syntax:

raidconfig subcommand device-type -option(s)

For Solaris, after hot-plugging any device, run the devfsadm -C command to reenumerate all of the system device nodes before running the raidconfig command.

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

The following options apply to all CLI tools commands including raidconfig:

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

If you use the --help or --version options, the raidconfig command does not require subcommands, otherwise one or more subcommands are mandatory to the raidconfig command.

The following are subcommands for raidconfig:

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
Create a RAID volume.
delete
Delete a RAID volume.
modify
Modify a RAID volume or a disk.
add
Add a spare disk.
remove
Remove a spare disk.
export
Generate an XML file from a RAID configuration.
import
Read in a RAID configuration and create RAID volumes and spares.

The subcommands are discussed below. 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.