- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disaster Recovery 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
09-17-2002 04:57 AM
09-17-2002 04:57 AM
I want to use this as a disaster recovery server which will be kept off site.
My Original machine is a D270 single processor with 512 Mb RAM and 6 off 4GB Disks + 1 18 GB Disk.
My second machine is a D250 dual processor with 1GB RAM and 4 off 9GB Disks.
I am looking for help on the best way to make the second machine an image of the first one.
I hope to be able to use archive log files to keep the oracle db on the second machine up to date.
All help appreciated.
John.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 05:04 AM
09-17-2002 05:04 AM
SolutionUse an ignite backup from the primary server to install the OS on the second server. If you don't have ignite UX, you can download the same from this link,
http://www.software.hp.com/products/IUX/download.html
And here is the ignite faq,
http://www.software.hp.com/products/IUX/faq.html
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 05:06 AM
09-17-2002 05:06 AM
Re: Disaster Recovery Server
For a start I would look at reversing the two machines. as a dual 1 Gig will outperform a Single 512Mb.
Also you have disparity on your total space available.
How is your OS and Data distributed on your live machine?
How big is your data?
Are you in a 25/7/365 environment.
In the event of a failure of your live server how much downtime can you allow?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 05:17 AM
09-17-2002 05:17 AM
Re: Disaster Recovery Server
To answer your questions.
The reason the machines are in this order is that my origonal machine has a 6 hour call to fix contract and is quick enough for the job. The spec on the second machine will allow me to do some testing from time to time.
I don't have an issue with disk space. I have 2 oracle db's each of which are about 5GB each.
I have one other issue. The tabe drive on my original machine is a DDS3 and the drive on my second machine is a DDS2.
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 05:24 AM
09-17-2002 05:24 AM
Re: Disaster Recovery Server
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2002 05:32 AM
09-17-2002 05:32 AM
Re: Disaster Recovery Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 03:01 AM
09-18-2002 03:01 AM
Re: Disaster Recovery Server
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 03:19 AM
09-18-2002 03:19 AM
Re: Disaster Recovery Server
A DDS3 will read and write to DDS2 tapes but not vica versa.
How is your data laid down on your first server ?
Mirror on system?
Mirror on databases/
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 07:12 AM
09-18-2002 07:12 AM
Re: Disaster Recovery Server
also, are you only concerned with the databases being set for DR purposes? If that is the case, you may just want to go with a clean install of HP-UX 11.00 or higher... get the Oracle databases working and establish some sort of schedule for keeping the databases synched using log files (trans dumps).. whatever.
A couple of simple scripts should accomplish what you need there...
If the upgraded server works clean with your Database (more like when it does)... you should be able to take anything learned there and apply it to a very clean and quick upgrade of your primary server...
Ted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 09:25 AM
09-18-2002 09:25 AM
Re: Disaster Recovery Server
I would take a Make_Tape_Recovery -A -c -v of your primary system (ON A DDS2 TAPE)
Then on the second system boot off of that ignite tape and load your system. This will give you a duplicate layout on both systems.
GL.