Sun HPC ClusterTools 3.0 Administrator's Guide: With CRE

Example: Creating a Two-Node Partition

The following example creates and enables a two-node partition named part0. It then lists the member nodes to verify the success of the creation.

node1# mpadmin[node0]:: partition[node0] Partition:: create part0[node0] P[part0]:: set nodes=node0 node1[node0] P[part0]:: set enabled[node0] P[part0]:: list
    node0
    node1
[node0] P[part0]::

Note -

There are no restrictions on the number or size of partitions, so long as no node is a member of more than one enabled partition.