User's Manual
7.25
Recovery Manager Commands
3PAR Recovery Manager 3.0.2 for Microsoft SQL Server User’s Guide
3PAR Confidential
COMMAND
RMSql portconfig
SYNTAX
RMSql portconfig [-n <no>] [-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 <no> - Port number (default is 9932).
◆ -s <WindowsHost> - This is an optional argument: The name of the Windows host
where the port will be changed. The current host name will be used as the default.
EXAMPLES
The following command will change the local port to 9999.
RMSql portconfig -n 9999
The following command will change the server SQLserver port to 9999.
RMSql portconfig -n 9999 -s <WindowsHost>
NOTE: After executing the portconfig command, you must restart the Recovery
Manager for SQL service.
NOTE: If the port value is changed on one server, then every Recovery Manager
for SQL installed system (including the Recovery Manager Backup Server) that is
managed by the same Recovery Manager Backup Server must be changed to the
same value.