ImageVerifierCode 换一换
格式:DOCX , 页数:6 ,大小:198.67KB ,
资源ID:5519606      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/5519606.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(weblogic补丁升级指导V10.docx)为本站会员(b****3)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

weblogic补丁升级指导V10.docx

1、weblogic补丁升级指导V10Weblogic Server 补丁升级指导2013-04-28胡 亮目录目录 2一、补丁说明 2二、补丁下载 4三、补丁安装注意事项 4四、补丁安装方法 4第一种(重要):bsu安装 4第二种:oracle自带Smart Update 7第三种:jar包加载安装 8一、补丁说明 补丁大致分为四种,如下为oracle官方描述:参考:OPatch can be used for the following types of patches:A patch set exception (also known as a PSE, one-off, or interi

2、m patch)This is usually a single fix for a single problem. One-offs in ST products (GC, DB/AS Control etc) are packaged and applied via OPatch. One-offs are bug fixes given to customers in critical need and are not cumulative, regressed or versioned. You can use theopatchlsinventorycommand to see wh

3、ich one-off patches are installed on your system.A patch bundle (also known as an MLR patch)This type of patch is created by putting several fixes into a single patch. This is usually done if several fixes are needed and the various interim patches apply to the same modules and cause the prior patch

4、 to be removed if applied individually as they can not coexist. Patch bundles are also applied using OPatch and metadata information about them are also kept in a set of XML files in the inventory and manipulated by OPatch.Security Patches (also known as Critical Patch Updates or CPUs)Security patch

5、es are different from other patch types in that they only fix a single or small number of problems, and that they should be applied as soon as possible when a security patch is released extra attention is brought to the existence of the security problem. CPUs are periodic security bundles released b

6、y Oracle and are very much like interim patches and will be applied just like an interim patch using OPatch. Just like interim patches, CPUs are not versioned.Patch Set Updates (PSUs)Patch Set Updates are released on a quarterly basis, following the same schedule as the Critical Patch Updates (CPUs)

7、. These come out the closest Tuesday to the 15th of the months of January, April, July and October. Patch Set Update content is intended to address the top fifty critical bugs affecting the broad customer base.二、补丁下载1. 访问、登录oracle知识库:2. 如果已知补丁号,或者weblogic版本号,可顺序选择,下载oracle补丁三、补丁安装注意事项1. 确定补丁类型,不同补丁类

8、型有不同安装方法2. 确定weblogic版本,以及它已经安装的补丁集3. 一定要查看oracle给出的README补丁说明文件(补丁压缩包中会附带)4. 补丁安装前做好WLS_HOME备份5. 停掉在此weblogic版本下的所有java 进程。四、补丁安装方法第一种(重要):bsu安装这种安装方式,适用于绝大多数的weblogic补丁安装。建议:安装CPU、PSU、patch bundle使用此种方法安装。 安装步骤:1. 对WLS_HOME全备份、并停掉此WLS_HOME下的所有java进程。2. 查看此weblogic的版本通过如下命令,进行查看: $ . $WL_HOME/serve

9、r/bin/setWLSEnv.sh $ javaweblogic.versionWindows示例如下:3. 查看此weblogic所安装的补丁集。通过如下命令,进行查看:cd$WL_HOME/utils/bsu./bsu.sh -prod_dir= -patch_download_dir= -status=applied -verbose -viewFor example:./bsu.sh -prod_dir=/opt/bea/weblogic92 -status=applied -verbose -viewWindows示例如下:4. 安装补丁执行如下命令,进行安装:cdMW_HOME/

10、utils/bsu directory./bsu.sh -install -patch_download_dir=MW_HOME/utils/bsu/cache_dir -patchlist=PATCH_ID -prod_dir=MW_HOME/WL_HOMEWindows示例如下:5. 然后参考步骤3,在次检查此版本补丁是否被正确安装,如下6. 如果需要卸载,则可采取如下操作:执行如下命令,进行安装:cdMW_HOME/utils/bsu directory./bsu.sh -remove -patchlist=PATCH_ID -prod_dir=MW_HOME/WL_HOMEWindow

11、s示例如下:7. 重启所有的weblogic server。第二种:oracle自带Smart Update 这种安装方式,适用于可以连接oracle服务器的自动检测安装。因为weblogic一般安装在生产环境,并且外网检测速度较慢,不推荐使用。 使用方法如下:cdMW_HOME/utils/bsu directory.Java jar patch-client.jar 需要GUI模式,出现如下界面,起初会连接oracle服务器,并显示你已下载的补丁和安装的补丁。智能卸载、安装即可。第三种:jar包加载安装 这种安装方式,适用于fixbug oracle出具的CR开头的补丁。因为此方法在weblogic8、9版本比较实用,故对于bug补丁的安装,建议采用此种方式。安装步骤,如下:1. 下载CR开头的bug补丁,解压出jar文件。2. 停掉所有weblogic server;在Weblogic10/common/bin/commEnv.sh脚本中,找到WEBLOGIC_CLASSPATH一行3. 在WEBLOGIC_CLASSPATH变量的中添加补丁jar包。WEBLOGIC_CLASSPATH=/路径/CR370915_1030GA.jar:$ 。4. 重启weblogic server

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1