Ports Configuration File Configuration Considerations

When modifying the PortsConfig.cfg file, consider the following scenarios:

  1. Log into the backup server and open the following ports configuration files:
  2. Windows x64 operating systems
  3. C:\Program Files (x86)\CA\SharedComponents\ARCserve Backup\PortsConfig.cfg

    and

    C:\Program Files\CA\SharedComponents\ARCserve Backup\PortsConfig.cfg

    Windows x86 operating systems

    C:\Program Files\CA\SharedComponents\ARCserve Backup\PortsConfig.cfg

  4. Set ENABLE_CONFIGURABLE_PORTS=1
  5. Add filertoserver 10000;10001-10005
  6. Close and save the ports configuration files.
  7. Restart all Arcserve Backup services on the backup server using the cstop.bat and cstart.bat batch files.
  8. Repeat Steps 1 through 5 on all primary and member servers.
  9. The reconnection logic is implemented to avoid an existing network problem. This can occur when you perform client agent backups over the network. During the backup, the connection can be lost and the backup fails. If this occurs, you can specify the reconnection key and a port range that will be used during the backup. Use the reconnection key on the Arcserve Backup server side.
  10. For remote computer management, Arcserve Backup RPC services listen using the ncacn_ip_tcp and ncacn_np protocols. When using ncacn_ip_tcp, open the tcp ports (6502, 6503, and 6504) and open the system ports 137-139, 445 which are used by the Windows operating system when the ncacn_np protocol is used.
  11. Note: If eTrust Firewall blocks RPC communication, Arcserve Backup can respond slowly or stop responding completely.
  12. To change the port for the Universal Agent, you must change the communication port for all agents and options that use this service that are installed on the same machine (for example, the Arcserve Backup Client Agent, the Arcserve Backup Agent for Microsoft Exchange Server, and the Arcserve Backup NDMP NAS Option).
  13. Changing the ports for the Arcserve Backup Agent for Microsoft Exchange Server and the Arcserve Backup Agent for Microsoft SQL Server is for TCP backups for these agents. The RPC server lets you browse all Arcserve Backup for Windows database agents.
  14. If you are upgrading from an older version of Arcserve Backup and your current installation uses a configuration file labeled CAPortConfig.cfg for Arcserve Backup Client Agents configurations, the installation process migrates CAPortConfig.cfg settings to the PortsConfig.cfg file.
  15. For previous Arcserve Backup installations, information in the CAPortConfig.cfg file is in the following format:
  16. MachineName IPAddress tcpport udpport

  17. The above-described CAPortConfig.cfg settings migrate to PortsConfig.cfg in the following format:
  18. fsbackupservice tcpport machinename IPAddress

    fsbackupserviceudp udpport machinename IPAddress

    fsbackupserviceunix tcpport machinename IPAddress

Note: For more information about requirements for Microsoft Windows system services ports, see the Microsoft Support website.