Previous Topic: Start, Stop, or Release the Backup ServerNext Topic: Configure the Private Key and Public Key Authentication


Change the Web Service Port Number of the Backup Server

Arcserve UDP Agent (Linux) uses port 8014 by default. If the 8014 port number is used by other application, Arcserve UDP Agent (Linux) will not function properly. In such situations, you must change the Arcserve UDP Agent (Linux) default port number to a different port number.

Follow these steps:

  1. Open the server.xml file from the following location:
    /opt/CA/d2dserver/TOMCAT/conf/server.xml
    
  2. Search the following string in the file and change the port number 8014 to your desired port number:
    <Connector port="8014" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="${catalina.home}/conf/server.keystore" keystorePass="LinuxD2D"/>
    
  3. Run the following command to restart the Backup Server:
    /opt/CA/d2dserver/bin/d2dserver restart
    

The default port number is changed to your desired port number.