Operating System - HP-UX
1753415 Members
7001 Online
108793 Solutions
New Discussion юеВ

Re: Error while ignite build

 
suneel
Occasional Contributor

Error while ignite build

While building the HP-UX 11.23 through ignite method the below is error getting displayed.

nfs mount: get_fh: 10.0.0.1:: RPC: Rpcbind failure - RPC: Timed out
nfs mount: get_fh: 10.0.0.1:: RPC: Rpcbind failure - RPC: Timed out
nfs mount: retry: retrying(1) for: /tmp/ign_configure/archive_nfs after 5 seconds
nfs mount: retry: giving up on: /tmp/ign_configure/archive_nfs

Please help as this is urgent issue.
2 REPLIES 2
sujit kumar singh
Honored Contributor

Re: Error while ignite build

this is a problem with the NFS Shares on the Ignite server.

This recovery is being done over neork using an Ignite Serverand u r trying to install OS on the client using the ignite server right?


could u please givethe following?

From the Ignite server:

#cat /etc/fstab
#cat /.rhosts
#cat /etc/exports
#showmount -e
#ll /var/opt/ignite/recovery/archives
#ll /var/opt/ignite/clients


PLease check for the following also:

1) are the NFS fileystems as mentioned in the Ignte server properly exported?
2) try to mount the /var/opt/ignite/archives as NFS from some HP-UX clients and see.
3)Check that nfsd is running on the Ignite server if NFSD is not running start the same in the following sequence (make sure that restarting nfsd on Ignite server doesnoot hamper any other system)
#exportfs -au

#/sbin/init.d/nfs.server stop
#/sbin/init.d/nfs.client stop
#/sbin/init.d/nfs.core stop
#/sbin/init.d/nfs.core start
#/sbin/init.d/nfs.client start
#/sbin/init.d/nfs.server start


check the entries in /etc/exports for proper synatx and make sure they have -anon=2 option

if all is ok
#exportfs -a to export all


to check if all is exported properly to everyone.

#exportfs
#showmount -e

try mounting the NFS exported FS as NFS mount from some other HPUX client and see if that succeeds

if succeds, unmount the same from the client.

Try now running the Client boot.

it is surely a network/NFS issue.



Sujit


Avinash20
Honored Contributor

Re: Error while ignite build