1823133 Members
3366 Online
109647 Solutions
New Discussion юеВ

Re: ignite tape recovery

 
dennis bergman
Occasional Advisor

ignite tape recovery

I ran make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn

I am getting the error

NFS server (pid1870@/net) not responding still trying

Does anyone know why I am getting this and what should I should do to correct it

Thanks
Dennis
14 REPLIES 14
Patrick Wallek
Honored Contributor

Re: ignite tape recovery

That error has nothing to do with make_tape_recovery.

That error is probably due to the fact that Automount is enabled, in /etc/rc.config.d/nfsconf check for the line AUTOMOUNT=1, and the /etc/auto_master file has a line '/net -hosts -nosuid,soft' which is the default for HP-UX (which is stupid). To get rid of these messages make the AUTOMOUNT line in /etc/rc.config.d/nfsconf be AUTOMOUNT=0 nad if you don't need NFS you can do NFS_CLIENT=0 and NFS_SERVER=0

Once that is done do:

/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.server stop

and if you need either NFS service restarted do:
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start
Uday_S_Ankolekar
Honored Contributor

Re: ignite tape recovery

Hi,

Try this command instead.
/opt/ignite/bin/make_recovery -A -C -v -d

Good Luck

-USA..
Good Luck..
Sanjay_6
Honored Contributor

Re: ignite tape recovery

Hi Dennis,

Try

make_tape_recovery -Avi

with the tape in your default drive /dev/rmt/0m.

The error message you are getting is probably due to the automounter. To disbale that NFS serer error message , edit /etc/rc.cofnig.d/nfsconf and set the AUTOMOUNT to 0. It is probably 1 at present. Do a restart of the NFS server once you change the parameter. You can kill the automount process too if you want, without retstating the NFS server.

Look at the thread below for now info.

http://docs.hp.com/hpux/onlinedocs/B1031-90048/B1031-90048.html

http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&con=/hpux/onlinedocs/B1031-90048/00/00/42-con.html&toc=/hpux/onlinedocs/B1031-90048/00/00/42-toc.html&searchterms=Common%20Problems%20with%20NFS%20%20&queryid=20011017-114252

Hope this helps.

Thanks
dennis bergman
Occasional Advisor

Re: ignite tape recovery

Thanks for your quick responses

I made the suggested changes and am still recieving the same error. I only get these nfs errors when I run the make_tape_recovery

make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
* Creating local directories for configuration files and archive.

======= 10/17/01 14:28:17 EDT Started make_tape_recovery. (Wed Oct 17
14:28:17 EDT 2001)
@(#) Ignite-UX Revision B.3.4.115
@(#) net_recovery (opt) $Revision: 10.547 $

* Testing pax for needed patch
* Passed pax tests.
* Recovery Archive Description = Recovery Archive

* Recovery Archive Location = /dev/rmt/0mn

* Number of Archives to Save = 2

NFS server (pid1870@/net) not responding still trying
NFS server (pid1870@/net) not responding still trying
NFS server (pid1870@/net) not responding still trying
NFS server (pid1870@/net) not responding still trying
NFS server (pid1870@/net) not responding still trying
NFS server (pid1870@/net) not responding still trying
NFS server (pid1870@/net) not responding still trying
NFS server (pid1870@/net) not responding still trying


I got the same thing with Uday's suggested command.
Uday_S_Ankolekar
Honored Contributor

Re: ignite tape recovery

Hi,

Try downloading latest patch for ignite.. Just a thought.
-USA
Good Luck..
Patrick Wallek
Honored Contributor

Re: ignite tape recovery

Just for the heck of it try moving the /etc/auto_master file to /etc/auto_master.orig the rerun your ignite backup and see what happens. It appears it is still trying to automount /net for some reason.
dennis bergman
Occasional Advisor

Re: ignite tape recovery

Patrick
I moved the file and Im still getting the same error
Patrick Wallek
Honored Contributor

Re: ignite tape recovery

What version of HP-UX are you running?
Eileen Millen
Trusted Contributor

Re: ignite tape recovery

Have you got any nfs mounted file systems listed in your /etc/fstab file?
We do that for some of our PC samba mounting file systems.
Eileen
dennis bergman
Occasional Advisor

Re: ignite tape recovery

This is a freshly installed hpux 11 server. I have not set up any network file systems.

I greatly appreciate all of your thoughts
Jay Cantwell
Regular Advisor

Re: ignite tape recovery

Dennis, I have run into this several times. Each time I get this error I have a "pfs_mount"
running and I need to stop all the "pfs" processes and restart them. Do a search on
"pfs mount" and you should find some threads talking about this...

hope this helps...Jay
Patrick Wallek
Honored Contributor

Re: ignite tape recovery

OK, lets look at something and try something now:

in /etc/rc.config.d/nfsconf make sure
AUTOMOUNT=0
AUTOFS=0

now do

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

Since you say you are NOT on a network yet, do NOT restart NFS.

Now try running your make_recovery again.
dennis bergman
Occasional Advisor

Re: ignite tape recovery

Still same error
I am on a network but i havent set up nfs
dennis bergman
Occasional Advisor

Re: ignite tape recovery

" holly microsoft " i rebooted and it works.
i also changed nfs_client to 0
and nfs_server to 0 prior to the reboot.

Many thanks to Patrick, Uday and all who helped