1
0
Files
irix-657m-src/eoe/cmd/sss/console/plugins/plugin_datafiles/archive_db.html
2022-09-29 17:59:04 +03:00

50 lines
2.3 KiB
HTML

<HTML>
<HEAD>
<TITLE>SGI Enbedded Support Partner: SEM - ver.1.0</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
function showMap()
{ var map=window.open('/help_archive.html', 'help',
'width=650,height=350,status=yes,scrollbars=yes,resizable=yes');
map.main=self;
map.main.name="sss_main";
map.focus();
}
function verifyData(remove_form)
{ var dbname = -1;
var dbarchive = "";
for(var i = 0; i < document.remove_form.ssdbs.length; i++)
{ if(document.remove_form.ssdbs[i].selected)
{ dbname = i;
dbarchive = document.remove_form.ssdbs[i].text;
}
}
if(dbname == -1 || dbname == 0)
{ alert("Choose a database name for removing.");
return false;
}
return confirm("You are about to delete " + dbarchive + " archive.");
}
//-->
</SCRIPT>
</HEAD>
<body bgcolor="#ffffcc">
<a href="/$sss/$nocache"></a>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td bgcolor="#cccc99" width="15">&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td bgcolor="#cccc99"><font face="Arial,Helvetica">Archive Database</font></td></tr>
<tr><td colspan=2>&nbsp;</td></tr>
<tr><td align=right colspan=2><font face="Arial,Helvetica"><form method=POST action=" " name="help_form"><input TYPE="button" onClick="showMap()" Value=" Help "></form></font></td></tr>
<tr><td colspan=2>&nbsp;</td></tr>
<tr><td></td>
<td><font face="Arial,Helvetica">
<hr><p>The database archival option saves disk space by compressing the data in the database. The compressed data remains accessible for reading or for displaying system information. The archiving must be done from the command line to preserve data integrity. The archiving program will shutdown the Embedded Support Partner for a brief period of time and restart after the archiving is complete. The archiving can be run as root only. To archive the database, run the command <font face="Courier"><tt>esparchive</tt></font>. The archiving will be done only if the database size is equal to or greater than 10 megabytes.<p>
<p><hr><p><form method=POST action="/$sss/rgs/libsemserver~DELETE_ARCHIVE" name="remove_form" onSubmit="return verifyData(this)">
The remove database option deletes a previously archived database that was stored. The data in the deleted database is no longer available for display.<p>
<a href = "/$sss/rg/libsemserver~ARCHIVE_LIST">ARCHIVE_LIST</a>
</form><p><hr></font>
</td></tr></table>
</body>
</html>