- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Advice on Informix Disaster Recovery
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-09-2003 01:08 AM
тАО10-09-2003 01:08 AM
We have an hpux machine, on which is running Informix Dynamic Server.
We have another hpux box which we would like to use for DR purposes.
Every night after the infomix backup is finished, we automatically copy over the infomix backup files to the spare server.
Could anyone give me some pointers on what would be the best way to be able to copy over each logical log file when they fill up.
Much appreciated!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2003 01:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2003 01:14 AM
тАО10-09-2003 01:14 AM
Re: Advice on Informix Disaster Recovery
no - we're not using NFS at the minute, but I can set this up. We currently copy over the databse backup files using "rcp"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2003 01:23 AM
тАО10-09-2003 01:23 AM
Re: Advice on Informix Disaster Recovery
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2003 01:36 AM
тАО10-09-2003 01:36 AM
Re: Advice on Informix Disaster Recovery
backup from the production machine.
This way we also verify the daily backup .
Of course this requires an external storage manager for onbar (we use Legato's Networker)
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2003 01:44 AM
тАО10-09-2003 01:44 AM
Re: Advice on Informix Disaster Recovery
The command used is :
ontape -a.
So to sum up the best way to do this -
change the logical log backups to continuous.
use alarmprogam / log_full.sh
ON the DR machine restore the backup to verify it has worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2003 02:02 AM
тАО10-09-2003 02:02 AM
Re: Advice on Informix Disaster Recovery
would it be better to set up cronjobs eg every 2 hours to run "ontape -a" and copy over the backup file?
Any opinions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2003 02:09 AM
тАО10-09-2003 02:09 AM
Re: Advice on Informix Disaster Recovery
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-09-2003 02:27 AM
тАО10-09-2003 02:27 AM
Re: Advice on Informix Disaster Recovery
Set LBU_PRESERVE=1 in the onconfig file.
Give the backup server a different INFORMIXSERVER name (you can change this easily without restores).
Put the backup INFORMIXSERVER details into the sqlhosts file on the primary.
Put the primary INFORMIXSERVER details into the sqlhosts file on the secondary.
Make sure they can ping each other.
Immediately after level 0, do a physical restore onto the secondary server.
When complete, on the primary server type
onmode -d primary [informixserver of secondary]
then on the backup server immediately type
onmode -d secondary [informixserver of primary].
Monitor the informix logs and you will see it catch up the logical logs over the network automatically and keep you right up-to-date. No dodgy logical log backups to disk (how could you hope to restore them in the right order? +its unsupported)
To invoke DR, it is a simple matter of putting the secondary server into standard mode (onmode -d standard) and then (maybe) bouncing it with the original informixserver name to allow users to connect with no changes. If you allow it to switch automatically it can be a problem.
See the informix DB administrators guide for full details, then test it. Easy.