<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hi All,</p>
<p><br>
</p>
<p>Sorry to mail this out but I have searched through a number of groups and cant find anything that actually works. I recently upgraded my Fortinet FW cluster and, unfortunately, the config status displays a new line, "Cluster uptime", from the "get system
 ha status" cli. e.g.</p>
<p><br>
</p>
<p><font face="Times New Roman"></font></p>
<p style="margin: 0cm 0cm 0pt;"><span lang="EN-NZ"><font face="Calibri"><span style="mso-spacerun: yes;"> 
</span>!Virtual domains status: 1 in NAT mode, 0 in TP mode</font></span></p>
<font face="Times New Roman"></font>
<p style="margin: 0cm 0cm 0pt;"><span lang="EN-NZ"><font face="Calibri"><span style="mso-spacerun: yes;"> 
</span>!Virtual domain configuration: disable</font></span></p>
<font face="Times New Roman"></font>
<p style="margin: 0cm 0cm 0pt;"><span lang="EN-NZ"><font face="Calibri"><span style="mso-spacerun: yes;"> 
</span>!FIPS-CC mode: disable</font></span></p>
<font face="Times New Roman"></font>
<p style="margin: 0cm 0cm 0pt;"><span lang="EN-NZ"><font face="Calibri"><span style="mso-spacerun: yes;"> 
</span>!Current HA mode: a-p, master</font></span></p>
<font face="Times New Roman"></font>
<p style="margin: 0cm 0cm 0pt;"><span lang="EN-NZ"><font face="Calibri">- !Cluster uptime: 35 days, 19 hours, 40 minutes, 13 seconds</font></span></p>
<font face="Times New Roman"></font>
<p style="margin: 0cm 0cm 0pt;"><span lang="EN-NZ"><font face="Calibri">+ !Cluster uptime: 35 days, 20 hours, 40 minutes, 13 seconds</font></span></p>
<font face="Times New Roman"></font>
<p style="margin: 0cm 0cm 0pt;"><span lang="EN-NZ"><font face="Calibri"><span style="mso-spacerun: yes;"> 
</span>!Branch point: 1449</font></span></p>
<font face="Times New Roman"></font>
<p style="margin: 0cm 0cm 0pt;"><span lang="EN-NZ"><font face="Calibri"><span style="mso-spacerun: yes;"> 
</span>!Release Version Information: GA</font></span></p>
<font face="Times New Roman"></font>
<p></p>
<p><br>
</p>
<p>The "Cluster uptime" means that I get an updated FW version mailed to me every hour of the day. I have tried a number of things to resolve this including:</p>
<p><br>
</p>
<ol style="margin-top: 0px; margin-bottom: 0px;">
<li>I updated the fnrancid file with the below but both attempts failed:</li></ol>
<p><br>
</p>
<p></p>
<p>sub GetConf {<br>
    print STDERR "    In GetConf: $_" if ($debug);</p>
<p>    while (<INPUT>) {<br>
        tr/\015//d;<br>
        next if /^\s*$/;<br>
        last if (/$prompt/);</p>
<p>        # System time is fortigate extraction time<br>
        next if (/^\s*!System time:/);<br>
        # remove occurrances of conf_file_ver<br>
        next if (/^#?conf_file_ver=/);</p>
<p><br>
</p>
<p><span style="background-color: rgb(255, 255, 255);"># First think I tried</span></p>
<p><span style="background-color: rgb(255, 255, 255);">#remove occurances of Cluster Uptime</span><br>
<span style="background-color: rgb(255, 255, 255);">        next if (/^\s*!Cluster uptime:/);</span></p>
<p><br>
</p>
<p># next thing I tried.</p>
<p><span style="background-color: rgb(255, 255, 255);">        #if (/^\s*!Cluster uptime:/) {</span><br>
<span style="background-color: rgb(255, 255, 255);">        #    ProcessHistory("","","","","","#$_</span><span style="background-color: rgb(255, 255, 255);">");</span><br>
<span style="background-color: rgb(255, 255, 255);">        #    next;</span><br>
<span style="background-color: rgb(255, 255, 255);">        #}</span></p>
<p><br>
</p>
<p>2. I tried other options e.g. writing something similar to the cycling password but I am afraid I reached the end of my skillset.<br>
</p>
<p></p>
<p>3. Finally I thought my Rancid server is pretty old 2.3.6 so I built a new rancid server (3.3.0) using Ubuntu 16.04 and updated the fnrancid again without success.</p>
<p><br>
</p>
<p>Two questions if I may:</p>
<ol style="margin-top: 0px; margin-bottom: 0px;">
<li>Anyone know how I can ignore the Cluster uptime line?</li><li>If I move to using the new server is there a way to export the CVS history on the old server and import it on the new?</li></ol>
<p><br>
</p>
<p>Thanks in advance! Your help is appreciated!</p>
<p><br>
</p>
<p>Cheers,</p>
<p><br>
</p>
</div>
</body>
</html>