Veritas-bu

Re: [Veritas-bu] Parsing through bpimagelist

2010-02-26 13:37:51
Subject: Re: [Veritas-bu] Parsing through bpimagelist
From: A Darren Dunham <ddunham AT taos DOT com>
To: veritas-bu AT mailman.eng.auburn DOT edu
Date: Fri, 26 Feb 2010 18:37:38 +0000
On Fri, Feb 26, 2010 at 11:14:13AM -0700, Trudi Eisenhour wrote:
> Does anyone know of something that will help parse through a bpimagelist
> to help me see Client, Kilobytes, and Backup Time in easier way? I
> received the output of the nbulog via text and it has so many policies
> and clients that it will take me a week to go through it. 

I usually use perl because I can run that on Windows as well as Unix
easily.

See http://seer.entsupport.symantec.com/docs/193085.htm for field
locations.

perl -lane 'if ($F[0] eq "IMAGE") { print "$F[1] $F[18] KB ", scalar localtime 
$F[13] }' bpimagelist_output_file 

-- 
Darren
_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

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