Operating System - HP-UX
1748259 Members
3984 Online
108760 Solutions
New Discussion юеВ

Re: Setting up server to backup to Ignite server issue..

 
MikeL_4
Super Advisor

Setting up server to backup to Ignite server issue..

I am trying to setup a new 11.31 server to back up to an Ignite server, and having issues right off the bat with NFS...

 

THe ignite server has following exported:

 

/var/opt/ignite/clients -anon=2

/var/opt/ignite/recovery/archives/tmovdb02 -anon=2,access=tmovdb02-0

 

=>exportfs -av

re-exported /var/opt/ignite/clients

exported /var/opt/ignite/recovery/archives/tmovdb02

...

 

But when I try to mount them on the serverI get following error:

 

root@tmovdb02:[/]:=> mount odcign1-0:/var/opt/ignite/clients /var/opt/ignite/recovery/client_mnt 

nfs mount: odcign1-0: : RPC: Rpcbind failure - RPC: Timed out
nfs mount: retrying: /var/opt/ignite/recovery/client_mnt
nfs mount: odcign1-0: : RPC: Rpcbind failure - RPC: Timed out
nfs mount: giving up on: /var/opt/ignite/recovery/client_mnt
root@tmovdb02:[/]:=>

 

Can anyone help with where to start to get NFS working ??

 

2 REPLIES 2
MikeL_4
Super Advisor

Re: Setting up server to backup to Ignite server issue..

oticed when I try to just ssh to the Ignite server I get the following error:

 

connect to host odcign1-0 port 22: Connection refused

MikeL_4
Super Advisor

Re: Setting up server to backup to Ignite server issue..

Found that it is picking up an old IP address from DNS and not using /etc/hosts file entry for some reason, even though

the nsswitch.conf file is coded to look at files first before searching dns...