Veritas-bu

[Veritas-bu] dr testing, backups and restores

2000-02-18 12:49:49
Subject: [Veritas-bu] dr testing, backups and restores
From: Joseph Cheney josephc AT veritas DOT com
Date: Fri, 18 Feb 2000 17:49:49 -0000
Hi Jonathan,

try the script below:

#!/bin/ksh
NBU=/usr/openv/netbackup/bin/admincmd
TMP=/tmp/deactivate.$$
$NBU/bpcllist >$TMP
while read CLASS_NAME
do
$NBU/bpclinfo $CLASS_NAME -set -inactive
done < $TMP
rm $TMP


Run the script once you've performed the restore and it will deactivate all
of the classes


Cheers
JC

-----Original Message-----
From: Jonathan Meyer [mailto:jmeyer AT ptc DOT com]
Sent: 18 February 2000 16:26
To: veritas-bu AT mailman.eng.auburn DOT edu
Subject: [Veritas-bu] dr testing, backups and restores



I have a somewhat unusual question.  I am doing disaster recovery
exercises to develop a procedure for restores using the tapes we send
off-site with bpvault.

I have a netbackup server we are using for testing.  I have been
restoring the netbackup database from my production server onto the
test server and then doing restores from the test server.  This has
worked very smoothly, and if people are interested I would be happy to
discuss it either here or offline.

My question is how to stop my test server from attempting to schedule
backups.  I realized the other day that if I leave the test server
running overnight with the production servers database, it will
probably begin trying to schedule backups when the backup windows
open.  This should not cause any real problems, since it is not in the
bp.conf on any of the clients.  Nonetheless, it does not seem like a
desirable behavior to have this machine wanting to schedule backups.
Any thoughts on how to have this machine running and able to do
restores, but not trying to schedule any backups.

--------------------------------------------------
Jonathan Meyer
(781)398-6594
UNIX Systems Administrator
Paramtric Technology Corporation
--------------------------------------------------

_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu





<Prev in Thread] Current Thread [Next in Thread>