Chapter 2. CLI Syntax Reference
107
3ware SAS/SATA RAID Controller CLI Guide, Version 9.5.1
Phy Object Commands
These commands are for 9690SA controllers only.
Phy Object Commands are sent to an instance of a controller phy such as
/c0/phy0
.
This command sets the link speed control of the phy. The possible values are
auto, 1.5, and 3.0 for SATA, and auto and 3.0 for SAS. The units are in
Gigabits per second (Gbps).
Syntax
/cx/phyx show
/c
x
/phy
x
set link=auto|1.5|3.0
/cx/phyx show
This command is only for 9690SA controllers.
This command presents a summary report on the specified phy. The link
speed of the phy is shown in three columns: Supported, Enabled, and Control.
The Supported and Enabled values are set for the phy and are not changeable.
The Control value is the link speed that may be set with the
/cx/phyx set link
command. The default is
auto
.
Example:
//localhost> /c3/phy0 show
Device --- Link Speed (Gbps) ---
Phy SAS Address Type Device Supported Enabled Control
--------------------------------------------------------------------------
phy0 2007020800153811 SATA /c3/p1 1.5-3.0 3.0 1.5
/c
x
/phy
x
set link=auto|1.5|3.0
This command is only for 9690SA controllers.
This command sets the link speed for the specified phy. This will control the
speed between the controller and the hard drive or enclosure to which it is
connected. The possible values for SATA are:
auto
,
1.5,
or
3.0
. The possible
values for SAS are:
auto
or
3.0
. Speed is in Gigabytes per second and the
default setting is auto.
Example:
//localhost> /c0/phy0 set link=1.5
Sending link speed control of /c0/phy0 to [1.5 Gbps] ... Done.