- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: online remove VG from running HA
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
08-28-2007 02:53 PM
08-28-2007 02:53 PM
OS 11.23
G
Could it be remove VG from running package? For ex: vg12 is exists in PKG cntl file, can it vgchange -a n vg12 while PKG is still running? Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2007 03:06 PM
08-28-2007 03:06 PM
Re: online remove VG from running HA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2007 03:31 PM
08-28-2007 03:31 PM
Re: online remove VG from running HA
would the package control script will monitor the active VG/LV/FS ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2007 03:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2007 05:04 PM
08-28-2007 05:04 PM
Re: online remove VG from running HA
Yes , I know. so my mean is HA would monitor VG in PKG active?
What will happen if "vgchange -a n vg12" in PKG running status?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2007 05:16 PM
08-28-2007 05:16 PM
Re: online remove VG from running HA
hi,
Yes you can do so.
After unmounting any new filesystems belonging to the new volume group that was added, the volume group can be deactivated, and then reactivated in exclusive mode without halting the package or Serviceguard.
# vgchange -a n
# vgchange -c y
# vgchange -a e
WK
please assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2007 06:44 PM
08-28-2007 06:44 PM
Re: online remove VG from running HA
1) Can you remove a VG from a running package ?
-> If not fillesystems or RAW LVM's are used on this VG, yes you can. (vgchange -a n)
If you want to definitely remove the VG, remember to also remove it from the cntl file, or the package script will detect a conflict : It cannot disable a VG that is already disabled.
2)Will the package keep running after the vgchange -a n ?
It depends : If the package monitor checks the presence of the configured VG's in the package, then the package monitor will automaitcally re-enable the VG, and finaly stop the package if it cannot do so.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2007 02:59 AM
08-29-2007 02:59 AM