|
|
Backup strategy
Is anyone using archival logging and automating the backup process ? Would
love to hear from you if so...TIA
|
|
0
|
|
|
|
Reply
|
Carol_Cutler
|
11/26/2003 3:21:00 PM |
|
Archival logging is not 24x7 .
The database engine has to be stopped to rotate the log files.
This is quite possible to do from a script of some kind. The details
are OS specific.
For a Windows based server you can use the "net" command to stop and
start the services. See the service manager for the specific names.
net stop "Pervasive.SQL (relational)"
net stop "Pervasive.SQL (transactional)"
<delete logs>
<do backup here>
net start "Pervasive.SQL (transactional)"
net start "Pervasive.SQL (relational)"
Novell is a little trickier. Also note that newer versions of Novell
Netware (5.1+) use the engine for OS functions. While I have never
actually seen stopping the database cause the OS problems I do not
recommend it because it could. e.g. NDS can be configured to use the
Pervasive engine and I suspect NDS would not be happy if the data
store stopped.
mgrstop
bstop
btrv unlink
<delete logs (will require the Novell toolbox or other utility to do
file commands on the server at the server)>
<do backup here>
mgrstart
Linux is pretty straigtforward
/etc/rc.d/init.d/psql stop or on newer version "service psql stop"
<delete logs>
<do backup here>
/etc/rc.d/init.d/psql start
Most backup packages will let you specify pre-backup and post-backup
scripts to run. If so just put the part up to <do backup here> in the
pre-backup script and restarting the engine in the post backup script.
If the packade doesnot have this feature stopping and starting the
database can be scheduled using the scheduler of your choice.
Leonard
On Wed, 26 Nov 2003 15:21:00 +0000 (UTC), Carol_Cutler@brown.edu
(Carol_Cutler) wrote:
>Is anyone using archival logging and automating the backup process ? Would
>love to hear from you if so...TIA
|
|
0
|
|
|
|
Reply
|
Leonard
|
11/27/2003 2:45:36 AM
|
|
|
1 Replies
174 Views
(page loaded in 0.032 seconds)
Similiar Articles: The nightmare begins... - comp.databases.filemakerFrom a so called professional software I'd expect a professional backup strategy - but the price itself does indicate that the pro level is not that high. Ignite restore problem - comp.sys.hp.hpuxIgnite restore problem - comp.sys.hp.hpux Backup strategy - comp.databases.btrieve actually seen stopping the database cause the OS problems ... Ignite-UX - vparboot, boot ... Is there a way to determine the host machine from within the local ...The backup strategy; e.g. when and how do you back up, how do you restore those backups if necessary, etc. It's not a bad idea to include a detailed description of how ... tar: /dev/rmt/0m: Permission denied - comp.unix.solaris> I think I have to make my (centralised) backups on another computer > :-( Many companies have centralised backup strategies on a backup server via TSM, ufsdump and the ... Two lan interfaces with HP-UX - comp.sys.hp.hpux... lan install on nPar - comp.sys.hp.hpux ... comp.sys.hp.hpux: Ignite-UX - vparboot, boot lan install on nPar Relevant Pages. Re: Is this a viable backup/restore strategy ... advice on what programs to install on a new HP 50g - comp.sys.hp48 ...... or fresh set is likely to be all that's needed, and if not, you can restore a backup ... re-open saved file from hard disk to recover, so what I've chosen for my own strategy ... Solutions Manuals, Instructor Manuals, Test Banks collection 2011 ...... Marketplace, 8th Edition, Charles Hill, Test Bank International Business: Strategy ... 7th Edition, Hull, Test Bank Oracle 10g Database Administrator II: Backup ... [comp.publish.cdrom] CD-Recordable FAQ, Part 1/4 - comp.publish ...Archive-name: cdrom/cd-recordable/part1 Posting-Frequency: monthly Last-modified: 2008/10/09 Version: 2.71 Send corrections and updates to And... Rounding Time to Quarter Hour - comp.databases.filemaker ...... single LTO-2 drive before standardising on LTO-3; this reduced backup time to a ... down to the nearest five minutes, one-tenth or quarter-hour. The latter is a strategy ... Smartnet - should we purchase? - comp.dcom.sys.ciscoYes, being ~2 hours away makes a noticable difference in the strategies. ... [The master node itself is not fragile, but it does also happen to be our backup ... Backup - Wikipedia, the free encyclopediaAny backup strategy starts with a concept of a data repository. The backup data needs to be stored somehow and probably should be organized to a degree. 7 Backup Strategies for Your Data, Multimedia, and System Files ...0 Comments; Print; 7 Backup Strategies for Your Data, Multimedia, and System Files Nobody likes backing up, but one day, it’ll save your bacon. Here are the most ... 7/18/2012 10:52:48 PM
|
|
|
|
|
|
|
|
|