AIX 5.3安裝Oracle 10g錯誤案例--ruInstaller

來源:互聯網
上載者:User

系統內容:

作業系統:  AIX5300-08

Oracle軟體:Oracle 10g(64位)

基於IBM AIX系統安裝Oracle 11g R2 

AIX下給資料表空間添加資料檔案(裸裝置)

AIX6.1 安裝Oracle 11g R2

AIX上安裝Oracle 10201 

AIX+HACMP+Oracle雙機叢集項目

AIX上安裝Oracle 9i RAC出現Failed to start GSD on local node

錯誤現象:

客戶一個AIX主機,以前安裝過Oracle,卸載Oracle軟體後,並更改了Oracle使用者的UID,重新安裝Oracle出現以下錯誤:

查看檔案系統許可權:

[root@aix203 /]#ls -l /u01/app/

total 16

drwxrwx---    6 oracle  oinstall        512 May 19 15:59 oracle

檔案系統許可權應該沒有問題,重新刪除Oracle使用者,重新修改/u01檔案許可權後,故障依舊!

解決方案:

1、先umount /u01檔案系統

[04:02:00 root@aix203 /]#mount

  node      mounted        mounted over    vfs      date        options     

-------- ---------------  ---------------  ------ ------------ ---------------

        /dev/hd4        /                jfs    May 18 22:05 rw,log=/dev/hd8

        /dev/hd2        /usr            jfs    May 18 22:05 rw,log=/dev/hd8

        /dev/hd9var      /var            jfs    May 18 22:05 rw,log=/dev/hd8

        /dev/hd3        /tmp            jfs    May 18 22:05 rw,log=/dev/hd8

        /dev/hd1        /home            jfs    May 18 22:06 rw,log=/dev/hd8

        /proc            /proc            procfs May 18 22:06 rw             

        /dev/hd10opt    /opt            jfs    May 18 22:06 rw,log=/dev/hd8

        /dev/lv00        /var/adm/csd    jfs    May 18 22:06 rw,log=/dev/hd8

        /dev/lv_u01      /u01            jfs    May 18 22:06 rw,log=/dev/hd8

[04:02:03 root@aix203 /]#umount /u01

umount: error unmounting /dev/lv_u01: Device busy

[04:02:10 root@aix203 /]#fuser -kcu /u01

/u01:  102426c(oracle)  327780c  393444c  401518c(root)  450758c(oracle)  475280c(root)  499934c

Killed

[t u@h W]$Killed

[t u@h W]$Killed

[04:02:22 root@aix203 /]#Killed

[t u@h W]$[t u@h W]$umount /u01

2、重新mount /u01檔案系統

[04:02:53 root@aix203 /]#mount /u01

[04:02:57 root@aix203 /]#ls /u01

app

[04:03:00 root@aix203 /]#ls -l /u01

total 8

drwxr-sr-x    3 oracle  oinstall        512 May 19 04:01 app

3、重新安裝Oracle軟體,問題解決

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.