HP Serviceguard Version A.11.17 Release Notes, March 2006 (revised)

Serviceguard Version A.11.17 Release Notes
Fixed in This Version
Chapter 136
JAGaf63791 (SR8606403867): cmrunnode failed with
an assertion
What was the problem? If one node crashes while another node is joining
the cluster, a third node in the cluster may also crash with the following
message:
Assertion failed:
(cm_cluster->e_state == CM_COMM_VERIFY_COORDINATOR ||
cm_cluster->e_state == CM_COMM_VERIFY_MEMBER), file:
cm/membership.c, line: 118
What was the resolution? Code changed to remove the assertion.
JAGaf61518 (SR8606401581): Serviceguard
config/config_msg.h diskd structure hw_path too
small
What was the problem? Serviceguard configuration daemon cmclconfd
can create core dump if disk hardware path as shown by ioscan is
greater than 30 characters.
What was the resolution? The cmclconfd daemon will only copy the last
29 characters if system returns more than 30 characters for disk
hardware path. Also in this case the disk hardware path will start *
character.
JAGaf60603 (SR8606400654): cmapplyconf 'declusters'
VGs whilst still active
What was the problem? If a VOLUME_GROUP in the cluster configuration
file is removed or commented out and cmapplyconf is performed on the
file, the cluster ID will be removed silently from that volume group, even
if it is currently active via a running package. The next attempt to start
the package will fail as a result.
What was the resolution? Log messages are added to display on the
console and the messages logged to syslog file have been modified.