weblogic patch step

Again you need to first stop weblogic before 
the start command: nohup /u01/wls/adf_projects/domains/adf_domain/bin/startWebLogic.sh -Dweblogic.management.username = weblogic -Dweblogic.management.password = cweme2018> startadf.log & 


References 
https://blog.csdn.net/datingting1/article/details/79114430 
ideas: 
1. the need to find a corresponding patch according to the document Quguan network vulnerabilities, and patches need to install the current version of weblogic case 
(usually to find weblogic installation directory registry.xml) 
CAT /u01/wls/registry.xml   

https://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.html 
2. after downloading the corresponding patch, the patch will be uploaded to the specified directory, this Upload to / u01 / wls / utils / bsu 
original patch under cache_dir 3. removed, before the best to make a backup 
cd BSU / cache_dir / 
RM -rf * 
4. extract the patch to cache_dir 
the unzip p28343311_1036_Generic.zip -d cache_dir /
5. Install the patch, patch here GENM oriented sub-point ID, you can see the unzip directory jar file name, or to view the official website (see note the README)
./bsu.sh -install -patch_download_dir = / u01 / wls / utils / bsu / cache_dir -patchlist = GENM -prod_dir = / u01 / wls / wlserver_10.3 
It should wait about 10 minutes, after the success of success appears to 

6. Verify installation 
./wlserver_10.3/server/bin/setWLSEnv.sh 
appear Your environment has been set. for the success of 
7. At this point has been installed properly, see all patches 
./bsu.sh -prod_dir = / u01 / wls / wlserver_10.3 -status = applied -verbose -view 



supplement: README content

 

Guess you like

Origin www.cnblogs.com/chuanqiMa/p/10950322.html