Examples – HP Insight Cluster Management Utility User Manual

Page 170

Advertising
background image

%c

(ILOCM only) cartridge number

%N

(ILOCM only) node number

%p

Platform

%s

Serial Port

%S

Serial Port Speed

%v

Vendor Args

%d

Cloning Block Device

EXAMPLES

Default behavior:

# /opt/cmu/bin/cmu_show_nodes

cn0004
n01
n02
n03
n04

To show details for a specific node:

In this example, the string "default" is added into the output in the position of the logical group.
This generates output suitable for reading into the HP Insight CMU database using cmu_add_node
in file mode using "default" as the logical group.

# /opt/cmu/bin/cmu_show_nodes -n n01 -o "%n %i %k %m default %b %t %r

%c %N %p"

n01 10.117.21.1 255.255.0.0 38-ea-a7-0f-2a-1a default 10.117.21.101 ILOCM x86_64 1 1 generic

To show significant details for all nodes:

# /opt/cmu/bin/cmu_show_nodes -a -o "%n %i %k %m %l %b %t %r %c %N %p"

n01 10.117.21.1 255.255.0.0 38-ea-a7-0f-2a-1a RHEL 10.117.21.101 ILOCM x86_64 1 1 generic
n02 10.117.21.2 255.255.0.0 38-ea-a7-0f-28-de RHEL 10.117.21.101 ILOCM x86_64 2 1 generic
n03 10.117.21.3 255.255.0.0 38-ea-a7-0f-30-f8 ubuntu 10.117.21.101 ILOCM x86_64 3 1 generic
n04 10.117.21.4 255.255.0.0 38-ea-a7-0f-48-2a SLES 10.117.21.101 ILOCM x86_64 4 1 generic

170

Advertising