- 浏览: 821401 次
- 性别:
- 来自: 北京
文章分类
最新评论
-
yuhanwm910731:
我现在需要实现复选(非级联选择)的树形下拉菜单,麻烦发给我一份 ...
extjs3.X支持树型的下拉控件 -
shine1200:
“所以咱们现在设置的虚拟路径“/message/upload/ ...
weblogic虚拟路径的配置和使用(2) -
icefireforest:
Fangrn 写道jx_dream 写道楼主,我最近在做树形下 ...
extjs3.X支持树型的下拉控件 -
cloudfile:
谢谢分享!
c++库c#调用开发时需要注意的一点 -
xuweilinbegin:
我也要一份哦:xuweilin15353@163.com,谢谢 ...
extjs3.X支持树型的下拉控件
检查OS的版本,与补丁信息
oslevel可以返回主版本与ML补丁信息
- #oslevel -r
- 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.
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 -s
- 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.
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 Library
Fileset Level State Description
-----------------------------------------------------------------------------
Path: /usr/lib/objrepos
bos.adt.libm 5.2.0.50 COMMITTED Base Application Development
Math Library
1、安装文件集
#smit install_latest
选择安装路径,如/dev/cd0
INPUT 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
选择安装路径,如/dev/cd0
INPUT 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
选择安装目录,如
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
选择安装目录/u01/5206update
默认
SOFTWARE to update [_update_all]
选择不提交,保存被覆盖的文件,可以回滚操作,接受许可协议
COMMIT software updates? no
SAVE replaced files? yes
ACCEPT new license agreements? Yes
然后回车执行安装。
注意:如果一个安装刚结束,可能影响到另外一个安装,可以删除当前安装目录下的.toc文件
发表评论
-
提供IT系统运维支持、系统优化方案
2012-10-26 14:46 6提供IT系统运维支持、系统优化方案,有多个运维实施经验。 ... -
搭建mpi并行运算中遇到的问题与解决方案
2010-11-28 18:21 4879搭建mpi并行运算中遇到的问题与解决方案 1,[roo ... -
linux bash(2)
2010-11-10 22:29 1684十二、输入输出重定 ... -
linux bash(1)
2010-11-10 22:22 1499一、LINUX操作系统的基本结构 1 kernel、 ... -
LINUX系统高级应用
2010-11-10 16:18 1323【过滤大log文件】 #!/bin/bash ... -
【转载】ossec主机入侵检查系统架设
2010-09-30 09:51 1332一.OSSEC简要介绍: OSSEC 是一款开源的入 ... -
Linux多路径的使用及介绍
2010-09-25 08:37 1691多路径(multi-path)软件的介绍 普通的电脑主机都是 ... -
服务器出现broken pipe ,connection reset解决方法
2010-08-24 17:34 2931linux下webloigc经常出现broken pipe ... -
ELF文件病毒的分析和编写(转)
2010-08-11 09:46 3128这个文章是从网上搜来的,转来转去也不知道睡是原版的了,所以很抱 ... -
linux下容量不同硬盘的复制
2010-07-28 19:44 2414可以用parted magic光盘来实现 1.用part ... -
Linux 如何加快 dd 命令备份的速度呢
2010-07-28 19:36 2262增加块大小 dd if=.. of=.. bs=128k -
Linux中重定向及管道
2010-07-28 08:44 12511重定向 1.1 重定向符号 > ... -
提供j2ee中间件优化方案和实施
2010-05-11 09:04 384提供j2ee中间件安装优化方案和实施,提供oracle等数据库 ... -
从bind安装到配置全过程.所有linux平台都支持,带注释
2010-04-26 22:11 2552从安装到配置.不会架设DNS的人来.不是RPM安装的. ... -
apache前台代理分发 weblogic集群报错:错误模块 libhttpd.dll,错误地址 0x0001c0a2 解析以及解决方案
2010-04-14 22:28 35092003的报错:错误应用 程序 Apache.exe,版本 ... -
apache 启动httpd.exe 报错 Could not reliably determine the server's fully qualified
2010-04-14 20:35 2385前言:apache虽然能运行,但是看见error.log中 ... -
AIX下比较两个目录文件并同步数据,供参考
2010-03-25 13:06 1789#!/usr/bin/ksh # Compare the t ... -
check 系统账号密码是否过期shell脚本
2010-03-25 12:37 1428自己写的check aix系统用户密码是否过期的shell 脚 ... -
apache日志自动切割
2010-03-24 09:36 2215前几天给国家地震台 ... -
Remounting filesystem read-only硬盘只读,悲剧
2010-03-02 16:36 11600Dec 6 00:06:36 backup kernel: ...
相关推荐
下面是一份详细的AIX补丁安装操作步骤,适用于初次接触AIX补丁管理的新手。 1. **创建补丁存放目录**: 在开始安装之前,首先需要在系统中创建一个专门用于存放补丁文件的目录,通常推荐的位置是`/usr/sys/inst....
本文将详细介绍 AIX 补丁及升级的概念、分类、安装方法、状态、命令和参数等知识点。 一、AIX 补丁的分类 AIX 补丁可以分为四种类型:Fileset、Package、LPP 和 Bundle。 * Fileset:是一组实现特定功能的文件...
5. **补丁安装步骤**:正确应用补丁是解决问题的关键。通常,补丁需要按照特定顺序安装,并且可能需要重新配置某些服务或重启服务器。确保遵循Oracle提供的补丁安装指南。 6. **日志分析**:WebLogic的日志文件可以...
aix补丁安装及下载 inutoc /usr/sys/inst.images installp -avXY -d/usr/sys/inst.images all installp -cgX all
补丁通常可以从IBM Fix Central获取,这是一个官方的在线平台,提供最新的AIX补丁和更新。下载下来的补丁通常是一个`.bff`文件,它是AIX的二进制文件格式。 4. **安装补丁** 安装补丁的过程分为几个步骤: - ...
aix6.1补丁包,由于体积上传限制,分成十份分别打包。
OPATCH全称为Oracle Patching Utility,它是Oracle Universal Installer (OUI)的一部分,用于简化数据库、中间件和其他Oracle产品的补丁安装和管理过程。OPATCH提供了自动化的方法来检测、安装、验证和回滚补丁,...
参考自己实际安装步骤,介绍了AIX系统下WAS6.1及补丁包的安装及概要文件的创建
aix6.1补丁包,由于体积上传限制,分成十份分别打包。
aix6.1补丁包,由于体积上传限制,分成十份分别打包。
aix6.1补丁包,由于体积上传限制,分成十份分别打包。
根据提供的文件信息,标题提到了“AIX系统的安装方法”,但是描述和部分内容似乎并不包含与AIX系统安装相关的有效信息。因此,本篇文章将基于标题所提及的主题“aix系统的安装方法”来展开,详细介绍AIX操作系统的...
根据提供的文件内容,这是一份关于在AIX7.1操作系统下安装Oracle 11g RAC(Real Application Clusters)数据库,并包含补丁安装过程的详细指南。以下是从标题、描述、标签以及部分内容中提炼的知识点: ### Oracle ...
aix6.1补丁包,由于体积上传限制,分成十份分别打包。
aix6.1补丁包,由于体积上传限制,分成十份分别打包。
aix6.1补丁包,由于体积上传限制,分成十份分别打包。
### IBM JS21上光盘安装AIX #### 重要知识点概述 本文档详细介绍了如何在IBM JS21刀片服务器上通过光盘安装AIX操作系统,并提供了完整的安装步骤及注意事项。AIX(Advanced Interactive Executive)是IBM为Power ...
5. 补丁安装 定期安装系统补丁是保持AIX安全的关键步骤。补丁可以通过IBM's Fix Pack或Cumulative Maintenance Patches获取。安装前需确认补丁的适用性,避免因补丁冲突导致系统不稳定。 6. 系统配置 系统配置涉及...
AIX图形化安装oracle12c全流程