HP XC System Software Installation Guide Version 3.2

Table 5-8 Upgrade startsys Command-Line Options Based on Hardware Configuration
startsys Command LineHardware Configuration
For small-scale hardware configurations, nodes are imaged and rebooted
in one operation. The nodes complete their per-node configuration
phase, thus completing the installation. This option applies only for
nodes that have previously been set up to network boot.
Enter the following command to image and boot all nodes in one step:
# startsys --image_and_boot
Fewer than 300 nodes
For large-scale hardware configurations, booting nodes while imaging
is not recommended. Thus, issue the following commands to image
and boot nodes in two separate steps:
1. Propagate the golden image to all nodes:
# startsys --image_only
2. Boot all nodes:
# startsys --boot_group_delay=240
NOTE: Use the --boot_group_delay=240 option only the first
time nodes are booted after being imaged. The value 240 specifies the
number of seconds to wait between groups of nodes as they are booting.
More than 300 nodes
If the hardware configuration contains HP server blades, booting nodes
while imaging is not recommended, and additional options are required
on the command line. Issue the following commands to boot and image
all nodes:
1. Propagate the golden image to all nodes:
# startsys --image_only --flame_sync_wait=480 \
--power_control_wait=90 \
--image_timeout=90
2. Boot all nodes when the imaging process is complete:
# startsys --power_control_wait=90 \
--boot_group_delay=45 \
--max_at_once=50
Contains HP server blades and
enclosures
If the hardware configuration contains disks that are 250 GB or larger
in size or contains SATA disks, you might need to increase the 45 minute
default allowed for imaging by the startsys command.
For example, on systems with disks larger than 250 GB, increase the
image timeout limit to 60 minutes, as follows:
# startsys --image_and_boot --image_timeout=60
You might use a different value depending upon the size of the disks
in the system.
Nodes have disks that are 250 GB or
larger in size or have SATA disks
For more information about startsys command-line options and option values, see
startsys(8).
2. Make sure all nodes are up:
# power --status
3. If the system is configured with LSF-HPC with SLURM, run the SLURM postconfiguration
utility to update the slurm.conf file with compute node names and attributes:
# spconfig
4. Set up the LSF environment by sourcing the LSF profile file:
# . /opt/hptc/lsf/top/conf/profile.lsf
5. Determine the node on which the LSF daemons are running:
# controllsf show current
LSF is currently running on node n32, and assigned to node n32
130 Upgrading an HP XC System