/tmp Read only file system
Hi,I de-installed the 11gR2 (11.2.0.3) grid due to some disk errors and now trying to re-install the software but when i run the runcluvfy it throws an error
"/bin/rm: cannot remove `/tmp/bootstrap : Read-only file system"
drwxr-x--- 22 crs oinstall 12288 Dec 11 15:17 bootstrap
Tried to change permissions and remove the directory:
chmod 777 /tmp/bootstrap/
chmod: changing permissions of `/tmp/bootstrap/': Read-only file system
rm -rf bootstrap/
rm: cannot remove `bootstrap/rdbms/public/oratypes.h': Read-only file system
Can someone let me know, how can i overcome this issue?
Thanks for your valuable time.
-Naveen
"/bin/rm: cannot remove `/tmp/bootstrap : Read-only file system"
drwxr-x--- 22 crs oinstall 12288 Dec 11 15:17 bootstrap
Tried to change permissions and remove the directory:
chmod 777 /tmp/bootstrap/
chmod: changing permissions of `/tmp/bootstrap/': Read-only file system
rm -rf bootstrap/
rm: cannot remove `bootstrap/rdbms/public/oratypes.h': Read-only file system
Can someone let me know, how can i overcome this issue?
Thanks for your valuable time.
-Naveen
0