- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS mounted
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
08-13-2003 03:53 AM
08-13-2003 03:53 AM
NFS mounted
Our Administrator is vacation.
Please advise.
Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 03:55 AM
08-13-2003 03:55 AM
Re: NFS mounted
Instead of the filesystem starting with a "/" (such as /dev/vg00/lvol1), it will start with a machine name.
For example:
afthrs.atl.hp.com:/data
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 03:59 AM
08-13-2003 03:59 AM
Re: NFS mounted
mount -p | grep -i nfs
all the entries of the form
hostname:directory /other_directory
are nfs mounts
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 04:01 AM
08-13-2003 04:01 AM
Re: NFS mounted
# showmount
...will show all remote mounts
# cat /etc/exports
...will list the directories that can be exported to NFS clients
# cat /etc/xtab
...will show currently exported directories
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 04:05 AM
08-13-2003 04:05 AM
Re: NFS mounted
bdf -t nfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 04:14 AM
08-13-2003 04:14 AM
Re: NFS mounted
OK, I tried several things to verify.
bdf does not show it to be a nfs mount.
However it is listed in /etc/exports and /etc/xtab.
When I did the bdf -t nfs no information was
returned.
Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 04:22 AM
08-13-2003 04:22 AM
Re: NFS mounted
#showmount -e
will show you all file systems that are exported and who has them mounted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 04:30 AM
08-13-2003 04:30 AM
Re: NFS mounted
/devl/u00/applic/psoft/vertex_2 (everyone)
this is the file system that I need to confirm
is nfs mounted. I assume it is since show mount is showing it and it's listed in the /etc/exports & /etc/xtab.
Would I be correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 04:39 AM
08-13-2003 04:39 AM
Re: NFS mounted
See the man pages for 'showmount(1M). The options '-a', '-d' and '-e' allow you to distingush what is exported for mounting ('-e') and what has been mounted by a client ('-a' and '-d').
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 05:54 AM
08-13-2003 05:54 AM
Re: NFS mounted
We were not able to map to this file system, thus they wanted me to verify it was nfs mounted. It was. We were not able to connect to until I did a chmod on the file.
Thanks again all!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 07:02 AM
08-13-2003 07:02 AM
Re: NFS mounted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2003 07:22 AM
08-13-2003 07:22 AM
Re: NFS mounted
Yes I was talking about the system on which I ran showmount -e.
I was typing rather quickly and did not make myself clear. Sorry for that.