Modification des ports
You can change the HCL Digital Experience ports values after installation if there are port conflicts with other cells on the system.
Avant de commencer
Remarque : Le paramètre de port de début est requis pour permettre l'aboutissement de la tâche modify-ports-by-startport. Lorsque vous avez indiqué un port de démarrage, ce port devient la base pour l'affectation des valeurs de port. Le code augmente cette valeur au fur et à mesure que chaque port est affecté, ce qui signifie que les ports HCL sont affectés de manière incrémentielle en commençant par le port défini avec la tâche modify-ports-by-startport.
Procédure
-
Exécutez la tâche suivante à partir du répertoire wp_profile_root/ConfigEngine pour générer le fichier WebSphere_Portal_PortMatrix.txt :
Remarque : Le fichier de port se trouve dans le répertoire wp_profile_root/ConfigEngine/log. Il répertorie les ports HCL (WebSphere_Portal) pour votre installation.
- AIX® HP-UX Linux™ Solaris: ./ConfigEngine.sh list-server-ports-by-name -DServerName=WebSphere_Portal -DWasPassword=password
- Windows™ : ConfigEngine.bat list-server-ports-by-name -DServerName=WebSphere_Portal -DWasPassword=password
- IBM® i: ConfigEngine.sh list-server-ports-by-name -DServerName=WebSphere_Portal -DWasPassword=password
- z/OS® : ./ConfigEngine.sh list-server-ports-by-name -DServerName=WebSphere_Portal -DWasPassword=password
- Arrêtez le serveur WebSphere_Portal.
- Exécutez la commande suivante pour modifier le numéro de port de démarrage :
- AIX® HP-UX Linux™ Solaris: ./ConfigEngine.sh modify-ports-by-startport -DWasPassword=password -DModifyPortsServer=WebSphere_Portal -DStartPort=starting port number
- Windows™ : ConfigEngine.bat modify-ports-by-startport -DWasPassword=password -DModifyPortsServer=WebSphere_Portal -DStartPort=starting port number
- IBM® i: ConfigEngine.sh modify-ports-by-startport -DWasPassword=password -DModifyPortsServer=WebSphere_Portal -DStartPort=starting port number
- z/OS® : ./ConfigEngine.sh modify-ports-by-startport -DWasPassword=password -DModifyPortsServer=WebSphere_Portal -DStartPort=starting port number
- Exécutez la commande suivante pour modifier les ports à l'aide du fichier de ports :Remarque : Des exemples de fichiers de port sont disponibles sur le CD d'installation. Les informations suivantes sont un exemple d'un fichier de ports (les valeurs de port pouvant varier selon votre environnement) :
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- AIX® HP-UX Linux™ Solaris: ./ConfigEngine.sh modify-ports-by-portsfile -DWasPassword=password -DModifyPortsServer=WebSphere_Portal -DPortsFile=full path to ports file
- Windows™ : ConfigEngine.bat modify-ports-by-portsfile -DWasPassword=password -DModifyPortsServer=WebSphere_Portal -DPortsFile=full path to ports file
- IBM® i: ConfigEngine.sh modify-ports-by-portsfile -DWasPassword=password -DModifyPortsServer=WebSphere_Portal -DPortsFile=full path to ports file
- z/OS® : ./ConfigEngine.sh modify-ports-by-portsfile -DWasPassword=password -DModifyPortsServer=WebSphere_Portal -DPortsFile=full path to ports file
- Redémarrez le serveur WebSphere_Portal.