Skip to main content
This guide covers viewing, managing, and performing DC power operations on SambaRack nodes.

Node commands

Use the following commands to view and manage nodes.

List nodes

Display all configured nodes and their types:
Example output - 4-PDU rack:
Example output - 2-PDU rack:

Show node details

View detailed information about a specific node and its devices:
Example:
Example output:

Rename node

Assign a custom name to a node:
Example:
Device management (adding/removing devices) is done using snctl rack add-device and snctl rack delete-device. See Rack Administration for details.

Power operations

DC power operations control and monitor the power state of nodes and devices. These operations affect actual hardware. Supported devices:
  • Host systems: The CPU nodes in your infrastructure
  • XRDUs: The SambaNova execution units
Not supported:
  • Power distribution units (PDUs)
  • Network switches
  • Serial console servers
  • Other infrastructure components
Power operations perform DC cycle operations (power state control through host/XRDU management interfaces), not AC cycle operations (through PDUs).

Device types for power operations

The following device types are available for power operations:

Target selection

All power commands require either --node or --group (mutually exclusive):

Check power state

Check the current power state of devices:
Example – single node:
Example output:
Example – group:
Example output:

Power on

Power on devices:
Example – single node:
Example output:
Example – group:
Example output:

Power off

Power off devices:
Power off operations interrupt running services. Plan accordingly.
Example – single node:
Example output:
Example – group:
Example output:

Power cycle

Perform a power cycle (off then on) on devices:
Power cycle operations interrupt running services. Plan accordingly.
Power cycle currently only supports --type node.
Example – single node:
Example output:
Example – group:
Example output:

Using groups for batch operations

Groups allow you to perform power operations on multiple nodes at once:
See Group Administration for information on creating and managing groups.