Changing ports for VCS

You can change some of the default ports for VCS and its components.

The following is a list of changes that you can make and information concerning ports in a VCS environment:

To change the default port

  1. Stop VCS.
  2. Add an entry service name vcs-app in /etc/services.
    vcs-app 3333/tcp # Veritas Cluster Server
  3. You need to modify the port to the /etc/services file on all the nodes of the cluster.
  4. Restart VCS.
  5. Check the port.
    # netstat -an|grep 3333
    *.3333 *.* 0 0 49152 0 LISTEN
    *.3333 *.* 0 0 49152 0 LISTEN
  6. Use the Java Console to connect to VCS through port 3333.