1753317 Members
5271 Online
108792 Solutions
New Discussion юеВ

ignite backup

 
himacs
Super Advisor

ignite backup

Hi admins,

I was doing nmake_net_recovery.
But ended up with following error

make_net_recovery -s CTKDD01
* Creating NFS mount directories for configuration files.
nfs mount: get_fh:CTKDD01:: RPC: Rpcbind failure - RPC: Timed out


quick response highly appreciated.


regards,
himacs
5 REPLIES 5
R.K. #
Honored Contributor

Re: ignite backup

Hi Himacs,


Few things to be checked are:

1.# ps -ef | grep -i rpc
# rpcinfo -p

2. Edit the /etc/hosts file of the client with the alias name for the ignite server.
# exportfs -a

3. Restart the NFS services:
# ps -ef | grep -i nfs

Stop the nfs.server and then nfs.core
Then start nfs.core and then nfs.server

# ps -ef | grep -i nfs


Hope this helps,

Regds,
R.K.
Don't fix what ain't broke
Taifur
Respected Contributor

Re: ignite backup

Hi Himacs,

Check rpcinfo is working properly ,
# rpcinfo -p hostname

Rgds//
Taifur
Jeeshan
Honored Contributor

Re: ignite backup

check the nfs service is up and running.
a warrior never quits
Suraj K Sankari
Honored Contributor

Re: ignite backup

Hi,
check any nfs is mounted or not
Suraj
Bart Paulusse
Respected Contributor

Re: ignite backup

Hi himacs,

check on your ignite server if the correct directories are exported with correct permissions (/etc/exports /etc/xtab)
/var/opt/ignite/clients -anon=2
/var/opt/ignite/recovery/archives/ -anon=2
Then check manualy if host can actualy mount these directories.

Regards,
Bart