Operating System - HP-UX
1753900 Members
7691 Online
108809 Solutions
New Discussion юеВ

Re: difference between showmount -a and showmount -e in hp ux

 
UnixT
Frequent Advisor

difference between showmount -a and showmount -e in hp ux

Hi All,

Can someone help me to find the difference between showmount -a and showmount -e in hp ux


5 REPLIES 5
Johnson Punniyalingam
Honored Contributor

Re: difference between showmount -a and showmount -e in hp ux

-a Print all remote mounts in the format

-e Print the list of exported file systems

man showmount
Problems are common to all, but attitude makes the difference
Johnson Punniyalingam
Honored Contributor

Re: difference between showmount -a and showmount -e in hp ux

ITRC member since: March 22, 2008
Last contribution date: December 15, 2009
I have assigned points to 26 of 104 responses to my questions.


any ideas how to assign points for your thread ?

also try to close some of the other open threads
Problems are common to all, but attitude makes the difference
SoorajCleris
Honored Contributor

Re: difference between showmount -a and showmount -e in hp ux

Hi,

The command is used in an NFS server.

showmount -a
============
This shows which and all the clients are mounted the exported file system.This data is taken from /etc/rmtab.

There are some warnings:

If a client crashes, executing showmount on the server will show that the client still has a file system mounted. In other words, the client's entry is not removed /etc/rmtab until the client reboots and executes:
umount -a.

Regards,
Sooraj
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
SoorajCleris
Honored Contributor

Re: difference between showmount -a and showmount -e in hp ux

Hi again; forgot to mention -e

showmount -e
============

This command shows what ever the filesystems exported from the server.

The command output will be somthing like
# showmount -e
export list for rx26-217:
/tmp rw=16.118.114.83

Regards,
Sooraj
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
Michael Steele_2
Honored Contributor

Re: difference between showmount -a and showmount -e in hp ux

Hi

From your NFS server -

# showmount -e (* verify that the file system is exported. If not, then "exportfs -av" and re-verify with showmount -e *)

From your NFS client server -

# showmount -a (* verify the the NFS file systme is mounted. If not, them "mount -a" *)
Support Fatherhood - Stop Family Law