Showmount don't show NFS4


 
Thread Tools Search this Thread
Operating Systems AIX Showmount don't show NFS4
# 1  
Old 10-22-2014
Showmount don't show NFS4[SOLVED]

Configure nfs4 on aix ok
i did all
Code:
chnfsdom #return correct domain
chnfs  -r /export
chnfs  -p /export
configured and shared pseudo root

#etc/exports
/export -nfsroot
/var/pubblica -exname=/export/pubblica,vers=4,sec=sys:krb5p:krb5i:krb5:dh,rw

exportfs -a

mount correct
Code:
mount
ibmunix  /pubblica        /mnt2            nfs4   Oct 23 00:57 vers=4,sec=sys

share ok
Code:
share
/var/pubblica -exname=/export/pubblica,vers=4,sec=sys:krb5p:krb5i:krb5:dh,rw

but very strange
Code:
showmount -e
no exported file systems for ibmunix

why?

Last edited by Linusolaradm1; 11-21-2014 at 03:31 PM..
# 2  
Old 11-21-2014
whooops!

Code:
man showmount

Code:
       Note: The showmount command returns information maintained by the mountd daemon. Because NFS Version 4 does not use the
       mountd daemon, showmount will not return information about version 4 mounts.

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

NFS4 mount

Hi all, I am trying to configure an NFS4 server and client. I have been through the entire setup and i have managed to mount the directory as i wanted to however it doesn't seem quite right. My server is "swstage", the NFS4 pseudofilesystem is "/NFS4", the directory i am trying to... (7 Replies)
Discussion started by: Tommyk
7 Replies

2. OS X (Apple)

OS X: Save mtv.com video files (they don't show up in Safari's Activity)

Hi Howto save videos from MTV.com? I am using OS X. example http://www.mtv.com/videos/misc/730863/the-situations-confrontation.jhtml#id=1678445 (0 Replies)
Discussion started by: slashdotweenie
0 Replies

3. Solaris

showmount -e : solaris 10

Hi Admins; I am working on nfs mount on solaris10. I can mount the remote directory from remote nfs server, but when I try "showmount -e serverIP " on client ; it shows nothing, just hanging... Anyone does know why showmount is not showing the exported share? Thanks (2 Replies)
Discussion started by: snchaudhari2
2 Replies

4. Solaris

showmount

Hi, when i give showmount -a command following is the error that i get. root@server # showmount -a showmount: server: RPC: Program not registered Can anyone say the cause for that, and also a solution. (5 Replies)
Discussion started by: amult
5 Replies

5. Shell Programming and Scripting

awk script to remove spaces - examples don't show up correctly

I have the following data from a manual database dump. I need to format the columns so that I can import them into an excel spread sheet. So far I have been able to get past the hurdles with vi and grep. Now I have one last issue that I can't get past. Here is an example of the data. Here is... (18 Replies)
Discussion started by: Chris_Rivera
18 Replies

6. AIX

NFS4 with KERBEROS

I was wondering if any of you have used NFS4 with KERBEROS in a HACMP setup and environment with more than 1 resourcegroup that has NFS mount in them. I Configures the host keys for an Network File System (NFS) server I get stuck with the nfshostkey I can only add one at a time per system so... (0 Replies)
Discussion started by: ravager
0 Replies

7. Shell Programming and Scripting

Don't show keyboard input on terminal

I am developing a script that will run with '/bin/ksh' shell. The script is intended to receive a password by keyboard input, but for security reasons I would like to hide what the user is typing. The keyboard input is being caught by 'read' command. exmaple : echo "Please type your new... (1 Reply)
Discussion started by: marianor31
1 Replies

8. Linux

Why don't my clock show am or pm?

Is it not possible to get the "Digital" clock in KDE 3.3 to show am or pm? Well I just noticed the plain clock setting is the only one that shows it. (2 Replies)
Discussion started by: CTroxtell21
2 Replies

9. UNIX for Dummies Questions & Answers

showmount

SIZE=3]Is the only root can "showmount". How to set a user to be able "showmount"? (1 Reply)
Discussion started by: mcaelbukch
1 Replies
Login or Register to Ask a Question