This section describes examples of modifying the PortsConfig.cfg file.
sqlagenttcpservice 8000 machine_name fsbackupservice 7000 machine_name
On machine B (Client Agent), modify the PortsConfig.cfg file to contain the following entries:
ENABLE_CONFIGURABLE_PORTS = 1 fsbackupservice 7000 MachineB fsbackupserviceudp 7000 MachineB
Be aware of the following:
Note: For more information, see the Client Agents Guide.
To allow machine A to browse and back up files on machine B, modify the Portsconfig.cfg file on machine A to contain the following entries:
ENABLE_CONFIGURABLE_PORTS = 1 fsbackupservice 7000 MachineB fsbackupserviceudp 7000 MachineB
Note: To apply this configuration, you must stop and restart all services on machine A using the cstop/cstart commands.
To allow the client agent from machine A to communicate with Arcserve Backup machine D, modify the PortsConfig.cfg file on machine A and machine D to contain the following entries:
ENABLE_CONFIGURABLE_PORTS = 1 fsbackupservice 8000 MachineA fsbackupserviceudp 8000 MachineA
Be aware of the following:
Note: You can apply this logic to the Arcserve Backup Agent for Microsoft SQL Server (sqlagenttcpservice) for TCP-based services (fsbackupservice, sqlagenttcpservice).
MSRPC listens over ncacn_ip_tcp and ncacn_np protocols. The ncacn_ip_tcp uses system assigned ports by default rather than hard-coded ports. The hostname and IP address are not required for the RPC Services.
For example, the following could be a change for an MSRPC service:
dbagentsrpcserver 9000
This setting means that the Arcserve Backup Agent RPC Server will try to use port 9000.
dbagentsrpcserver 9000;9001
This setting means that the Arcserve Backup Agent RPC Server will try to communicate using port 9000. If it does not succeed, it will try to use port 9001. If it does not succeed Arcserve Backup will write a message in the Windows Application Activity Log.
dbagentsrpcserver 9000-9500
This setting means that the Arcserve Backup Agent RPC Server tries to communicate using port 9000. If it does not succeed Arcserve Backup will try to communicate using port 9001, and continue to trying to communicate up to port 9500.
If it cannot use any port in the range, will write a message in the Windows Application Activity Log.
Copyright © 2016 |
|