Software Suite for Microsoft SQL Licenses User guide

RMSql portconfig
SYNTAX
RMSql portconfig [-n <number>] [-s <WindowsHost>]
DESCRIPTION
After Recovery Manager for SQL is installed, by default the port used for communication between
the backup server and production server is 9932. If necessary, you can specify an alternate port.
PARAMETERS
The following options are supported:
-n <number> Optional. The port number. If not specified, 9932 is used as the default.
-s <WindowsHost> Optional. Name of the Windows host on which to change the port. If
not specified, the current host name is used as the default.
EXAMPLES
The following command changes the local port to 9999.
RMSql portconfig -n 9999
The following command changes the port on the specified SQL server to 9999.
RMSql portconfig -n 9999 -s <WindowsHost>
NOTE: After you execute the portconfig command, you must restart Recovery Manager
Services.
NOTE: If you change the port value on one server, you must update the port value for every
Recovery Manager for SQL system (including the Recovery Manager backup server) managed by
the same Recovery Manager backup server.
56 Using the Recovery Manager CLI