Hi Gurus
I tried to configure archive log in snapcreator (at linux platform) like the following:
ARCHIVE_LOG_ENABLE=Y
ARCHIVE_LOG_RETENTION=2
ARCHIVE_LOG_DIR=/tmp/log
ARCHIVE_LOG_EXT=lo
But meet error when do that.
######### Archive Log Management ##########
[Fri Jun 24 01:38:35 2011] ERROR:
mismatched tag at line 7, column 3, byte 249 at /</usr/local/scServer3.3.0/snapcreator>XML/Parser.pm line 187
<html>
<head>
<meta name="gwt:property" content="locale=es">
<title>NetApp Snap Creator Framework</title>
<link rel="shortcut icon" href="images/favicon.ico">
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
</head>
<body>
<script>
var getCookie = function(c_name) {
if (document.cookie.length > 0) {
c_start = document.cookie.indexOf(c_name + "=");
if (c_start != -1) {
c_start = c_start + c_name.length+1;
c_end = document.cookie.indexOf(";", c_start);
if (c_end == -1) c_end = document.cookie.length;
return unescape(document.cookie.substring(c_start,c_end));
}
}
return "";
}
var locale = getCookie("locale");
if ( locale && locale != "en" ) {
document.write("<meta name='gwt:property' content='locale=" + locale + "' />");
} else {
document.write("<meta name='gwt:property' content='locale=" + 'en' + "' />");
}
</script>
<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
<script type="text/javascript" language="javascript" src="snapcreator/snapcreator.nocache.js"></script>
</body>
</html> at /</usr/local/scServer3.3.0/snapcreator>SnapCreator/Agent/Remote.pm line 272
[Fri Jun 24 01:38:35 2011] ERROR: Archive Log Deletion failed, Exiting!
Would you please help to take a look?
BTW, if under log directory, there are some sub-directories (not log file), Could Archive log delete function work?
BR
TC