- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Move system ( and Applications ) to a differen...
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-01-2004 05:21 PM
08-01-2004 05:21 PM
Move system ( and Applications ) to a different host
I want to move the system (and the Applications)that it contains to a different - less configuration- Machine (host).
Is there any way or tool to do this , I know that the ignite tool does not work in this case.
I want to do this because it is so difficult to install such this system again...
Can Anyone Advice.!!!!!!!!!!
Thanks in Advance.
Samir.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 05:30 PM
08-01-2004 05:30 PM
Re: Move system ( and Applications ) to a different host
You can create a golden image or a make_tape_recovery including the volume groups of the application volume group with the database down.
Then do an interactive Ignite reocvery on the other host, changing the hostname and other details as needed to fit the situation and disk layout.
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-01-2004 05:35 PM
08-01-2004 05:35 PM
Re: Move system ( and Applications ) to a different host
But the H/w (Devices) - including num of processors- in the two Machines are different.
I tried something like this before and I failed ..
samir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 05:42 PM
08-01-2004 05:42 PM
Re: Move system ( and Applications ) to a different host
will he need to make frecovery after successful ignite recovery ????
in case of data shunks , is it will be enough?
I think he will need an intact full application backup to restore database files.
Tamer .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 11:48 PM
08-01-2004 11:48 PM
Re: Move system ( and Applications ) to a different host
De-activate on the first server the vg.
Activate on the second server in exlusive mode..
vgexport -vs -m /etc/lvmconf/vgname.mapxx /dev/vgname
copy this mapfile to the other host
vgchange -a n /dev/vgname on the first host
On the second host...
mkdir /dev/vgname
mknod /dev/vgname/group c 64 0x_ _ 0000
vgimport -vs -m /etc/lvmconf/vgname.mapxx /dev/vgname
vgchange -a e /dev/vgname
mount /dev/vgname
...now see if you can fire off the application..Some software is 'aware' of the server it is on, or licensed accordingly. So you may need to adjust a couple things. Check with the software provider to check on this..
HTH,
Rita
...of course if you had MC/SG you could just have 'failed' over to the other server and done it all in 1 to 2 simple commands....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 09:35 AM
08-02-2004 09:35 AM
Re: Move system ( and Applications ) to a different host
But I think that is so difficult with some Applications espacially that uses oracle DB.
And if I have a software provider , i ll install the old system from scratch.
Samir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2004 10:00 AM
08-02-2004 10:00 AM
Re: Move system ( and Applications ) to a different host
You say "create a golden image " is this differ from the ignite.
And is the interactive recovery will fix the differences bet. the two hosts ?
Thanks