Change the MVS server port

The MVS Server port number can be manually edited from the connection_manager.xml file located in the <MVS.install.dir>\server\config\ folder. The default port number for the MVS Server is 3410.

Procedure

  1. Stop the MVS Server.
  2. Locate <MVS.install.dir>\server\config\connection_manager.xml and open the file in an XML editor.
  3. Modify the port attribute value:
    <property  name="port"  value="3410" />
  4. Save the connection_manager.xml file.
  5. Restart the MVS Server.