This page lists publically-released patches for Veritas Enterprise Products.
For Product GA build, see Veritas Entitlement Management System(VEMS) by clicking the
Veritas Support 'Licensing' option.
Veritas is making it easier to find all software installers and updates for Veritas products with a completely redesigned experience. NetBackup HotFixes and NetBackup Appliance patches are now also available at the new
Veritas Download Center.
Patches for your product can have a variety of names. These names are based on product, component, or package names. For more information on patch naming conventions and the relationship between products, components, and packages, see the
SORT online help.
vcs_agents-sol_sparc-5.0MP1MP3HF1NFSRestartAgent
|
Sign in if you want to rate this patch.
|
Basic information
Release type: |
Hot Fix |
Release date: |
2008-10-29 |
OS update support: |
None |
Technote: |
None
|
Documentation: |
None |
Popularity: |
931 viewed 86 downloaded |
Download size: |
27.61 KB
|
Checksum: |
1621853823
|
Applies to one or more of the following products:
Cluster Server 5.0MP1 On Solaris 10 SPARC Cluster Server 5.0MP3 On Solaris 10 SPARC Cluster Server 5.0MP1 On Solaris 8 SPARC Cluster Server 5.0MP3 On Solaris 8 SPARC Cluster Server 5.0MP1 On Solaris 9 SPARC Cluster Server 5.0MP3 On Solaris 9 SPARC Storage Foundation Cluster File System 5.0MP1 On Solaris 10 SPARC Storage Foundation Cluster File System 5.0MP3 On Solaris 10 SPARC Storage Foundation Cluster File System 5.0MP1 On Solaris 8 SPARC Storage Foundation Cluster File System 5.0MP3 On Solaris 8 SPARC Storage Foundation Cluster File System 5.0MP1 On Solaris 9 SPARC Storage Foundation Cluster File System 5.0MP3 On Solaris 9 SPARC Storage Foundation for DB2 5.0MP1 On Solaris 10 SPARC Storage Foundation for DB2 5.0MP3 On Solaris 10 SPARC Storage Foundation for DB2 5.0MP1 On Solaris 8 SPARC Storage Foundation for DB2 5.0MP3 On Solaris 8 SPARC Storage Foundation for DB2 5.0MP1 On Solaris 9 SPARC Storage Foundation for DB2 5.0MP3 On Solaris 9 SPARC Storage Foundation for Oracle 5.0MP1 On Solaris 10 SPARC Storage Foundation for Oracle 5.0MP3 On Solaris 10 SPARC Storage Foundation for Oracle 5.0MP1 On Solaris 8 SPARC Storage Foundation for Oracle 5.0MP3 On Solaris 8 SPARC Storage Foundation for Oracle 5.0MP1 On Solaris 9 SPARC Storage Foundation for Oracle 5.0MP3 On Solaris 9 SPARC Storage Foundation for Oracle RAC 5.0MP1 On Solaris 10 SPARC Storage Foundation for Oracle RAC 5.0MP3 On Solaris 10 SPARC Storage Foundation for Oracle RAC 5.0MP1 On Solaris 8 SPARC Storage Foundation for Oracle RAC 5.0MP3 On Solaris 8 SPARC Storage Foundation for Oracle RAC 5.0MP1 On Solaris 9 SPARC Storage Foundation for Oracle RAC 5.0MP3 On Solaris 9 SPARC Storage Foundation for Sybase 5.0MP1 On Solaris 10 SPARC Storage Foundation for Sybase 5.0MP3 On Solaris 10 SPARC Storage Foundation for Sybase 5.0MP1 On Solaris 8 SPARC Storage Foundation for Sybase 5.0MP3 On Solaris 8 SPARC Storage Foundation for Sybase 5.0MP1 On Solaris 9 SPARC Storage Foundation for Sybase 5.0MP3 On Solaris 9 SPARC Storage Foundation HA 5.0MP1 On Solaris 10 SPARC Storage Foundation HA 5.0MP3 On Solaris 10 SPARC Storage Foundation HA 5.0MP1 On Solaris 8 SPARC Storage Foundation HA 5.0MP3 On Solaris 8 SPARC Storage Foundation HA 5.0MP1 On Solaris 9 SPARC Storage Foundation HA 5.0MP3 On Solaris 9 SPARC
|
Obsolete patches, incompatibilities, superseded patches, or other requirements:
Fixes the following incidents:
Patch ID:
Etrack Incidents: 1294441
Last Modified: October 29, 2008
POINT PATCH FOR VCS 5.0MP1 or 5.0MP3
------------------------------------
SUMMARY
-------
The deliverables for this point patch contain:
README (this file)
NFSRestartAgent (replacement for $VCS_HOME/bin/NFSRestart/NFSRestartAgent)
Packages affected
-----------------
VRTSvcsag
Base Version
------------
VCS 5.0MP1 or 5.0MP3 (For Solaris Sparc)
Supported OS
------------
Solaris 8, 9 and 10
This patch is issued to fix the following incidents:
===================================================
1294441: [VCS 5.0][NFS resources stuck in OFFLINE_WAITING-PROPAGATE]
PATCHED EXECUTABLES DETAILS
---------------------------
$ cksum NFSRestartAgent
564559242 67656 NFSRestartAgent
To install the patch:
---------------------
If VCS is running:
A) On any node in the cluster:
1. Make the VCS configuration writable:
# haconf -makerw
2. Freeze the service groups where the application resource is running.
# hagrp -freeze <service_group> -persistent
3. Save the configuration file (main.cf) with the groups frozen.
# haconf -dump -makero
B) One node at a time, stop VCS (leaving the applications running),
and update the agent:
1. Stop VCS
# hastop -local -force
2. Remove/rename the following file
VCS_HOME/bin/NFSRestart/NFSRestartAgent
3. Copy the NFSRestartAgent binary from this patch to
$VCS_HOME/bin/NFSRestart/NFSRestartAgent
4. Start VCS
# hastart
5. Repeat steps B1-B4 for every node in the cluster.
C) After updating the agent on each node in the cluster,
on any node in the cluster:
1. Make the configuration writable and unfreeze the service groups.
# haconf -makerw
# hagrp -unfreeze <service_group> -persistent
2. Save the configuration file (main.cf). On any system, type:
# haconf -dump -makero
If VCS is not running:
A) One node at a time, update the agent:
1. Remove/rename the following file
$VCS_HOME/bin/NFSRestart/NFSRestartAgent
2. Copy the NFSRestartAgent binary from this patch to
$VCS_HOME/bin/NFSRestart/NFSRestartAgent
3. Repeat steps A1-A2 for every node in the cluster.
|