Veritas NetBackup™ Commands Reference Guide
- Introduction
- Appendix A. NetBackup Commands
Name
configurePorts — configure the web ports for the Web Services Layer (WSL) application on the master server
SYNOPSIS
-httpPort http_port | -httpsPort https_port | -shutdownPortshutdown_port
-autofindports value
-overrideCluster value
On UNIX systems, the directory path to this command is /usr/openv/netbackup/wmc/bin/install/configurePorts\
On Windows systems, the directory path to this command is install_path\NetBackup\wmc\bin\install\configurePorts\
DESCRIPTION
The NetBackup plug-in for VMware vCenter includes a NetBackup Recovery Wizard for restoring virtual machines. The NetBackup Recovery Wizard requires the proper configuration of web ports for the Web Services Layer (WSL) application on the master server. Without the correct port configuration, you cannot authorize the plug-in to restore virtual machines that were backed up by that master server.
If the web ports (http, https, and shutdown) are not correctly configured on the master server, use the configurePorts command to manually configure the ports. The configurePorts command configures one port at a time.
You must have administrator privileges to run this command.
OPTIONS
- -autofindports
Valid values are true and false.
- -httpPort http_port_number
Specifies the http port number.
- -httpsPort https_port_number
Specifies the https port number.
- -overrideCluster value
Overrides the ports that are used on all nodes of the cluster for a master server that is clustered. Valid values are true and false.
This option updates the following file on shared disk:
Windows:
install_path\NetBackup\var\global\wsl\portfile
UNIX or Linux:
/usr/openv/netbackup/var/global/wsl/portfile
The NetBackup installer for WSL uses this file during installation in a clustered mode.
- -shutdownPort shutdown_port
Specifies the shutdown port number.
EXAMPLE
Configure the http port on the master server to 8443.
# configurePorts -httpPort 8443