WebSphere 安装的时候可以选择静默安装模式(CLI)和图形安装模式.
静默安装模式需要通过写"响应文件".然后利用shell install.sh 来安装
install -options setup.rsp–silent
响应文件setup.rsp配置文件: ("------"线不用保存到文本)
--------------------------------------------------------------------------------------------
-OPT allowNonRootSilentInstall="false"
-OPT feature="samplesSelected"
-OPT installLocation="/opt/IBM/WebSphere/Appserver"
-OPT installType="createProfile"
-OPT profileType="standAlone"
-OPT createProfile="TRUE"
-OPT silentInstallLicenseAcceptance="true"
-OPT disableOSPrereqChecking="true"
-OPT disableNonBlockingPrereqChecking="true"
-OPT traceFormat=ALL
-OPT traceLevel=INFO
-OPT PROF_cellName="exp_cell1"
-OPT PROF_defaultPorts=
-OPT PROF_hostName="10.220.2.169"
-OPT PROF_isDefault=
-OPT PROF_nodeName="node1_node"
-OPT PROF_profileName="my_default"
-OPT PROF_profilePath="profile_root"
-OPT PROF_serverName="my_server1"
-OPT PROF_validatePorts=
-OPT PROF_webServerCheck="true"
-OPT PROF_webServerHostname="10.220.2.169"
-OPT PROF_webServerInstallPath="Web_server_root"
-OPT PROF_webServerName="my_ihs_web_server1"
-OPT PROF_webServerOS="linux"
-OPT PROF_webServerPluginPath="plugins_root"
-OPT PROF_webServerPort="80"
-OPT PROF_webServerType="IHS"
--------------------------------------------------------------------------------------------
保存的时候记得在编辑器里面选择换行符采用UNIX形式
也可以通过Xmanager等软件登录到Gnome或KDE等Xwindows界面下去安装
在WAS目录下会有一个setup.jar 文件. 用
%JAVA_HOME%/bin/java -jar setup.jar 即可启动安装程序.
另外对于响应文件的选项可以参考IBM的帮助文档,在安装光盘下的doc目录下面
也可以参考这里:
http://download.boulder.ibm.com/ibmdl/pub/software/rationalsdp/v7/rad/70/docs/install_instruction/html/zh/install.html
静默安装模式需要通过写"响应文件".然后利用shell install.sh 来安装
install -options setup.rsp–silent
响应文件setup.rsp配置文件: ("------"线不用保存到文本)
--------------------------------------------------------------------------------------------
-OPT allowNonRootSilentInstall="false"
-OPT feature="samplesSelected"
-OPT installLocation="/opt/IBM/WebSphere/Appserver"
-OPT installType="createProfile"
-OPT profileType="standAlone"
-OPT createProfile="TRUE"
-OPT silentInstallLicenseAcceptance="true"
-OPT disableOSPrereqChecking="true"
-OPT disableNonBlockingPrereqChecking="true"
-OPT traceFormat=ALL
-OPT traceLevel=INFO
-OPT PROF_cellName="exp_cell1"
-OPT PROF_defaultPorts=
-OPT PROF_hostName="10.220.2.169"
-OPT PROF_isDefault=
-OPT PROF_nodeName="node1_node"
-OPT PROF_profileName="my_default"
-OPT PROF_profilePath="profile_root"
-OPT PROF_serverName="my_server1"
-OPT PROF_validatePorts=
-OPT PROF_webServerCheck="true"
-OPT PROF_webServerHostname="10.220.2.169"
-OPT PROF_webServerInstallPath="Web_server_root"
-OPT PROF_webServerName="my_ihs_web_server1"
-OPT PROF_webServerOS="linux"
-OPT PROF_webServerPluginPath="plugins_root"
-OPT PROF_webServerPort="80"
-OPT PROF_webServerType="IHS"
--------------------------------------------------------------------------------------------
保存的时候记得在编辑器里面选择换行符采用UNIX形式
也可以通过Xmanager等软件登录到Gnome或KDE等Xwindows界面下去安装
在WAS目录下会有一个setup.jar 文件. 用
%JAVA_HOME%/bin/java -jar setup.jar 即可启动安装程序.
另外对于响应文件的选项可以参考IBM的帮助文档,在安装光盘下的doc目录下面
也可以参考这里:
http://download.boulder.ibm.com/ibmdl/pub/software/rationalsdp/v7/rad/70/docs/install_instruction/html/zh/install.html