Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Using AppManage in Batch Mode : Deleting Applications in Batch Mode

Deleting Applications in Batch Mode
The following command deletes all applications specified in the AppManage.batch file that is located in the directory specified for the -dir option. The directory must have been created earlier using the -batchExport option. See Creating the AppManage.batch File by Exporting Applications for details.
If the application is deployed, you can undeploy and delete the application in one operation using the -force option. An error is returned if you attempt to delete a deployed application without specifying the -force option.
AppManage -batchDelete -domain mydomain -user admin -pw admin
          -dir c:\adminbatch\mybatch\ -force
Killing Applications in Batch Mode
This command forces an immediate shutdown of each service instance or process engine listed in the AppManage.batch file. If checkpoints or other graceful shutdown options are defined for a process engine, the options are ignored. Current jobs are terminated before given a chance to complete.
The following command kills all applications specified in the AppManage.batch file that is located in the directory specified for the -dir option.
AppManage -batchkill -domain mydomain -user admin -pw admin
          -dir c:\adminbatch\mybatch\

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved