46 lines
1.5 KiB
HTML
46 lines
1.5 KiB
HTML
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta name="Author" content="Ron Anderson">
|
||
|
<title>GFE Service Backup Status Dialog</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<H1>GFE Service Backup Status Dialog</H1>
|
||
|
<HR>
|
||
|
|
||
|
<H3><a name="Status_Information">STATUS EXPLANATION</a></H3>
|
||
|
<p>The Service Backup Status Dialog displays status of active Service Backup jobs.
|
||
|
These jobs consist of a list a steps to be accomplished.
|
||
|
Each step is displayed on a separate line with a status icon and a time.
|
||
|
</p>
|
||
|
|
||
|
<p align="center">
|
||
|
<img border="0" src="images/svcbu_startup_status.png"</p>
|
||
|
|
||
|
<p>The status icons are listed below along with their meaning:
|
||
|
<ul style="list-style: none;">
|
||
|
<li><img border="0" align="bottom" src="images/svcbu_icon_not_started.png"> Not started</li>
|
||
|
<li><img border="0" align="bottom" src="images/svcbu_icon_in_progress_animated.gif"> In progress</li>
|
||
|
<li><img border="0" align="bottom" src="images/svcbu_icon_success.png"> Success</li>
|
||
|
<li><img border="0" align="bottom" src="images/svcbu_icon_failed.png"> Failed</li>
|
||
|
</ul>
|
||
|
</p>
|
||
|
<p>
|
||
|
Steps that are in progress will show the elapsed time for the step to the right of the icon.<br>
|
||
|
Completed steps will show the time of day when the step was completed.
|
||
|
</p>
|
||
|
<p>
|
||
|
Clicking the Cancel button will cause the job to terminate.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
Checking the "Use large font" box will cause the dialog to display using a large font so you
|
||
|
can monitor the progress of the job from another workstation.
|
||
|
</p>
|
||
|
<p align="center">
|
||
|
<img border="0" src="images/svcbu_startup_status_large.png"</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|