Original works, from the "Dark Blue Blog" blog, Welcome to reprint, please be sure to mention the following source, otherwise the copyright responsibility.
Deep Blue Blog:http://blog.csdn.net/huangyanlong/article/details/40456349
/tmp/bootstrap Permissions issues under RAC
Environment: CentOS5.6 64bit, Linux.x64_11gR2_grid.zip
1. Error
[Email protected] grid]$/runcluvfy.sh stage-pre crsinst-n node1,node2-fixup-verbose
/bin/rm:cannot Remove directory '/tmp/bootstrap ': Operation not permitted
./runcluvfy.sh:line:/tmp/bootstrap/ouibootstrap.log:permission denied
--Unable to verify, error to bootstrap folder no permissions
2. Solve
[Email protected] grid]$ cd/tmp/
--To view detailed file permission information under folder
[[email protected] tmp]$ ls
Bootstrap Mapping-root Scim-socket-frontend-root
Cvu_11.2.0.1.0_grid Orbit-root ssh-smaazs3757
Gconfd-root Scim-helper-manager-socket-root virtual-root.tcsh8x
keyring-iz5y7v Scim-panel-socket:0-root
[Email protected] tmp]$ Ls-ll
Total 32
Drwxr-xr-x 2 root root 4096 Oct 15:50 Bootstrap
Drwxr-xr-x 3 grid oinstall 4096 Oct 15:20 Cvu_11.2.0.1.0_grid
drwx------3 root root 4096 Oct 15:40 gconfd-root
drwx------2 root root 4096 Oct 15:40 keyring-iz5y7v
Srwxr-xr-x 1 root root 0 Oct 15:41 mapping-root
drwx------2 root root 4096 Oct 15:42 orbit-root
SRW-------1 root root 0 Oct 15:41 scim-helper-manager-socket-root
SRW-------1 root root 0 Oct 15:41 scim-panel-socket:0-root
SRW-------1 root root 0 Oct 15:40 scim-socket-frontend-root
drwx------2 root root 4096 Oct 15:40 ssh-smaazs3757
drwx------2 root root 4096 Oct 15:41 virtual-root.tcsh8x
[Email protected] ~]# chown-r grid:oinstall/tmp/bootstrap
-Empowering the grid
Supplement: To avoid use by other applications. Permission changed to 777
[Email protected] ~]# chmod-r 777/tmp/bootstrap
Supplemental completion
[Email protected] ~]# Su-grid
[Email protected] ~]$ Cd/soft/grid
[[email protected] grid]$ ls
Doc response runcluvfy.sh Sshsetup welcome.html
Install RPM Runinstaller Stage
[Email protected] grid]$/runcluvfy.sh stage-pre crsinst-n node1,node2-fixup-verbose
[LOCAL]: send[0]: Window-change (rows:36, cols:80)
Performing pre-checks for Cluster services setup
Checking node reachability ...
Check:node reachability from Node "Node1"
Destination Node Reachable?
------------------------------------ ------------------------
Node1 Yes
Node2 Yes
Result:node reachability check passed from Node "Node1"
......
......
......
......
......
......
has been able to check the grid installation environment properly
Perhaps: a somewhat puzzled question, despite the conquest, but do not know why the small problem encountered. Write it down to see it later.
Original works. From the "Blue Blog" blog, Welcome to reprint, please be sure to indicate the following source. Otherwise be held responsible for copyright law.
Deep Blue Blog:http://blog.csdn.net/huangyanlong/article/details/40456349
Copyright notice: This article Bo Master original article. Blog, not reproduced without consent.
RAC Next/tmp/bootstrap permissions issue