Serviceguard Extension for RAC Version A.11.20 Release Notes, April 2011
Table Of Contents
- Serviceguard Extension for RAC Version A.11.20 Release Notes
- Contents
- 1 Serviceguard Extension for RAC Version A.11.20 Release Notes
- Announcements
- What’s in this Version
- Support for Logical Volume Manager Version 2.0 and later
- Support for Multi-Node Online Configuration (MORE)—LVM Version 2.1 Volume Groups Only
- Support for Cluster Interconnect Subnet Monitoring
- Support for Veritas CFS and CVM Versions 5.0, 5.0.1 and 5.1 SP1
- Support for Oracle 10gR2 RAC with SLVM, ASM, CFS, and CVM
- Support for Oracle 11gR1 RAC with SLVM, ASM, CFS, and CVM
- Support for Oracle 11gR2 RAC with SLVM, ASM, and CFS
- Support for Serviceguard A.11.20 Cluster Verification
- Support for the SGeRAC Toolkit
- GMS authorization
- Upgrade Using DRD
- Documentation for this Version
- Support Information
- Compatibility Information and Installation
- Serviceguard Extension for RAC Compatibility with HP-UX and Oracle Releases
- Port Requirements
- Installing Serviceguard Extension for RAC
- Adding Serviceguard Extension for RAC to an Existing Cluster
- Performing a Rolling Upgrade Using DRD
- Performing a Non-Rolling Upgrade Using DRD
- Removing SGeRAC
- Removing Serviceguard Extension for RAC without Removing Serviceguard
- Troubleshooting Tips
- Patches and Fixes in this Version
- Known Problems
- Types of Releases and Patches
- Software Availability in Native Languages

NOTE: The contents of the SGeRAC Toolikit README has been moved to the Using Serviceguard
Extension for RAC user guide (published March 2011 or later). Go to www.hp.com/go/
hpux-serviceguard-docs, and then click HP Serviceguard Extension for RAC.
Serviceguard Extension for RAC Compatibility with HP-UX and Oracle Releases
For the most up-to-date compatibility information, see the Serviceguard/SGeRAC/SMS/Serviceguard
Manager Plug-in Compatibility and Feature Matrix at
www.hp.com/go/hpux-serviceguard-docs —> HP Serviceguard —> General
reference.
Port Requirements
Oracle 11gR2 RAC requires HP-UX kernel TCP/IP ephemeral port range to be set in the range
9000-65500.
Use NDD to ensure that the HP-UX kernel TCP/IP ephemeral port range parameters are set to
9000-65000 on each node.
Example:
You can use the following command to check the existing TCP/IP port range.
/usr/bin/ndd /dev/tcp tcp_smallest_anon_port tcp_largest_anon_port
/usr/bin/ndd /dev/udp udp_smallest_anon_port udp_largest_anon_port
Then, if required edit the file /etc/rc.config.d/nddconf and add entries to update the UDP
and TCP ephemeral port range to 9000-65000.
TRANSPORT_NAME[0]=tcp
NDD_NAME[0]=tcp_largest_anon_port
NDD_VALUE[0]=65000
TRANSPORT_NAME[1]=tcp
NDD_NAME[1]=tcp_smallest_anon_port
NDD_VALUE[1]=9000
TRANSPORT_NAME[2]=udp
NDD_NAME[2]=udp_largest_anon_port
NDD_VALUE[2]=65000
TRANSPORT_NAME[3]=udp
NDD_NAME[3]=udp_smallest_anon_port
NDD_VALUE[3]=9000
Ensure that the entries are numbered in proper order. For example, if there are three entries already
present for TCP or UDP ports in nddconf, then they are numbered 0 through 3:
TRANSPORT_NAME[0]=tcp, TRANSPORT_NAME[1]=tcp, and TRANSPORT_NAME[2]=tcp. The entries you add are then
TRANSPORT_NAME[3]=tcp and TRANSPORT_NAME[4]=tcp.
TRANSPORT_NAME[5]=udp and TRANSPORT_NAME[6]=udp.
Then use the following command to enables the nddconf file containing the parameters to be
loaded into the IP kernel stack: ndd -c
16 Serviceguard Extension for RAC Version A.11.20 Release Notes