
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:
| Optional. The port number. If not specified, 9932 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.