- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Migrating HP Integrity VM server to new disk
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
09-22-2009 08:16 AM
09-22-2009 08:16 AM
Migrating HP Integrity VM server to new disk
It is connected to EMC symmetrix disk for the back data stores and vg00 for our VM guest.
We use the whole disk method to allocate storage to our VM guesst.
We have one EMC disk allocated to the VM guest root drive and an assortment of other EMC disk for data drives.
We are using EMC tool SRDF to create mirror copies between the Old and New Symmetrix Frames.
When we migrate to our new EMC symmetric frame, my CTD numbers will change on the Integrity hosts.
I know where the new disk will be on the new Symmetrix frame but will not know the new CTD number until I do my ioscan/insf -e on the Integrity hosts.
I need to associate these new CTD number to my vmguests.
My questions is, is it just as simple as editing the /var/opt/hpvm/guest/
Here is a sample of this file where I think I can change the CTD names....
# Virtual Storage Devices
#
scsi_disk(0,0).0 = disk(/dev/rdsk/c14t2d1)
scsi_disk(0,0).2 = disk(/dev/rdsk/c14t0d0)
scsi_disk(0,0).3 = disk(/dev/rdsk/c14t0d1)
scsi_disk(0,0).4 = disk(/dev/rdsk/c14t0d2)
scsi_disk(0,0).5 = disk(/dev/rdsk/c14t0d3)
scsi_disk(0,0).6 = disk(/dev/rdsk/c14t0d4)
scsi_disk(0,0).7 = disk(/dev/rdsk/c14t0d5)
scsi_disk(0,0).8 = disk(/dev/rdsk/c14t0d6)
scsi_disk(0,0).9 = disk(/dev/rdsk/c14t0d7)
scsi_disk(0,2).0 = disk(/dev/rdsk/c14t1d0)
scsi_disk(0,2).1 = disk(/dev/rdsk/c14t2d5)
scsi_disk(0,2).2 = disk(/dev/rdsk/c14t2d6)
scsi_disk(0,2).3 = disk(/dev/rdsk/c14t2d7)
scsi_disk(0,2).4 = disk(/dev/rdsk/c14t3d0)
Or is it a more complicated process....
Thanks
Bill Pribble
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 08:40 AM
09-22-2009 08:40 AM
Re: Migrating HP Integrity VM server to new disk
http://docs.hp.com/en/T2767-90067/T2767-90067.pdf
Page 131
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
09-22-2009 08:48 AM
09-22-2009 08:48 AM
Re: Migrating HP Integrity VM server to new disk
Because the data is the same between the old Disk array and the new Disk array, I think it is as easy as telling the VM guest what the new disk (CTD) names are in the vmm_config.current file.
Is there away to use hpvmmigrate for my case above? I did not get it from the manual document on pg 131.
Thanks for your help
Bill Pribble
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2009 11:35 AM
09-22-2009 11:35 AM
Re: Migrating HP Integrity VM server to new disk
NO!
You do not edit any of these files.
simply use hpvmmodify to remove the origional disk and then hpvmmodify to add the "new" disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2009 03:45 AM
09-23-2009 03:45 AM
Re: Migrating HP Integrity VM server to new disk
Thanks for the help so far.