You can create a cluster-wide default partition by running an initialization script named part_initialize on any node in the cluster. This will create a single partition named all, which will include all the nodes in the cluster as members.
Then, run mpinfo -N again to verify the successful creation of all. See Example 2-2 for an example of mpinfo -N output when the all partition is present.
# /opt/SUNWhpc/bin/part_initialization # mpinfo -N NAME UP PARTITION OS OSREL NCPU FMEM FSWP LOAD1 LOAD5 LOAD15 node1 y all SunOS 5.6 1 8.26 74.68 0.00 0.01 0.03 node2 y all SunOS 5.6 1 34.69 38.08 0.00 0.00 0.01 |