WebSphere V7 Silent Installation and minimum cluster configuration commands
Responseinstallation script setup.txt:
-Opt silentinstalllicenseacceptance = "true"
-Opt installtype = "installnew"
-Opt profiletype = "NONE"
-Opt feature = "languagepack. Console. All"
-Opt feature = "languagepack. server. All"
-Opt prof_enableadminsecurity = "false"
-Opt installlocation = "/opt/IBM/WebSphere/appserver"
Installation command:
./Install-options setup.txt-silent
Create a Deployment Manager:
. /Manageprofiles. sh-create-templatepath "/opt/IBM/WebSphere/appserver/profiletemplates/management"-servertype deployment_manager-hostname rhost1-enableadminsecurity true-adminusername admin-adminpassword admin-isdefault-defaultports
Create a server:
./Manageprofiles. Sh-create-templatepath "/opt/IBM/WebSphere/appserver/profiletemplates/managed"-hostname rhost1-isdefault-defaultports
./Manageprofiles. Sh-create-templatepath "/opt/IBM/WebSphere/appserver/profiletemplates/managed"-hostname rhost2-isdefault-defaultports
Joint node:
./Addnode. Sh rhost1 8879-profilename custom01-username admin-Password Admin
Note:
1. Before joining a node, add the relevant IP address and host name to/etc/hosts and change it to the correct host name:
For example:
192.168.11.44 rhost1
192.168.11.45 rhost2
2. Pay attention to firewall settings and add service ports or disable the firewall.
Otherwise, nodes cannot be joined.