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

modify Options

How to Modify a RAID Volume Name

export Subcommand

raidconfig export Options

How to Export an Inventory to a File

import Subcommand

How to Configure RAID Volumes from a File

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 export Options

The export subcommand can be used to write the inventory or configuration to an XML file.

This subcommand must take at least one of the following required subcommands:

Option
Description
inventory
Inventory — Exports and writes all controller, RAID volume, and physical disk information to an XML file.
config
Configuration — Exports and writes only configuration fields to an XML file in a format that can be imported.

This subcommand must take one or more of the following required options:

Option
Description
--use-number-disks
Number of disks in a volume — For configuration data, instead of listing each disk in a RAID volume, the XML file can contain the number of disks in each RAID volume.

How to Export an Inventory to a File

To export the inventory or a configuration and write it to a file:

  1. To export the inventory and write it to a file, issue the following command:

    raidconfig export inventory raid_inv.xml

  2. To export a configuration and write it to a file, issue the following command:

    raidconfig export config raid_config.xml

See Also