- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mounted Remote File System
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
05-22-2002 09:23 AM
05-22-2002 09:23 AM
Mounted Remote File System
I have a problem with a server where remote file system were mounted using NFS in SAM. The second server where the file system was exported from is not any longer on the network. Now I get the folowing message every time I try use SAM:
"NFS server xxx.yyyy.com not responding still trying"
and I cannot open any of the filesystem related functions in SAM.
Is there way of stopping the NFS Server to look for the mounted remote file system so I can get full access to SAM?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 09:32 AM
05-22-2002 09:32 AM
Re: Mounted Remote File System
You could try to unmount it. Do a bdf or a mount to find the "culprit" and then do a umount "culprit". If that doesn't it do it, a re-boot should.
Good luck,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 09:33 AM
05-22-2002 09:33 AM
Re: Mounted Remote File System
# mount -v
==> take not of the remote mounted FS
(example mars:/dirA ...)
# fuser -k mars:/dirA
==> try to kill
# umount mars:/dirA
If unsuccessful, you need to reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 09:36 AM
05-22-2002 09:36 AM
Re: Mounted Remote File System
checkout the file /etc/mnttab if there is an entry for the bad mount remove it.
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 09:39 AM
05-22-2002 09:39 AM
Re: Mounted Remote File System
The table is provided only as a means for programs to return
information about mounted file systems.
/etc/mnttab should never be manually edited. Any manual changes made
to /etc/mnttab are overwritten without warning by syncer, mount, and
umount.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 09:40 AM
05-22-2002 09:40 AM