【中华硕博网-全球500所高校指定报名中心】
【在职研究生】 【在职博士】 【MBA/EMBA】
  您现在的位置: 中华硕博网 > IT培训 > oracl > 安装配置 > 文章正文
站内搜索:

Oracle10g for AIX5L安装过程

作者:硕博网    文章来源:中华硕博网    点击数:    更新时间:2008-5-3
中华硕博网(http://www.china-b.com)全球500所高校指定报名中心--Oracle10g for AIX5L安装过程

  一、下载软件
  从这里download Oracle10g for AIX5L的软件:
  http://otn.oracle.com/software/products/database/oracle10g/htdocs/aix5lsoft.html 
  
  然后上传到server上。并使用gunzip和cpio解包解压:
  $gunzip ship.db.aix.disk1.cpio.gz
  $gunzip ship.db.aix.disk2.cpio.gz
  $cpio -idcmv <ship.db.aix.disk1.cpio
  $cpio -idcmv <ship.db.aix.disk2.cpio
  
  二、确认系统硬件环境
  Oracle10g最低安装要求:
  
  512M物理内存、MIN(RAM*2,2G) SWAP空间、400M /TMP空间、4G Oracle目录空间、64位体系结构
  
  下面是确认过程:
  
  1、确认内存大小(1G)
  localhost> /usr/sbin/lsattr -E -l sys0 -a realmem
  realmem 1048576 Amount of usable physical memory in Kbytes False
  
  这里oracle10g安装文档写错了,将“sys0(数字0)”写成了“sysO(字母O)”。
  
  2、确认SWAP空间,512M太小了,加到2G。
  localhost> /usr/sbin/lsps -a
  Page Space Physical Volume Volume Group Size %Used Active Auto Type
  hd6 hdisk0 rootvg 512MB 12 yes yes lv
  
  3、确认/TMP和Oracle目录空间(其中Oracle10g放在/data1下):
  localhost> df -k
  Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
  /dev/hd4 32768 14676 56% 2176 14% /
  /dev/hd2 1933312 516400 74% 35398 8% /usr
  /dev/hd9var 65536 43496 34% 623 4% /var
  /dev/hd3 917504 691884 25% 1034 1% /tmp
  /dev/hd1 10911744 4097144 63% 18636 1% /home
  /proc - - - - - /proc
  /dev/hd10opt 32768 23328 29% 362 5% /opt
  /dev/lv00 2097152 937572 56% 708 1% /ptf
  /dev/data1lv 13107200 10559980 20% 2735 1% /data1
  
  4、确认系统结构
  localhost> /usr/bin/getconf HARDWARE_BITMODE
  64
  
  5、我们可以通过下面的命令来确认系统CPU个数和主频:
  # lsdev -C |grep proc
  proc

[1] [2] [3] [4] [5] 下一页

 相关热词搜索
>>更多
  • 此栏目下没有文章