| author | Vrishali Doke | 2012-11-27 03:48:30 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-11-27 03:48:30 (EST) |
| commit | 371ca346dce89fb23a03c0f21cda7651ff23cf54 (patch) (side-by-side diff) | |
| tree | 1d13af53045beaa8726671c22cafdd310a0dda9e | |
| parent | d5338cc42a729dba9d1adee1f85cb92e593d716a (diff) | |
| download | org.eclipse.stardust.documentation-371ca346dce89fb23a03c0f21cda7651ff23cf54.zip org.eclipse.stardust.documentation-371ca346dce89fb23a03c0f21cda7651ff23cf54.tar.gz org.eclipse.stardust.documentation-371ca346dce89fb23a03c0f21cda7651ff23cf54.tar.bz2 | |
CRNT-25793 - Added runtime upgrade progress info
git-svn-id: http://emeafrazerg/svn/ipp/product/branches/b_dev_7_1_0/stardust/documentation@61164 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-commandline-2.htm | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-commandline-2.htm b/org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-commandline-2.htm index d37ec14..99f13cc 100644 --- a/org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-commandline-2.htm +++ b/org.eclipse.stardust.docs.dev/html/handbooks/operation/commandline/ag-commandline-2.htm @@ -379,6 +379,7 @@ lock table and cluster table administration:</p> <li><a href="#consistency">Checking Consistency in the Audit Trail</a></li> <li><a href="#proxyTableAdmin">Proxy Lock Tables Administration</a></li>
<li><a href="#cluster">Cluster Table Administration</a></li>
+ <li><a href="#run">Runtime Upgrade</a></li> </ul>
<h3 id="archive">Audit Trail Archive Administration</h3>
<p>The archive command deletes or archives data from the audit trail. The deleted
@@ -644,6 +645,62 @@ The missing attribute modelId is added using the model ID of the already deployed model. The modified cluster definition
replaces the old one in the audit trail.</p> -->
+ +<h3 id="run">Runtime Upgrade</h3> + +<p>Executing the command <tt>upgraderuntime</tt> displays the progress of upgrade job execution. The +progress information is displayed as shown in the following snippet: </p> + +<pre> +Upgrading audit trail DB: + +Database type : MYSQL +Database URL : jdbc:mysql://localhost:3306/ipp +Database user : carnot +Database schema : ipp +Database driver : com.mysql.jdbc.Driver + +Do you want to proceed? (Y/N): y + +Upgrading Runtime. + +Running job '7.0.0' against item 'Runtime Environment' with version '6.0.5'. + +Upgrading schema... +Upgrade Job R7_0_0from6_x_xRuntimeJob: +Upgrading data block: 1 of 9. 0 % completed. +Upgrading data block: 2 of 9. 11 % completed. +Upgrading data block: 3 of 9. 22 % completed. +Upgrading data block: 4 of 9. 33 % completed. +Upgrading data block: 5 of 9. 44 % completed. +Upgrading data block: 6 of 9. 55 % completed. +...Schema upgrade done. +Migrating data... +Upgrading data block: 7 of 9. 66 % completed. +Upgrading data block: 8 of 9. 77 % completed. +Upgrading Datatypes... +Partition with OID: 1 +Upgrading Datatypes...done. +...Data Migration done. +Upgrading Model... +...Model migration done. +Finalizing schema... +Upgrading data block: 9 of 9. 88 % completed. +Upgrade Job R7_0_0from6_x_xRuntimeJob: 100 % completed. +...Schema finalization done. +Upgrade to version 7.0.0 done, upgrading runtime version stamp... +...Version stamp updated. +Upgrade to version 7.0.0 done. + +Runtime upgraded. +</pre> + + + + + + + <script language="JavaScript" type="text/javascript">
<!--
writeFooter();
|

