Offline mode Installing Weblogic Patches
Step1 : Download and Install latest patch client installer if you required
java jar patch-client-installer3_{xxxxxx}.jar
Step2. Download and copy the required patch jar files into specified directory on the server
/oracle/app/yourdirectory/weblogicpatches
Step3. Navigate to "bsu" directory of your Weblogic installation
/oracle/app/wlserver10.3/utils/bsu
Step4. Run the following command to install the patches
Step5. Verify the applied patches using below syntax
$ bsu.sh -view -patch_download_dir=/oracle/fmw/yourdirectory/weblogicpatches -status=applied -verbose -prod_dir=/oracle/app/wlserver10.3
Step1 : Download and Install latest patch client installer if you required
java jar patch-client-installer3_{xxxxxx}.jar
Step2. Download and copy the required patch jar files into specified directory on the server
/oracle/app/yourdirectory/weblogicpatches
Step3. Navigate to "bsu" directory of your Weblogic installation
/oracle/app/wlserver10.3/utils/bsu
Step4. Run the following command to install the patches
$ bsu.sh -install -patchlist=6F21,TRGP - patch_download_dir=/oracle/fmw/yourdirectory/weblogicpatches -verbose -wls_dir=/oracle/app/wlserver10.3
Step5. Verify the applied patches using below syntax
$ bsu.sh -view -patch_download_dir=/oracle/fmw/yourdirectory/weblogicpatches -status=applied -verbose -prod_dir=/oracle/app/wlserver10.3
No comments:
Post a Comment