- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vg remove from cluster
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-18-2009 08:45 PM
05-18-2009 08:45 PM
Previously it has Oracle 9i RAC and it’s using raw file vgraw and vgraw1. In vgraw there are 3 LUN’s and one LUN is assigned as cluster Lock Disk. Later on 9i RAC was upgraded to Oracle 10g RAC with CRS using vgraw2. Now RAC is running fine in 10g.
I now want to remove all LUN’s from vgraw1 and vgraw leaving Cluster Lock Disk LUN.
My action plan is to remove LV, PV & VG of vgraw completely and reduce vgraw leaving on LUN. And then modify the cluster configuration file removing vgraw1 and rebuild the cluster.
Is it enough or I need to take other concern in my action plan?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2009 08:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2009 10:36 PM
05-18-2009 10:36 PM
Re: vg remove from cluster
you can't remove the VG with the cluster lock disk (at least not whilst the cluster is running anyway - you could stop the cluster and re-assign the cluster lock into vgraw2)
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2009 11:08 PM
05-18-2009 11:08 PM
Re: vg remove from cluster
Sorry as i mentioned.
My action plan is to remove LV, PV & VG of vgraw1 completely and reduce vgraw leaving the Lock Disk LUN. And then modify the cluster configuration file removing vgraw1 and rebuild the cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 04:22 AM
05-20-2009 04:22 AM
Re: vg remove from cluster
This statement is referring to volume groups marked for use in SGeRAC environments. vgdisplay will show the status of such VGs as "active, shared".
Before you can do LVM changes to a VG or LV, you must deactivate vgraw1 and decluster it (vgchange -c n -S n vgraw1). The same goes for your lock VG (vgraw).
If vgraw1 will be entirely removed from cluster use, remove it's OPS_VOLUME_GROUP reference from the cluster ASCII file.
If the lock VG will no longer be used for raw access, you can change it's designation from OPS_VOLUME_GROUP to VOLUME_GROUP at the bottom of the cluster ASCII file, then activate the VG and then do the cmapplyconf on the file.
To insure the cluster lock VG maintains the lock structure, halt the cluster, activate the lock VG (you may have to decluster it and activate it (vgchange -c n -S n vgraw, vgchange -a y vgraw), before cmapplyconf'ing the cluster ASCII file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2009 07:57 PM
05-31-2009 07:57 PM
Re: vg remove from cluster
But anyway, I have found much more considerations and findings whilst working. I'll share with you later on.