HP XC System Software Release Notes for Version 3.1
15 Documentation
This chapter describes known issues and omissions in the HP XC System Software Documentation
Set and HP XC manpages.
15.1 Documentation CD Search Option
If you are viewing the main page of the HP XC Documentation CD, you cannot perform a
literature search from the Search: option box at the top of the page.
To search docs.hp.com or to search all of HP's global Web service, click on the link for More
options. The Advanced search options page is displayed, and you can perform the search from
the advanced page.
15.2 HP XC System Software Installation Guide
The notes in this section apply to the HP XC System Software Installation Guide.
15.2.1 Typographical Error in Path to iptables.proto.rpmsave File
Table 5-7 incorrectly lists the path to the iptables.proto.rpmsave file as
/etc/iptables.proto.rpmsave. The correct path to the file is
/etc/sysconfig/iptables.proto.rpmsave.
15.2.2 Typographical Error in Procedure to Create a Lock LUN Device
The procedure in Section 3.14, Task 13 contains a typographical error.
The procedure to create a lock LUN device instructs you to enter the fdisk -R /dev/sdb1
command, but the fdisk command does not have a -R option.
The correct command is:
# sfdisk -R /dev/sdb1
15.2.3 Incorrect Command Line for Rebuilding Serviceguard Modules
On Pages 53 and 54, the procedure to rebuild the Serviceguard pidentd and deadman modules
is incorrect. Do not include INSTALL on the make modules_install command line.
The correct procedure to rebuild the Serviceguard modules is:
1. Rebuild the pidentd module:
# cd /usr/src/pidentd-3.0.15sg/drivers
# make modules
CC [M] /usr/src/pidentd-3.0.15sg/drivers/pidentd.o
Building modules, stage 2.
MODPOST
CC /usr/src/pidentd-3.0.15sg/drivers/pidentd.mod.o
LD [M] /usr/src/pidentd-3.0.15sg/drivers/pidentd.ko
# make modules_install
INSTALL /usr/src/pidentd-3.0.15sg/drivers/pidentd.ko
2. Change to the directory where Serviceguard is installed (this example uses the default
location), and rebuild the deadman module:
# cd /usr/local/cmcluster/drivers
# make modules
CC [M] /usr/local/cmcluster/drivers/deadman.o
/usr/local/cmcluster/drivers/deadman.c:159: warning: `MODULE_PARM_' is deprecated
(declared at include/linux/module.h:552) Building modules, stage 2. MODPOST
CC /usr/local/cmcluster/drivers/deadman.mod.o
LD [M] /usr/local/cmcluster/drivers/deadman.ko
# make modules_install
INSTALL /usr/local/cmcluster/drivers/deadman.ko
15.1 Documentation CD Search Option 79