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
-
Starting Point Procedure Nodes -
Select Infrastructure > Nodes.
-
Select an environment from the Environment drop down list.
-
Select a node from the Nodes list.
-
Click the General tab.
Hosts -
Select Infrastructure > Host
-
Select a node from the Nodes list.
-
Click the General tab.
-
-
Update the port number.
-
Click Save.
-
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
-
Edit
node_data.xml
and update the Node element. -
Edit
node_build.xml
and update the objectSelector attribute to Environment/Node[@name='nodeName'], where nodeName is the name of the node. -
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.