Sybase recommends that you change the default user name and change and then encrypt a new password. User name and password information for the UAF is stored in the csi.properties files located on each node in the cluster.
Enter the new user name in the “username” property in the Simple Log Module section of each $SYBASE/UAF-2_5/nodes/<node_name>/conf/csi.properties file. For example:
# Simple Login Module ... CSI.loginModule.2.options.username=newusername CSI.loginModule.2.options.password= CSI.loginModule.2.options.encrypted=false CSI.loginModule.2.options.roles=uaAgentAdmin,uaPluginAdmin
Make sure you edit the csi.properties file
in each node in the cluster.
Encrypting and setting the password
Run passencrypt, located in $SYBASE/UAF-2_5UAF-2_5/bin , to generate the encrypted password.
In the Simple Log Module section of each $SYBASE/UAF-2_5/nodes/<node_name>/conf/csi.properties file:
Paste the encrypted value into the password property.
Set the encrypted property to “true”. For example:
# Simple Login Module ... CSI.loginModule.2.options.username=newusername CSI.loginModule.2.options.password=REVTe1NZVUFGfWNvbS5zdW4uY3J5cHRvLnByb3ZpZGVyLlN1bkpDRXtTWVVBRn1nTUJacVh5R3pnN09RSDJDN1NPUXhBPT0= CSI.loginModule.2.options.encrypted=true CSI.loginModule.2.options.roles=uaAgentAdmin,uaPluginAdmin
Make sure you edit the csi.properties file
in each node in the cluster.
Activating the new user name and password
For the new user name and password to take effect, shut down and restart the Unified Agent on each node in the cluster.