1834568 Members
3629 Online
110069 Solutions
New Discussion

make_recovery warning

 
SOLVED
Go to solution
Ionut Grigorescu_2
Super Advisor

make_recovery warning

Hi,

I have tried to make an Ignite tape on a D320 running HPUX 11.00 before changing a defect root harddisk (mirrored). I have started with
#make_recovery -Av
(make_tape_recovery is not installed) and it returns following warnings:
WARNING: Unable to parse Service Guard query command (/usr/sbin/cmquerycl -n $(hostname) -l lvm -v 2> /dev/null | /usr/bin/awk '{print $1' )
WARNING: Service Guard was detected by the presence of the "/usr/sbin/cmquerycl" command. However "/usr/sbin/cmquerycl" failed to return the required volume group information. A second attempt will be made using vgdisplay(1M)

and these are repeating until I hit Ctrl-C. What I don't understand is that I don't have MC/SG on this machine - it's used as a mediation device between a System+Database 2 L-class Servers System (which indeed runs MC/SG/HPUX11.00) and another Sun Solaris machine which takes some ASCII files from the Mediation Device.
On this machine there are some NFS imported filesystems which are exported by the MC/SG from the Servers System.

Any idea
If it weren't for STRESS I'd have no energy at all
4 REPLIES 4
Zigor Buruaga
Esteemed Contributor
Solution

Re: make_recovery warning

Massimo Bianchi
Honored Contributor

Re: make_recovery warning

Hi,
i think that someone left a cmquerycl on that server for some reason.

Try to rename it and re-run the make_recovery
If it is not a cluster, it is not needed.


Massimo
Ionut Grigorescu_2
Super Advisor

Re: make_recovery warning

Hi Massimo,

how can I rename it?

thank you
If it weren't for STRESS I'd have no energy at all
Zigor Buruaga
Esteemed Contributor

Re: make_recovery warning

Hi,

You can try with this:

#mv /usr/sbin/cmquerycl /usr/sbin/cmquerycl.sav

Kind regards,
Zigor