Updating .jar and .xml Files

Learn about updating .jar and .xml files before running preupgrade.

After the upgrade process completes, Sybase recommends that you configure the Unified Agent to manage your cluster. This allows you to use the sybcluster utility and the Adaptive Server Plug-in to manage the cluster.
  1. Start the Unified Agent. See the Setting the environment and starting the Unified Agents topic.
  2. Run the sybcluster utility. See the Creating the cluster server using sybcluster topic.
  3. Use the sybcluster deploy plugin command to configure the Unified Agent for your cluster. If your .xml files are from the, $LOWVERSION_SYBASE, then refer to lower version install location. If they are from the higher version number, $HIGHVERSION_SYBASE refer to higher version install location.
  4. Compare the versions, then add the lower version agent-plugin.xml unique properties to the higher version agent-plugin.xml properties.
    $LOWVERSION_SYBASE/UAF-2_5/nodes/<Host Name>/plugins/<Cluster OR InstanceName>/agent-plugin.xml with $HIGHVERSION_SYBASE/UAF-2_5/nodes/<Host Name>/plugins/<Cluster OR InstanceName>/agent-plugin.xml,
    For example, copy following property from lower version xml file to higher version xml file.
       
    <set-property property="ase.database.devices" value="[1,sysprocsdev,/work/river/ase1501ce/data/sybsystemprocs.dat,150,135;0,master,/work/river/ase1501ce/data/master.dat,80,60;2,systemdbdev,/work/river/ase1501ce/data/sybsystemdb.dat,12,12;3,lstdb1,/work/river/ase1501ce/data/lstdb1.dat,50,50]" />
  5. Repeat this procedure for all of the nodes in the cluster.
  6. Shut down the UAF agent.