Networker

Re: [Networker] nonexistant cloneid for ssid

2004-11-15 11:57:58
Subject: Re: [Networker] nonexistant cloneid for ssid
From: "Maarten Boot (CWEU-USERS/CWNL)" <Maarten.Boot AT NL.COMPUWARE DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Mon, 15 Nov 2004 17:56:55 +0100
Olaf,

is there any thing left on the disk?

mminfo -av -q'volume=<your disk volume>'
or mminfo -av -q'pool=<your disk pool>'

in the case of errore like this I also tent to clone indiviual savesets

mminfo \
-q'pool=<disk pool>,!incomplet,!ssrecycle,copies=1,pssid=0' -r'ssid,cloneid' \
-xc/ |
grep -v ssid |
while  read a
do
        echo "$a"
        nsrstage -s <server> -b <target pool> -m -S "$a"
done

this hopefully either breaks at the suspect ssid
or completes and leaves the suspect on the disk volume
then I can delete that suspect manually

hope it helps

maarten

On Monday 15 November 2004 17:39, Olaf Zaplinski wrote:
> Maarten Boot (CWEU-USERS/CWNL) wrote:
> > do you stage with scripts?
>
> yes, I do
>
> > do you verify only to stage when !incomplete or otherwise aborted ?
>
> only !incomplete savesets are staged
>
> > I would check the full flags of the ssid inquestion with
> >
> > mminfo -av -q'ssid=<ssid>' -r
> > 'ssid,cloneid,pssid,ssflags,clflags,name,client' maybe that will give a
> > clue
>
> hmm... how can I find out which SSID yields to that error message?
>
> Olaf
>
> --
> 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. Questions regarding this list
> should be sent to stan AT temple DOT edu
> =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

--
Maarten Boot,
Compuware Europe B.V.
Hoogoorddreef 5
1101 BA Amsterdam

--
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. Questions regarding this list
should be sent to stan AT temple DOT edu
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

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