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 Device-Naming Convention

User-friendly, fully qualified device names are used with the CLI Tools commands. The single characters represent all of the nodes that make up the device as follows:

Character
Description
c
Controller — Using a unique logical ID.
r
RAID Volume (logical disk) — The logical ID name of the volume or disk.
d
Disk — The physical disk logical ID name.
x
Expander — The unique expander logical ID name.
j
Chassis — The unique chassis logical ID name.

All integers used to represent the device are 0 based. Disks are represented by logical ID names assigned by the tool at initialization. The disks are sorted by expander and slot ID to create unique numerical identifiers.

The following are examples of device names:

Multiple devices can be listed together in a comma-separated list, for example: dev1,dev2,dev3.

The following is an example from RAIDconfig when you create a RAID volume with three disks:

./raidconfig create --disks c1d2,c1d4,c1d5 --level 1

The following example shows an implementation of the disk-naming scheme.

ID      Brand       Model            Chassis  Slot    Type   Media  Size (GB) Firmware
Revision
-------------------------------------------------------------------------------------
c1d0    SEAGATE     ST373455SSUN72G     0       0      sas    HDD     73       0791
c1d1    SEAGATE     ST35000N            0       1      sata   HDD     500      3AZQ
c1d2    SEAGATE     ST373455SSUN72G     0       2      sas    HDD     73       0B92
c1d3    SEAGATE     ST373455SSUN72G     0       3      sas    HDD     73       0B92
c1d4    SEAGATE     ST35000N            0       4      sata   HDD     500      3AZQ
c1d5    SEAGATE     ST35000N            0       5      sata   HDD     500      3AZQ
c1d6    SEAGATE     ST35000N            0       6      sata   HDD     500      3AZQ
c1d7    SEAGATE     ST373455SSUN72G     0       7      sas    HDD     73       0B92
c1d8    SEAGATE     ST373455SSUN72G     0       8      sas    HDD     73       0B92
c1d9    SEAGATE     ST373455SSUN72G     0       9      sas    HDD     73       0B92
c1d10   SEAGATE     ST35000N            0       10     sata   HDD     500      3AZQ
c1d11   SEAGATE     ST373455SSUN72G     0       11     sas    HDD     73       0B92
c1d12   SEAGATE     ST373455SSUN72G     0       12     sas    HDD     73       0B92
c1d13   SEAGATE     ST373455SSUN72G     0       13     sas    HDD     73       0B92
c1d14   SEAGATE     ST373455SSUN72G     0       14     sas    HDD     73       0B92
c1d15   SEAGATE     ST373455SSUN72G     0       15     sas    HDD     73       0B92
c1d16   SEAGATE     ST373455SSUN72G     0       16     sas    HDD     73       0B92
c1d17   SEAGATE     ST373455SSUN72G     0       17     sas    HDD     73       0B92
c1d18   SEAGATE     ST373455SSUN72G     0       18     sas    HDD     73       0B92
c1d19   SEAGATE     ST373455SSUN72G     0       19     sas    HDD     73       0B92
c1d20   SEAGATE     ST35000N            0       20     sata   HDD     500      3AZQ
c1d21   SEAGATE     ST35000N            0       21     sata   HDD     500      3AZQ
c1d22   SEAGATE     ST35000N            0       22     sata   HDD     500      3AZQ
c1d23   SEAGATE     ST35000N            0       23     sata   HDD     500      3AZQ
c1d24   SEAGATE     ST373455SSUN72G     1       0      sas    HDD     73       0791
c1d25   SEAGATE     ST35000N            1       1      sata   HDD     500      3AZQ
c1d26   SEAGATE     ST373455SSUN72G     1       3      sas    HDD     73       0791
c1d27   SEAGATE     ST35000N            1       4      sata   HDD     500      3AZQ
c1d28   SEAGATE     ST373455SSUN72G     1       5      sas    HDD     73       0791
c1d29   SEAGATE     ST35000N            1       6      sata   HDD     500      3AZQ
c1d30   SEAGATE     ST373455SSUN72G     1       7      sas    HDD     73       0791
c1d31   SEAGATE     ST373455SSUN72G     1       8      sas    HDD     73       0791
c1d32   SEAGATE     ST373455SSUN72G     1       9      sas    HDD     73       0791
c1d33   SEAGATE     ST373455SSUN72G     1       10     sas    HDD     73       0791
c1d34   SEAGATE     ST373455SSUN72G     1       11     sas    HDD     73       0791
c1d35   SEAGATE     ST35000N            1       12     sata   HDD     500      3AZQ
c1d36   SEAGATE     ST373455SSUN72G     1       13     sas    HDD     73       0791
c1d37   SEAGATE     ST373455SSUN72G     1       14     sas    HDD     73       0791
c1d38   SEAGATE     ST35000N            1       15     sata   HDD     500      3AZQ
c1d39   SEAGATE     ST373455SSUN72G     1       16     sas    HDD     73       0791
c1d40   SEAGATE     ST373455SSUN72G     1       17     sas    HDD     73       0791
c1d41   SEAGATE     ST35000N            1       18     sata   HDD     500      3AZQ
c1d42   SEAGATE     ST35000N            1       19     sata   HDD     500      3AZQ
c1d43   SEAGATE     ST35000N            1       20     sata   HDD     500      3AZQ
c1d44   SEAGATE     ST35000N            1       21     sata   HDD     500      3AZQ
c1d45   SEAGATE     ST35000N            1       22     sata   HDD     500      3AZQ
c1d46   SEAGATE     ST35000N            1       23     sata   HDD     500      3AZQ

See also: