HELP!
Yesterday I moved our /usr/local file system from /dev/dsk/c0t0d0s6 to /dev/vx/dsk/rootdg/usrlocal. I created the newfs etc and copied all the data and I thought it was job done, but this morning I notice I have 2 entries in df -k
/dev/dsk/c0t0d0s6 984559 614444 311042 67% /usr/local
/dev/vx/dsk/rootdg/usrlocal 984559 614444 311042 67% /usr/local
If I write a file in /usr/local both entries in df -k reflect it. umount -f /dev/dsk/c0t0d0s6 says it's busy. fuser only shows me as active, tried the umount as a rsh command from another box.
Any suggestions as to how to resolve, preferably without bringing this production system down?
Yesterday I moved our /usr/local file system from /dev/dsk/c0t0d0s6 to /dev/vx/dsk/rootdg/usrlocal. I created the newfs etc and copied all the data and I thought it was job done, but this morning I notice I have 2 entries in df -k
/dev/dsk/c0t0d0s6 984559 614444 311042 67% /usr/local
/dev/vx/dsk/rootdg/usrlocal 984559 614444 311042 67% /usr/local
If I write a file in /usr/local both entries in df -k reflect it. umount -f /dev/dsk/c0t0d0s6 says it's busy. fuser only shows me as active, tried the umount as a rsh command from another box.
Any suggestions as to how to resolve, preferably without bringing this production system down?