<?xml version="1.0" ?> 

<jump-container type="dialog" >

<Composite name="DowntimeDialog" title="Downtime Start" description="Make sure that your system is ready for downtime">

<InfoText name="Info"><![CDATA[<html>
Pressing <b>Next</b> button on the subsequent dialog will bring <b>$(/J2EE/StandardSystem/SAPSystemName)</b> system in <b>Downtime</b>. Make sure that you have created all required backups and the system is ready for downtime:
<ul>
  <li>Back up your database as described in your database manual.
  <li>Back up the $(/ProcedureName) directory <b>$(/JUMP/DIR/MAIN)</b>.
  <li>If your system has dialog instances, make sure that they are uninstalled. For more information please check upgrade guide section <b>Upgrading or Installing Dialog Instances</b>.
]]>
  <if test="'$(/J2EE/StandardSystem/CentralInstance/J2EEEngineInstanceHost/OpSysCode)' == 'WIN'">
    <![CDATA[<html>
    <li>Make sure that SAP MMC is not running.
    ]]>
  </if>
  <![CDATA[<html>
  <li>Make sure that SDM GUI is not running.
  <li>Make sure that jcmon and other standalone monitoring tools are not running.
  ]]>
  <if test="'$(/J2EE/StandardSystem/HighAvailability)' == 'true' &amp;&amp; !$(/DeploymentBased)">
    <![CDATA[<html>
    <li>If your system is installed in a High Availability switch-over environment, make sure that the failover capabilities of the cluster switch-over software are disabled during the downtime. This is to prevent unwanted failover actions during stopp actions of the $(/ProcedureName) procedure.
    Also you must stop the primary application server instance and then the remote SCS instance manually. If the SCS is on Windows,disable the SCS instance service.  
    ]]>
  </if>
  <if test="'$(/J2EE/StandardSystem/RemoteSCS)' == 'true' &amp;&amp; $(/DeploymentBased)  &amp;&amp; '$(/J2EE/StandardSystem/Version)' == '700'">
    <![CDATA[<html>
    <li>Automatic update of native binaries is not supported when SCS is on remote host. Update them manually before to continue. See SAP note 1122058 for details. Make sure that the system is running after update of the kernel.
    ]]>
  </if>
<![CDATA[<html>
</ul>
If any of the above processes are running, you must stop them now at the latest. Failure to do so will result in errors during the $(/ProcedureName).
</html>]]></InfoText>

<!--
<InfoText name="ExtraInfo"><![CDATA[<html>
<p><b>Additional Information</b><br>
You must not stop the system manually. SAPJup stops and starts the system when needed.<br>
For more information, see &quot;Phase BEGIN_DOWNTIME&quot; in the <b><a href="http://service.sap.com/instguides">$(/ProcedureGuide)</a></b>.<br>
</html>]]></InfoText>
-->

<NavigationButtonGroup name="NavigationButtonGroup" default="Continue"> 
  <BUTTON name="Continue" enabled="true">#Continue</BUTTON>
  <BUTTON name="Cancel" enabled="true">Cance#l</BUTTON>
  <VARIABLE>/OkCancel</VARIABLE>
</NavigationButtonGroup>
  
</Composite>
<eliminators>
  <CustomEliminator name="BatchModeDialogEliminator">
    <EliminatorClass>com.sap.sdt.j2ee.tools.dialog.elim.BatchModeDialogEliminator</EliminatorClass>
  </CustomEliminator>
</eliminators>
</jump-container>
