- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Creating Similar VG in another HOST
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-25-2005 10:31 PM
08-25-2005 10:31 PM
Creating Similar VG in another HOST
I have got 2 VGs which is a part of an RAC. viz, vg_rac1 and VG_rac2. Each of this VGs are having 30 LVs.I am testing the raw filesystem backup. I have taken the backup of these LVs. now I want to create the same kind of VGs on another host and try restoring my backup.
I want to know whether there is any easy method to create a similar volume group like VG_rac1 and VG_rac2. I know that importing a vg is easy. But it takes the same PVs which I dont want , i want to use a different PV for this new volumes group. Any idea?
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 10:38 PM
08-25-2005 10:38 PM
Re: Creating Similar VG in another HOST
Are you using a SAN sisk system ? Is there any tools for cloning LUNs ?
Another, possible way is to do a rawdisk backup of the physical volume and restore to a identical volume on a different host.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 10:44 PM
08-25-2005 10:44 PM
Re: Creating Similar VG in another HOST
Thnaks for your reply.I use netbackup for taking raw volume backup. I think whicle restoring it need the same raw lvs int he destination too. Thats why I want to create the same type of raw lvs in the destination..I feel I need to write a script to make the process of creating 60 new LVs easier..If you find any other idea pls share.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 10:45 PM
08-25-2005 10:45 PM
Re: Creating Similar VG in another HOST
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 10:50 PM
08-25-2005 10:50 PM
Re: Creating Similar VG in another HOST
That was with adabas (Software AG) raw database files, which provided better performance.
In general however, the only supported and reliable backup I knew was to use database utilities.
My Oracle experience is similar.
You can probably use vgexport/vgimport and backups of the vg configuration to recreate the volume groups on the second VG. Just take the configuration files and then try to vgimport.
Thats my suggestion for what its worth.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 10:51 PM
08-25-2005 10:51 PM
Re: Creating Similar VG in another HOST
Although I'm also under the impression that you have to pay for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 11:45 PM
08-25-2005 11:45 PM
Re: Creating Similar VG in another HOST
but if i do a vgexport and vgimport it will include the same PVs in the new VG also right..But i want to create a fresh VG with the same LVM information in /dev/vg_rac1 on my RAC server. Any shortcuts? now I am writing a shell script to create all this 60 LVs in my test server. I wanted to complete the restoration testing by EOD.
Regards
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 12:00 AM
08-26-2005 12:00 AM
Re: Creating Similar VG in another HOST
vgexport/import is not of any help on an empty phusical volume (LUN). It had benn different if it was possible for you to clone a LUN in the disk system and then present the LUN to the new host, and then using vgscan/vgimport. Many high end disk sustem has such options but, perhaps not VA disks.
I would check again if Netbackup can go rawdisk restores to different host (I have used that method with Data Protector). If not, it seems as your only option is "the hard way".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 12:47 AM
08-26-2005 12:47 AM
Re: Creating Similar VG in another HOST
It is instantaneous as it just writes to both areas on the disks.
I'm also pretty sure that you have to buy a license to use this feature of the VA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 01:24 AM
08-26-2005 01:24 AM
Re: Creating Similar VG in another HOST
I just created a script to restore the same LV info on my newly created VG. I could create 60 new LVs in just 30 seconds with a customised 60 different LV name. I took 10-15 mins to write the script. Thanks for all your inputs. I also understand there is no other shortcuts other than scripting.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 01:51 AM
08-26-2005 01:51 AM
Re: Creating Similar VG in another HOST
Gavin,
I am not familar with the VA disks (we uses EVA) but, if Buisness Copy is avialable for VA it should do the trick very easy. But if this user has no license, it is of no help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 01:59 AM
08-26-2005 01:59 AM
Re: Creating Similar VG in another HOST
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 02:05 AM
08-26-2005 02:05 AM
Re: Creating Similar VG in another HOST
I just thought that it was another option that might be worth considering if making a copy of a LUN/some LUNs for a backup was the goal, which it seems like it is to me.
I also wanted you to learn something about the VA7400, you might find it helpful one day (maybe).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 03:44 AM
08-26-2005 03:44 AM
Re: Creating Similar VG in another HOST
import export will not work here coz we have to create a new VG. My PVs are going to be different one.
Gavin,
I completed the task before EOD..:-) did it through a script and it took aroung 15 mins to make..any ay problem got resolved.
Thank you very much for all your responses.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 03:52 AM
08-26-2005 03:52 AM
Re: Creating Similar VG in another HOST
I pleased to see that you did it, I realised from your first post about the script.
I guess I'm just trying say that if you did want to use the array to do the copy, then you could.
Have a jolly weekend.