Veritas-bu

[Veritas-bu] Finding error types

2001-05-14 15:21:49
Subject: [Veritas-bu] Finding error types
From: ntang AT mail.communityconnect DOT com (Nicholas Tang)
Date: Mon, 14 May 2001 15:21:49 -0400 (EDT)
I know there's documentation on the status codes from bperror in the docs.

The thing is, I'm trying to figure out the various error _types_ in
bperror.  I'm trying to write a script to use bperror to automatically
check the erorrs and report them, but I can't find any way to figure out
what type-names correspond to what type-numbers... other than doing
"bperror -t [type]" and writing down which numbers show up in the results.

Does anyone know where I could find a list of those?

These are the ones I've figured out so far:

my %types =     (
                8       => 'archive',
                72      => 'archive/backstat',
                68      => 'backstat',
                4       => 'backup',
                2       => 'general',
                130     => 'mediadev',
                136     => 'mediadev'
                );

Thanks!

Nicholas Tang



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