Go Back  IT Forums > Software > Informix
User Name
Password
Reply
 
Thread Tools Search this Thread Display Modes

OnTape to Tape and Disk
  #1
Old 10-10-2006, 02:30 AM
Keith Simmons
Junior Member


Keith Simmons is offline
Keith Simmons's Info
Join Date: Sep 2006
Posts: 22
Default OnTape to Tape and Disk

O/S AIX 5.3
Engine IDS 9.4 FC6
We currently use a very simple (but highly effective) archive
mechanism, ontape -L 0 every night (approx 1.25 hrs) and ontape -c (to
a different tape drive) running continuously from a dedicated
terminal. The log tape is changed daily at 10:00 and sent off-site
with the archive tape.
This works for us and prvodes an easily understood and tested restore
mechanism both to the same machine or off-site.
Management have noted that the log tape is on-site and 'vulnerable' to
fire, flood and articulated lorries (ground floor server room !)
whilst it is receiving log files.
I have a second server (also AIX) off-site at the end of a wide pipe
and would like to ship the log files there as they fill (using any
well documented log_full.sh script) however, I want also to retain the
convenience of having the logs on tape to maintain the existing
restore mechanism.
Is it possible to archive completed log files to BOTH tape and disk??

Keith
Reply With Quote
OnTape to Tape and Disk
  #2
Old 10-10-2006, 11:20 AM
Art S. Kagel
Junior Member


Art S. Kagel is offline
Art S. Kagel's Info
Join Date: Nov 2004
Posts: 340
Default OnTape to Tape and Disk

Keith Simmons wrote:
Quote:
O/S AIX 5.3 Engine IDS 9.4 FC6 We currently use a very simple (but highly effective) archive mechanism, ontape -L 0 every night (approx 1.25 hrs) and ontape -c (to a different tape drive) running continuously from a dedicated terminal. The log tape is changed daily at 10:00 and sent off-site with the archive tape. This works for us and prvodes an easily understood and tested restore mechanism both to the same machine or off-site. Management have noted that the log tape is on-site and 'vulnerable' to fire, flood and articulated lorries (ground floor server room !) whilst it is receiving log files. I have a second server (also AIX) off-site at the end of a wide pipe and would like to ship the log files there as they fill (using any well documented log_full.sh script) however, I want also to retain the convenience of having the logs on tape to maintain the existing restore mechanism. Is it possible to archive completed log files to BOTH tape and disk??


You can change to using the ALARMPROGRAM to archive logical logs to disk and
immediately rcp the file to the remote machine where a polling script can
archive it to tape.

We do something similar: We use my eventalarm.c program (utils3_ak) in
ALARMPROGRAM. Hourly a cron sweeps any new logical log archive files it
finds (using a touch file to determine what's new) to a sister machine in
our back up data center offsite. At the end of the day the system archives
copy all those files to tape on both machines. Weekly another cron deletes
logical log backups that are older than 7 days.

This results in every logical log file being in two places within an hour or
less of the log completing. By the end of the day they are also on two
daily backup tapes and by the time the next level 0 archive it taken they're
on several and possibly the weekly archive as well.

Art S. Kagel
Reply With Quote
OnTape to Tape and Disk
  #3
Old 10-10-2006, 11:20 AM
Art S. Kagel
Junior Member


Art S. Kagel is offline
Art S. Kagel's Info
Join Date: Nov 2004
Posts: 340
Default OnTape to Tape and Disk

Keith Simmons wrote:
Quote:
O/S AIX 5.3 Engine IDS 9.4 FC6 We currently use a very simple (but highly effective) archive mechanism, ontape -L 0 every night (approx 1.25 hrs) and ontape -c (to a different tape drive) running continuously from a dedicated terminal. The log tape is changed daily at 10:00 and sent off-site with the archive tape. This works for us and prvodes an easily understood and tested restore mechanism both to the same machine or off-site. Management have noted that the log tape is on-site and 'vulnerable' to fire, flood and articulated lorries (ground floor server room !) whilst it is receiving log files. I have a second server (also AIX) off-site at the end of a wide pipe and would like to ship the log files there as they fill (using any well documented log_full.sh script) however, I want also to retain the convenience of having the logs on tape to maintain the existing restore mechanism. Is it possible to archive completed log files to BOTH tape and disk??


You can change to using the ALARMPROGRAM to archive logical logs to disk and
immediately rcp the file to the remote machine where a polling script can
archive it to tape.

We do something similar: We use my eventalarm.c program (utils3_ak) in
ALARMPROGRAM. Hourly a cron sweeps any new logical log archive files it
finds (using a touch file to determine what's new) to a sister machine in
our back up data center offsite. At the end of the day the system archives
copy all those files to tape on both machines. Weekly another cron deletes
logical log backups that are older than 7 days.

This results in every logical log file being in two places within an hour or
less of the log completing. By the end of the day they are also on two
daily backup tapes and by the time the next level 0 archive it taken they're
on several and possibly the weekly archive as well.

Art S. Kagel

Reply With Quote
OnTape to Tape and Disk
  #4
Old 10-10-2006, 12:36 PM
Neil Truby
Junior Member


Neil Truby is offline
Neil Truby's Info
Join Date: Nov 2004
Posts: 236
Default OnTape to Tape and Disk

"Keith Simmons" <smiley73@googlemail.com> wrote in message
news:mailman.102.1160475810.29455.informix-list@iiug.org...
Quote:
O/S AIX 5.3 Engine IDS 9.4 FC6 We currently use a very simple (but highly effective) archive mechanism, ontape -L 0 every night (approx 1.25 hrs) and ontape -c (to a different tape drive) running continuously from a dedicated terminal. The log tape is changed daily at 10:00 and sent off-site with the archive tape. This works for us and prvodes an easily understood and tested restore mechanism both to the same machine or off-site. Management have noted that the log tape is on-site and 'vulnerable' to fire, flood and articulated lorries (ground floor server room !) whilst it is receiving log files. I have a second server (also AIX) off-site at the end of a wide pipe and would like to ship the log files there as they fill (using any well documented log_full.sh script) however, I want also to retain the convenience of having the logs on tape to maintain the existing restore mechanism. Is it possible to archive completed log files to BOTH tape and disk??


If you're prepared to backup logs to disks for a short while then spool them
to tape you can script something in ALARMPROGRAM to do this. You can also
use ALARMPROGRAM to copy to different disk sub-systems, eg to internal disk
and SAN, or to a remote system. We do this all the time and have developed
some scripts to do it.

rgds
Neil


Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



Powered by: vBulletin Version 3.0.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Design by vBStyles.com


Top Contact Us - IT Forums - Archive - MyLounge Top
MyLounge.com Site Map
Forum: Cars, Cell Phone, Database, Games, Home Improvement, IT, Music, School, Sports, Web Design, Web Server, Weight Loss

The MyLounge.com forum is intended for informational use only and should not be relied upon and is not a substitute for any advice. The information contained on MyLounge.com are opinions and suggestions of members and is not a representation of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for the accuracy, completeness or usefulness of any postings or the qualifications of any person responding. Please consult a expert or seek the services of an attorney in your area for more accuracy on your specific situation. Please note that our forums also serve as mirrors to Usenet newsgroups. Many posts you see on our forums are made by newsgroup users who may not be members of MyLounge.com Term of Service