- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Migration
Operating System - HP-UX
1820077
Members
2730
Online
109608
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
тАО02-20-2008 11:37 AM
тАО02-20-2008 11:37 AM
I am migrating a server from risc based server to rx (integrity server). I have few questions in this regard.
1-If I do ignite based tape backup of the old server, can I use this to install hpux on the new server provided the old server was risc based and the new one is itanium (rx-7640).
2-Lets say, if I install the new server with the ignite tape backup of the old server, it will bring the root volume group. Now, I have the question how to migrate other volume groups from the old server to the new one? Can any one provide me detailed and step by step proceedure to do this. This is a production server and we have 2 other volume groups on it beside the vgroot.
Regards,
Ali
1-If I do ignite based tape backup of the old server, can I use this to install hpux on the new server provided the old server was risc based and the new one is itanium (rx-7640).
2-Lets say, if I install the new server with the ignite tape backup of the old server, it will bring the root volume group. Now, I have the question how to migrate other volume groups from the old server to the new one? Can any one provide me detailed and step by step proceedure to do this. This is a production server and we have 2 other volume groups on it beside the vgroot.
Regards,
Ali
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2008 12:06 PM
тАО02-20-2008 12:06 PM
Solution
Hi Ali:
You need to cold-install your new Itanium server from the appropriate OS media.
I assume that your non-vg00 volume groups reside as external (SAN) devices. Therefore, on your old server, do a 'vgexport -m -s -p' of your non-vg00 volume groups. Copy the resulting mapfiles to your new server; disconnect the physical disk volumes from the old server; connect the disk to your new server; and perform a 'vgimport' of the volume groups using the mapfiles from the old server. The use of the '-s' option causes the physical disk to be scanned and their VGID's to be matched to that in the mapfile in order to create a new '/etc/lvmtab'. See the manpages for 'vgexport' and 'vgimport' for more information.
Regards!
...JRF...
You need to cold-install your new Itanium server from the appropriate OS media.
I assume that your non-vg00 volume groups reside as external (SAN) devices. Therefore, on your old server, do a 'vgexport -m
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2008 12:09 PM
тАО02-20-2008 12:09 PM
Re: Migration
1) NO. The OS binaries are different for the PA-RISC system versus the Itanium system. You will have install the OS from scratch on your rx7640.
2) If your additional VGs are on external storage, such as a SAN, then you can 'vgexport' the VGs from the PA-RISC server and 'vgimport' them on the Itanium server.
If you need the data on both servers at the same time you will need to create new VGs on the rx7640 server and restore you data from a backup.
2) If your additional VGs are on external storage, such as a SAN, then you can 'vgexport' the VGs from the PA-RISC server and 'vgimport' them on the Itanium server.
If you need the data on both servers at the same time you will need to create new VGs on the rx7640 server and restore you data from a backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2008 12:52 PM
тАО02-20-2008 12:52 PM
Re: Migration
1 - NO... Cannot load an HPUX 11.11 version on Itanium.
2 - vgexport all volume groups with map file from old server. Take note of lun presentation ( i.e. which luns go with which VG)
After you have cold installed HPUX 11.23 or newer on Itanium server, edited all your configurations, reinstalled all your applications.
1) present old luns to new server
2) create /dev/vgxxx(s) and /dev/vgxxx/group
3) vgimport with map file from old server
4) edit /etc/fstab and create mount points
5) mount disks
Depending on the number of disks and applicaiton complexity this is a big project.
I would approach this in a different manner.
Install new HPUX 11.23 or newer to new server. Present some new disk to server. Install and configure your new application version and test, test, test, test, test, test,test. Then plan your real migration.
2 - vgexport all volume groups with map file from old server. Take note of lun presentation ( i.e. which luns go with which VG)
After you have cold installed HPUX 11.23 or newer on Itanium server, edited all your configurations, reinstalled all your applications.
1) present old luns to new server
2) create /dev/vgxxx(s) and /dev/vgxxx/group
3) vgimport with map file from old server
4) edit /etc/fstab and create mount points
5) mount disks
Depending on the number of disks and applicaiton complexity this is a big project.
I would approach this in a different manner.
Install new HPUX 11.23 or newer to new server. Present some new disk to server. Install and configure your new application version and test, test, test, test, test, test,test. Then plan your real migration.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP