Jok,
Make sure /eagle/arc is a filesystem
and is a local FS. It could also be
under /eagle or / !
#bdf /eagle/arc
will show whether it is a FS, if it displayes
/eagle/arc corresponding to a LV path.
It will also show whether is a local FS and
not a NFS FS.
Then, make sure it is not being used by anybody
#fuser /eagle/arc
#fuser -cu /eagle/arc will display the processes using it (in case they are).
If there are processes using the FS, you
need to get the details of those processes
through ps output and make sure you can
kill them. (if a Database or application
is writing to the FS, beware!).
All said, the following error --
<<# rm eagle
rm: cannot stat eagle: I/O error >>
-- seems to point that the eagle directory/fs
is an NFS filesystem.
Do #mount |grep eagle and see what
error it gives.
Also do a cat /etc/xtab to see what were
the NFS filesystems mounted previously.
You need to get the NFS server name and
check at the server end.
-R
Take it easy.