Cmu_custom_run(8), Name, Synopsis – HP Insight Cluster Management Utility User Manual

Page 196: Description, Options, Examples

Advertising
background image

cmu_custom_run(8)

NAME

cmu_custom_run -- A CLI to HP Insight CMU custom menu options.

SYNOPSIS

# /opt/cmu/bin/cmu_custom_run

<-h | -l | -t command_title [-f nodefile]>

DESCRIPTION

Perform custom defined commands on a group of nodes or all nodes. The same custom defined
commands are also available from the GUI.

OPTIONS

-h

show help

-l

list of available custom commands

-t title

specifies the title of the custom command to be executed; shown in the leftmost column when
using the -l option

-f nodefile

Specifies the file name of an optional file containing the list of nodes on which to execute the
command. If omitted, the command is executed on all nodes.

EXAMPLES

To show available custom commands:

# /opt/cmu/bin/cmu_custom_run -l

Title Command
-------------------|-------
audit|lspci /opt/cmu/bin/cmu_dsh -f CMU_TEMP_NODE_FILE -c "lspci" -e "-b -n -v0 -R0"
audit|dmidecode /opt/cmu/bin/cmu_dsh -f CMU_TEMP_NODE_FILE -c "dmidecode" -e "-b -n -v0 -R0"

To execute a custom command:

# /opt/cmu/bin/cmu_custom_run -t audit|lspci

196

Advertising