JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Hardware Management Pack 2.2.x HTML Documentation Collection
Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Install Guide

Management Agents User's Guide

CLI Tools User's Guide

Oracle Server CLI Tools Overview

CLI Tools Command Syntax and Conventions

CLI Tools Command Syntax

CLI Tools Device-Naming Convention

Using the biosconfig Tool

biosconfig Overview

biosconfig Requirements

biosconfig Terminology

Device Terminology Used by biosconfig

Device Name Examples

Editing XML Files

biosconfig Command Overview

biosconfig for Oracle Solaris OS

biosconfig for Windows

How to Install the biosconfig Sun System Management Driver on Windows 2008 R2 and Windows 2008 64–bit

How to Uninstall the biosconfig Sun System Management Driver on Windows 2008 R2 and Windows 2008 64–bit

Viewing biosconfig Command Options and Version Information

How to View biosconfig Command Options

How to View biosconfig Version Information

Configuring the Device Boot Order

Methods for Changing the Boot List

How to Set the First Boot Device for the Next Boot

How to Make a Persistent Change to Boot Order

How to Change Boot Order Based on the PCI Bus, Device, or Function

Configuring the BIOS CMOS

How to Capture the BIOS CMOS Golden Image

How to Apply the BIOS CMOS Golden Image

Configuring Individual CMOS Settings

Static and Dynamic CMOS Settings

How to Configure a Static CMOS Setting

How to Configure a Dynamic Setting

Commands That Produce Unrelated, Innocuous, Extra Output

Using the ubiosconfig Tool

ubiosconfig Command Overview

export Subcommand

import Subcommand

list Subcommand

cancel Subcommand

reset Subcommand

Using the fwupdate Tool

fwupdate Overview

fwupdate Command Prerequsite

Downloading Firmware Files

Automatic and Manual Update Modes

Host-to-ILOM Interconnect

fwupdate Command Overview

fwupdate Command-Line Interface

Automatic Mode fwupdate Command-Line Interface

Manual Mode fwupdate Command-Line Interface

list Subcommand

update Subcommand

Automatic Mode update Subcommand

Manual Mode update Subcommand

reset Subcommand

fwupdate Network Based Service Processor Options

How to Use fwupdate to Update an Oracle ILOM Service Processor

Execution Summary

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

ilomconfig Overview

ilomconfig Features

Restoring and Modifying Oracle ILOM XML Configuration Files

Host-to-ILOM Interconnect

OS-Specific Notes

ilomconfig Commands

ilomconfig Command Usage

Options

Subcommands

XML File Configuration Commands

How to Export an XML Configuration

How to Import an XML Configuration

How to Restore Oracle ILOM to Defaults

How to List System Summary Information

How to Create a User

How to Delete a User

How to Modify a User Password or Role

How to List Users

How to List an SNMP Community

How to Create an SNMP Community

How to List IPv4 Network Settings

How to Modify IPv4 Network Settings

How to List IPv6 Network Settings

How to Modify IPv6 Network Settings

How to List Service Processor Identification Information

How to Modify Identification Information

How to List DNS Information

How to Modify DNS Information

How to List Clock Information

How to Modify Clock Information

Host-to-ILOM Interconnect Configuration Commands

How to Enable the Host-to-ILOM Interconnect

How to Disable the Host-to-ILOM Interconnect

How to Modify the Host-to-ILOM Interconnect

How to List the Host-to-ILOM Interconnect Settings

How to Set Up a Credential Cache on the Host

How to Delete a Credential Cache on the Host

Using the hwmgmtcli Tool

hwmgmtcli Command Overview

list Subcommand

How to List Subsystem Information

How to View Open Problems

export Subcommand

How to Export Subsystem Information

Using the zoningcli Tool

zoningcli Command Overview

list expander Subcommand

How to List Zoning Information

enable zoning and disable zoning Subcommands

How to Enable and Disable Zoning

Using ipmitool for Windows

ipmitool Overview

Sun IPMI System Management Driver 2.1

Configuring Boot Order Using ipmitool

CLI Tools Error Codes

Common Error Codes

biosconfig Error Codes

raidconfig Error Codes

ilomconfig Error Codes

fwupdate Error Codes

hwmgmtcli Error Codes

zoningcli Error Codes

Index

CLI Tools Command Syntax

Most CLI tools commands conform to one of the following two command syntax formats:


Note ‐  The biosconfig tool does not conform to the above syntax. See Using the biosconfig Tool for more information.

The following table describes the command fields:

Command Field
Description
Examples
command
The action that you want to perform. Identifies that CLI tool that you are using. Consists of lower-case letters only.
biosconfig , fwupdate, raidconfig, ilomconfig
subcommand
Further defines the task to be performed by the command.
Generally used as verbs.
Consists of lower-case letters, hyphens, or the underscore character.
The subcommand is not required when the –-version or –-help options is used immediately following the command.
list, update, reset, expander-boot-record
target
Describes the object or target that is being acted upon by the subcommand. Application specific.
all, disk, expander, bridge, controller, user, snmp-community
option
Modifies the command or subcommand and can be optional or mandatory depending on the command or subcommand.
There are long and short options that have identical functionality and are provided for ease of use:
Short-option is a hyphen followed by a single letter.
Long-option is two hyphens followed by a string.
–n or --device_name
–f or --filename
–r or --reset

The following options apply to all CLI Tools commands:

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

When using a command option and its corresponding value or device name, you can use an equal sign (=) or a space as shown in the following examples:

See also: