Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 3 Using AppManage in Batch Mode : Changing the Transport for Applications

Changing the Transport for Applications
When configuring an administration domain, you set the default for how the administration server interacts with application repositories stored as files. When TIBCO Rendezvous is configured as the transport for the administration domain, it can be configured to use local application data or server-based application data as the default.
While the choice you use can be changed in TIBCO Administrator by undeploying the application, changing the transport setting, and redeploying the application, you can use the AppManage -batchMoveAppData option to change the transport setting in batch mode.
When using the option, AppManage redeploys the application with the changed transport setting. You can change values and redeploy without undeploying the application.
The -batchMoveAppData option updates all applications specified in the -dir directory. You can also change the default transport setting for an administration domain by including the -setDefault option, where all subsequent deployments in the domain will use the given transport.
The user account must have write permission for the specified applications. Only the local or rv (Rendezvous) transports can be set.
For example, the following command changes the transport from rv to local for the applications specified in the directory given for the -dir option. The directory must have been populated earlier using the -batchExport option. See Creating the AppManage.batch File by Exporting Applications for details.
C:\tibco\tra\<version>\bin>appmanage -batchMoveAppData -domain tp041 -user admin -pw admin -dir c:\adminbatch\mybatch -local
Checking if master server is responding ...
Finished checking
Initializing ...
Finished initialization
Redeploying application SendMsg with new Application data location local ...
Loading archive ...
Finished loading archive
Configuring application ...
Finished configuring application
Deploying application ...
Instance SendMsg created succesfully
Finished deploying application
[ SendMsg ]: Finished successfully in 19 seconds

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved