- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- why Vg can't be deactived!
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
05-13-2004 12:38 PM
05-13-2004 12:38 PM
why Vg can't be deactived!
my Cluster starts up successfully
and all the services are available
when i test the cluster
on node1:
#cmhaltpkg sybase
the package Sybase can't be halted successfully
and the corresponding vg vg_db can't be deactived successfully
what's wrong with my cluster?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 12:43 PM
05-13-2004 12:43 PM
Re: why Vg can't be deactived!
Number 1 reason is you haven't successfully stopped all the PIDs accessing the VG.
So take a long/hard look at your halt commands in the halt function of your SG control scripts. You may need to "hammer" some of the PIDs as a last resort if they won't stop gracefully.
MC/SG, by default will attempt looping graceful kills, but if that doesn't do it - it gives up. And then the umount/deactivate fails.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 02:15 PM
05-13-2004 02:15 PM
Re: why Vg can't be deactived!
The above error comes when there is active processes and the system is unable to umount the Filesystem at the time of halting the package.
Check for proper shutdown config of sybase database on the package config. You may increase the FS_UMOUNT_COUNT=10 parameter on your package control file which tries 10 times to unmount the FS after some interval (meanwhile all the active process might be dead on the FS by the halting of package )
In my environment this parameter helped me a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 06:43 PM
05-13-2004 06:43 PM
Re: why Vg can't be deactived!
there is no fileSytem on VG_DB
how can i examine which Process(es) is standing on VG_DB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 06:55 PM
05-13-2004 06:55 PM
Re: why Vg can't be deactived!
The reason you are unable to deactivate the vg is due to the fact that some processes are still using the vg. I would advise like others have done that you relook at the commands you used to stop the processes. I think it will be a good idea if you could confirm that the processes have been stopped after you issue the commands.
Also make sure that there is not anything that is accessing the db vol by using the command fdisk
Let us know if you have any questions.
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 07:03 PM
05-13-2004 07:03 PM
Re: why Vg can't be deactived!
some may gone in zombie state.
Check any body has done "cd" to the corresponding mount points of the vg.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 07:23 PM
05-13-2004 07:23 PM
Re: why Vg can't be deactived!
fuser and lsof might be useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 07:25 PM
05-13-2004 07:25 PM
Re: why Vg can't be deactived!
Jeff,
Thanks, when i read your post i realised my mistake. I think its time i go to bed :-)
regards
Mobeen