Description
Turns on an LED that is used in locating a specific physical disk or data storage expansion shelf (using the system --storage command) in the DR Series system. Select from the following DR Series system CLI command options:
- --blink: turns on LED on the physical disk or expansion shelf to identify it.
- --type <internal | external>: identifies storage as an internal physical disk or external expansion shelf.
- --service_tag <service tag>: identifies physical disk or expansion shelf by its unique service tag.
- --disk <slot num>: identifies the disk slot number (if no disk slot is defined, it globally affects all disks).
|
NOTE: The above options are only available on a Physical DR. |
Syntax
system --storage --blink --type external --service_tag HCM0PT3
Result
Turned on blinking for all disks in enclosure "HCM0PT3".
Description
Turns off an LED that is used in locating a specific physical disk or data storage expansion shelf (using the system --storage command) in the DR Series system. Select from the following DR Series system CLI command options:
- --unblink: turns off LED on the physical disk or expansion shelf.
- --type <internal | external>: identifies storage as an internal physical disk or external expansion shelf.
- --service_tag <service tag>: identifies physical disk or expansion shelf by its unique service tag.
- --disk <slot num>: identifies the disk slot number (if no disk slot is defined, it globally affects all disks).
|
NOTE: The above options are only available on a physical DR Series hardware system. |
Syntax
system --storage --unblink --type external --service_tag CTKHVW3
Result
Turned off blinking for all disks in enclosure "CTKHVW3".
Description
The command configures Webserver or Telnet to use a specific network interface.
Syntax
system --mgmt_traffic [--add] [--type <Webserver|Telnet>] [--interface <bondN|ethN|lo>]
[--update] [--type <Webserver|Telnet>] [--interface <bondN|ethN|lo>]
[--delete] [--type <Webserver|Telnet>]
--add Add access network configuration.
--update Update access network configuration.
--delete Delete access network configuration.
--type Access type <Webserver|Telnet> to configure.
--interface Interface to use for access [bond(0-N)|eth(0-N)].
Result
Successfully added application webserver.
Restarting webserver service ... done.
Description
The command specifies the network interfaces to use for backup network traffic.
Syntax
system --backup_traffic [--add] [--type <NFS|CIFS|OST|RDS|NDMP|ISCSI>] [--interface <bond(0-N)|eth(0-N)>]
[--update] [--type <NFS|CIFS|OST|RDS|NDMP|ISCSI>] [--interface <bond(0-N)|eth(0-N)>]
[--delete] [--type <NFS|CIFS|OST|RDS|NDMP|ISCSI>]
--add Add backup network configuration.
--update Update backup traffic network configuration.
--delete Delete backup traffic network configuration.
--type Backup traffic type [NFS|CIFS|OST|RDS|NDMP|ISCSI] to configure.
--interface Interface to use for backup traffic.
Result
WARNING: This operation requires filesystem server restart. IO to the box will be stopped.
Do you want to continue (yes/no) [n]? y
Successfully added application.
Restarting file system ... done.