Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sorry same again svc_tcp_create

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I try to mount two workstations' over nfs
and got the following error message:
svc_tcp_create:prog 100005 VERS 1 can't registered on udp.
I think i have all necessary bos. packet's installed and i am sure the the /etc/exports is corect.
Who can give me some hint's what's wrong

thx
W.S.
 
Might be a name resolution problem.
Do you have an entry for "127.0.0.1 loopback localhost" in /etc/hosts ?
what do you have if you run "netstat -in" ... do you have a lo0 ?

startsrc -g nfs
lssrc -g nfs ... look for inactive services.
Check Name resolution./etc/netsvc.conf; /etc/irs.conf / $NSORDER
See that you do not have 2 hosts with same adress in /etc/hosts

You can try softmounts. (see nfs/mount online info)

You may have to upgrade you AIX if you are too far behind.
you should have these :
bos.net.nfs.*
bos.net.tcp.*
bos.rte.libc
bos.rte.libpthreads
and "lppchk -v" shouldn't give any errors.

One last thing. Delete your interfaces. reboot. Recreate interfaces.
1st one with smit tcpip minimum config,
2th one with smit tcpip furder config.

:eek:)
Good luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top