HP XC System Software Installation Guide Version 2.1
Begin t his procedure as the root user on the head node:
1. Change to the /var/lib/systemimager/scripts directory, and make a c opy
of the base_image.master.0 file:
# cd /var/lib/systemimager/scripts
# cp base_image.master.0 login.master.0
2. Use the text editor of your choice to open the new login.master.0 file, and search
for the block of text that looks like this:
BOOT_PERCENTAGE=".01"
ROOT_PERCENTAGE=".60"
VAR_PERCENTAGE=".39"
3. Increase the size of the /var file system to be 50% of the available disk space (after
accounting for sw ap space), and decrease the size of the / partition accordingly:
BOOT_PERCENTAGE=".01"
ROOT_PERCENTAGE=".49"
VAR_PERCENTAGE=".50"
4. Save y our changes to the file.
5. Identify the node names of the log in nodes:
# shownode servers lvs
n[135-136]
6. Create a sym bo lic link from th e node names of the login nodes to the n ewly-created m a ster
autoinstallation script. Note that the node name is appended with a .sh extensio n:
for i in n135 n136
do
ln -sf login.master.0 $i.sh
done
7. Install the client nodes; do one of the following:
• If the client nodes have not been previously installed wi th th e XC System Software,
see Section 4.10 t o continue the initial installation procedure.
• If the client nodes were prev iou sly installed, issue the following sequence of
commands to set the nodes to network boot and reboot the client nodes:
# setnode --resync n[135-136]
# stopsys n[135-136]
# startsys n[135-136]
Wait until the stopsys comman d com pletes be fore inv oking th e startsys
command.
_________________________ Note _________________________
If you rerun the cluster_config utility at any time, the sy mbolic links revert
back to point to the base_image.master.0 file, and you m ust recreate the
links.
H.3 Static Disk Configuration
Static disk configuration relies o n on e or mo re preconfigured (st a tic) di sk conf ig uration file(s)
that describe the disk type, size, p a rt iti on type and layout, and file system typ e of the disks in
your client systems. These config uration files are used as input to the creation o f a master
autoinstallation script. Static disk configuration f il es follow a particular tem plate as described in
the autoinstallscript.conf
(5) manpage.
H-4 Customizing Client Node Disks