AMCC 9590SE-4ME manual Syntax Overview

Page 24

Chapter 2. CLI Syntax Reference

Syntax Overview

The command syntax uses the general form:

Object Command Attributes

Objects are shell commands, controllers, units, ports (drives), BBUs (battery backup units), and enclosures.

Commands can either select (show, get, present, read) attributes or alter (add, change, set, write) attributes.

Attributes are either Boolean Attributes or Name-Value Attributes.

The value of a boolean attribute is deduced by presence or lack of—that is, the attribute is either specified, or not. For example, the command show alarms by default lists alarms with the most recent alarm first. If you include the attribute reverse, as in the command show alarms reverse, alarms are listed in reverse order.

The value of name-value attributes are expressed in the format attribute=value.

Example: When adding (creating) a unit to the controller with the following command string,

/c1 add type=raid1 disk=0-1

c1 is the object, add is the command, type (for type of array) is an attribute with raid1 as the value of the attribute, and disk is another attribute with 0-1as the value (ports 0 through 1).

Information about commands is organized by the object on which the commands act:

Shell Object Commands. Shell object commands set the focus or provide information (such as alarms, diagnostics, rebuild schedules, and so forth) about all controllers in the system. For details, see “Shell Object Commands” on page 19.

Controller Object Commands. Controller object commands provide information and perform actions related to a specific controller. For example, you use controller object commands for such tasks as seeing alarms specific to a controller, creating schedules during which background tasks are run, and setting policies for the controller. You also use the controller object command /cx add type to create RAID arrays. For details, see “Controller Object Commands” on page 25.

Unit Object Commands. Unit object commands provide information and perform actions related to a specific unit on a specific controller. For example, you use unit object commands for such tasks as seeing the rebuild, verify, or initialize status of a unit, starting, stopping, and resuming verifies, starting and stopping rebuilds, and setting policies for the unit. You also use the controller object command /cx/ux migrate to change the configuration of a RAID array. For details, see “Unit Object Commands” on page 53.

18

3ware Serial ATA RAID Controller CLI Guide for the Power Mac G5

Image 24
Contents Command Line Interface 3wareCopyright Table of Contents Page Cx/ux set autoverify=onoff Return Code About this CLI Guide Page Introduction to the 3ware Command Line Interface Features of the CLISupported Operating Systems TerminologyInstalling the 3ware CLI on Mac OS Working with 3ware CLIUsing the command interface interactively Using a single command with outputUsing an input file to execute a script Outputting the CLI to a Text FileUnderstanding RAID Levels and Concepts ConventionsRAID Concepts Available RAID Configurations RAIDRAID 0 Configuration Example RAID 5 Configuration Example Determining What RAID Level to Use Single DiskUsing Drive Capacity Efficiently Common Tasks Mapped to CLI Commands CLI Syntax ReferenceCommon Tasks Mapped to CLI Commands Common Tasks Mapped to CLI Commands Syntax Overview Shell Object Commands Focus ObjectShow Show ver Show alarms reverse Show diagShow rebuild Show verify Show selftestUpdate fw=filenamewithpath force FlushRescan CommitController Object Commands Cx showCx show Cx show attribute attribute Typical output looks likeCx show bios Cx show driverCx show model Cx show firmwareCx show serial Cx show pcbCx show pchip Cx show achipCx show numports Cx show numunitsCx show ctlbus Cx show exportjbodCx show spinup Cx show staggerCx show ondegrade Cx show autocarveCx show carvesize Cx show memoryCx show autorebuild Cx show unitstatusCx show allunitstatus Cx show drivestatusCx show all 3JV3MVTASupported Stripe Sizes Controller Object Commands Cx rescan noscan Supported Model-Unit Types for ignoreECCCx update fw=filenamewithpath force Cx commitCx flush Cx show alarms reverse Cx show diagCx show rebuild RAID-5 Initializing Cx show verify Cx show selftest Setting Up a Rebuild Schedule Cx add rebuild=dddhhdurationSetting Up a Verify Schedule Cx add verify=dddhhdurationCx add selftest=dddhh Cx del rebuild=slotidCx set rebuild=enabledisable1..5 Cx del verify=slotidCx del selftest=slotid Cx set verify=enabledisable1..5 Cx set selftest=enabledisable task=UDMASMARTCx set exportjbod=onoff Cx set ondegrade=cacheofffollow Cx set spinup=nnCx set stagger=nn Cx set autocarve=onoffCx set carvesize=1024..2048 Cx set autorebuild=onoffCx start mediascan Cx stop mediascanUnit Object Commands Cx/ux showCx/ux show attribute attribute Cx/ux show statusCx/ux show rebuildstatus Cx/ux show verifystatusCx/ux show initializestatus Cx/ux show nameCx/ux show qpolicy Cx/ux show storsaveCx/ux show identify Cx/ux show autoverifyCx/ux show volumes Cx/ux show cacheCx/ux show ignoreECC Cx/ux show allCx/ux remove noscan quiet Cx/ux del noscan quietCx/ux start rebuild disk=pp-p...ignoreECC Cx/ux start verifyCx/ux pause rebuild Cx/ux resume rebuildCx/ux stop verify Cx/ux flush Cx/ux set autoverify=onoffCx/ux set cache=onoff quiet Cx/ux set identify=onoff Cx/ux set ignoreECC=onoffCx/ux set name=string Cx/ux set qpolicy=onoffBy default, qpolicy is off Cx/ux set storsave=protectbalanceperform quietExample Valid Migration Paths Supported Stripe Sizes Migration Process 3JV2Q1VA Port Object Commands Cx/px showCx/px show attribute attribute Cx/px show status Cx/px show modelCx/px show serial Cx/px show firmwareCx/px show ncq Cx/px show lspeedCx/px show capacity Cx/px show smartCx/px show all Cx/px remove noscan quiet Cx/px set identify=onoffBBU Object Commands Cx/bbu showCx/bbu show attribute attribute Cx/bbu show statusCx/bbu show batinst Cx/bbu show lasttestCx/bbu show volt Cx/bbu show tempCx/bbu show bootloader Cx/bbu show serialCx/bbu show fw Cx/bbu show pcbCx/bbu enable Cx/bbu disable quietEnclosure Object Commands Ex showEx show attribute attribute Ex show controllersEx show slots Ex show fans Ex show tempEx show all Ex/slotx showEx/slotx show identify Ex/slotx set identify=onoffEx/fanx show Ex/tempx showHelp Commands Help with specific commandsHelp with attributes Help Help showHelp flush Help update Help rescanHelp commit Help focusReturn Code