简单记录了一下Oracle 10g 在AIX 5.3上安装过程:
检查硬件配置
检查内存:
# lsattr -El sys0 -a realmem
realmem 2097152 Amount of usable physical memory in Kbytes False
检查交换空间
# lsps -a
Page Space Physical Volume Volume Group Size %Used Active Auto Type
hd6 hdisk0 rootvg 512MB 1 yes yes lv
检查临时文件目录(至少应有400M空闲空间)
df -k /tmp
Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
/dev/hd3 65536 63984 3% 16 1% /tmp
检查操作系统位数
# getconf HARDWARE_BITMODE
64
检查操作系统版本号
# oslevel -r
5300-06
检查安装的软件包:
# lslpp -l bos.adt.base bos.adt.lib bos.adt.libm bos.perf.perfstat bos.perf.libperfstat bos.perf.proctools bos.adt.prof bos.cifs_fs.rte
Fileset Level State Description
----------------------------------------------------------------------------
Path: /usr/lib/objrepos
bos.adt.base 5.3.0.60 COMMITTED Base Application Development
Toolkit
bos.adt.lib 5.3.0.60 COMMITTED Base Application Development
Libraries
bos.adt.libm 5.3.0.60 COMMITTED Base Application Development
Math Library
bos.adt.prof 5.3.0.60 COMMITTED Base Profiling Support
bos.cifs_fs.rte 5.3.0.60 COMMITTED Runtime for SMBFS
bos.perf.libperfstat 5.3.0.60 COMMITTED Performance Statistics Library
Interface
bos.perf.perfstat 5.3.0.60 COMMITTED Performance Statistics
Interface
bos.perf.proctools 5.3.0.60 COMMITTED Proc Filesystem Tools
Path: /etc/objrepos
bos.cifs_fs.rte 5.3.0.60 COMMITTED Runtime for SMBFS
bos.perf.libperfstat 5.3.0.60 COMMITTED Performance Statistics Library
Interface
bos.perf.perfstat 5.3.0.60 COMMITTED Performance Statistics
Interface
对于缺少的包,用installp -a -d /dev/cd0 包名 进行安装,安装时放入AIX的安装光备
检查安装的补丁包
# /usr/sbin/instfix -i -k "IY58143 IY59386 IY60930 IY66513 IY70159"
All filesets for IY58143 were found.
All filesets for IY59386 were found.
All filesets for IY60930 were found.
All filesets for IY66513 were found.
All filesets for IY70159 were found.
# /usr/sbin/instfix -i -k "IY68989"
All filesets for IY68989 were found.