- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to deport & import Veritas disk group on to d...
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
11-07-2003 01:49 AM
11-07-2003 01:49 AM
Question: How can I minimize the time of recreating disk-groups and volumes (100s) again ? Is it possible to do it with DEPORT & IMPORT way ? If yes, please give the exact syntax. I have gone through the Veritas Users/Admin/Migration Guide on HP docs, but couldn't find the soln.
Here is how I would have done with HP's LVM :
1)vgexport -m vg01.map -pvs /dev/vg01
2)vgexport -f vg01.file -pvs /dev/vg01
3)vgexport /dev/vg01
4)Disconnect Disk Array1 and connect to Disk Array2.
5)Select new disks to be added to vg01.
6)Replace the old device file names with new ones from "vg01.file".
7) mkdir /dev/vg01
8) mknod /dev/vg01/group c 64 0x010000
9) vgimport -m vg01.map -f vg01.file /dev/vg01
10) Run newfs on all LVs in this vg01 & mount them.
11) Restore the Data.
How is it possible with Veritas Disk Groups ?
Thanks in advance for your feedback,
Darshan.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2003 02:49 AM
11-07-2003 02:49 AM
Re: How to deport & import Veritas disk group on to different disks ?
But I don't think it works the other way, you can't move the deported group onto another set of disks. If I'm wrong about that and somebody can tell how it is done I'd be interested in learning it too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 01:09 AM
11-10-2003 01:09 AM
Re: How to deport & import Veritas disk group on to different disks ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 01:25 AM
11-10-2003 01:25 AM
Re: How to deport & import Veritas disk group on to different disks ?
If you have the ability to have both Disk Array 1 and DIsk Array 2 attached to the server at the same time - then please do so as this will be the right way to do it without incurring much unwanted downtime.
You can bring in DiskArray 2's luns to the present config, mirror them and once done, mirror detach the luns that belong to array 1 and you're golden! If you're on a SAN, then you should never incur any downtime at all!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 02:20 AM
11-10-2003 02:20 AM
Re: How to deport & import Veritas disk group on to different disks ?
Thanks for taking time to give your feedback. Here is reply to ur queries about this : Since this is a Disaster Recovery Test. Disk array-1 won't be connected when we would be connecting Disk array-2. So we can't choose the Option of mirroring (plex) or copying the data . Looks like Veritas VM doesn't have this fuctionality like HP's LVM. Good selling point for HP !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 03:00 AM
11-10-2003 03:00 AM
Re: How to deport & import Veritas disk group on to different disks ?
Actually with VxVM -- you have fewer steps.
Backup Data/Mounts
Backup VolMgr COnfigs and DG's:
vxprint -mvpshr
On new Array/Envrironment:
vxmake
Restore Data.
Learn VxVM and you'll know what I mean.
Of course if you're talking DR needs, then Veritas has a solution as well for maintaining storage bits of your local prod and remote DR server in synch -- I forgot the VxVM option but it is a separately licensible product that works with any storage hardware..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 05:15 AM
11-10-2003 05:15 AM
Re: How to deport & import Veritas disk group on to different disks ?
Per ur suggestion vxprint/vxmake seems to be the way to backup & restore the vxvm information using "descriptor file". Let me try this quickly and give the feedback. But the "vxprint -mvpshr" doesn't give the o/p that can be used/stored as Descriptor file for its further use in vxmake. Any specific options during vxprint for this purpose ?
Thanks,
Darshan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 05:48 AM
11-10-2003 05:48 AM
Solution..
VxVM is'nt really that difficult compared to LVM. Once you master it -- you can work in any VxVM environment -- the syntax and technologies are common accross Unices. There is a VxVM Mailing list (Auburn... somethingy.. search for it in Google) and of course there is vxideas.org and cuddletech.org.