Ports that can be configured after installation - Documentation for BMC TrueSight Infrastructure Management 11.3
Notes
- Take a back up of all the files before you add or change the port numbers in them.
- Before changing the JBoss JMS Server port information, delete the TrueSight Infrastructure Management Server from the TrueSight Presentation Server and add it back after making the port information changes.
In the In the installationDirectory\pw\custom\conf\pronet.conf file, add the value for JBoss JNDI port as shown below:
pronet.jndi.port=1100 java.naming.provider.url=http-remoting://localhost:1100 pronet.ps.JNPServers=localhost:1100
In the installationDirectory\pw\wildfly\standalone\configuration\standalone-full.xml file, change the JBoss JNDI port value to the new port number.
<socket-binding name="http" port="${jboss.http.port:1100}"/>In the installationDirectory\pw\server\etc\pserver.conf file, change the JBoss JNDI port value to the new port number.
JNPServers=<hostname>:1100In the installationDirectory\pw\server\etc\pclient.conf file, change the JBoss JNDI port value to the new port number.
JNPServers=<hostname>:1100
Note: When you run publish commands, if there are any JMS related connection errors, replace the hostname with localhost both in pserver.conf and pclient.conf files as shown in the following example, and restart the pserver.
#pserver.conf and pclient.conf
JNPServers=localhost:1100