Operating System - HP-UX
1833347 Members
3010 Online
110051 Solutions
New Discussion

NFS address already in use

 
kamal_15
Regular Advisor

NFS address already in use

hi all
when i want to mount hp-ux directory on linux redhat 9 directory as follow:

mount -o proto=tcp (hp-ux name:/directory) (linux directory).

error message say:

nfs server services reported : address already in use.

what this error mean and how can i solve this problem?
thankx
9 REPLIES 9
RAC_1
Honored Contributor

Re: NFS address already in use

Do you have anything mounted on that mount point?? From linux box showmount -e "hp-ux server" showmount or linux equivalent of that.

Anil
There is no substitute to HARDWORK
kamal_15
Regular Advisor

Re: NFS address already in use

when i execute showmount -e hp-server nameit list a directory which i exported on hp-severbut when i mount it the error appear?i tryed to change the directory exported on server.and tryed to restart nfs .but mount didn't work ???
RAC_1
Honored Contributor

Re: NFS address already in use

On linux box, try to mount it on different mount point
There is no substitute to HARDWORK
kamal_15
Regular Advisor

Re: NFS address already in use

i tryed and give methe same result??
kamal_15
Regular Advisor

Re: NFS address already in use

i have 2 servers hp-ux v 10.20when i mount form (hp-ux server1) on (hp-ux server2). or from (server2) on (server1)it working fine no problem.why when i use linux i fail to mount on server1 or server2 ????help
Peter Nikitka
Honored Contributor

Re: NFS address already in use

Hi,

as I know, there was no support for NFS over TCP in HP-UX 10.20.

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
RAC_1
Honored Contributor

Re: NFS address already in use

Are the NFS versions on linux and HP same?? As you are on 10.20, from linux you will have to take out proto=tcp stuff. Also it would be better to add ver=2 from linux side.

Anil
There is no substitute to HARDWORK

Re: NFS address already in use

Hi Kamal,
- Try an exportfs on HP and verify on your linux that you're not in secure mode ;-). It's possible that your linux configuration refuse a monting point.
- Verify that your HP has different name, IP and MAC adress.

Else ask question on linux forums.

B.R.
kamal_15
Regular Advisor

Re: NFS address already in use

sorry for all

i found that firewall option selected in my security level in linux.
when i remove it
mountd works good
thank u