Hi all I'm trying to setup an NFS server which I think I have already done so. Unfortunately, no, because I still not able to nfs its client, "Maestro" from Hummingbird. It is running on NT workstation and already nfs to another Unix, an nfs server too. I try on Maestro because it has proven working when connecting to Unix's nfs server. Can anyone help me on these ? Thanks in advance. Belows are the step I took in setting up nfs and also its feedbacks, First I cat /proc/filesystems and I got the following output:- minix ext2 msdos nodev proc nodev nfs According to "Linux Network Administrator's guide". This is confirmed that nfs is present in Kernel. Secondly, I tried the command, rpcinfo and I got the following output:- program vers proto port 100000 2 tcp 111 rpcbind 100000 2 udp 111 rpcbind 545580417 1 udp 671 bwnfsd 545580417 1 tcp 673 bwnfsd 100005 1 udp 700 mountd 100005 2 udp 700 mountd 100005 1 tcp 703 mountd 100005 2 tcp 703 mountd 100003 2 udp 2049 nfs 100003 2 tcp 2049 nfs 100021 1 udp 1041 nlockmgr 100021 3 udp 1041 nlockmgr 100021 1 tcp 1196 nlockmgr 100021 3 tcp 1196 nlockmgr
From the NFS' HowTo, it says that rpcbind is equivalent to rpc or rpc.portmap , which again confirms that nfs server configuration is being set as supposed to.
Finally I tried the command,ps aux, and its output were USER PID %CPU %MEM SIZE RSS TTY STAT START TIME COMMAND at 115 0.0 0.3 892 112 ? S Sep 6 0:00 /usr/sbin/atd bin 67 0.0 1.0 820 332 ? S Sep 6 0:00 /sbin/portmap root 1 0.0 0.5 264 168 ? S Sep 6 0:04 init root 2 0.0 0.0 0 0 ? SW Sep 6 0:28 (kflushd) root 3 0.0 0.0 0 0 ? SW Sep 6 0:00 (kpiod) root 4 0.0 0.0 0 0 ? SW Sep 6 0:10 (kswapd) root 5 0.0 0.0 0 0 ? SW Sep 6 0:00 (md_thread) root 12 0.0 0.0 764 24 ? S Sep 6 0:05 update (bdflush) root 71 0.0 0.0 1012 0 ? SW Sep 6 0:00 (rpc.ugidd) root 79 0.0 0.7 940 216 ? S Sep 6 0:10 /usr/sbin/syslogd root 83 0.0 0.0 1136 0 ? SW Sep 6 0:01 (klogd) root 99 0.0 2.1 1332 644 ? S Sep 6 0:00 /usr/sbin/rpc.mountd root 102 0.0 1.9 1332 600 ? S Sep 6 0:00 /usr/sbin/rpc.nfsd root 118 0.0 0.2 904 80 ? S Sep 6 0:00 /usr/sbin/inetd
From here, it shows that rpc.mountd and rpc.nfsd as well as /sbin/portmap is running.
Perhaps the /etc/exports is cause, so I check the /etc/exports, it contents are: /mnt/nfsserver <unix_host>(rw) Thanks Rgds, Nixien -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Hi, # showmount -e suse_machine_name --> is a handy command to see what is exported and who has permissions to mount -alexm On Thu, 30 Sep 1999, nixien wrote:
Hi all
I'm trying to setup an NFS server which I think I have already done so. Unfortunately, no, because I still not able to nfs its client, "Maestro" from Hummingbird. It is running on NT workstation and already nfs to another Unix, an nfs server too. I try on Maestro because it has proven working when connecting to Unix's nfs server. .....
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
I am also using the Hummingbird product for NFS on Windows (I think the product is absolutely fantastic! Especially the telnet that is included!). In rc.config, you must set START_PCNFSD to "yes". Also there is one additional thing you must do if you want to mount the directory as root (on a Windows client). In /etc you must create a file called pcnfsd.conf and enter the uid range into it (usually 0-60000). This will allow you to mount the directory as root. But to mount as a regular user, you don't need it. nixien wrote:
Hi all
I'm trying to setup an NFS server which I think I have already done so. Unfortunately, no, because I still not able to nfs its client, "Maestro" from Hummingbird. It is running on NT workstation and already nfs to another Unix, an nfs server too. I try on Maestro because it has proven working when connecting to Unix's nfs server.
Can anyone help me on these ? Thanks in advance.
Belows are the step I took in setting up nfs and also its feedbacks,
First I cat /proc/filesystems and I got the following output:-
minix ext2 msdos nodev proc nodev nfs
According to "Linux Network Administrator's guide". This is confirmed that nfs is present in Kernel.
Secondly, I tried the command, rpcinfo and I got the following output:-
program vers proto port 100000 2 tcp 111 rpcbind 100000 2 udp 111 rpcbind 545580417 1 udp 671 bwnfsd 545580417 1 tcp 673 bwnfsd 100005 1 udp 700 mountd 100005 2 udp 700 mountd 100005 1 tcp 703 mountd 100005 2 tcp 703 mountd 100003 2 udp 2049 nfs 100003 2 tcp 2049 nfs 100021 1 udp 1041 nlockmgr 100021 3 udp 1041 nlockmgr 100021 1 tcp 1196 nlockmgr 100021 3 tcp 1196 nlockmgr
From the NFS' HowTo, it says that rpcbind is equivalent to rpc or rpc.portmap , which again confirms that nfs server configuration is being set as supposed to.
Finally I tried the command,ps aux, and its output were
USER PID %CPU %MEM SIZE RSS TTY STAT START TIME COMMAND at 115 0.0 0.3 892 112 ? S Sep 6 0:00 /usr/sbin/atd bin 67 0.0 1.0 820 332 ? S Sep 6 0:00 /sbin/portmap root 1 0.0 0.5 264 168 ? S Sep 6 0:04 init root 2 0.0 0.0 0 0 ? SW Sep 6 0:28 (kflushd) root 3 0.0 0.0 0 0 ? SW Sep 6 0:00 (kpiod) root 4 0.0 0.0 0 0 ? SW Sep 6 0:10 (kswapd) root 5 0.0 0.0 0 0 ? SW Sep 6 0:00 (md_thread) root 12 0.0 0.0 764 24 ? S Sep 6 0:05 update (bdflush) root 71 0.0 0.0 1012 0 ? SW Sep 6 0:00 (rpc.ugidd) root 79 0.0 0.7 940 216 ? S Sep 6 0:10 /usr/sbin/syslogd root 83 0.0 0.0 1136 0 ? SW Sep 6 0:01 (klogd) root 99 0.0 2.1 1332 644 ? S Sep 6 0:00 /usr/sbin/rpc.mountd root 102 0.0 1.9 1332 600 ? S Sep 6 0:00 /usr/sbin/rpc.nfsd root 118 0.0 0.2 904 80 ? S Sep 6 0:00 /usr/sbin/inetd
From here, it shows that rpc.mountd and rpc.nfsd as well as /sbin/portmap is running.
Perhaps the /etc/exports is cause, so I check the /etc/exports, it contents are:
/mnt/nfsserver <unix_host>(rw)
Thanks
Rgds, Nixien
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (3)
-
alexm@pycckue.org
-
nixien@pd.jaring.my
-
sjackson@stratmarkcorp.com