Networker

Re: [Networker] How to view progress of a clone operation?

2010-12-13 14:38:43
Subject: Re: [Networker] How to view progress of a clone operation?
From: Len Philpot <Len.Philpot AT CLECO DOT COM>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Mon, 13 Dec 2010 13:36:47 -0600
> George Sinclair 
> 
> Two questions about viewing the progress of a clone operation.

I've never been able to see anything more granular than the SSID level. 
For example, I have a quick-check script to look at the status of a 
particular group's clones that basically does this:

# mminfo -ar 'ssid' -q 'group=group1,pool=backuppool,!ssrecycle' -t '24 
hours ago' | sort -n | uniq | while read ssid
do
    mminfo -ar 
'ssid,client,name(18),group,volume(10),level,sscomp(10),pool,ssflags,clflags,copies'
 
-q "ssid=$ssid,ssrecycle=false"
    echo ""
done

The output is like this:

2550509203 client1    /filesys1         group1       001102     full 
12/12/10 backuppool      vF               1

3372589867 bserv      index:client3     group1       001462     full 
12/12/10 clonepool       vrF              2
3372589867 bserv      index:client3     group1       001903     full 
12/12/10 backuppool      vrF              2

3389366853 client2    /filesys2         group1       001462     full 
12/12/10 clonepool       vF     i         2
3389366853 client2    /filesys2         group1       001903     full 
12/12/10 backuppool      vF               2

(etc.)

...which shows client1:/filesys1 has not yet started cloning, client3's 
indexes are cloned and client2:/filesys2 is in progress. Beyond that, I've 
never seen anything promising enough to pursue. Maybe I just missed it?

This is on 7.5.1, BTW.

To sign off this list, send email to listserv AT listserv.temple DOT edu and 
type "signoff networker" in the body of the email. Please write to 
networker-request AT listserv.temple DOT edu if you have any problems with this 
list. You can access the archives at 
http://listserv.temple.edu/archives/networker.html or
via RSS at http://listserv.temple.edu/cgi-bin/wa?RSS&L=NETWORKER

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