




已阅读5页,还剩1页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
检查OS的版本,与补丁信息 oslevel可以返回主版本与ML补丁信息1. #oslevel -r 2. 3. 5200-06 其中5200是主版本号,06是ML小版本号,可以用instfix查看详细信息#instfix -i|grep ML All filesets for 5.2.0.0_AIX_ML were found. All filesets for 5200-01_AIX_ML were found. All filesets for 5200-02_AIX_ML were found. All filesets for 5200-03_AIX_ML were found. All filesets for 5200-04_AIX_ML were found. All filesets for 5200-05_AIX_ML were found. All filesets for 5200-06_AIX_ML were found.Aix 5.3以上,通过-s参数,还可以查看更详细的sp版本,如:1. #oslevel -s 2. 3. 5300-05-04 如果想检查哪个详细的补丁是否安装,则需要用如下的格式#/usr/sbin/instfix -a -ivk IY59082 IY59082 Abstract: system hang with jfs2 and heavy load IY59082 Symptom Text: Heavily loaded system running JFS2 filesystems may hang. (Or a single thread may hang on stuck I/O) - Fileset bos.mp:5.2.0.41 is applied on the system. Fileset bos.mp64:5.2.0.41 is applied on the system. Fileset bos.up:5.2.0.41 is applied on the system. All filesets for IY59082 were found.如果检查文件集(filesets)是否安装,则需要用如下的命令#lslpp -l bos.adt.libm Fileset Level State Description - Path: /usr/lib/objrepos bos.adt.libm 5.2.0.50 COMMITTED Base Application Development Math Library1、安装文件集 #smit install_latest选择安装路径,如/dev/cd0INPUT device / directory for software /dev/cd0在安装的软件选项上按F4或者是Esc 4,打开软件列表,可以用“/”寻找你需要安装的文件集。如找到bos.adt,然后按F7或者Esc 7选中要安装的软件: bos.adt ALL 5.2.0.50 Base Application Development Debuggers 5.2.0.40 Base Application Development Graphics Include Files 5.2.0.50 Base Application Development Libraries 5.2.0.50 Base Application Development Math Library 5.2.0.50 Base Application Development Toolkit 5.2.0.0 Base Application Development Toolkit Data 5.2.0.50 Base Application Development Utilities - lex and yacc 5.2.0.50 Base Operating System Samples 5.2.0.0 Printer Support Development Toolkit 5.2.0.0 SCCS Application Development Toolkit 5.2.0.50 System Calls Application Development Toolkit 5.2.0.40 Tool to Create installp Packages回车,确定安装选项 PREVIEW only? (install operation will NOT occur) no COMMIT software updates? yes SAVE replaced files? no AUTOMATICALLY install requisite software? yes EXTEND file systems if space needed? yes OVERWRITE same or newer versions? no VERIFY install and check file sizes? no Include corresponding LANGUAGE filesets? yes DETAILED output? no Process multiple volumes? yes ACCEPT new license agreements? no Preview new LICENSE agreements? no其中PREVIEW only表示预览安装,如果选yes可以先测试安装COMMIT software updates表示立即提交,如果选为yes,则SAVE replaced files为no。ACCEPT new license agreements一般选为yes,表示接受许可协议。确定后,回车开始安装。2、安装补丁 #smit update_by_fix选择安装目录,如INPUT device / directory for software /dev/cd0打开安装列表,选择需要安装的patch,如 IY35795 smitty causes an error of invalid length of strings in JA_JP IY35810 Enhanced concurrent extendvg with 3 or more nodes may fail IY35817 pthread debug resource owner broken for 64-bit mode确定安装选项,是否提交,是否保存过去的版本等等,确定后提交执行安装。3、安装补丁集 先把补丁集拷贝到一定目录,如/u01/5206update,然后执行#smit update_all选择安装目录/u01/5206update默认SOFTWARE to update _update_all选择不提交,保存被覆盖的文件,可以回滚操作,接受许可协议 COMMIT software updates? no SAVE replaced files? yes ACCEPT new license agreements? Yes然后回车执行安装。注意:如果一个安装刚结束,可能影响到另外一个安装,可以删除当前安装目录下的.toc文件检查OS的版本,与补丁信息oslevel可以返回主版本与ML补丁信息#oslevel -r5200-06其中5200是主版本号,06是ML小版本号,可以用instfix查看详细信息#instfix -i|grep ML All filesets for 5.2.0.0_AIX_ML were found. All filesets for 5200-01_AIX_ML were found. All filesets for 5200-02_AIX_ML were found. All filesets for 5200-03_AIX_ML were found. All filesets for 5200-04_AIX_ML were found. All filesets for 5200-05_AIX_ML were found. All filesets for 5200-06_AIX_ML were found.Aix 5.3以上,通过-s参数,还可以查看更详细的sp版本,如:#oslevel -s5300-05-04如果想检查哪个详细的补丁是否安装,则需要用如下的格式#/usr/sbin/instfix -a -ivk IY59082 IY59082 Abstract: system hang with jfs2 and heavy load IY59082 Symptom Text: Heavily loaded system running JFS2 filesystems may hang. (Or a single thread may hang on stuck I/O) - Fileset bos.mp:5.2.0.41 is applied on the system. Fileset bos.mp64:5.2.0.41 is applied on the system. Fileset bos.up:5.2.0.41 is applied on the system. All filesets for IY59082 were found.如果检查文件集(filesets)是否安装,则需要用如下的命令#lslpp -l bos.adt.libm Fileset Level State Description - Path: /usr/lib/objrepos bos.adt.libm 5.2.0.50 COMMITTED Base Application Development Math Library1、安装文件集#smit install_latest选择安装路径,如/dev/cd0INPUT device / directory for software /dev/cd0在安装的软件选项上按F4或者是Esc+4,打开软件列表,可以用“/”寻找你需要安装的文件集。如找到bos.adt,然后按F7或者Esc+7选中要安装的软件: bos.adt ALL 5.2.0.50 Base Application Development Debuggers 5.2.0.40 Base Application Development Graphics Include Files 5.2.0.50 Base Application Development Libraries 5.2.0.50 Base Application Development Math Library 5.2.0.50 Base Application Development Toolkit 5.2.0.0 Base Application Development Toolkit Data 5.2.0.50 Base Application Development Utilities - lex and yacc 5.2.0.50 Base Operating System Samples 5.2.0.0 Printer Support Development Toolkit 5.2.0.0 SCCS Application Development Toolkit 5.2.0.50 System Calls Application Development Toolkit 5.2.0.40 Tool to Create installp Packages回车,确定安装选项 PREVIEW only? (install operation will NOT occur) no COMMIT software updates? yes SAVE replaced files? no AUTOMATICALLY install requisite software? yes EXTEND file systems if space needed? yes OVERWRITE same or newer versions? no VERIFY install and check file sizes? no Include corresponding LANGUAGE filesets? yes DETAILED output? no Process multiple volumes? yes ACCEPT new license agreements? no Preview new LICENSE agreements? no其中PREVIEW only表示预览安装,如果选yes可以先测试安装COMMIT software updates表示立即提交,如果选为yes,则SAVE replaced files为no。ACCEPT new license agreements一般选为yes,表示接受许可协议。确定后,回
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 通讯系统安装施工方案(3篇)
- 温棚棉被施工方案(3篇)
- 能源环保施工方案(3篇)
- 芜湖节日活动策划拍摄方案(3篇)
- 物业水工考试题库及答案
- 北京市门头沟区2023-2024学年八年级上学期期末质量监测数学考题及答案
- 北京市朝阳区2023-2024学年七年级上学期期末考试英语试卷及答案
- 安徽省铜陵市枞阳县2024-2025学年高三下学期高考第一模拟考试(一模)语文试题及答案
- 智慧之果香蕉700字15篇
- 仙人掌作文400字14篇
- 实验室生物安全手册
- 《教学勇气-漫步教师心灵原书》
- 航天禁(限)用工艺目录(2021版)-发文稿(公开)
- Unit 8 Lets celebrate!教学设计2024-2025学年牛津译林版英语七年级上册
- 医院行政办公室主任职责
- 文言合集(1):120个文言实词小故事(教师版+学生版)
- 教科版(2024)小学科学一年级上册(全册)教案及反思(含目录)
- 争做“四有好老师”-当好“四个引路人”
- 【课件】2025届高三生物一轮复习备考策略研讨
- 中级会计师《经济法》历年真题及答案
- 高职院校高水平现代物流管理专业群建设方案(现代物流管理专业群)
评论
0/150
提交评论