Networker

Re: [Networker] finding new clients

2003-03-19 10:26:21
Subject: Re: [Networker] finding new clients
From: "Maarten Boot (CWEU-USERS/CWNL)" <maarten.boot AT NL.COMPUWARE DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Wed, 19 Mar 2003 16:26:10 +0100
Creating a client and the first backup have some relaition but after the 
creation of a client  itself , that tells you not much about any possible 
backups. Why not scan all clients regularly, say each day' and produce the 
list of new clients in the backup (mminfo) pool.

in unix glue:

(
        cat yesterdays_list_of_clients
        mminfo -s SERVER  -a -rclient | sort -u | tee todays_list_of_clients
) |
sort |
uniq -u

mv todays_list_of_clients yesterdays_list_of_clients

Hope this helps , maarten

On Wednesday 19 March 2003 15:54, you wrote:
> Networkers,
>
> NW6.1 Sol8
>
> I'm trying to get a list of 'new' clients. By new I mean Networker clients
> which had their first backup taken somewhere in the last 10 days It's
> mainly the 'first' part that bothers me, as my idea was to go about this by
> getting all the sscreate dates for a client, and trying to find out if all
> of them fell in that period of 10 days this however is rather cumbersome,
> and not very waterproof (I'm thinking 1 week retention period)
>
> What are your thoughts, suggestions ?
>
> TIA,
> Kris
>
> PS: we glue with perl

--
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.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

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