Operating System - HP-UX
1837995 Members
11002 Online
110124 Solutions
New Discussion

NFS.server error on HPUX v3

 
SOLVED
Go to solution
kabrun
New Member

NFS.server error on HPUX v3

Hi there experts,

I have a new-installed rx6600 with HPUX v3,
and on first boot there is an error with the
S100nfs.server.

When you execute: /sbin/rc3.d/S100nfs.server start:

ERROR: rcp.statd not running. Run "/sbin/init.d/lockmgr start" to start
rpc.statd, exiting

Every time you execute: /usr/sbin/rpc.statd:

/var/nfs/rpc.statd.log:
statd: unable to create (SM_PROG, SM_VERS) for netpath

Find below, the messages in syslog.log:


Jul 31 20:18:52 RX6600 rpcbind: rpc_negotiate_uid
(ioctl:I_STR:TL_IOC_CREOPT): No
such file or directory
Jul 31 20:18:52 RX6600 rpcbind: Couldn't negotiate for uid with loopback
tranport
ticotsord
Jul 31 20:18:52 RX6600 vmunix: tunopen(): CLONEOPEN not allowed
Jul 31 20:18:52 RX6600 rpcbind: ticots: cannot open connection: system error
Jul 31 20:18:52 RX6600 statd: svc_tp_create: Could not register prog
100024
vers 1 on udp
Jul 31 20:18:52 RX6600 statd: svc_tp_create: Could not register prog
100024
vers 1 on tcp
Jul 31 20:18:52 RX6600 statd: svc_tp_create: Could not register prog
100024
vers 1 on ticlts
Jul 31 20:18:52 RX6600 statd: svc_tp_create: Could not register prog
100024
vers 1 on ticotsord
Jul 31 20:18:52 RX6600 vmunix: tunopen(): CLONEOPEN not allowed
Jul 31 20:18:52 RX6600 statd: svc_tli_create: could not open
connection for ticots
Jul 31 20:18:52 RX6600 statd: statd: unable to create (SM_PROG,
SM_VERS) for
netpath.
Jul 31 20:18:52 RX6600 /usr/sbin/nfsmapid: rpc_negotiate_uid
(ioctl:I_STR:TL_IOC_CREOPT): No such file or directory
Jul 31 20:18:52 RX6600 /usr/sbin/nfsmapid: Couldn't negotiate for
uid with
loopback transport ticotsord
Jul 31 20:18:52 RX6600 /usr/sbin/nfsmapid: unable to create nfs id
mapping svc
Jul 31 20:18:52 RX6600 automountd: rpc_negotiate_uid
(ioctl:I_STR:TL_IOC_CREOPT): No such file or directory
Jul 31 20:18:52 RX6600 automountd: Couldn't negotiate for uid with
loopback
transport ticotsord
Jul 31 20:18:52 RX6600 automountd: unable to create service


And there's more!

there is another message in the /var/adm/syslog/syslog.log:

Telnetd: I_LINK_DEV ioctl failed: Invalid argument

And, in the /etc/inetd.conf the entry is:

telnet stream tcp nowait root /usr/lbin/telnetd telnetd

The thing is that I can't use telnet either!
(although FTP and XDMCP are available).

Any suggestion would be appreciated...

Thanx in advance and best regards!

Mario.

 

 

P.S. this thread has been moevd from Itanium Based - Experts Online Now!!! to HP-UX > networking - HP Forums Moderator

4 REPLIES 4
CA1161285
New Member

Re: NFS.server error on HPUX v3

Hi Mario,

Can you tell me the contents of you /etc/nsswitch.conf file? I'm wondering which back-end databases you're using for things like rpc, services, networks, etc. Some of these messages make me lean towards a resolution problem of some kind.

Regards,

Dave
It's not always NFS's fault
kabrun
New Member

Re: NFS.server error on HPUX v3

Hi there,
In fact, there's no nsswitch.conf file.
Although there are some forms like:
nsswitch.compat, nsswitch.files, nsswitch.hp_defaults, nsswitch.nis, nsswitch.ldap

I just copied the nsswitch.hp_defaults file as nsswitch.conf and rebooted, but got same errors....

CA1161285
New Member
Solution

Re: NFS.server error on HPUX v3

Hi Mario,

I think this is a known problem that was supposed to be fixed prior to 11i v3 shipping but it may have reappeared somehow. It may be a corrupted /stand/ioconfig file.

Try this:

# /sbin/init.d/nfs.server stop
# /sbin/init.d/autofs stop
# /sbin/init.d/nfs.client stop
# /sbin/init.d/lockmgr stop
# /sbin/init.d/nfs.core stop

Then rebuild your /stand/ioconfig file by issuing the command:

# insf -e

Then see if you can get all the RPC daemons to start normally:

# /sbin/init.d/nfs.core start
# /sbin/init.d/lockmgr start
# /sbin/init.d/nfs.client start
# /sbin/init.d/autofs start
# /sbin/init.d/nfs.server start

Let me know if this works.

Regards,

Dave
It's not always NFS's fault
kabrun
New Member

Re: NFS.server error on HPUX v3

Thank you very much Dave!
That solved the problem straight away!
And I also appreciate very much the quick responses!
Thanx again!