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

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

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

remove spare Subcommand and Options

The remove spare subcommand can be used to remove disks as spares or RAID volumes. This subcommand takes the following required options:

Short Option
Long Option
Description
-d
--disks
List of disks — Adds disks where ID numbers are separated by commas. If the --r option is not defined, the disks are added as global spares.
-r
--raid
RAID volume ID — If a RAID volume ID is specified, the disks should be removed as dedicated spares from this RAID volume.

See also:

How to Remove a Spare Disk or a RAID Volume

How to Remove a Spare Disk or a RAID Volume

  1. To remove two disks as global spares, issue the following command:

    raidconfig remove spare -d c1d0,c1d1

  2. To remove two disks as dedicated spares on RAID volume 0, issue the following command:

    raidconfig remove spare -d c1d0,c1d1 -r c1r0

See Also