System Environment:
Operating System: AIX5300-08
Oracle software: Oracle 10g (64-bit)
Installing Oracle 11g R2 Based on IBM AIX
Add data files (bare devices) to the tablespace in AIX)
AIX6.1 install Oracle 11g R2
Install Oracle 10201 on AIX
AIX + HACMP + Oracle dual-host cluster project
Failed to start GSD on local node appears when Oracle 9i RAC is installed on AIX.
Error:
The customer has installed Oracle on an AIX host, uninstalled the Oracle software, changed the UID of the Oracle user, and re-installed Oracle with the following error:
View File System permissions:
[Root @ aix203/] # ls-l/u01/app/
Total 16
Drwxrwx --- 6 oracle oinstall 512 May 19 oracle
There should be no problem with file system permissions. Delete the Oracle user again and modify the/u01 file permissions again. The fault persists!
Solution:
1. umount/u01 file system first
[04:02:00 root @ aix203/] # mount
Node mounted over vfs date options
-----------------------------------------------------------------------
/Dev/hd4/jfs May 18 rw, log =/dev/hd8
/Dev/hd2/usr jfs May 18 rw, log =/dev/hd8
/Dev/hd9var/var jfs May 18 rw, log =/dev/hd8
/Dev/hd3/tmp jfs May 18 rw, log =/dev/hd8
/Dev/hd1/home jfs May 18 rw, log =/dev/hd8
/Proc procfs May 18 22:06 rw
/Dev/hd10opt/opt jfs May 18 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) 2017758c (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 the/u01 file system again.
[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 01 app
3. reinstall the Oracle software to solve the problem.