- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make_recovery warning
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2003 12:43 AM
09-05-2003 12:43 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2003 12:50 AM
09-05-2003 12:50 AM
SolutionCheck this link:
http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0xff9d0559ff7cd4118fef0090279cd0f9,00.html
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2003 01:04 AM
09-05-2003 01:04 AM
Re: make_recovery warning
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2003 01:19 AM
09-05-2003 01:19 AM
Re: make_recovery warning
how can I rename it?
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2003 01:30 AM
09-05-2003 01:30 AM
Re: make_recovery warning
You can try with this:
#mv /usr/sbin/cmquerycl /usr/sbin/cmquerycl.sav
Kind regards,
Zigor