Port object commands, Cx/px show – Avago Technologies 3ware SAS 9750-16i4e User Manual

Page 100

Advertising
background image

Chapter 2. CLI Syntax Reference

92

3ware SATA+SAS RAID Controller Card CLI Guide, Version 10.2

Port Object Commands

Port object messages are commands that provide information and perform
actions related to a specific disk that is attached to a port (or virtual port), such
as /c0/p0. You use port object commands for such tasks as viewing
information about the status, model, or serial number of the drive.

Note that all references to port also apply to VPort for the commands in this
section.

Syntax

/cx/px show

/cx/px show attribute [attribute ...] where attributes are:

capacity|firmware|identify|lspeed |model|ncq|

serial|smart|status|identify|driveinfo|

dpmstat type=instr|ra|lct|histdata|ext

/cx/px show all

/cx/px remove [noscan][quiet]

/cx/px set identify=on|off

/cx/px set dpmstate=clear [type=<ra|lct|ext>]

/cx/px show

The /cx/px show command shows summary information about the specified
disk attached to port /cx/px.

Example for 9750 and 9690SA controllers:

//localhost> /c3/p1 show

VPort Status Unit Size Type Phy Encl-Slot Model

------------------------------------------------------------------------

p1 OK u0 149.05 GB SATA 0 - WDC WD1600JS-22NCB1a

The preceeding output indicates that virtual port (VPort) 1 is associated with a
SATA disk that has a status of OK and is part of unit 0. It also indicates that it
is associated with controller phy 0, and is directly attached (that is, it is not in
an enclosure with an expander).

To find the Block and Serial information, use the specific show attribute
command (/cx/px show capacity or /cx/px show serial), or the show all
command.

Advertising