HP Insight Cluster Management Utility v7.1 User Guide

cmu_del_from_network_entity(8)
NAME
cmu_del_from_network_entity -- Delete nodes from network entities.
SYNOPSIS
# /opt/cmu/bin/cmu_del_from_network_entity <-h | -t network_entity nodename1
[nodename2] [...]>
# /opt/cmu/bin/cmu_del_from_network_entity <-t network_entity nodename -f
nodenamefile>
DESCRIPTION
Delete one or more nodes from a network entity.
OPTIONS
-h
show help
-t network_entity
delete nodes from this network entity
-f nodenamefile
file containing the list of nodes to delete from the network entity
EXAMPLES
To delete one node from the network entity rack1:
# /opt/cmu/bin/cmu_del_from_network_entity -t rack1 node1
To delete a list of nodes from network entity rack2:
# /opt/cmu/bin/cmu_del_from_network_entity -t rack2 -f nodenamefile
Where nodenamefile contains:
cn0001
cn0002
cn0003
cn0004
156