Updating the Port Number for a Node

You can update the port number for a node from the GUI or by using the CLI.

GUI

Procedure


  1. Starting Point Procedure
    Nodes
    1. Select Infrastructure > Nodes.
    2. Select an environment from the Environment drop down list.
    3. Select a node from the Nodes list.
    4. Click the General tab.
    Hosts
    1. Select Infrastructure > Host
    2. Select a node from the Nodes list.
    3. Click the General tab.
    Starting Point Procedure
    Nodes
    1. Select Infrastructure > Nodes.
    2. Select an environment from the Environment drop down list.
    3. Select a node from the Nodes list.
    4. Click the General tab.
    Hosts
    1. Select Infrastructure > Host
    2. Select a node from the Nodes list.
    3. Click the General tab.
  2. Update the port number.
  3. Click Save.
  4. The updates take effect when the node is next started. If the node is out of sync, click Install or Sync. If the node was running, restart the node.

CLI

The port number used by the node can be updated using the Administrator CLI using the files node_data.xml and node_build.xml located in TIBCO_HOME/administrator/version/samples .

Procedure

  1. Edit node_data.xml and update the Node element.
  2. Edit node_build.xml and update the objectSelector attribute to Environment/Node[@name='nodeName'], where nodeName is the name of the node.
  3. Run ant -f node_build.xml update.
    The port number is updated. Using the Administrator GUI, navigate to a nodes list to see the updated port number. The Action History of the node changes to Change node management port Successful.