Serviceguard Extension for RAC Version A.11.17 Release Notes, December 2005

Serviceguard Extension for RAC Version A.11.17 Release Notes
Patches and Fixes in this Version
Chapter 122
Defect Number Problem and Resolution
SR:8606382597
(JAGaf42808) Problem: Error encountered when trying to display
database property on Serviceguard Manager. The error
occurs when the oracle user's default shell is csh and
the invoking script assumes sh is the default shell.
Resolution: Script is fixed to define environment
variables before calling Oracle utilities.
Defect Number Problem and Resolution
SR:8606387424
(JAGaf47577) Problem: When there are multiple different versions of
Oracle RAC instances in one cluster, DBprovider does
not work correctly in some cases. For combination of
Oracle 9.0.1 and 9.2, DB provider displays duplicate
database name. For combination of Oracle 9i and 10g,
DB provider display error message similar to:
PRKR-1007: getting of cluster database ver9
configuration failed
PRKR-1078: Database ver9 cannot be
administered using current version of
srvconfig. Instead run srvconfig from
/mnt/oracle/oracle9/product/9.2.0.1
PRKO-2005: Application error: Failure in
getting Cluster Database Configuration for:
ver9
Resolution: DBprovider is fixed to use Oracle utility
srvctl to find the correct ORACLE_HOME for each
instance before running “srvctl status” command to
discover the RAC instance status.
Defect Number Problem and Resolution
SR:8606388263
(JAGaf48414) Problem: cmgmsd does not check the validity of group
names provided by Oracle processes. NMAPI2 defines
the valid characters in group names.
Resolution: Code is enhanced to check for validity of
group names. The valid characters are alphanumeric
characters, “_”, “$”, and “#”.