You can control the way nodes are displayed using Moab.
To control a node's visibility
Run the mnodectl command (see "mnodectl" in the Moab Workload Management Administrator Guide) on the node to set the Moab variable. If the variable is set to anything other than false, or if the variable is not present on a node, the node will be displayed normally, which is the default.
mnodectl node01 -m variable=VP_IS_VISIBLE=false
mnodectl node01 -m variable=VP_VIEW_PRINCIPALS=admin|poweruser|operator
A user must have any of the specified principals to view the node.
Related topics