Update the TOMCAT Configuration File

When you upgrade to Arcserve UDP Agent (Linux) from the previous version, such as r16.5 SP1, update the TOMCAT configuration file to support the high scalability requirement of the Backup Server. This update lets you back up more than 200 nodes using one Backup Server.

Follow these steps:

  1. Log in to the Backup Server as a root user.
  2. Navigate to the bin folder:
    /opt/Arcserve/d2dserver/bin
  1. Verify that there are no running jobs and then stop the Backup Server using the following command:

    ./d2dserver stop

    If there are jobs running, then wait for the completion of the jobs before you stop the Backup Server.

    /opt/Arcserve/d2dserver/TOMCAT/conf/
  2. Update the following parameters.

    If https is used, then update the following parameters:

    <Connector port="8014" connectionTimeout="180000" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="300"   acceptCount="200" scheme="https" secure="true" clientAuth="false" sslProtocol="TLSv1, TLSv1.1, TLSv1.2" keystoreFile="${catalina.home}/conf/server.keystore keystorePass="LinuxD2D"/>

    If http is used, then update the following parameters:

    <Connector connectionTimeout="180000" port="8014" maxThreads="300" acceptCount="200" protocol="HTTP/1.1"/>

    The TOMCAT configuration file is successfully updated.

  3. Stop the Backup Server.

    ./d2dserver stop

  4. Run the following command to start the Backup Server:

    ./pgmgr init

    The command verifies that all the necessary changes are completed and starts the Backup Server.

The Backup Server and the database server are successfully started.