Have you come across a situation where you want to unmount a file system on a HPUX system and the file system is on VXFS?
Well, i have.
These situation does happens. I tried fuser, lsof. but nothing seems to be holding the File System which may disallow unmounting it. Only solution left is to reboot the server and go ahead with the task.
But what if the reboot of the server costs lots of business impact and financial losses. What if the downtiem window is not enough to have the server rebooted?
That is when we came across the command /sbin/vxumount This will unmount the file system forcefully without a reboot and we avoid a reboot.
usage : - /sbin/vxumount -o force /mount_point_name
Credit goes to my colleague mr Subodh Bagade for discovering this command!!!
Hope this comes to some ones help....
Well, i have.
These situation does happens. I tried fuser, lsof. but nothing seems to be holding the File System which may disallow unmounting it. Only solution left is to reboot the server and go ahead with the task.
But what if the reboot of the server costs lots of business impact and financial losses. What if the downtiem window is not enough to have the server rebooted?
That is when we came across the command /sbin/vxumount This will unmount the file system forcefully without a reboot and we avoid a reboot.
usage : - /sbin/vxumount -o force /mount_point_name
Credit goes to my colleague mr Subodh Bagade for discovering this command!!!
Hope this comes to some ones help....