`

更新软件包的几种方式

 
阅读更多
产品安装
安装 IIM:
./installc -log silent_install_log.xml -acceptLicense
默认安装到/opt/IBM/InstallationManager
1,验证:
# ./imcl listAvailablePackages -repositories  /usr/was8550/repository.config
com.ibm.websphere.ND.v85_8.5.5000.20130514_1044
 
安装WAS8550:
./imcl install com.ibm.websphere.ND.v85_8.5.5000.20130514_1044 -repositories /usr/was8550/repository.config -installationDirectory /usr/IBM/WebSphere  -acceptLicense -l install_log

 
# cat repository.config
LayoutPolicy=Composite
LayoutPolicyVersion=0.0.0.1
 
repository.url.disk1=./disk1
repository.url.disk2=./disk2
repository.url.disk3=./disk3
修改IE的默认语言为中文
进入InstallationManager/eclipse/tools,执行./imcl modify com.ibm.websphere.ND.v85 -properties cic.selector.nl=zh -silent -acceptLicense
 
补丁安装 
1,命令行进行安装
[root@smsnew23 tools]# ./imcl install com.ibm.websphere.ND.v80 -installationDirectory /ywdata/IBM/WebSphere/AppServer -repositories /ywdata/was8fp8/repository.config -acceptLicense
Updated to com.ibm.websphere.ND.v80_8.0.8.20131205_0207 in the /ywdata/IBM/WebSphere/AppServer directory.
[root@smsnew23 tools]# 
 2,使用响应文件静默安装软件包

 [root@portal01 samples]# pwd
/data/setup/responsefiles/samples
[root@portal01 samples]# ll
总用量 56
-rw-r--r--. 1 root root 18517  5月 14 2013 WASv85.nd.install.xml
-rw-r--r--. 1 root root 18008  5月 14 2013 WASv85.nd.modify.xml
-rw-r--r--. 1 root root 14503  5月 14 2013 WASv85.nd.uninstall.xml
[root@portal01 samples]#

安装补丁

[root@portal01 tools]# ./imcl input WASv85.nd.modify.xml -log updata_log.xml -acceptLicense

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics