Exit Print View

Sun Server CLI Tools and IPMItool 2.0 User's Guide

Get PDF Book Print View
 

Document Information

Preface

Related Books

About This Documentation (PDF and HTML)

Related Third-Party Web Site References

Sun Welcomes Your Comments

Change History

Sun Server CLI Tools Overview

Installing Components

Getting Started

Prerequisites

Getting the Software

Sun SSM Component Manager Overview

Upgrading from Previous Versions

(Linux and Solaris) Using Component Manager

(Linux and Solaris) How to Install Component Manager

(Linux and Solaris) Using Component Manager in Interactive Mode

(Linux and Solaris) How to Install Interactively Using Component Manager

(Linux and Solaris) How to Uninstall Interactively Using Component Manager

(Linux and Solaris) Using Component Manager in Unattended Mode

(Linux and Solaris) How to Install Using Component Manager in Unattended Mode

(Linux and Solaris) How to Uninstall Using Component Manager in Unattended Mode

(Windows) Using Component Manager

(Windows) Using the Component Manager Graphic Interface

(Windows) How to Install Using Component Manager Graphic Interface

(Windows) How to Uninstall using Component Manager Graphic Interface

(Windows) Using Component Manager Command-line Interface

(Windows) How to Install Using Component Manager Command-line Interface

(Windows) How to Uninstall Using the Component Manager Command-line Interface

CLI Tools Command Syntax and Conventions

CLI Tools Command Syntax

CLI Tools Device-Naming Convention

Using thebiosconfig 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

Configuring Individual CMOS Settings

Commands That Produce Unrelated, Innocuous, Extra Output

Using the fwupdate Tool

fwupdate Command-Line Interface

list Subcommand

reset Subcommand

update Subcommand

Device-Naming Convention

Execution Summary

Using the raidconfig Tool

raidconfig Overview

raidconfig Command Overview

list Subcommand

list Options

How To Show a Brief Listing

How To Show a Detailed Listing

How To Show a Brief Listing of a Disk

create raid Subcommand

How To Create a RAID Volume

delete raid Subcommand

How To Delete a RAID Volume

add spare Subcommand

add spare Options

How to Add a Spare

remove spare Subcommand and Options

How to Remove a Spare Disk or a RAID Volume

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 Command Usage

Using ipmitool for Windows

ipmitool Overview

Sun IPMI System Management Driver 2.1

How to Install Sun IPMI System Management Driver 2.1 Manually

How to Perform an Unattended Installation of the Sun IPMI System Management Driver 2.1

How to Verify ipmitool Installation

How to Configure for PXE to Boot First

How to Configure for the Hard Drive to Boot First

How to Configure for Any CD/DVD to Boot First

How to Configure for Any Floppy or Removable Media to Boot First

CLI Tools Error Codes

Common Error Codes

biosconfig Error Messages

raidconfig Error Codes

ilomconfig Error Codes

fwupdate Error Codes

Index

(Linux and Solaris) How to Install Using Component Manager in Unattended Mode

When using the Component Manager in unattended mode, you can install components separately, or you can install all components. Component Manager can provide a list of available components found in the Packages subdirectory. You can also configure whether Component Manager automatically starts the services associated with components.


Note - If you are upgrading from a previous version, see Upgrading from Previous Versions.


  1. Open a terminal.
  2. Within the directory where you uncompressed the Hardware Management Pack download, navigate to the Packages subdirectory in the SOFTWARE subdirectory.

    Tip - Use the -d directory option to pass Component Manager an alternative directory to use for the component packages instead of navigating to the Packages subdirectory.


  3. List the available components by typing the following command:

    /usr/sbin/sunssmcompmgr -C

    The list of available components is displayed in the terminal. The exact name of the component to use in the next step is shown in square brackets, for example [component name].

  4. Choose one of the following options:
    • To install selected components in unattended mode, type the following command:

      sunssmcompmgr -I COMPONENT1:COMPONENT2

      where COMPONENT1:COMPONENT2 is the list of components to install, separated by colons (:).

    • To install all available components in unattended mode, type the following command:

      sunssmcompmgr -I ALL

      The selected components are installed.