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
5、我們可以通過下面的命令來確認系統CPU個數和主頻: # lsdev -C grep proc proc0 Available 00-00 Processor proc1 Available 00-01 Processor # lsattr -E -l proc0 frequency 752010000 Processor Speed False state enable Processor state False type PowerPC_RS64-III Processor type False # lsattr -E -l proc1 frequency 752010000 Processor Speed False state enable Processor state False type PowerPC_RS64-III Processor type False
3、要求安裝了APARs(Authorized Problem Analysis Reports):
localhost> /usr/sbin/instfix -i -k "IY43980 IY44810 IY45462 IY45707 IY46214 IY46605 IY48525 IY51801" All filesets for IY43980 were found. All filesets for IY44810 were found. All filesets for IY45462 were found. All filesets for IY45707 were found. All filesets for IY46214 were found. All filesets for IY46605 were found. There was no data for IY48525 in the fix database. There was no data for IY51801 in the fix database.