How to change the VRTS web port number.
| Article:TECH53520 | | | Created: 2007-01-12 | | | Updated: 2008-01-04 | | | Article URL http://www.symantec.com/docs/TECH53520 |
Problem
How to change the VRTS web port number.
Solution
How to
change the VRTS web port number. Changing port numbers for cluster web console.
Follow these steps to change the connecting port that the Web browser will
use:
1. Freeze
the ClusterService group (or the group that houses the VRTSweb
resource):
hagrp -freeze <group name>
2. Check
the current ports that are being used:
/opt/VRTSweb/bin/webgui listports
3. Add
the new port to the list:
/opt/VRTSweb/bin/webgui
addport <port number> <http or https>
4. Delete the old port that is no longer in use:
/opt/VRTSweb/bin/webgui delport <port number>
5. Unfreeze the service group:
hagrp
-unfreeze <group name>
|
|
Legacy ID
291221
Article URL http://www.symantec.com/docs/TECH53520
Terms of use for this information are found in Legal Notices









Thank you.