weblogic10.3.6 patch upgrade, uninstall, see

1, the first patch decompression placed under the weblogic utils / bsu / cache_dir folder, if not the folder, manually create.

2, back bsu directory, run the install command

 ./bsu.sh -install -patch_download_dir=/data/weblogic/utils/bsu/cache_dir -patchlist=MXLE -prod_dir=/data/weblogic/wlserver_10.3 -verbose
Description: 
  1.patch_download_dir is the directory where the patch
  2.patchlist patch ID number is the file name of the patch package .jar file
  3.prod_dir weblogic directory 

3, need to uninstall the conflicting patch updates to patch conflict, in order to perform the installation after uninstalling

Check for conflict...(检查冲突......
Detection of conflict
-resolution situations and re-execution of patch deletion process
Following are details of conflict situations: The following patches must be deleted before the selected patches can be deleted: GFXW

Uninstall command: ./ bsu.sh -remove -verbose -patchlist = GFWX -prod_dir = / data / weblogic / wlserver_10.3 /

4, the installation is successful

Check for conflicts...
No conflict detected
xxxxxxxxxxx
xxxxxx
xxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxx
Patch ID: MXLE..
Result: Success

5, see the patch

 ./bsu.sh -remove -verbose -patchlist=GFWX -prod_dir=/data/weblogic/wlserver_10.3/

ProductName: WebLogic Server
ProductVersion: 10.3 MP6
Components: WebLogic Server/Core Application Server,WebLogic Server/Admi
nistration Console,WebLogic Server/Configuration Wizard and
Upgrade Framework,WebLogic Server/Web 2.0 HTTP Pub-Sub Serve
r,WebLogic Server/WebLogic SCA,WebLogic Server/WebLogic JDBC
Drivers,WebLogic Server/Third Party JDBC Drivers,WebLogic S
erver/WebLogic Server Clients,WebLogic Server/WebLogic Web S
erver Plugins,WebLogic Server/UDDI and Xquery Support,WebLog
ic Server/Evaluation Database,WebLogic Server/Workshop Code
Completion Support
BEAHome: /data/weblogic
ProductHome: /data/weblogic/wlserver_10.3
PatchSystemDir: /data/weblogic/utils/bsu
PatchDir: /data/weblogic/patch_wls1036
Profile: Default
DownloadDir: /data/weblogic/utils/bsu/cache_dir
JavaVersion: 1.6.0_29
JavaVendor: Sun


Patch ID: MXLE
PatchContainer: MXLE.jar
Checksum: -1438222202
Severity: optional
Category: General
CR/BUG: 29633432
Restart: true
Description: WLS PATCH SET UPDATE

 

Guess you like

Origin www.cnblogs.com/CompetitiveHeart/p/11416240.html