Tracking Application Deployment Progress

If you are deploying a very large application, the deployment can take a significant amount of time as it goes through the deployment phases: optPreFlight, startPreFlight,and deploy. You can track Application deployment task creation progress from Administrator UI or CLI. Runtime deployment can be tracked using Action History.

GUI
  1. To check application deployment progress in the Administrator UI, click the button in the upper right corner. Application deployment progress is displayed in a new window. If multiple applications are selected to be deployed at the same time, they are displayed separated by a comma(,) in the Applications column. Applications which are deployed from CLI are also displayed in this list.

  2. To get more details about specific application deployment, click the percentage link in the Percentage column of Application deployment progress dialog box. For example, in above dialog, the percentage value is 30.

CLI

If you are deploying applications from CLI, you can view Application deployment progress in CLI too.

Sample CLI Output:

You can check the progress of deploy action as shown in the following CLI output.

deploy.app:
[AMXAdminTask] 16 Aug 2018 19:05:56  INFO - Executing action 'deploy' for 1 objects from data file 'D:\dev\847\cli_data.xml'
[AMXAdminTask] 16 Aug 2018 19:05:56  INFO - Deploying application...
[AMXAdminTask] 16 Aug 2018 19:05:56  INFO - Starting deploy action
[AMXAdminTask] 16 Aug 2018 19:05:58  INFO - TIBCO-AMX-ADMIN-012763: Finished overall validation for application 'hello.world (internal id: '6')', Progress: 20%
[AMXAdminTask] 16 Aug 2018 19:05:58  INFO - TIBCO-AMX-ADMIN-012767: No need to create RI(s) for application 'hello.world (internal id: '6')', Progress: 30%
[AMXAdminTask] 16 Aug 2018 19:06:02  INFO - TIBCO-AMX-ADMIN-012764: No remove tasks for components/endpoints need to be created for application 'hello.world (internal id: '6')', Progress: 40%
[AMXAdminTask] 16 Aug 2018 19:06:02  INFO - TIBCO-AMX-ADMIN-012766: Updated dependencies cache for application 'hello.world (internal id: '6')', Progress: 50%
[AMXAdminTask] 16 Aug 2018 19:06:02  INFO - TIBCO-AMX-ADMIN-012762: Created tasks to deploy applications, Progress: 60%
[AMXAdminTask] 16 Aug 2018 19:06:02  INFO - TIBCO-AMX-ADMIN-012770: Created configure tasks for components for application 'hello.world (internal id: '6')', Progress: 70%
[AMXAdminTask] 16 Aug 2018 19:06:02  INFO - TIBCO-AMX-ADMIN-012759: Created tasks for applications to start, Progress: 80%
[AMXAdminTask] 16 Aug 2018 19:06:02  INFO - TIBCO-AMX-ADMIN-012760: Updated tasks dependencies, Progress: 90%
[AMXAdminTask] 16 Aug 2018 19:06:02  INFO - TIBCO-AMX-ADMIN-012771: Finished deploy task create action for application(s) , Progress: 100%
[AMXAdminTask] 16 Aug 2018 19:06:04  INFO - Deploying Application 'hello.world' in background : TIBCO-AMX-ADMIN-012015: Deployment succeeded for application 'hello.world' at 8/16/18 7:05 PM on node(s): 'DevNode'.
[AMXAdminTask] 16 Aug 2018 19:06:04  INFO - 8/16/18 7:06 PM - 	detail = TIBCO-AMX-ADMIN-012146: Feature 'hello.world.1.0.0.200907131735' was auto-enabled in node 'DevNode'
[AMXAdminTask]
[AMXAdminTask] 16 Aug 2018 19:06:04  INFO - Action finished in Admin at 8/16/18 7:06 PM in 8.013 seconds. Waiting for runtime tasks to be finished. Action tracked in log(s) by action-id [root:Application-Deploy with Start:12]
[AMXAdminTask] 16 Aug 2018 19:06:04  INFO - Application Deploy with Start finished successfully
[AMXAdminTask] 16 Aug 2018 19:06:04  INFO - Action finished at 8/16/18 7:06 PM in 8.174 seconds