Skip to main content

Cornelis Technical Documentation

Name

capture — Generates a state and configuration dump of the BMC and applicable components. By default, the output will be all components. Users can specify options to capture a specific component.

Syntax

capture all

capture config

capture hardware

capture log

capture network

capture port

capture state [list | take | copy dump_name destination]

capture version

Options

No option

Defaults to all.

all

Displays all of the information of the BMC and applicable components.

config

Displays configuration details including user, time, and command history.

hardware

Displays the hardware state including fans, voltage regulators, power supply units, and temperatures.

log

Displays kernel and system logs.

network

Displays the network statistics and configuration.

port

Displays the port and cable information.

state

Displays the state of the ASIC(s).

list

Lists the ASIC state dumps.

take

Takes a new ASIC state dump.

copy file_name destination

Copies the ASIC state dump file to a different location.

  • file_name: The ASIC state dump file.

  • destination: The target destination in the form: user@host:/path/to/destination.

version

Displays the version info from the BMC and ASICs.

Examples

capture all
capture hardware
capture port
capture version
capture config
capture log
capture state list
capture state take
capture state copy statedump_file.gz user@host:/path/to/destination

Notes

  • The output of this command is intended for support personnel to capture switch configuration, logs, and other pertinent data.

  • Depending on the size of your system and the option selected, this command may take a long time to complete.