ADSM-L

Re: Delete filespace with macro

1998-08-18 09:54:48
Subject: Re: Delete filespace with macro
From: Andrew Raibeck <storman AT US.IBM DOT COM>
Date: Tue, 18 Aug 1998 09:54:48 -0400
Hello Stefan,

Is there a reason you don't want to issue "DELETE FILESPACE CHRTMS01_C_DELETE
*"   ? (Unless you are not deleteing all filespaces.)

If you want to process them one at a time and you have a V3 server, you can
append the WAIT=YES option to the end of each DELETE FILESPACE command.

Best regards,

Andy

Andy Raibeck
IBM Storage Systems Division
ADSM Client Development
e-mail: storman AT us.ibm DOT com



ADSM-L AT VM.MARIST DOT EDU on 08/18/98 04:20:31 AM
Please respond to ADSM-L AT VM.MARIST DOT EDU
To: ADSM-L AT VM.MARIST DOT EDU
cc:
Subject: Delete filespace with macro


Hello all

During some tests with ADSM Connect Agent I created several nodes. To
delete those nodes (each node has 360 filespaces) I have to delete the
filespaces one after the other. I tried this with the following macro but
the deletion was not processed one after the other.
Macro:
  DELETE FILESPACE CHRTMS01_C_DELETE $NOTESDIR\LOG.NSF
  COMMIT
  DELETE FILESPACE CHRTMS01_C_DELETE $NOTESDIR\MAIL\CHRLMS.NSF
  COMMIT

I started the above macro with the following command:
  D:\APPS\ADSM\saclient>dsmadmc -id=*** -password=******** macro
c:\macro.txt

Has anyone an idea how to delete filespace one after the other?

Stefan Cina





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