Change ports
We can change the IBM WebSphere Portal ports values after installation if there are port conflicts with other cells on the system.WebSphere Portal is installed.
Change the port values
- Generate port matrix report...
./ConfigEngine.sh list-server-ports-by-name -DServerName=WebSphere_Portal -DWasPassword=foo
Output goes to...
WP_PROFILE/ConfigEngine/log/WebSphere_Portal_PortMatrix.txt
- Stop the WebSphere_Portal server.
- Change starting port number:
./ConfigEngine.sh modify-ports-by-startport -DWasPassword=foo -DModifyPortsServer=WebSphere_Portal -DStartPort=starting_port
Change ports using the port file:
./ConfigEngine.sh modify-ports-by-portsfile -DWasPassword=foo -DModifyPortsServer=WebSphere_Portal -DPortsFile=/path/to/ports.txt
Sample port files are available on the Setup disc.
BOOTSTRAP_ADDRESS=10035 SOAP_CONNECTOR_ADDRESS=10025 ORB_LISTENER_ADDRESS=10034 SAS_SSL_SERVERAUTH_LISTENER_ADDRESS=10041 CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS=10036 CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS=10033 WC_adminhost=10042 WC_defaulthost=10039 DCS_UNICAST_ADDRESS=10030 WC_adminhost_secure=10032 WC_defaulthost_secure=10029 SIP_DEFAULTHOST=10027 SIP_DEFAULTHOST_SECURE=10026 IPC_CONNECTOR_ADDRESS=10037 SIB_ENDPOINT_ADDRESS=10028 SIB_ENDPOINT_SECURE_ADDRESS=10038 SIB_MQ_ENDPOINT_ADDRESS=10040 SIB_MQ_ENDPOINT_SECURE_ADDRESS=10031
- Restart the WebSphere_Portal server.
Parent: Configuring
Related:
Start and stop servers, dmgrs, and node agents