ADSM-L

Re: How can delete common filespace in datbase directly.

2003-03-12 09:19:48
Subject: Re: How can delete common filespace in datbase directly.
From: Nicholas Cassimatis <nickpc AT US.IBM DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 12 Mar 2003 09:17:36 -0500
There's no direct way to do it, but if you want to work on some scripting,
it's easy to get a list of the node names and filesystems that include that
name:

q fi * *.snapshots*

will list all nodes and filespaces that match that.  Then you could play
with the output to create a macro that would do the deletes for you.

Your other option, if you still have it hanging around, is to use the old
Admin GUI - it would allow you to filter filespace names, then you could
select them and delete them from the output screen.

Nick Cassimatis
nickpc AT us.ibm DOT com

Think twice, type once.