-
Connect to the VAST Web UI. From the menu, (click
), select Infrastructure > CNodes.
-
At the right side of the necessary CNode name, select (
) and then (
) Power On.
Select at the right side of the necessary CNode and then select (
) Power Off.
To switch on the power from the VAST CLI, run cnode activate with the --power-on
option.
To obtain a CNode ID, run cnode list.
To switch off the power from the VAST CLI, run cnode deactivate with the --power-off
option.
-
Connect to the VAST Web UI. From the menu, (click
), select Infrastructure > DNodes.
-
At the right side of the necessary DNode name, select (
) and then (
) Power On.
Select at the right side of the necessary DNode and then select Power Off.
Switch on the power via the VAST CLI by running:
dnode activate --id <ID> --power-on
To obtain a DNode's ID, run the dnode list command.
Switch off the power via the VAST CLI by running:
dnode deactivate --id <ID> --power-off
-
Connect to the VAST Web UI. From the menu, (click
), select Infrastructure > DTrays.
-
From the Actions menu Select (
) Power On at the right side of the necessary DTray.
From the Actions menu (click ) for the DTray, select Power Off (
).
Switch on the power via the VAST CLI by running:
dtray activate --id <ID> --power-on
To obtain a DTray's ID, run the dtray list command.
Switch off the LED via the VAST CLI by running:
dtray deactivate --id <ID> --power-off
Comments
0 comments
Article is closed for comments.