Operating System - HP-UX
1754014 Members
7454 Online
108811 Solutions
New Discussion юеВ

Errors when trying to create an ignite backup

 
SOLVED
Go to solution

Errors when trying to create an ignite backup

Hi Gurus

When i am trying to create an ignite backup on my machines, i get the following errors.
The ignite server recently changed IP address so did the clients.
I updated the /etc/hosts but dont know what else i should be doing.

This is what i got from /var/opt/ignite/logs


ERROR: nfs mount: get_fh: latvia:: RPC: Program not registered
nfs mount: get_fh: latvia:: RPC: Program not registered
nfs mount: retry: retrying(1) for: /var/opt/ignite/recovery/client_mnt
after 5 seconds
nfs mount: retry: giving up on: /var/opt/ignite/recovery/client_mnt
ERROR: Could not NFS mount directory /var/opt/ignite/clients on
latvia. The
exports file on latvia should contain the entry
"/var/opt/ignite/clients -anon=2". Ensure that
/var/opt/ignite/clients
has been exported using the "exportfs -av" command.
ERROR: Failed mounting directory
/var/opt/ignite/recovery/client_mnt:/Connection refused
(errno = 239)
ERROR: Failed to create NFS mount directories for configuration
files.

Patience pays....but you will need pateince for that........
4 REPLIES 4
Ivan Krastev
Honored Contributor

Re: Errors when trying to create an ignite backup

If you made any changes on the clients change /etc/exports on the server and re-export it with 'exportfs -av'.

regards,
ivan
Steve Steel
Honored Contributor
Solution

Re: Errors when trying to create an ignite backup

Hi


Suspect your setupon the NFS Server

Note that the normal configuration is to have START_MOUNTD=1 in /etc/rc.config.d/nfsconf.
And rpc.mountd is not put in /etc/inetd.conf

Then
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.server start


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)

Re: Errors when trying to create an ignite backup

Hi Ivan
Thanks for your time.
But it was not enough.

Hi Steel
Your solution helped.
The stop and start of the nfs did the trick.
exportfs also was done as part of it.

Thanks for your time and help.

-Satya
Patience pays....but you will need pateince for that........

Re: Errors when trying to create an ignite backup

Steeve's solution helped.
Patience pays....but you will need pateince for that........