Several ways to update packages

Product installation
Install IIM:
./installc -log silent_install_log.xml -acceptLicense
Installs to /opt/IBM/InstallationManager by default
1. Verify:
# ./imcl listAvailablePackages -repositories  /usr/was8550/repository.config
com.ibm.websphere.ND.v85_8.5.5000.20130514_1044
 
Install 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
Modify the default language of IE to Chinese
, enter InstallationManager/eclipse/tools, and execute ./imcl modify com.ibm.websphere.ND.v85 -properties cic.selector.nl=zh -silent -acceptLicense
 
Patch installation 
1, the command line to install
[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. Install packages silently using a response file

 [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]#

Install the patch

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

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326704745&siteId=291194637