Chinaunix首页 | 论坛 | 博客
  • 博客访问: 142320
  • 博文数量: 19
  • 博客积分: 875
  • 博客等级: 准尉
  • 技术积分: 240
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-13 10:58
文章分类

全部博文(19)

文章存档

2011年(1)

2010年(6)

2009年(12)

我的朋友

分类:

2009-10-17 13:54:42

 
 
AIX 5300-09-04 装了xlc 8.0  之后发现
# oslevel -s
5300-06-12-0920
 
接着把 xlc 8.0 升级到 8.0.0.18 之后
 
# oslevel -s
5300-08-07-0920
 
AIX 操作系统版本降低了 ,百思不的其解
后面发现是由于 安装编译器中的包过老,导致
 
解决方法:
# oslevel -s
5300-08-07-0920
#
# instfix -i |grep ML
    All filesets for 5.3.0.0_AIX_ML were found.
    All filesets for 5300-01_AIX_ML were found.
    All filesets for 5300-02_AIX_ML were found.
    All filesets for 5300-03_AIX_ML were found.
    All filesets for 5300-04_AIX_ML were found.
    All filesets for 5300-05_AIX_ML were found.
    All filesets for 5300-06_AIX_ML were found.
    All filesets for 5300-07_AIX_ML were found.
    All filesets for 5300-08_AIX_ML were found.
    Not all filesets for 5300-09_AIX_ML were found.
 
# oslevel -rl 5300-09
Fileset                                 Actual Level           Recommended ML
-----------------------------------------------------------------------------
xlsmp.rte                               1.7.0.2                1.8.0.0       
 
发现原来是这个 fileset 导致
 

下了个包,再打上去就行了,单独打xlsmp.rte 即可
 
smitty installp ---> install software ---->
 
# oslevel -s
5300-09-04-0920
# instfix -i |grep ML
    All filesets for 5.3.0.0_AIX_ML were found.
    All filesets for 5300-01_AIX_ML were found.
    All filesets for 5300-02_AIX_ML were found.
    All filesets for 5300-03_AIX_ML were found.
    All filesets for 5300-04_AIX_ML were found.
    All filesets for 5300-05_AIX_ML were found.
    All filesets for 5300-06_AIX_ML were found.
    All filesets for 5300-07_AIX_ML were found.
    All filesets for 5300-08_AIX_ML were found.
    All filesets for 5300-09_AIX_ML were found.
 
教训: 在已经升级好的AIX 系统装好软件后,一定要多多记得检查。
 
 
 
阅读(3311) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~