HP Insight Cluster Management Utility v7.1 User Guide

%c
(ILOCM only) cartridge number
%N
(ILOCM only) node number
EXAMPLES
Default behavior:
# /opt/cmu/bin/cmu_show_nodes
cn0004
cn0005
cn0006
cn0008
cn0009
To show details for a specific node:
# /opt/cmu/bin/cmu_show_nodes -n node1 -o "%n %i %k %m default %b %t"
node1 16.16.184.40 255.255.248.0 1C-C1-DE-6E-24-AE default 16.16.188.40 lo100i
To show details for all nodes:
# /opt/cmu/bin/cmu_show_nodes -a -o "%n %i %k %m default %b %t"
node1 16.16.184.40 255.255.248.0 1C-C1-DE-6E-24-AE default 16.16.188.40 lo100i
node2 16.16.184.41 255.255.248.0 1C-C1-DE-EA-49-74 default 16.16.188.41 lo100i
node3 16.16.184.42 255.255.248.0 1C-C1-DE-EA-28-F6 default 16.16.188.42 lo100i
141