Managing Superdome Complexes: A Guide for HP-UX System Administrators

Configuring and Managing Superdome Partitions
Procedures for Managing Partitions
Chapter 4164
Step 3. Modify the partition configuration in order to set the partition name,
core cell, core alternate cells, and boot paths.
Use the parmodify command to modify the partition’s configuration.
If each modification takes place, parmodify reports “Command
succeeded”.
You can specify each configuration option on a separate command line, or
can combine all options into a single, longer command line.
For details on the various options for modifying partition settings, see
the parmodify(1M) manpage or see “parmodify Command” on page 211.
See also the table of configuration tasks in “Introduction to Partition
Tasks” on page 114.
# parmodify -p1 -P "hostname05"
Command succeeded.
# parmodify -p1 -r0/4 -r0/6
Command succeeded.
# parmodify -p1 -b 4/0/1/0/0.9
Command succeeded.
#