Adding Unwired Server to Sybase Control Center

Administer multiple Unwired Server installations from a single instance of Sybase Control Center by adding server-cluster definitions to the agent-plugin.xml file.

  1. Shut down the UAF Agent service.
  2. Use a text editor to open this configuration file:

    <UAF_InstallDir>\plugins\com.sybase.uepadminplugin\agent-plugin.xml

    A single cluster definition looks like this:
    <set-property property="uep.server.list" value="('sup_cluster_name','CDB_user','CDB_password','sup_home_dir')" /> 
  3. To add a new server cluster, edit the uep.server.list property value: Add the separator "||" followed by the cluster definition (all on one line). For example:
    <set-property property="uep.server.list" value="('sup1_cluster_name','CDB_user','CDB_password','sup1_home_dir') 
    || ('sup2_cluster_name','CDB_user','CDB_password','sup2_home_dir')" /> 
    
  4. Save the changes, and restart the UAF Agent service. The servers in the cluster are added to Sybase Control Center, and appear in the Unwired Server list. You must log in to each server before you can administer it.
Related tasks
Verifying Unwired Server Configuration


Created September 17, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com