Sun HPC ClusterTools 3.0 Administrator's Guide: With CRE

show

Usage:

:: show [object-name]

Available In:

Cluster, Node, Partition, Network

The show command displays the current state of the attributes of the specified object object-name. The following example displays the attributes for the partition part0.

[node0]
Partition:: show part0        set nodes = node0 node1 node2 node3
        set max_total_procs = 4
        set
name = part0
        set enabled
        unset
no_login
[node0] Partition:: 

If the object whose attributes you want to see is in the current context, you don't have to specify its name. For example:

[node0]
P(part0):: show        set nodes = node0 node1 node2 node3
        set max_total_procs = 4
        set
enabled
        set
name = part0
[node0] P(part0)::