Updating JAR and XML Files

After the upgrade process completes, SAP recommends that you configure the Sybase Control Center agent by updating its associated JAR and XML files 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 SCC agent.
  2. Run the sybcluster utility.
  3. Use the sybcluster deploy plugin command to configure the SCC agent for your cluster.
    If your XML files are from the $LOWVERSION_SYBASE, then refer to the lower-version installation location. If they are from the higher version number, $HIGHVERSION_SYBASE, refer to the higher-version installation 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/SCC-3_2/nodes/Host Name/plugins/Cluster OR InstanceName/agent-plugin.xml with $HIGHVERSION_SYBASE/SCC-3_2/nodes/Host Name/plugins/Cluster OR InstanceName/agent-plugin.xml,
    For example, copy this property from the lower-version XML file to the 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 SCC agent.