- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: share path
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
04-28-2008 07:53 PM
04-28-2008 07:53 PM
share path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 08:01 PM
04-28-2008 08:01 PM
Re: share path
To know the list of directories that have been remotely mounted by clients thru NFS,
#showmount -d
Have a look on
/etc/rmtab - has list of clients uses the nfs mount points
Not pretty sure about CIFS/samba.
Best Regards,
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 11:14 PM
04-28-2008 11:14 PM
Re: share path
cifslist -x
man cifslist
showmount -a
man showmount
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 11:24 PM
04-28-2008 11:24 PM
Re: share path
/opt/samba/bin/smbstatus
/opt/samba/bin/smbstatus -S
showmount lists all clients that have remotely mounted a filesystem from a host.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 11:25 PM
04-28-2008 11:25 PM
Re: share path
dear haeman
rasheed has the both answers for samba and unix
regarding samb u have to consider the cifs command and unix normally using showmount
see man pages of both commands
thanks and regards
sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 11:25 PM
04-28-2008 11:25 PM
Re: share path
showmount -a works , but I found that even the remote server is unmounted the connection , it still show it is mounted now , it seems the info. is not update , except reboot , how can I get the update showmount info ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 11:27 PM
04-28-2008 11:27 PM
Re: share path
Dear heaman
there is one command spelled wrongly not cifs but cifslist
thanks and regards
sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 11:29 PM
04-28-2008 11:29 PM
Re: share path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2008 11:53 PM
04-28-2008 11:53 PM
Re: share path
I checked /etc/rmtab , it is the same as the output from showmount -a ( still not update info ) .
thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 12:15 AM
04-29-2008 12:15 AM
Re: share path
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 12:16 AM
04-29-2008 12:16 AM
Re: share path
entries of all remotely mounted file systems and remote nfs clients are present in /etc/rmtab file
it is text file
u can use cat /etc/rmtab
also
u will get the same result if u are using
#showmount -a
command
I think u can close this thread and u can assign points
thanks and regards
sajjad