LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-26-2006, 11:51 AM   #1
hak_uc
LQ Newbie
 
Registered: May 2006
Posts: 13

Rep: Reputation: 0
trouble with nfs mount on Solaris


hello

I have a linux machine serving as an file server. I am using it as an NFS server to mount some filesystems on other machines.

I was able to nfs mount on a Linux client machine but am having trouble doing the same on a Solaris 10 machine.

Any idea what could be preventing the nfs mounts?

Here is the command i was testing.
-----------------------------------------
root@ccv890 # ping 172.18.0.14
172.18.0.14 is alive


root@v890# mount -F nfs 172.18.0.14:/apps /apps
NFS server 172.18.0.14 not responding still trying
-------------------------------------------

MY VFSTAB entries look like this:
---------------------------------------
172.18.0.14:/rocks - /rocks nfs 2 yes bg,rw,exec
172.18.0.14:/apps - /apps nfs 2 yes bg,rw,exec
172.18.0.14:/userhome - /userhome nfs 2 yes bg,rw,exec
172.18.0.14:/bioinfo - /bioinfo nfs 2 yes bg,rw,exec
172.18.0.14:/clusta - /clusta nfs 2 yes bg,rw,exec
172.18.0.14:/clustb - /clustb nfs 2 yes bg,rw,exec
172.18.0.14:/biodb - /biodb nfs 2 yes bg,rw,suid
--------------------------------------



-Kiran
 
Old 10-26-2006, 12:27 PM   #2
saini_mw
Member
 
Registered: Jun 2005
Location: On the top of the World
Posts: 114

Rep: Reputation: 15
are rpc services running on both boxes,,..

please check ...

rpcinfo -p is the command..


Regards,

Harinder Singh
 
Old 10-26-2006, 12:40 PM   #3
hak_uc
LQ Newbie
 
Registered: May 2006
Posts: 13

Original Poster
Rep: Reputation: 0
ran the command rpcinfo -p

Hi harinder,

Here is the output of rpcinfo -p.
ON Solaris machine rpcinfo -p didnt work by itself. i had to give the host name.
My linux nfs server hostname is "cclfs".

So, looks like all the rpc services are running, right? Sorry i am a newbie to all this sysadmin and networking stuff.

Thanks for the help

On linux server
----------------------------
# rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 870 status
100024 1 tcp 873 status
100007 2 udp 963 ypbind
100007 1 udp 963 ypbind
100007 2 tcp 966 ypbind
100007 1 tcp 966 ypbind
351502 1 udp 983
351502 1 tcp 985
351503 1 udp 32774
351503 1 tcp 32869
100011 1 udp 952 rquotad
100011 2 udp 952 rquotad
100011 1 tcp 968 rquotad
100011 2 tcp 968 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100021 1 udp 32775 nlockmgr
100021 3 udp 32775 nlockmgr
100021 4 udp 32775 nlockmgr
100021 1 tcp 32955 nlockmgr
100021 3 tcp 32955 nlockmgr
100021 4 tcp 32955 nlockmgr
100005 1 udp 990 mountd
100005 1 tcp 1002 mountd
100005 2 udp 990 mountd
100005 2 tcp 1002 mountd
100005 3 udp 990 mountd
100005 3 tcp 1002 mountd
--------------------------------------------

ON Solaris client

rpcinfo -p didnt work by itself. i had to give the host name.

My linux nfs server hostname is "cclfs". here is the output of "rpcinfo -p cclfs"
----------------------------------
rpcinfo -p cclfs
program vers proto port service
100000 2 tcp 111 rpcbind
100000 2 udp 111 rpcbind
100024 1 udp 870 status
100024 1 tcp 873 status
100007 2 udp 963 ypbind
100007 1 udp 963 ypbind
100007 2 tcp 966 ypbind
100007 1 tcp 966 ypbind
351502 1 udp 983
351502 1 tcp 985
351503 1 udp 32774
351503 1 tcp 32869
100011 1 udp 952 rquotad
100011 2 udp 952 rquotad
100011 1 tcp 968 rquotad
100011 2 tcp 968 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100021 1 udp 32775 nlockmgr
100021 3 udp 32775 nlockmgr
100021 4 udp 32775 nlockmgr
100021 1 tcp 32955 nlockmgr
100021 3 tcp 32955 nlockmgr
100021 4 tcp 32955 nlockmgr
100005 1 udp 990 mountd
100005 1 tcp 1002 mountd
100005 2 udp 990 mountd
100005 2 tcp 1002 mountd
100005 3 udp 990 mountd
100005 3 tcp 1002 mountd
----------------------------------------
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to mount a nfs mount from linux client to AIX nfs server dennyqian AIX 13 04-11-2016 11:30 PM
trouble in setting up NFS server in Sun Solaris soumyadeep Solaris / OpenSolaris 7 03-03-2005 02:47 AM
Some useful info on jumpstart and NFS mount of solaris CD's neo77777 Solaris / OpenSolaris 1 09-10-2003 05:13 PM
nfs mount of solaris drive starkeylabs Linux - Networking 4 06-20-2003 10:16 AM
NFS Mount Trouble irishb3 Linux - General 1 02-10-2003 11:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 12:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration