Upgrading the Agent
This section describes steps to upgrade from the VCS enterprise agent 3.5 for Sybase in a VCS cluster.
-
Save the VCS configuration and stop the VCS engine.
# haconf -dump -makero
# hastop -all -force
-
Back up the configuration file, main.cf to a location on the cluster node.
-
Follow step a through step c on all systems that have the Sybase agent installed.
- Remove the Sybase agent
# swremove VRTSvcssy
- Delete the file /etc/VRTSvcs/conf/config/SybaseTypes.cf.
- Install the VCS enterprise agent 4.1 for Sybase. See Installing the Agent.
-
Copy the file SybaseTypes.cf from the /etc/VRTSvcs/conf/ directory to /etc/VRTSvcs/conf/config directory.
-
Copy the main.cf from the backed up location to /etc/VRTSvcs/conf/config.
-
Edit the main.cf located under /etc/VRTSvcs/conf/config.
- If you configured the Monscript attribute for the earlier version of the agent, replace Monscript with MonScript.
- Remove the Monscript attribute for the SybaseBk resource type.
- Replace the password specified for the SApswd attribute (of Sybase and SybaseBk resources) and UPword attribute (of Sybase resource) with encrypted passwords. See Encrypting Passwords for instructions on encrypting passwords.
- Save the main.cf
-
Verify the configuration.
# cd /etc/VRTSvcs/conf/config
# hacf -verify.
-
Start VCS on the local node.
-
Start VCS on other nodes.
|