ADSM-L

Re: Changing the name of a management class

2002-02-15 10:27:50
Subject: Re: Changing the name of a management class
From: "Cook, Dwight E (SAIC)" <cookde AT BP DOT COM>
Date: Fri, 15 Feb 2002 09:23:57 -0600
Both the adsm.backups and the adsm.archives tables have the CLASS_NAME
parameter...
You could probably do something like
select distinct node_name from adsm.backups where class_name='YOUR_BAD_NAME'
and do the same for adsm.archives...

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