Networker

Re: [Networker] Unsuccessful savesets

2005-02-03 11:53:06
Subject: Re: [Networker] Unsuccessful savesets
From: Darren Dunham <ddunham AT TAOS DOT COM>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Thu, 3 Feb 2005 08:52:00 -0800
> 
> How can I get the same information that you see when you select 'details'
> on a group, into a file that can then be emailed to me.

When you select notifications for a group, that should occur.  Are you
using notifications?

> On a Monday
> morning, because most savesets do a skip on a Sunday, I cant easily see
> which savesets have been unsuccessfull over the weekend.  I thought mminfo
> could do this but I cant find the correct syntax.

No, 'mminfo' retrieves information from the media database.  The
information about a group is stored only in the networker config.

If for some reason you really couldn't use group notifcations, you
should be able to get the information from nsradmin.

nsradmin> show completion
nsradmin> print type:nsr group; name: <groupname>

Or in a shell script..

#!/bin/sh

nsradmin -i - <<EOF
  show completion
  print type:nsr group; name: $groupname
EOF

-- 
Darren Dunham                                           ddunham AT taos DOT com
Senior Technical Consultant         TAOS            http://www.taos.com/
Got some Dr Pepper?                           San Francisco, CA bay area
         < This line left intentionally blank to confuse you. >

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

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