- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /usr got mounted over
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 06:33 AM
06-21-2004 06:33 AM
I have got a catch22 problem here.
One of our new network trainess was doing some testing with our DNS server which runs Solaris 8 and mounted an nfs filesystem on /usr.
Now, my machine is kind wedged and I can't run any commands (including mount,umount,ls,df etcc). Obviously the PATH is set to /usr/bin & /usr/sbin. And I only have one root session previously started by another admin. No new connections can be made like ftp,ssh etc.. because they all try to run processes over from /usr/bin.
Is there anyway I can recover this machine without rebooting and get the /usr remounted ??
regds,
Abdul.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 06:35 AM
06-21-2004 06:35 AM
Re: /usr got mounted over
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 06:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 06:49 AM
06-21-2004 06:49 AM
Re: /usr got mounted over
Does solaris has it?? If yes, you can usr umount command in there.
If it would have been HP-UX, it would have been /sbin/umount /mount_point.
Otherwise only options seems to be reboot.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 06:53 AM
06-21-2004 06:53 AM
Re: /usr got mounted over
I just used the umount command from the statically linked directories and I was able to unmout the /usr and re-mount the original /usr.
Yes, there is /sbin on Solaris 8 and has essential commands like mount,umount,mountall,init etc..
Thanks again..
Abdul.