How to modify the CommandCentral Storage web console port
| Article:TECH154083 | | | Created: 2011-02-23 | | | Updated: 2011-08-16 | | | Article URL http://www.symantec.com/docs/TECH154083 |
Problem
This HOWTO article covers the modification of the port used by the CCS web console.
The web console connection port is changed fromm the default 8181 / 8443 to the first free port starting at 14191 when the upgrade takes place to CCS5.2RU1 (RU = Release Upgrade).
Error
<Browser> can't establish a connection to the server at 10.134.51.17:8181.
<Browser> can't establish a connection to the server at 10.134.51.17:8443.
HTTP Status 404 - /spc/spc
Environment
Windows or Solaris CCS 5.2RU1 Management server (MS) console connection via Secure Socket Layer (SSL)
Cause
Where previously a connection would be made to http://<IP or Name>:8181 which would load the certificate and redirect to https://<IP or Name>:8443 using VRTSWeb, now it would be made to https://<IP or Name>:14191 using esmweb.
Solution
Changing the port for the CommandCentral Console
You can change the port that you use to connect to the CommandCentral Console. You can use any port that is not in use by another application.
For example, you might want to change the default port from 14191 to 8443. 8443 was the default port before the 5.2 RU1 release. You can still use port 8443 as long as no other products use the port. For example, 8443 is the default port for the Symantec Web server (VRTSweb). Other Symantec products might use that port.
To change the port for the CommandCentral Console
- Log on to the Management Server.
- Verify that port 8443 is not in use by VRTSweb.
Solaris
# netstat -an | grep 8443
Windows
> netstat | FIND "8443"
- Stop the service.
Solaris
# /opt/VRTSweb/bin/webgui stop force
Windows
Stop the Symantec Web Server Service
- Go to the following directory:
Solaris
/opt/VRTSccs/VRTSccstw/esmweb/conf
Windows
\Program Files\VERITAS\CommandCentral Storage\Web Engine\esmweb\conf
- Open
esmweb.cfgin a text editor. - Change the value of the SSLPORT parameter to the desired port number.
- Save and close
esmweb.cfg. - In an operating system console, change to the following directory:
- Type the following commands to restart the Web server:
|
|
Article URL http://www.symantec.com/docs/TECH154083
Terms of use for this information are found in Legal Notices









Thank you.