HP Serviceguard Version A.11.17 Release Notes, March 2006 (revised)
Serviceguard Version A.11.17 Release Notes
Fixed in This Version
Chapter 1 39
JAGaf50940 (SR8606390795): latest SG patches
prevent documented use of IP addresses in
cmclnodelist
What was the problem? DUPLICATE. See JAGaf56322: SG does not
provide highest privileges for nodes with aliases
A defect was introduced which broke the ability for Serviceguard to
handle IP addresses in the cmclnodelist file. This resulted in seeing
"Permission Denied" errors in response to commands.
What was the resolution? Code is corrected to now compare the ip
address of the sender to any ip addresses listed in the cmclnodelist file.
Also, the code was changed to keep searching the ACPs until the
hostname with the highest privilege was found.
JAGaf49627 (SR8606389479): customers cannot
implement new Serviceguard /etc/hosts requirement
What was the problem? DUPLICATE. See JAGaf56322: SG does not
provide highest privileges for nodes with aliases
A defect was introduced which broke the ability for Serviceguard to
handle IP addresses in the cmclnodelist file. This resulted in seeing
"Permission Denied" errors in response to commands.
What was the resolution? Code is corrected to now compare the ip
address of the sender to any ip addresses listed in the cmclnodelist file.
Also, the code was changed to keep searching the ACPs until the
hostname with the highest privilege was found.
JAGaf46724 (SR8606386570): Fix for JAGaf33299
breaks working traps
What was the problem? The cmsnmpd subagent will send a
hpmcSGLocalSwitch trap with incorrect lan names when there are
multiple lans with different length names. For example, if lan4 fails over
to lan11, the trap message sent may show: lan4 failed over to lan1
What was the resolution? First compare the string lengths of the lan
names, and if they match then do a strncmp of the actual lan name
strings.