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

Configuring and Managing Superdome Partitions
Procedures for Managing Partitions
Chapter 4 193
To list a specific cell’s failure-usage and use-on-next boot settings, issue
the parstatus -V -c# command and specify the cell number.
Step 3. To modify a cell’s use-on-next-boot and failure-usage attribute settings,
use the parmodify command and specify the cell’s new settings.
Specify both the -p (partition number) and -m (modify cell) options when
using parmodify. The following example modifies cell 2 to not be used
the next time its partition (partition number 0) boots.
The parmodify command’s -m option is as follows:
-m cell:[cell_type]:[use_on_next_boot]:[failure_usage]
This option specifies the cell ID (cell) whose settings are modified using
the following arguments.
The only valid cell_type value is base (base cell).
The valid use_on_next_boot values for cells are:
y Participate in reboot (the default).
n Do not participate in reboot.
The only valid failure_usage value for cells is ri (reactivate and
interleave).
For details, see the parmodify (1M) manpage or see “parmodify
Command” on page 211.
# parstatus -V -c2
[Cell]
Hardware Location : cab0,cell2
Global Cell Number : 2
Actual Usage : active base
Normal Usage : base
Connected To : cab0,bay1,chassis3
Core Cell Capable : yes
Firmware Revision : 6.0
Failure Usage : activate
Use On Next Boot : yes
Partition Number : 0
Memory OK : 2.00 GB
Memory Deconf : 0.00 GB
#
# parmodify -p0 -m2:base:n:ri
Command succeeded.
#