- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: help with plan to add VG for migrating oracle ...
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-30-2008 09:11 AM
05-30-2008 09:11 AM
I need more space for oracle data. I can't add PV to the VG because max PV per VG has been reached. I can't afford the down time to recreate the VG with greated PV per VG.
Will it work to create a second volume group, and reconfigure ServiceGuard to use 2 volume groups in the oracle package, with some of the oracle data on logical volumes in one VG, and other oracle data in logical volumes in 2nd VG? Also, after creating 2nd VG, can I move oracle data from one VG to the other? Can the data be moved by using lvextend to create a mirror from PVs in VG01 to PVs in VG02?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 09:27 AM
05-30-2008 09:27 AM
Re: help with plan to add VG for migrating oracle data
Do you have space in cluster VG with size at least the smallest PV size? If yes, you can remove one PV and add bigger.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 09:28 AM
05-30-2008 09:28 AM
Re: help with plan to add VG for migrating oracle data
> Can the data be moved by using lvextend to create a mirror from PVs in VG01 to PVs in VG02?
No. LVM mirroring is done at the *logical volume* level. Since a logical volume belongs to a volume group, you can't mirror from one volume group to another.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 09:49 AM
05-30-2008 09:49 AM
Re: help with plan to add VG for migrating oracle data
Two options ( both require outage )
1) create a new vg and new lvol that could be mounted underneath the origional mount and move data to it then delete the origional data
2) Create a new VG with plenty of MAX_PE and MAX_PV. Mirgrate all data to this new VG. Delete the old one when done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 10:03 AM
05-30-2008 10:03 AM
Re: help with plan to add VG for migrating oracle data
But I'm not sure from responses so far, so I will ask again,...
Is it possible to have two VG in oracle ServiceGuard cluster, with some oracle data in VG01 and some in VG02?
If it is possible, then can I move data from one LV in VG01 to another LV in VG02, using for example fbackup/frecover with oracle shut down, then remount new LV onto original mount point?
Also, Ivan suggested install larger PV in VG01. Disks are in DS2405 Fiber Channel enclosures. Can there be two diffferent capacity disks in one DS2405, in same VG?
- John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 11:25 AM
05-30-2008 11:25 AM
SolutionYes, definitely possible.
- "If it is possible, then can I move data from one LV in VG01 to another LV in VG02, using for example fbackup/frecover with oracle shut down, then remount new LV onto original mount point?"
Yes. Remember to edit the package control script to change the LV mounting configuration to match the new situation - in all cluster nodes.
(When changing something in a cluster, our most common mistake is forgetting to copy the changes to _all_ the other nodes when necessary. The package control scripts are not replicated automatically.)
- "Also, Ivan suggested install larger PV in VG01. Disks are in DS2405 Fiber Channel enclosures. Can there be two different capacity disks in one DS2405, in same VG?"
If the VG's "Max PE per PV" value allows larger capacity than the current PVs, then yes.
(Even if the Max PE per PV value matches the size of the current PV, you technically *can* add a larger disk but cannot use its full capacity, so you gain nothing.)
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 12:36 PM
05-30-2008 12:36 PM
Re: help with plan to add VG for migrating oracle data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 09:06 AM
06-17-2008 09:06 AM