After you have enabled high availability (HA), follow the instructions in upgrade chapter in the Adaptive Server installation guide for your platform.
The instructions in this section supplement those in the Installation Guide.
Reinstalling system stored procedures
Disable HA in the primary server:
sp_companion secondary-server-name, 'drop' sp_configure 'enable HA', 0
Disable HA in the secondary server:
sp_configure 'enable HA', 0
Restart the servers.
Run the installmaster script on both servers.
Enable the HA property on both servers:
sp_configure 'enable HA', 1
Restart both servers.
Run the installhasvss script on both servers. This script is located in $SYBASE/$SYBASE_ASE/scripts.
Reestablish companionship:
sp_companion [companion_server_name], configure [, with_proxydb]