Networker

Re: [Networker] starting a backup job from the client

2004-04-19 18:24:44
Subject: Re: [Networker] starting a backup job from the client
From: "Werth, Dave" <dave.werth AT GARMIN DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Mon, 19 Apr 2004 17:24:36 -0500
Kate,

You can start savegroup from the client but it still runs on the server.
Here is a part of the script I use to start a savegroup from the client:

========================================================================
# start oracle redo logs save
# see save_ora_redo for the actual script that gets run
echo "
  . type: NSR group;
  name: Helios-redologs
  update Autostart: Start now" | nsradmin -s DEMETER -i -

# Check status, wait until done
StatF=/tmp/RDLstat$$.tmp
sgDone=0
while [ sgDone -eq 0 ]
do
 sleep 30
 echo "
  show status
  print type: NSR group;
  name: Helios-redologs" | nsradmin -s DEMETER -i - > $StatF
#
  if grep "status: idle;" $StatF
  then
        sgDone=1
  fi
done
===================================================================

This is run on a Solaris 2.7 system to a W2K/Networker 6.1.3 server.
Let me know if you have questions.

Dave

David Werth
Garmin AT, Inc
(formerly: UPS Aviation Technologies)
(formerly: II Morrow)
Salem, Oregon
dave.werth AT garmin DOT com

-----Original Message-----
From: Kate C. [mailto:kcongdon AT MINDSPRING DOT COM]
Sent: Monday, April 19, 2004 2:58 PM
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Subject: Re: [Networker] starting a backup job from the client

So, savegroup cannot be run from the client side?

I had a client who wanted a command line alternative to nwbackup.  So, I
gave them the save command with some switches.  Somebody then told me that
savegrp would offer the client more control.

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can
also view and post messages to the list.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=


            -------------------------
This e-mail and any attachments may contain confidential material for the sole 
use of the intended recipient.  If you are not the intended recipient, please 
be aware that any disclosure, copying, distribution or use of this e-mail or 
any attachment is prohibited.  If you have received this e-mail in error, 
please contact the sender and delete all copies.
Thank you for your cooperation

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can
also view and post messages to the list.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=