Excellent, that did the trick.&nbsp; I hope this makes it into the next rancid release.<br><br><div class="gmail_quote">On Wed, Apr 30, 2008 at 12:29 PM, Michael Stefaniuc &lt;<a href="mailto:mstefani@redhat.com">mstefani@redhat.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Eric Cables wrote:<br>
&gt; I have sent a couple of e-mails in the past about this topic, and gotten<br>
&gt; some replies that were helpful, but I am still struggling with this. &nbsp;I<br>
&gt; have 9500 series MDS switches, running SAN-OS, that I need to archive.<br>
&gt; Currently I rely on CiscoWorks to do this, which is pretty much the only<br>
&gt; reason I still have that software in place.<br>
&gt;<br>
&gt; Here are the suggestions I have received, and implemented:<br>
&gt;<br>
&gt; Modify the bin/rancid file as follows:<br>
</div>That&#39;s not enough, check the patch/email i have sent to this mailing<br>
list at the beginning of the month; subject was<br>
 &nbsp;&quot;[PATCH] Preliminary support for Cisco&#39;s SANOS devices&quot;<br>
<br>
bye<br>
 &nbsp; &nbsp; &nbsp; &nbsp;michael<br>
<div><div></div><div class="Wj3C7c"><br>
&gt; --<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; if (/^Application and Content Networking Software/) { $type=&quot;CE&quot;; }<br>
&gt; + &nbsp; &nbsp; &nbsp;if (/^Cisco Storage Area Networking Operating System/) {<br>
&gt; $type=&quot;SAN&quot;; }<br>
&gt; --<br>
&gt;<br>
&gt; --<br>
&gt; &nbsp; &nbsp; }<br>
&gt; &nbsp; &nbsp; # The ContentEngine lacks a definitive &quot;end of config&quot; marker. &nbsp;If we<br>
&gt; &nbsp; &nbsp; # know that it is a CE and we have seen at least 5 lines of write term<br>
&gt; &nbsp; &nbsp; # o/p, we can be reasonably sure that we got the config.<br>
&gt; &nbsp; &nbsp; if ($type =~ /^CE$/ &amp;&amp; $linecnt &gt; 5) {<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; $found_end = 1;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; return(0);<br>
&gt; &nbsp; &nbsp; }<br>
&gt;<br>
&gt; + &nbsp; &nbsp;# The Cisco SAN switch running SANOS lacks a definitive &quot;end of config&quot;<br>
&gt; + &nbsp; &nbsp;# marker. &nbsp;If we know that it is a SAN switch and we have seen at<br>
&gt; least 5<br>
&gt; + &nbsp; &nbsp;# lines of write term o/p, we can be reasonably sure that we got<br>
&gt; the config.<br>
&gt; + &nbsp; &nbsp;if ($type =~ /^SAN$/ &amp;&amp; $linecnt &gt; 5) {<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp;$found_end = 1;<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp;return(1);<br>
&gt; + &nbsp; &nbsp;}<br>
&gt;<br>
&gt; &nbsp; &nbsp; return(0);<br>
&gt; --<br>
&gt;<br>
&gt; I have done the above, but it didn&#39;t seem to yield the expected<br>
&gt; results. &nbsp;Here is my output from a rancid-run:<br>
&gt;<br>
&gt; Trying to get all of the configs.<br>
&gt; mds-02-04: End of run not found<br>
&gt;<br>
&gt; mds-02-01: End of run not found<br>
&gt;<br>
&gt; mds-02-02: End of run not found<br>
&gt;<br>
&gt; mds-02-03: End of run not found<br>
&gt;<br>
&gt; &lt;&lt;output ommitted due to redundancy&gt;&gt;<br>
&gt;<br>
&gt; cvs diff: Diffing .<br>
&gt; cvs diff: Diffing configs<br>
&gt; cvs commit: Examining .<br>
&gt; cvs commit: Examining configs<br>
&gt;<br>
&gt; ending: Wed Apr 30 10:42:09 PDT 2008<br>
&gt;<br>
&gt;<br>
&gt; The above just loops for each round, and then it fails out. &nbsp;Any<br>
&gt; suggestions would be greatly appreciated.<br>
<br>
<br>
--<br>
</div></div><font color="#888888">Michael Stefaniuc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Tel.: +49-711-96437-199<br>
Consulting Communications Engineer &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Fax.: +49-711-96437-111<br>
--------------------------------------------------------------------<br>
Reg. Adresse: Red Hat GmbH, Hauptstätter Strasse 58, 70178 Stuttgart<br>
Handelsregister: Amtsgericht Stuttgart HRB 153243<br>
Geschäftsführer: Brendan Lane, Charlie Peters, Michael Cunningham,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Werner Knoblich<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Eric Cables