- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Migrate from IVM to physical server
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
01-20-2010 04:38 AM
01-20-2010 04:38 AM
Migrate from IVM to physical server
please, suggestions are WELCOME.
thank you very much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2010 05:09 AM
01-20-2010 05:09 AM
Re: Migrate from IVM to physical server
Are you looking to migrate only the data that is not on vg00?
>Zone/map/mask the same disk to another suitable server.
vgexport your mapfiles from the IVM and vgimport them into your new server.
Stop any apps on IVM.
Umount the file systems on IVM.
(Copy over any other files to the new server that you may have put under something in vg00 - an example like start/stop scripts under /usr/local/bin)
Make sure you have any additional software loaded on the new server that you need.
Now mount the filesytems on the new server.
...and see if you can start things.
Also....I've never done this but if you are wanting to completely take down the IVM, remember you could also make a recovery tape of your IVM and you could try igniting the new box using that tape.
Just a couple quickie thoughts,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2010 05:10 AM
01-20-2010 05:10 AM
Re: Migrate from IVM to physical server
Might want to vgchange -a n /dev/vg on IVM after umount; then vgchange -a y /dev/vg on new server.
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2010 05:54 AM
01-20-2010 05:54 AM
Re: Migrate from IVM to physical server
I also would like an automatic way to do it without depending on the number of VGs that has the machine.
then there is the LAN configuration and virtual switch
anyway, thanks for the ideas.
LCR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2010 06:10 AM
01-20-2010 06:10 AM
Re: Migrate from IVM to physical server
for vg00, restore an ignite image on the physical server.I had to check my image had all drivers to work on the server(ext_bus,fc,etc).
for vgs with data, because the disks the client was using were lvols on the host. I had to first map luns to the host, then add them to the client and mirror all the disks.
Then mapped the luns to the physical server and vgimported all the data vgs.
I am sure there are better ways of doing it, but it worked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2010 08:38 AM
01-20-2010 08:38 AM
Re: Migrate from IVM to physical server
Let me very briefly repeat....
Create mapfiles on IVM
Create recovery tape on IVM
Take down IVM
Ignite new server with recovery tape
Make disks available to new server (whatever method depending on they are attached...)
Import mapfiles
Mount file systems
I don't recommend attempting to script the above to automate. And frankly, I would not trust any product that does a 'canned' application for this.
To do this requires the skills of an experienced HPUX Admin. If you are not familiar with the tasks laid out, then bring in someone who is.
Kindest regards,
Rita