ADSM-L

Re: Querying Client's Management Class

2002-01-29 02:14:41
Subject: Re: Querying Client's Management Class
From: "Seay, Paul" <seay_pd AT NAPTHEON DOT COM>
Date: Tue, 29 Jan 2002 02:11:32 -0500
select node_name, domain_name from nodes where domain_name in (select
domain_name from bu_copygroups where integer(retextra) >365*4 and retextra
<>'NOLIMIT' or retextra = 'NOLIMIT' or integer(verexists) >365*4 and
verexists <>'NOLIMIT')

This looks at all the management classes in a domain and plays some games.
You need to verify that it works correctly.  What it does is selects the
domains with management classes that meet the criteria and matches against
the node definitions to give you a list.