Veritas-bu

[Veritas-bu] Exclude Report

2005-09-13 12:33:46
Subject: [Veritas-bu] Exclude Report
From: David Rock <dave-bu AT graniteweb DOT com> (David Rock)
Date: Tue, 13 Sep 2005 11:33:46 -0500
--ibTvN161/egqYuK8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

* Yosifovski, Tammy <Tammy.Yosifovski AT usfc DOT com> [2005-09-12 12:24]:
> > Master: Netbackup 5.1 MP 3 Solaris 9.=0D
> > =0D
> > We have a need to produce a report that contains all of the excludes=0D
> > on a by client bases.  Clients are Windows (multiple versions), Linux=0D
> > and Solaris.  Is there a command line utility to do this? =0D
> > =0D
> > Thank you for your help!!=0D

You can get the exclude lists from Windows clients with bpgetconfig.
UNIX clients you will have to log in look for the exclude_list files in
the NetBackup install directory.=20

Windows example:
        bpgetconfig -M client | egrep -i "(include|exclude)"

UNIX example:
        ssh root@client cat /usr/openv/netbackup/exclude_list*

The UNIX example shows all excluded entries, but doesn't show you what
policy. to get that, you would have to do it as a two-step process:

UNIX example:
        for i in $(     ssh root@client ls /usr/openv/netbackup/exclude_list* )
        do
                echo ${i}
                ssh root@client cat ${i}
        done

There are many ways to do it, this is just one example to give a
direction to look.

--=20
David Rock
david AT graniteweb DOT com

--ibTvN161/egqYuK8
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFDJv9pMrO4/Yb/xwYRAkfPAKDF5O4U25oxaPT2GtUYNavn4spM8ACfVc+D
Mk9UVwy7Zm5DbW6BRlIPJCs=
=wF14
-----END PGP SIGNATURE-----

--ibTvN161/egqYuK8--

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