- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cmhaltnode fails ***URGENT!!***
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
04-01-2004 07:30 PM
04-01-2004 07:30 PM
cmhaltnode fails ***URGENT!!***
I'm trying to shut down a ServiceGuard node and I get the following message in syslog...
Apr 2 03:21:24 erp03 cmlvmd: Volume group vgktnats is still active.
Apr 2 03:21:24 erp03 cmlvmd: Shared LVM busy: cannot shutdown
vgktnats was removed a while ago - but obviuosly not correctly, and is not in the lvmtab so I can't do a 'vgchange -a n' on it.
Help - I need to shut this node down and reboot the server!
Thanks,
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 07:43 PM
04-01-2004 07:43 PM
Re: cmhaltnode fails ***URGENT!!***
Seems like MC/SG is not able to vgchange -a n vgktnats but you figured out that part.
Normally you get this message when there is one lvol still active. Could it be the cluster lock vg?
If you have the time you could wait for the timeout, if not i would make sure all applications/dbases are down and do a hard reset ( TOC ).
Mind not to start the cluster on this node before fixing this problem. ( /etc/rc.config.d/cmcluster AUTOSTART_CMCLD=0)
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 07:44 PM
04-01-2004 07:44 PM
Re: cmhaltnode fails ***URGENT!!***
Check with bdf what file systems from this vg are still mounted. Halt appropriate packages or/and umount the fs manually.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 07:45 PM
04-01-2004 07:45 PM
Re: cmhaltnode fails ***URGENT!!***
There's no cluster lock disk in this package... This was a package that was removed a while back.
I think I'm heading towards restarting the server with the node up. BUT... how would I fix the problem when I get the box back up?
Thanks for your help,
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 07:49 PM
04-01-2004 07:49 PM
Re: cmhaltnode fails ***URGENT!!***
But... there are no packages running on this server and the filesystem is not active - and won't activate/de-activate anyway because it's not in the lvmtab.
Any other suggestions??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 07:55 PM
04-01-2004 07:55 PM
Re: cmhaltnode fails ***URGENT!!***
I think you deleted the vgktnats directory under /dev and removed the lvmtab entries by running vgscan. I would suggest you to restore the VG by creating a directory under /dev, create a group file and import the VG configuration back to the system. Then deactivate the VG after which you should be able to halt the node.
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 07:58 PM
04-01-2004 07:58 PM
Re: cmhaltnode fails ***URGENT!!***
MS/CG checks VGs in the ascii file,
Default /etc/cmcluster/cmclconfig.ascii The volume groups listed at the bottum are the vg's MC/SG will try a vgchange -c y on ( at start).
I am not sure if you can alter ( remove line,#cd /etc/cmcluster && cmcheckconf -v -C *.ascii&& cmapplconf -v -C *.ascii) this online. The check will give an error if it can not be done online.)
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 05:55 PM
04-02-2004 05:55 PM
Re: cmhaltnode fails ***URGENT!!***
Not a Solution But...
Try using fuser -k on that VG.
Have you tried using cmhaltnode -f command.
Reg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2004 09:15 AM
04-03-2004 09:15 AM
Re: cmhaltnode fails ***URGENT!!***
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2004 12:58 AM
04-05-2004 12:58 AM
Re: cmhaltnode fails ***URGENT!!***
cmsetsafety off
Continue (y/[n])? y
This will allow you to kill cmcld and cmlvmd on this server without forcing a TOC (panic/reboot). After that, you can "shutdown" gracefully.
.SD.