<?xml version="1.0" ?> 
<jump-container type="dialog">

<Composite name="UptimeDialog" title="Downtime End" description="Make sure that your system is ready to resume production operation">

<InfoText name="Info"><![CDATA[<html>
The downtime of the system <b>$(/J2EE/StandardSystem/SAPSystemName)</b> has finished. Make sure that you have created all required backups before resuming production operation:
<ul>
  <li>Back up your database as described in your database manual.
  <li>Back up the $(/ProcedureName) directory <b>$(/JUMP/DIR/MAIN)</b>.
</ul>
<p>
  ]]>
  <if test="'$(/J2EE/StandardSystem/HighAvailability)' == 'true' &amp;&amp; !$(/DeploymentBased)">
    <![CDATA[<html>
    If your system is distributed across multiple hosts (that is, the SCS host is located on a host different than the host where the $(/ProcedureName) is running), now start the SCS instance manually and then the Java instance on this host. If the SCS is on Windows, also install its NT service. For more information on that, check <i>Upgrade of Distributed and High Availability Systems</i> section in the <b><a href="http://service.sap.com/instguides">$(/ProcedureGuide)</a></b><br>
    If your system is installed in a High Availability switch-over environment, you should now enable the failover capabilities of the cluster switch-over software.
    ]]>
  </if>
<![CDATA[<html>
</html>]]></InfoText>

<InfoText name="ExtraInfo"><![CDATA[<html>
<p><b>Additional Information</b><br>
For more information, see &quot;Phase DOWNTIME_END&quot; in the <b><a href="http://service.sap.com/instguides">$(/ProcedureGuide)</a></b>.<br>
</html>]]></InfoText>

<OKCancel name="OKCancel">
  <VARIABLE>/OkCancel</VARIABLE>
</OKCancel>

</Composite>
<eliminators>
  <CustomEliminator name="BatchModeDialogEliminator">
    <EliminatorClass>com.sap.sdt.j2ee.tools.dialog.elim.BatchModeDialogEliminator</EliminatorClass>
  </CustomEliminator>
</eliminators>
</jump-container>

