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

Automatic Mode update Subcommand

Manual Mode 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

list Subcommand

The list command displays the version of firmware for all components, tells you whether the target device can be updated with the XML metadata file, or prints the configuration information to a specified XML file.

The list options are shown in the following table.

Short Option
Long Option
Description
-n
-device_name
These options must have a mandatory parameter to designate a single device to list. The --device_nameoption is the common-mapped device name.
-v
-verbose
Displays much more information about each component listed. Verbose is off by default.
-x
-xml=file
Uses the provided XML metadata file to determine which components are supported.
-o
-output_xml=file
Prints the configuration information in XML format to the given file.

The supported targets for the list command are:

These targets represent all of the supported component types that can be upgraded by this tool. Use the all option to view all of the devices that can be updated using the XML metadata file.

The following are fwupdate list command examples:

The following is sample output for the fwupdate list all -x filename.xml command:

==================================================
CONTROLLER
==================================================
ID        Manufacturer   Model     Product Name          FW Version          BIOS Version        XML Support
------------------------------------------------------------------------------------------------------------
c0        LSI Logic      0x0072    -                     -                   -                   No 

EXPANDERS
===============
ID        Chassis Slot Manufacturer   Model             Expander Name       FW Version     XML Support
------------------------------------------------------------------------------------------------------
c0x0      0       5    SUN            Blade Storage II  Master              5.3.5.0        No
c0x1      1       0    SUN            NEM Hydra II      Master              5.3.6.0        No
c0x2      2       0    SUN            Blade Storage II  Master              5.3.5.0        No
c0x3      3       3    SUN            Blade Storage II  Master              5.3.5.0        No

DISKS
===============
ID        Manufacturer   Model               Chassis Slot   Type   Media   Size (GB) FW Version XML Support
-----------------------------------------------------------------------------------------------------------
c0d0      SEAGATE        ST914603SSUN146G    -       0      -      HDD     146       0768       Yes 
c0d1      SEAGATE        ST914603SSUN146G    -       1      -      HDD     146       0768       Yes 
c0d2      SEAGATE        ST914603SSUN146G    -       2      -      HDD     146       0768       Yes 
c0d3      SEAGATE        ST914603SSUN146G    -       3      -      HDD     146       0768       Yes 
c0d4      HITACHI        H103014SCSUN146G    0       4      sas    HDD     146       A160       No 
c0d5      HITACHI        H103030SCSUN300G    2       0      sas    HDD     299       A160       No 
c0d6      SEAGATE        ST930003SSUN300G    3       0      sas    HDD     299       0868       No 

See also: