sybcluster uses the UAF agent to connect to and perform operations on the cluster (for example, shutdown cluster). The UAF agent must log in to the cluster to do this. To log in, the UAF agent must use the correct sa login and password.
The sa login and password are stored in encrypted form in the UAF plug-in configure file for the cluster. Use sybcluster set cluster login to change the login and password that UAF uses to connect to the cluster.
Any time you change, Adaptive Server password, you must also change the UAF agent login.
Perform one of the following to change the login and password that UAF uses to connect to the cluster:
Use sybcluster set cluster login to set the UAF login, password, or both. Connect to the cluster before issuing this command
The syntax is:
set cluster login sa-login [password sa-password
Use the Adaptive Server plug-in to modify the UAF plug-in:
Connect to the cluster.
From “Server Instances,” left-click an instance listed in the tree view pane.
Select “Agents Attributes” from the right pane.
Click the “password” row.
Enter a new password for the agent managing the current instance.
Repeat steps c – e for each instance in the cluster
Edit the UAF configuration files.
You must shut down all cluster UAF agents before editing
the agent-plugin.xml file.
The UAF Adaptive Server login and password are stored in:
$SYBASE/UAF-2_5/nodes/<node name>/plugins/ <cluster name>/agent-plugin.xml
For example:
<set-property property="ase.user" value="sa" /><set-property property="ase.password" value="REVTe1NZVUFGfWNvbS5zdW4uY3J5cHRvLnByb3ZpZGVyLlN1bkpDRXtTWVVBRn1jUEZPSkJoTTZ2QT0=" />
If the password tag is missing, add following steps
a – f, above.
Enter the password in clear text. passencrypt generates
an encrypted text string. Enter this entire string
between the quotation marks in the password
tag
in the agent-plugin.xml file
Generate the encrypted password:
$SYBASE/UAF-2_5/bin/passencrypt