From cyril.guitton at sipartech.com Wed Jun 1 13:26:46 2011 From: cyril.guitton at sipartech.com (Cyril Guitton) Date: Wed, 1 Jun 2011 15:26:46 +0200 Subject: [rancid] Fetching the 'regular' configuration of extreme switches Message-ID: Hi all, I just installed rancid and got it running correctly with Extreme and Cisco switches. What I'm trying to do know is get it to fecth the 'simple' configuration of my extreme switches (sh conf) instead of the detailed configuration (sh conf detail). I've tried editing the xrancid file by commenting/removing this line : *{'show configuration detail' => 'WriteTerm'},* in *@commandtable* but rancid doesn't seem to work after that. Any idea how I could do that easily ? Thanks. Cyril. -------------- next part -------------- An HTML attachment was scrubbed... URL: From David.Raymond at ca.ebarrette.com Wed Jun 1 00:38:29 2011 From: David.Raymond at ca.ebarrette.com (Raymond, David) Date: Tue, 31 May 2011 20:38:29 -0400 Subject: [rancid] error running rancid Cisco WLC In-Reply-To: Message-ID: Hi Dale, Yes, this is the path. And my backup folder is /var/lib/rancid/backup/configs Thx to help me fix my issue. Regards, David Raymond D: 450.357.7000 x7064 C: 514.603.0986 F: 450.357.7050 www.batiparbarrette.com ----- Original Message ----- From: Dale Shaw [mailto:dale.shaw+rancid-discuss at gmail.com] Sent: Tuesday, May 31, 2011 07:59 PM To: Raymond, David Cc: rancid-discuss at shrubbery.net Subject: Re: [rancid] error running rancid Cisco WLC Hi David, 2011/6/1 Raymond, David : > I have the same as Martin, I get this error : > [...] > sh: wlogin: not found Is /usr/lib/rancid/bin/ in your PATH? cheers, Dale From David.Raymond at ca.ebarrette.com Wed Jun 1 13:56:30 2011 From: David.Raymond at ca.ebarrette.com (Raymond, David) Date: Wed, 1 Jun 2011 09:56:30 -0400 Subject: [rancid] error running rancid Cisco WLC In-Reply-To: References: Message-ID: Hi Dale, In /etc/rancid/rancid.conf, the path is there. BASEDIR=/var/lib/rancid; export BASEDIR PATH=/usr/lib/rancid/bin:/usr/bin:/usr/sbin:/bin:/usr/local/bin:/usr/bin ; export PATH I have also add those line in rancid-fe : 'ciscowlc' => 'ciscowlc5', 'cisco-wlc' => 'ciscowlc5', 'cisco-wlc5' => 'ciscowlc5', Regards, David Raymond -----Original Message----- From: dale.shaw at gmail.com [mailto:dale.shaw at gmail.com] On Behalf Of Dale Shaw Sent: Tuesday, May 31, 2011 20:00 To: Raymond, David Cc: rancid-discuss at shrubbery.net Subject: Re: [rancid] error running rancid Cisco WLC Hi David, 2011/6/1 Raymond, David : > I have the same as Martin, I get this error : > [...] > sh: wlogin: not found Is /usr/lib/rancid/bin/ in your PATH? cheers, Dale From ler762 at gmail.com Thu Jun 2 01:00:52 2011 From: ler762 at gmail.com (Lee) Date: Wed, 1 Jun 2011 21:00:52 -0400 Subject: [rancid] fix for overly long asa banner Message-ID: If you've got a banner long enough to cause the <-- More --> prompt on an ASA then rancid is unable to grab the config. fix is to deal with the <-- More --> prompt a bit after (my) line 455 in clogin: # Here we get a little tricky. There are several possibilities: # the router can ask for a username and passwd and then # talk to the TACACS server to authenticate you, or if the # TACACS server is not working, then it will use the enable # passwd. Or, the router might not have TACACS turned on, # then it will just send the passwd. # if telnet fails with connection refused, try ssh expect { -re "<-+ More -+>\[^\n\r]*" { ;# -LR- send " " ;# -LR- exp_continue } ;# -LR- Regards, Lee From Drikus.Brits at vodacom.co.za Mon Jun 6 20:26:11 2011 From: Drikus.Brits at vodacom.co.za (Drikus Brits) Date: Mon, 6 Jun 2011 22:26:11 +0200 Subject: [rancid] Suppressing certain config/output from being matched in diffs In-Reply-To: <20110523072954.GA24091@launay.org> References: <20110520170522.GE24723@shrubbery.net> <20110523072954.GA24091@launay.org> Message-ID: Hi all, Is there a way to suppress certain lines of config from being matched in the diffs and from being notified. We have a bunch of core devices with a certain firmware that keeps on giving he below : Warning: Overriding existing carrier delay value to 0 Is there a way to suppress the above when the final "write" is executed by rancid Thx Drikus This e-mail is classified C2 - Vodacom Restricted - Information to be used inside Vodacom but it may be shared with authorised partners ?This e-mail is sent on the Terms and Conditions that can be accessed by Clicking on this link www.vodacom.co.za/vodacom/terms+and+conditions " From jbaird at follett.com Thu Jun 9 16:49:17 2011 From: jbaird at follett.com (Baird, Josh) Date: Thu, 9 Jun 2011 11:49:17 -0500 Subject: [rancid] Mikrotik 5.x Support Message-ID: Hi, Has anyone gotten mtrancid/mtlogin found at http://falz.net/tech/rancid-mikrotik to work with v5.x of RouterOS? Thanks, Josh -------------- next part -------------- An HTML attachment was scrubbed... URL: From J.S.Peatfield at damtp.cam.ac.uk Mon Jun 13 21:58:33 2011 From: J.S.Peatfield at damtp.cam.ac.uk (Jon Peatfield) Date: Mon, 13 Jun 2011 22:58:33 +0100 (BST) Subject: [rancid] rancid 2.3.6: clogin with multiple devices fails... ($autologin not defined) Message-ID: I originally thought that this might be a config error on my part but currently for me with rancid 2.3.6 I can happily run: clogin -c 'some-command' router1 or clogin -c 'some-command' router2 but not: clogin -c 'some-command' router1 router2 (or router1 router1 for that matter) When I try I get an error from the tcl about autoenable not being a variable. Here is an example failure: $ clogin -c 'who' bl23-12.private bl23-13.private bl23-12.private spawn telnet bl23-12.private Trying 10.16.0.124... Connected to bl23-12.private. Escape character is '^]'. User Access Verification Username: cisco Password: bl23-12>enable Password: bl23-12# bl23-12#terminal length 0 bl23-12#who Line User Host(s) Idle Location * 1 vty 0 cisco idle 00:00:00 Interface User Mode Idle Peer Address bl23-12#exit Connection closed by foreign host. bl23-13.private can't read "autoenable": no such variable while executing "if { $enable && $do_enapasswd && $autoenable == 0 && [llength $pswd] < 2 } { send_user -- "\nError: no enable password for $router in $password_file...." ("foreach" body line 28) invoked from within "foreach router [lrange $argv $i end] { set router [string tolower $router] # attempt at platform switching. set platform "" send_user ..." (file "/usr/bin/clogin" line 743) it always fails on the second host, so it isn't just that the config for the second router is wrong. Adding an explicit 'add autoenable ... {0}' does not seem to help... On our HP procurve devices we do use autoenable (defined in the .cloginrc) and for those hlogin works as expected... In fact apart from some errors from the 'no-page' command I can use hlogin -c '...' against multiple cisco devices without getting similar errors (at least for trivial commands). Looking at the (unpatched I hope) clogin.in file from the 2.3.6 tar I see that at about line 770 is the offending code: ... if { $enable && $do_enapasswd && $autoenable == 0 && [llength $pswd] < 2 } { send_user -- "\nError: no enable password for $router in $password_file.\n" continue } ... but I can't see anything which ever sets autoenable in this file... What really puzzled me is that the error only happens on the second router... A bit of debugging shows that on the first loop $enable is 0 so it never tests beyond it - even though it will be about to use enable, and when it finds a > prompt it sets enable to 1 so the next time round the test check $do_enapasswd (true) and $autoenable (no defined) and we get an error. So a little further up (about line 742 - the top of the loop) we have: ... set enable 0 foreach router [lrange $argv $i end] { set router [string tolower $router] ... Changing that to: ... foreach router [lrange $argv $i end] { set enable 0 set router [string tolower $router] ... so that enable is initially set to 0 for each router, appears to cure the problem for me, but it may have unexpected side effects and surely $autoenable isn't the right thing to be testing is it? Maybe this test is left over from an earlier version of the code. I note that in hlogin.in the loop over the routers is quite different and does set autologin for each device in the loop. At the moment I can just use a shell script to loop over each device and so avoid listing multiple hosts on the clogin command, but I was very surprised by it not doing what I expected - since I'd used an almost identical command with hlogin a few days earlier. -- /--------------------------------------------------------------------\ | "Computers are different from telephones. Computers do not ring." | | -- A. Tanenbaum, "Computer Networks", p. 32 | ---------------------------------------------------------------------| | Jon Peatfield, _Computer_ Officer, DAMTP, University of Cambridge | | Mail: jp107 at damtp.cam.ac.uk Web: http://www.damtp.cam.ac.uk/ | \--------------------------------------------------------------------/ From rancid at gheek.net Fri Jun 17 20:58:40 2011 From: rancid at gheek.net (Lance Vermilion) Date: Fri, 17 Jun 2011 13:58:40 -0700 Subject: [rancid] Node rename but keep old rancid change history Message-ID: All, I have a rancid install that used node names for each node that needed to be backed up. The problem is the node naming scheme is changing and I would like to not lose the history of what was there before. Is there a simple way to do this. I am using CVS and ViewVC. TIA. -Lance -------------- next part -------------- An HTML attachment was scrubbed... URL: From devon at noved.org Sun Jun 19 03:39:52 2011 From: devon at noved.org (Devon True) Date: Sat, 18 Jun 2011 23:39:52 -0400 Subject: [rancid] Node rename but keep old rancid change history In-Reply-To: References: Message-ID: <4DFD6F88.3060201@noved.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 6/17/2011 4:58 PM, Lance Vermilion wrote: > All, > > I have a rancid install that used node names for each node that needed > to be backed up. The problem is the node naming scheme is changing and I > would like to not lose the history of what was there before. Is there a > simple way to do this. > > I am using CVS and ViewVC. This is covered in the rancid faq at http://www.shrubbery.net/rancid/FAQ Look for "Q. I am renaming a device but would like to retain the history in CVS. How is this done?" - -- Devon -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk39b4gACgkQWP2WrBTHBS/n2ACg4C21ba42hCbellogCYsi3xjU 1nEAn0nrXko2t24p8NHi4UtBKjhHFKsd =YPB8 -----END PGP SIGNATURE----- From eric at rebtel.com Wed Jun 22 13:02:32 2011 From: eric at rebtel.com (Eric Jagaeus) Date: Wed, 22 Jun 2011 15:02:32 +0200 Subject: [rancid] Need some Help - F5's in RANCID Message-ID: <4B27155520357F40B66920DD4F83715A01E0410F7D@reb-se-srv-19> > Chris, > > You're doing anything wrong. You'll probably find that you can 'rancid-run -r ' and have it backup properly. I would recommend getting a good backup of the keys once and then comment out the lines in the command table. why? what is special about the keys? > -ryan > > -----Original Message----- > From: rancid-discuss-bounces at shrubbery.net [mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Chris Moody > Sent: Monday, January 31, 2011 3:29 PM > To: rancid-discuss at shrubbery.net > Subject: [rancid] Need some Help - F5's in RANCID > > I need a second set of eyes to help me figure out what I'm missing or doing wrong. > > I have a number of F5 LTM Load-Balancers that I'm trying to back up with > RANCID. The trouble I'm running into is that they were backing up > fine for a short while, but have recently stopped backing up and continue showing the following in the logs: > ===================================== > Getting missed routers: round 4. > xxxx.yyyy.com: missed cmd(s): ls --full-time --color=never /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key > zzzz.yyyy.com: missed cmd(s): ls --full-time --color=never /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key > > I've been debugging and have verified the following: > - I have valid and functioning credentials in the .cloginrc file > - I have the devices listed in a 'load-balancer' group's router.db file with the keyword 'f5' and the flag 'up' > - I have tested the login via clogin - works fine > (I have run clogin with the '-c' command list that f5rancid issues...and everything works fine) > - I have run f5rancid in debug mode - works fine > (when I run this I see that all the commands run and see a "HIT COMMAND" next to every command issued) > > I am running version '2.3.2' (I have plans to upgrade to '2.3.6' soon) > > Anyone run into this kind of behavior with F5's? > > Any insights, hints, comments or criticisms welcome. > -Chris Hi Chris, Got exactly the same issue when we deployed some new F5's running 10.x What version of Big-IP are you running? Got these errors with BIG-IP 10.2.1 Build 297.0 Final but not in 9.x. Removing the commands from f5rancid solved it, but I'd like to know why it fails. --- /usr/libexec/rancid/f5rancid 2011-06-22 12:11:48.000000000 +0000 +++ /usr/libexec/rancid/f5rancid.org 2011-06-22 11:58:27.000000000 +0000 @@ -524,8 +524,8 @@ {'bigpipe base list' => 'ShowBaseRun'}, {'bigpipe db show' => 'ShowDb'}, {'bigpipe route static show' => 'ShowRouteStatic'}, - #{'ls --full-time --color=never /config/ssl/ssl.crt' => 'ShowSslCrt'}, - #{'ls --full-time --color=never /config/ssl/ssl.key' => 'ShowSslKey'}, + {'ls --full-time --color=never /config/ssl/ssl.crt' => 'ShowSslCrt'}, + {'ls --full-time --color=never /config/ssl/ssl.key' => 'ShowSslKey'}, {'bigpipe list' => 'WriteTerm'} ); Eric Jagaeus Rebtel Networks AB Augustendalsv?gen 19, 7th floor Box 1182 131 27 Nacka Strand Sweden Mobile: +46 70 7885989 eric.jagaeus at rebtel.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From heas at shrubbery.net Wed Jun 22 16:51:21 2011 From: heas at shrubbery.net (john heasley) Date: Wed, 22 Jun 2011 11:51:21 -0500 Subject: [rancid] Need some Help - F5's in RANCID In-Reply-To: <4B27155520357F40B66920DD4F83715A01E0410F7D@reb-se-srv-19> References: <4B27155520357F40B66920DD4F83715A01E0410F7D@reb-se-srv-19> Message-ID: <20110622165121.GH10691@shrubbery.net> Wed, Jun 22, 2011 at 03:02:32PM +0200, Eric Jagaeus: > > Chris, > > > > > > You're doing anything wrong. You'll probably find that you can 'rancid-run -r ' and have it backup properly. I would recommend getting a good backup of the keys once and then comment out the lines in the command table. > > > > why? what is special about the keys? shouldnt be anything; but perhaps the parsing routine for ssl.crt is eating too much output. i'd first verify that the login script is collecting everything. export NOPIPE=YES;f5login -d ... and verify that the *.raw file has all the output. > > RANCID. The trouble I'm running into is that they were backing up > > > fine for a short while, but have recently stopped backing up and continue showing the following in the logs: > > > ===================================== > > > Getting missed routers: round 4. > > > xxxx.yyyy.com: missed cmd(s): ls --full-time --color=never /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key > > > zzzz.yyyy.com: missed cmd(s): ls --full-time --color=never /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key > > > > > > I've been debugging and have verified the following: > > > - I have valid and functioning credentials in the .cloginrc file > > > - I have the devices listed in a 'load-balancer' group's router.db file with the keyword 'f5' and the flag 'up' > > > - I have tested the login via clogin - works fine > > > (I have run clogin with the '-c' command list that f5rancid issues...and everything works fine) > > > - I have run f5rancid in debug mode - works fine > > > (when I run this I see that all the commands run and see a "HIT COMMAND" next to every command issued) From rancid at gheek.net Wed Jun 22 21:35:55 2011 From: rancid at gheek.net (Lance Vermilion) Date: Wed, 22 Jun 2011 14:35:55 -0700 Subject: [rancid] Need some Help - F5's in RANCID In-Reply-To: <20110622165121.GH10691@shrubbery.net> References: <4B27155520357F40B66920DD4F83715A01E0410F7D@reb-se-srv-19> <20110622165121.GH10691@shrubbery.net> Message-ID: It would also be good to check on 10.x that the ssl stuff is still in the same spot. If it isn't then let everyone know so people can look to make a modification so it will work. On Wed, Jun 22, 2011 at 9:51 AM, john heasley wrote: > Wed, Jun 22, 2011 at 03:02:32PM +0200, Eric Jagaeus: > > > Chris, > > > > > > > > > > You're doing anything wrong. You'll probably find that you can > 'rancid-run -r ' and have it backup properly. I would recommend > getting a good backup of the keys once and then comment out the lines in the > command table. > > > > > > > > why? what is special about the keys? > > shouldnt be anything; but perhaps the parsing routine for ssl.crt is eating > too much output. > > i'd first verify that the login script is collecting everything. > export NOPIPE=YES;f5login -d ... and verify that the *.raw file has all > the output. > > > > RANCID. The trouble I'm running into is that they were backing up > > > > > fine for a short while, but have recently stopped backing up and > continue showing the following in the logs: > > > > > ===================================== > > > > > Getting missed routers: round 4. > > > > > xxxx.yyyy.com: missed cmd(s): ls --full-time --color=never > /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key > > > > > zzzz.yyyy.com: missed cmd(s): ls --full-time --color=never > /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key > > > > > > > > > > I've been debugging and have verified the following: > > > > > - I have valid and functioning credentials in the .cloginrc file > > > > > - I have the devices listed in a 'load-balancer' group's router.db file > with the keyword 'f5' and the flag 'up' > > > > > - I have tested the login via clogin - works fine > > > > > (I have run clogin with the '-c' command list that f5rancid > issues...and everything works fine) > > > > > - I have run f5rancid in debug mode - works fine > > > > > (when I run this I see that all the commands run and see a "HIT > COMMAND" next to every command issued) > > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From eric at rebtel.com Wed Jun 22 23:22:49 2011 From: eric at rebtel.com (Eric Jagaeus) Date: Thu, 23 Jun 2011 01:22:49 +0200 Subject: [rancid] Need some Help - F5's in RANCID In-Reply-To: References: <4B27155520357F40B66920DD4F83715A01E0410F7D@reb-se-srv-19> <20110622165121.GH10691@shrubbery.net> Message-ID: <4B27155520357F40B66920DD4F83715A01E0410FEB@reb-se-srv-19> The ssl config hasn't moved it's still in /config/ssl/ssl. BIG-IP 10.2.1 Br, Eric From: rancid-discuss-bounces at shrubbery.net [mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Lance Vermilion Sent: den 22 juni 2011 23:36 To: rancid-discuss at shrubbery.net Subject: Re: [rancid] Need some Help - F5's in RANCID It would also be good to check on 10.x that the ssl stuff is still in the same spot. If it isn't then let everyone know so people can look to make a modification so it will work. On Wed, Jun 22, 2011 at 9:51 AM, john heasley > wrote: Wed, Jun 22, 2011 at 03:02:32PM +0200, Eric Jagaeus: > > Chris, > > > > > > You're doing anything wrong. You'll probably find that you can 'rancid-run -r ' and have it backup properly. I would recommend getting a good backup of the keys once and then comment out the lines in the command table. > > > > why? what is special about the keys? shouldnt be anything; but perhaps the parsing routine for ssl.crt is eating too much output. i'd first verify that the login script is collecting everything. export NOPIPE=YES;f5login -d ... and verify that the *.raw file has all the output. > > RANCID. The trouble I'm running into is that they were backing up > > > fine for a short while, but have recently stopped backing up and continue showing the following in the logs: > > > ===================================== > > > Getting missed routers: round 4. > > > xxxx.yyyy.com: missed cmd(s): ls --full-time --color=never /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key > > > zzzz.yyyy.com: missed cmd(s): ls --full-time --color=never /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key > > > > > > I've been debugging and have verified the following: > > > - I have valid and functioning credentials in the .cloginrc file > > > - I have the devices listed in a 'load-balancer' group's router.db file with the keyword 'f5' and the flag 'up' > > > - I have tested the login via clogin - works fine > > > (I have run clogin with the '-c' command list that f5rancid issues...and everything works fine) > > > - I have run f5rancid in debug mode - works fine > > > (when I run this I see that all the commands run and see a "HIT COMMAND" next to every command issued) _______________________________________________ Rancid-discuss mailing list Rancid-discuss at shrubbery.net http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From krzysztof.zygmunt at gmail.com Thu Jun 23 07:12:10 2011 From: krzysztof.zygmunt at gmail.com (Krzysztof Zygmunt) Date: Thu, 23 Jun 2011 09:12:10 +0200 Subject: [rancid] Need some Help - F5's in RANCID In-Reply-To: <4B27155520357F40B66920DD4F83715A01E0410F7D@reb-se-srv-19> References: <4B27155520357F40B66920DD4F83715A01E0410F7D@reb-se-srv-19> Message-ID: Hi, Kind of off topic but ... Is there any way to make rancid work (getting configs from bigips using "sudo") ? That'd be great ! 2011/6/22 Eric Jagaeus : >> Chris, > >> > >> You're doing anything wrong.? You'll probably find that you can >> 'rancid-run -r ' and have it backup properly.? I would recommend >> getting a good backup of the keys once and then comment out the lines in the >> command table. > > > > why?? what is special about the keys? > > > >> -ryan > >> > >> -----Original Message----- > >> From: rancid-discuss-bounces at shrubbery.net >> [mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Chris Moody > >> Sent: Monday, January 31, 2011 3:29 PM > >> To: rancid-discuss at shrubbery.net > >> Subject: [rancid] Need some Help - F5's in RANCID > >> > >> I need a second set of eyes to help me figure out what I'm missing or >> doing wrong. > >> > >> I have a number of F5 LTM Load-Balancers that I'm trying to back up with > >> RANCID.??? The trouble I'm running into is that they were backing up > >> fine for a short while, but have recently stopped backing up and continue >> showing the following in the logs: > >> ===================================== > >> Getting missed routers: round 4. > >> xxxx.yyyy.com: missed cmd(s): ls --full-time --color=never >> /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key > >> zzzz.yyyy.com: missed cmd(s): ls --full-time --color=never >> /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key > >> > >> I've been debugging and have verified the following: > >> - I have valid and functioning credentials in the .cloginrc file > >> - I have the devices listed in a 'load-balancer' group's router.db file >> with the keyword 'f5' and the flag 'up' > >> - I have tested the login via clogin? - works fine > >>???? (I have run clogin with the '-c' command list that f5rancid >> issues...and everything works fine) > >> - I have run f5rancid in debug mode - works fine > >>???? (when I run this I see that all the commands run and see a "HIT >> COMMAND" next to every command issued) > >> > >> I am running version '2.3.2' (I have plans to upgrade to '2.3.6' soon) > >> > >> Anyone run into this kind of behavior with F5's? > >> > >> Any insights, hints, comments or criticisms welcome. > >> -Chris > > > > Hi Chris, > > > > Got exactly the same issue when we deployed some new F5's running 10.x > > > > What version of Big-IP are you running? Got these errors with BIG-IP 10.2.1 > Build 297.0 Final but not in 9.x. > > > > Removing the commands from f5rancid solved it, but I'd like to know why it > fails. > > > > --- /usr/libexec/rancid/f5rancid??????? 2011-06-22 12:11:48.000000000 +0000 > > +++ /usr/libexec/rancid/f5rancid.org??? 2011-06-22 11:58:27.000000000 +0000 > > @@ -524,8 +524,8 @@ > > ??????? {'bigpipe base list'??????????? => 'ShowBaseRun'}, > > ??????? {'bigpipe db show'????????????? => 'ShowDb'}, > > ??????? {'bigpipe route static show'??? => 'ShowRouteStatic'}, > > -?????? #{'ls --full-time --color=never /config/ssl/ssl.crt' => > 'ShowSslCrt'}, > > -?????? #{'ls --full-time --color=never /config/ssl/ssl.key' => > 'ShowSslKey'}, > > +???? ??{'ls --full-time --color=never /config/ssl/ssl.crt' => > 'ShowSslCrt'}, > > +?????? {'ls --full-time --color=never /config/ssl/ssl.key' => > 'ShowSslKey'}, > > ??????? {'bigpipe list'???????????????? => 'WriteTerm'} > > ); > > > > > > > > Eric Jagaeus > Rebtel Networks AB > Augustendalsv?gen 19, 7th floor > Box 1182 > 131 27 Nacka Strand > Sweden > Mobile:?? +46?70 7885989 > eric.jagaeus at rebtel.com > > > > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss > From jethro.binks at strath.ac.uk Thu Jun 23 08:17:06 2011 From: jethro.binks at strath.ac.uk (Jethro R Binks) Date: Thu, 23 Jun 2011 09:17:06 +0100 (BST) Subject: [rancid] Rancid : consulting about Blade switch In-Reply-To: References: <20110622163334.GC10691@shrubbery.net> <20110622183546.GP10691@shrubbery.net> Message-ID: On Thu, 23 Jun 2011, Schibuola, Raimi wrote: > The ios is like a cisco switch,here follow the config added for blade : > > Inside .cloginrc : > > add userprompt 1.1.1.1 {"Enter tacacs username:"} rancid > add password 1.1.1.1 rancidpassword enablepassword > > add method * telnet ssh > > > Inside router.db : > > 1.1.1.1:hp:up Why did you specify "hp" there, when it is apparently cisco-ish? > I have tested with the clogin and I can connect it correctly : > > ./clogin 1.1.1.1 If clogin works, set router.db instead to read: 1.1.1.1:cisco:up and see what happens then. Jethro. . . . . . . . . . . . . . . . . . . . . . . . . . Jethro R Binks, Network Manager, Information Services Directorate, University Of Strathclyde, Glasgow, UK The University of Strathclyde is a charitable body, registered in Scotland, number SC015263. > > > Unfortunately still no backup config inside the group , as opposed to the backup config of cisco product. > > > > > -----Original Message----- > From: Jethro R Binks [mailto:jethro.binks at strath.ac.uk] > Sent: mercoled? 22 giugno 2011 23.45 > To: Schibuola, Raimi > Cc: rancid at shrubbery.net > Subject: Re: Rancid : consulting about Blade switch > > On Wed, 22 Jun 2011, john heasley wrote: > > > Wed, Jun 22, 2011 at 05:22:06PM +0100, Schibuola, Raimi: > > > Yes it is IBM vendor , The problem is we don't know who can make > > > rancid module customize for IBM . > > > > > > Have you something consultant who can make it? > > > > We'd need to have one to test. > > > > But, it may be similar enough to an existing module that it just works. > > like I mentioned below; this is probably not made by IBM, its more > > likely that it is made by someone else and just branded as an IBM > > product. > > > > see the router.db(5) rancid manpage for a list of device types. > > > > you can also ask on the rancid-discuss at shrubbery.net mailing list if > > anyone has rancid working with these switches. > > I don't know about this particular IBM model, but Blade Network > Technologies make the switches that HP use in their blade enclosures, the > GbE2 and so on. These have a default "AOS" CLI, which is like the Alteon > stuff in alogin/arancid (I don't otherwise know the connection between > Blade and Alteon). (John> A suggested additional command was sent to the > list earlier this week for arancid which is probably worth including). > > On the other hand, the GbE2 can also be switched into a cisco-a-like CLI > mode, which is how I run mine, so I don't actually use alogin/arancid > here. I haven't got around to writing/modifying for a new module for the > Blade cisco-a-like CLI. > > Hope that helps, > > Jethro. > > . . . . . . . . . . . . . . . . . . . . . . . . . > Jethro R Binks, Network Manager, > Information Services Directorate, University Of Strathclyde, Glasgow, UK > > The University of Strathclyde is a charitable body, registered in > Scotland, number SC015263. > > > > > > > > > > Regards > > > > > > If you need you can call me directly. > > > > > > > > > Regards > > > > > > > > > > > > Raimi Schibuola > > > Network and Security Management > > > London Stock Exchange Group > > > Direct Line: +39 0272426669 Internal : 82669 > > > Mobile: +39 3408440699 > > > E-mail: rschibuola at sorint.it? / schibuola.raimi-ext at borsaitaliana.it > > > > > > > > > > > > > > > -----Original Message----- > > > From: john heasley [mailto:heas at shrubbery.net] > > > Sent: mercoled? 22 giugno 2011 18.34 > > > To: Schibuola, Raimi > > > Cc: rancid at shrubbery.net > > > Subject: Re: Rancid : consulting about Blade switch > > > > > > Wed, Jun 22, 2011 at 10:46:15AM +0100, Schibuola, Raimi: > > > > Morning, > > > > > > > > > > > > > > > > Actually we used rancid for backup Juniper and Cisco firewall, switch , > > > > router. > > > > > > > > We need support for add backup also for Blade Network Technologies > > > > RackSwitch G8124 and G8000. > > > > > > > > After completing config of router.db and .cloginrc , we have no backup > > > > of switch. > > > > > > > > > > > > > > > > Is it possible backup Blade switch? > > > > > > not that I am aware of. this is from IBM? They probably dont make their > > > own switches. they are probably OEMs of someone else's product. if you > > > can find out who makes it, you might find that there is a rancid module > > > for it that works - or mostly works. > > > > > > > > > > > > > > > We are using rancid on platform linux Ubuntu 10.10. > > > > > > > > > > > > > > > > Waiting response. > > > > > > > > > > > > > > > > Regards > > > > > > > > > > > > > > > > Raimi Schibuola > > > > > > > > Network and Security Management > > > > > > > > London Stock Exchange Group > > > > > > > > Direct Line: +39 0272426669 Internal : 82669 > > > > > > > > Mobile: +39 3408440699 > > > > > > > > E-mail: rschibuola at sorint.it / > > > > schibuola.raimi-ext at borsaitaliana.it > > > > > > > > > > > > > > > > > > > > > > > > > > > From J.S.Peatfield at damtp.cam.ac.uk Thu Jun 23 22:31:16 2011 From: J.S.Peatfield at damtp.cam.ac.uk (Jon Peatfield) Date: Thu, 23 Jun 2011 23:31:16 +0100 (BST) Subject: [rancid] rancid 2.3.6: clogin with multiple devices fails... ($autologin not defined) In-Reply-To: References: Message-ID: On Mon, 13 Jun 2011, Jon Peatfield wrote: > I originally thought that this might be a config error on my part but > currently for me with rancid 2.3.6 I can happily run: > > clogin -c 'some-command' router1 > > or > > clogin -c 'some-command' router2 > > but not: > > clogin -c 'some-command' router1 router2 > At the moment I can just use a shell script to loop over each device and so > avoid listing multiple hosts on the clogin command, but I was very surprised > by it not doing what I expected - since I'd used an almost identical command > with hlogin a few days earlier. So is this something specific to my copy of rancid, or is this just a well known thing to be avoided? -- Jon From ler762 at gmail.com Fri Jun 24 00:09:48 2011 From: ler762 at gmail.com (Lee) Date: Thu, 23 Jun 2011 20:09:48 -0400 Subject: [rancid] rancid 2.3.6: clogin with multiple devices fails... ($autologin not defined) In-Reply-To: References: Message-ID: Hi, On 6/23/11, Jon Peatfield wrote: > On Mon, 13 Jun 2011, Jon Peatfield wrote: > >> I originally thought that this might be a config error on my part but >> currently for me with rancid 2.3.6 I can happily run: >> >> clogin -c 'some-command' router1 >> >> or >> >> clogin -c 'some-command' router2 >> >> but not: >> >> clogin -c 'some-command' router1 router2 > >> At the moment I can just use a shell script to loop over each device and >> so >> avoid listing multiple hosts on the clogin command, but I was very >> surprised >> by it not doing what I expected - since I'd used an almost identical >> command >> with hlogin a few days earlier. > > > > So is this something specific to my copy of rancid, or is this just a well > known thing to be avoided? I'd never tried it before, so I stayed quiet :) But it's easy enough to test, so clogin -c "sh ip eigrp int" router1 router2 router3 ... router20 worked for me using rancid 2.3.6 Lee From ler762 at gmail.com Fri Jun 24 00:57:16 2011 From: ler762 at gmail.com (Lee) Date: Thu, 23 Jun 2011 20:57:16 -0400 Subject: [rancid] Need some Help - F5's in RANCID In-Reply-To: <20110622165121.GH10691@shrubbery.net> References: <4B27155520357F40B66920DD4F83715A01E0410F7D@reb-se-srv-19> <20110622165121.GH10691@shrubbery.net> Message-ID: On 6/22/11, john heasley wrote: > Wed, Jun 22, 2011 at 03:02:32PM +0200, Eric Jagaeus: >> > Chris, >> >> > You're doing anything wrong. You'll probably find that you can >> > 'rancid-run -r ' and have it backup properly. I would >> > recommend getting a good backup of the keys once and then comment out >> > the lines in the command table. >> >> >> why? what is special about the keys? > > shouldnt be anything; but perhaps the parsing routine for ssl.crt is eating > too much output. > > i'd first verify that the login script is collecting everything. > export NOPIPE=YES;f5login -d ... and verify that the *.raw file has all > the output. Any suggestions for debugging the problem if export NOPIPE=YES f5rancid -d devName always works? And what's even more fun, the next regularly scheduled crontab run to collect the config seems to work also. What I've been seeing is that the F5 collection fails for some number of days on xxx: missed cmd(s): ls --full-time --color=never /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key and then magically starts working again. If the problem was with the parsing routine for ssl.crt wouldn't it always work or fail? ... hrmm.. unless it's a timing issue? Lee From schibuola.raimi-ext at borsaitaliana.it Thu Jun 23 07:07:11 2011 From: schibuola.raimi-ext at borsaitaliana.it (Schibuola, Raimi) Date: Thu, 23 Jun 2011 08:07:11 +0100 Subject: [rancid] Rancid : consulting about Blade switch In-Reply-To: References: <20110622163334.GC10691@shrubbery.net> <20110622183546.GP10691@shrubbery.net> Message-ID: The ios is like a cisco switch,here follow the config added for blade : Inside .cloginrc : add userprompt 1.1.1.1 {"Enter tacacs username:"} rancid add password 1.1.1.1 rancidpassword enablepassword add method * telnet ssh Inside router.db : 1.1.1.1:hp:up I have tested with the clogin and I can connect it correctly : ./clogin 1.1.1.1 Unfortunately still no backup config inside the group , as opposed to the backup config of cisco product. -----Original Message----- From: Jethro R Binks [mailto:jethro.binks at strath.ac.uk] Sent: mercoled? 22 giugno 2011 23.45 To: Schibuola, Raimi Cc: rancid at shrubbery.net Subject: Re: Rancid : consulting about Blade switch On Wed, 22 Jun 2011, john heasley wrote: > Wed, Jun 22, 2011 at 05:22:06PM +0100, Schibuola, Raimi: > > Yes it is IBM vendor , The problem is we don't know who can make > > rancid module customize for IBM . > > > > Have you something consultant who can make it? > > We'd need to have one to test. > > But, it may be similar enough to an existing module that it just works. > like I mentioned below; this is probably not made by IBM, its more > likely that it is made by someone else and just branded as an IBM > product. > > see the router.db(5) rancid manpage for a list of device types. > > you can also ask on the rancid-discuss at shrubbery.net mailing list if > anyone has rancid working with these switches. I don't know about this particular IBM model, but Blade Network Technologies make the switches that HP use in their blade enclosures, the GbE2 and so on. These have a default "AOS" CLI, which is like the Alteon stuff in alogin/arancid (I don't otherwise know the connection between Blade and Alteon). (John> A suggested additional command was sent to the list earlier this week for arancid which is probably worth including). On the other hand, the GbE2 can also be switched into a cisco-a-like CLI mode, which is how I run mine, so I don't actually use alogin/arancid here. I haven't got around to writing/modifying for a new module for the Blade cisco-a-like CLI. Hope that helps, Jethro. . . . . . . . . . . . . . . . . . . . . . . . . . Jethro R Binks, Network Manager, Information Services Directorate, University Of Strathclyde, Glasgow, UK The University of Strathclyde is a charitable body, registered in Scotland, number SC015263. > > > > > Regards > > > > If you need you can call me directly. > > > > > > Regards > > > > > > > > Raimi Schibuola > > Network and Security Management > > London Stock Exchange Group > > Direct Line: +39 0272426669 Internal : 82669 > > Mobile: +39 3408440699 > > E-mail: rschibuola at sorint.it? / schibuola.raimi-ext at borsaitaliana.it > > > > > > > > > > -----Original Message----- > > From: john heasley [mailto:heas at shrubbery.net] > > Sent: mercoled? 22 giugno 2011 18.34 > > To: Schibuola, Raimi > > Cc: rancid at shrubbery.net > > Subject: Re: Rancid : consulting about Blade switch > > > > Wed, Jun 22, 2011 at 10:46:15AM +0100, Schibuola, Raimi: > > > Morning, > > > > > > > > > > > > Actually we used rancid for backup Juniper and Cisco firewall, switch , > > > router. > > > > > > We need support for add backup also for Blade Network Technologies > > > RackSwitch G8124 and G8000. > > > > > > After completing config of router.db and .cloginrc , we have no backup > > > of switch. > > > > > > > > > > > > Is it possible backup Blade switch? > > > > not that I am aware of. this is from IBM? They probably dont make their > > own switches. they are probably OEMs of someone else's product. if you > > can find out who makes it, you might find that there is a rancid module > > for it that works - or mostly works. > > > > > > > > > > > We are using rancid on platform linux Ubuntu 10.10. > > > > > > > > > > > > Waiting response. > > > > > > > > > > > > Regards > > > > > > > > > > > > Raimi Schibuola > > > > > > Network and Security Management > > > > > > London Stock Exchange Group > > > > > > Direct Line: +39 0272426669 Internal : 82669 > > > > > > Mobile: +39 3408440699 > > > > > > E-mail: rschibuola at sorint.it / > > > schibuola.raimi-ext at borsaitaliana.it > > > > > > > > > > > > > > > > > > > From schibuola.raimi-ext at borsaitaliana.it Thu Jun 23 13:09:16 2011 From: schibuola.raimi-ext at borsaitaliana.it (Schibuola, Raimi) Date: Thu, 23 Jun 2011 14:09:16 +0100 Subject: [rancid] Rancid : consulting about Blade switch In-Reply-To: References: <20110622163334.GC10691@shrubbery.net> <20110622183546.GP10691@shrubbery.net> Message-ID: I just before have change it to cisco ,but see empty the config in the the group. rancid at ubuntu: ls -altr | grep 1.1.1.1 -rw-r----- 1 rancid rancid 0 2011-06-23 12:01 1.1.1.1 There is something config to customize only for BLADE. -----Original Message----- From: Jethro R Binks [mailto:jethro.binks at strath.ac.uk] Sent: gioved? 23 giugno 2011 10.17 To: Schibuola, Raimi Cc: rancid at shrubbery.net; rancid-discuss at shrubbery.net Subject: RE: Rancid : consulting about Blade switch On Thu, 23 Jun 2011, Schibuola, Raimi wrote: > The ios is like a cisco switch,here follow the config added for blade : > > Inside .cloginrc : > > add userprompt 1.1.1.1 {"Enter tacacs username:"} rancid > add password 1.1.1.1 rancidpassword enablepassword > > add method * telnet ssh > > > Inside router.db : > > 1.1.1.1:hp:up Why did you specify "hp" there, when it is apparently cisco-ish? > I have tested with the clogin and I can connect it correctly : > > ./clogin 1.1.1.1 If clogin works, set router.db instead to read: 1.1.1.1:cisco:up and see what happens then. Jethro. . . . . . . . . . . . . . . . . . . . . . . . . . Jethro R Binks, Network Manager, Information Services Directorate, University Of Strathclyde, Glasgow, UK The University of Strathclyde is a charitable body, registered in Scotland, number SC015263. > > > Unfortunately still no backup config inside the group , as opposed to the backup config of cisco product. > > > > > -----Original Message----- > From: Jethro R Binks [mailto:jethro.binks at strath.ac.uk] > Sent: mercoled? 22 giugno 2011 23.45 > To: Schibuola, Raimi > Cc: rancid at shrubbery.net > Subject: Re: Rancid : consulting about Blade switch > > On Wed, 22 Jun 2011, john heasley wrote: > > > Wed, Jun 22, 2011 at 05:22:06PM +0100, Schibuola, Raimi: > > > Yes it is IBM vendor , The problem is we don't know who can make > > > rancid module customize for IBM . > > > > > > Have you something consultant who can make it? > > > > We'd need to have one to test. > > > > But, it may be similar enough to an existing module that it just works. > > like I mentioned below; this is probably not made by IBM, its more > > likely that it is made by someone else and just branded as an IBM > > product. > > > > see the router.db(5) rancid manpage for a list of device types. > > > > you can also ask on the rancid-discuss at shrubbery.net mailing list if > > anyone has rancid working with these switches. > > I don't know about this particular IBM model, but Blade Network > Technologies make the switches that HP use in their blade enclosures, the > GbE2 and so on. These have a default "AOS" CLI, which is like the Alteon > stuff in alogin/arancid (I don't otherwise know the connection between > Blade and Alteon). (John> A suggested additional command was sent to the > list earlier this week for arancid which is probably worth including). > > On the other hand, the GbE2 can also be switched into a cisco-a-like CLI > mode, which is how I run mine, so I don't actually use alogin/arancid > here. I haven't got around to writing/modifying for a new module for the > Blade cisco-a-like CLI. > > Hope that helps, > > Jethro. > > . . . . . . . . . . . . . . . . . . . . . . . . . > Jethro R Binks, Network Manager, > Information Services Directorate, University Of Strathclyde, Glasgow, UK > > The University of Strathclyde is a charitable body, registered in > Scotland, number SC015263. > > > > > > > > > > Regards > > > > > > If you need you can call me directly. > > > > > > > > > Regards > > > > > > > > > > > > Raimi Schibuola > > > Network and Security Management > > > London Stock Exchange Group > > > Direct Line: +39 0272426669 Internal : 82669 > > > Mobile: +39 3408440699 > > > E-mail: rschibuola at sorint.it? / schibuola.raimi-ext at borsaitaliana.it > > > > > > > > > > > > > > > -----Original Message----- > > > From: john heasley [mailto:heas at shrubbery.net] > > > Sent: mercoled? 22 giugno 2011 18.34 > > > To: Schibuola, Raimi > > > Cc: rancid at shrubbery.net > > > Subject: Re: Rancid : consulting about Blade switch > > > > > > Wed, Jun 22, 2011 at 10:46:15AM +0100, Schibuola, Raimi: > > > > Morning, > > > > > > > > > > > > > > > > Actually we used rancid for backup Juniper and Cisco firewall, switch , > > > > router. > > > > > > > > We need support for add backup also for Blade Network Technologies > > > > RackSwitch G8124 and G8000. > > > > > > > > After completing config of router.db and .cloginrc , we have no backup > > > > of switch. > > > > > > > > > > > > > > > > Is it possible backup Blade switch? > > > > > > not that I am aware of. this is from IBM? They probably dont make their > > > own switches. they are probably OEMs of someone else's product. if you > > > can find out who makes it, you might find that there is a rancid module > > > for it that works - or mostly works. > > > > > > > > > > > > > > > We are using rancid on platform linux Ubuntu 10.10. > > > > > > > > > > > > > > > > Waiting response. > > > > > > > > > > > > > > > > Regards > > > > > > > > > > > > > > > > Raimi Schibuola > > > > > > > > Network and Security Management > > > > > > > > London Stock Exchange Group > > > > > > > > Direct Line: +39 0272426669 Internal : 82669 > > > > > > > > Mobile: +39 3408440699 > > > > > > > > E-mail: rschibuola at sorint.it / > > > > schibuola.raimi-ext at borsaitaliana.it > > > > > > > > > > > > > > > > > > > > > > > > > > > From SteveMadel at solutionary.com Thu Jun 23 21:09:43 2011 From: SteveMadel at solutionary.com (Steve Madel) Date: Thu, 23 Jun 2011 16:09:43 -0500 Subject: [rancid] rancid poll failing Message-ID: I have set up a new router for rancid to poll. I can login to the router via ssh with the rancid user and enable password but, when it tries to poll or I use clogin from the command line it fails. Any suggestions? Thanks Steve Madel | Phone: 402.361.3047 | Solutionary | Relevant . Intelligent . Security From shain.singh at gmail.com Fri Jun 24 05:24:15 2011 From: shain.singh at gmail.com (Shain Singh) Date: Fri, 24 Jun 2011 15:24:15 +1000 Subject: [rancid] Need some Help - F5's in RANCID In-Reply-To: References: <4B27155520357F40B66920DD4F83715A01E0410F7D@reb-se-srv-19> <20110622165121.GH10691@shrubbery.net> Message-ID: On 24 June 2011 10:57, Lee wrote: > What I've been seeing is that the F5 collection fails for some number of > days on > xxx: missed cmd(s): ls --full-time --color=never > /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key > and then magically starts working again. If the problem was with the > parsing routine for ssl.crt wouldn't it always work or fail? ... > hrmm.. unless it's a timing issue? > > We had the same issue so we took that check out. Not really a huge issue in the scheme of things in our context as that directory doesn't change much if ever for some of our F5s. -- Shaineel Singh e: shain.singh at gmail.com p: +61 422 921 951 w: http://buffet.shainsingh.com -- "Too many have dispensed with generosity to practice charity" - Albert Camus -------------- next part -------------- An HTML attachment was scrubbed... URL: From krzysztof.zygmunt at gmail.com Fri Jun 24 06:13:20 2011 From: krzysztof.zygmunt at gmail.com (Krzysztof Zygmunt) Date: Fri, 24 Jun 2011 08:13:20 +0200 Subject: [rancid] Need some Help - F5's in RANCID In-Reply-To: References: <4B27155520357F40B66920DD4F83715A01E0410F7D@reb-se-srv-19> Message-ID: Hi, I'm asking because I wanted to get bigips configs using rancid but not giving him (rancid) privileges to do everything (root account). There are some ways we can try: - login and jump directly to bigpipe shell (we can not dowload certain files then) - login and jump directly to tmsh (the same as above) - login and get root privileges but to limit what rancid script can do (use sudo) and what sudo is, eg.: http://linux.about.com/od/commands/l/blcmdl8_sudo.htm On Thu, Jun 23, 2011 at 9:12 AM, Krzysztof Zygmunt wrote: > Hi, > > Kind of off topic but ... > > Is there any way to make rancid work (getting configs from bigips > using "sudo") ? > That'd be great ! > > 2011/6/22 Eric Jagaeus : >>> Chris, >> >>> >> >>> You're doing anything wrong.? You'll probably find that you can >>> 'rancid-run -r ' and have it backup properly.? I would recommend >>> getting a good backup of the keys once and then comment out the lines in the >>> command table. >> >> >> >> why?? what is special about the keys? >> >> >> >>> -ryan >> >>> >> >>> -----Original Message----- >> >>> From: rancid-discuss-bounces at shrubbery.net >>> [mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Chris Moody >> >>> Sent: Monday, January 31, 2011 3:29 PM >> >>> To: rancid-discuss at shrubbery.net >> >>> Subject: [rancid] Need some Help - F5's in RANCID >> >>> >> >>> I need a second set of eyes to help me figure out what I'm missing or >>> doing wrong. >> >>> >> >>> I have a number of F5 LTM Load-Balancers that I'm trying to back up with >> >>> RANCID.??? The trouble I'm running into is that they were backing up >> >>> fine for a short while, but have recently stopped backing up and continue >>> showing the following in the logs: >> >>> ===================================== >> >>> Getting missed routers: round 4. >> >>> xxxx.yyyy.com: missed cmd(s): ls --full-time --color=never >>> /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key >> >>> zzzz.yyyy.com: missed cmd(s): ls --full-time --color=never >>> /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key >> >>> >> >>> I've been debugging and have verified the following: >> >>> - I have valid and functioning credentials in the .cloginrc file >> >>> - I have the devices listed in a 'load-balancer' group's router.db file >>> with the keyword 'f5' and the flag 'up' >> >>> - I have tested the login via clogin? - works fine >> >>>???? (I have run clogin with the '-c' command list that f5rancid >>> issues...and everything works fine) >> >>> - I have run f5rancid in debug mode - works fine >> >>>???? (when I run this I see that all the commands run and see a "HIT >>> COMMAND" next to every command issued) >> >>> >> >>> I am running version '2.3.2' (I have plans to upgrade to '2.3.6' soon) >> >>> >> >>> Anyone run into this kind of behavior with F5's? >> >>> >> >>> Any insights, hints, comments or criticisms welcome. >> >>> -Chris >> >> >> >> Hi Chris, >> >> >> >> Got exactly the same issue when we deployed some new F5's running 10.x >> >> >> >> What version of Big-IP are you running? Got these errors with BIG-IP 10.2.1 >> Build 297.0 Final but not in 9.x. >> >> >> >> Removing the commands from f5rancid solved it, but I'd like to know why it >> fails. >> >> >> >> --- /usr/libexec/rancid/f5rancid??????? 2011-06-22 12:11:48.000000000 +0000 >> >> +++ /usr/libexec/rancid/f5rancid.org??? 2011-06-22 11:58:27.000000000 +0000 >> >> @@ -524,8 +524,8 @@ >> >> ??????? {'bigpipe base list'??????????? => 'ShowBaseRun'}, >> >> ??????? {'bigpipe db show'????????????? => 'ShowDb'}, >> >> ??????? {'bigpipe route static show'??? => 'ShowRouteStatic'}, >> >> -?????? #{'ls --full-time --color=never /config/ssl/ssl.crt' => >> 'ShowSslCrt'}, >> >> -?????? #{'ls --full-time --color=never /config/ssl/ssl.key' => >> 'ShowSslKey'}, >> >> +???? ??{'ls --full-time --color=never /config/ssl/ssl.crt' => >> 'ShowSslCrt'}, >> >> +?????? {'ls --full-time --color=never /config/ssl/ssl.key' => >> 'ShowSslKey'}, >> >> ??????? {'bigpipe list'???????????????? => 'WriteTerm'} >> >> ); >> >> >> >> >> >> >> >> Eric Jagaeus >> Rebtel Networks AB >> Augustendalsv?gen 19, 7th floor >> Box 1182 >> 131 27 Nacka Strand >> Sweden >> Mobile:?? +46?70 7885989 >> eric.jagaeus at rebtel.com >> >> >> >> _______________________________________________ >> Rancid-discuss mailing list >> Rancid-discuss at shrubbery.net >> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss >> > From Erich.Shellhammer at unisys.com Fri Jun 24 13:25:37 2011 From: Erich.Shellhammer at unisys.com (Shellhammer, Erich S) Date: Fri, 24 Jun 2011 08:25:37 -0500 Subject: [rancid] rancid poll failing In-Reply-To: References: Message-ID: Does it fail to connect, or just not send commands... You can also check your banner for special characters like #. My Banner has # boarders... I had to change clogin to ignore autoenable features in the script. ? Erich Shellhammer? |??Network Tools Engineer | Global Outsourcing and Infrastructure Services Unisys? |??9500 Metric Blvd Suite 100? |?Austin, TX 78758? |? Office: 512.719.9626 | Mobile:512.851.7116?? THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers -----Original Message----- From: rancid-discuss-bounces at shrubbery.net [mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Steve Madel Sent: Thursday, June 23, 2011 4:10 PM To: rancid-discuss at shrubbery.net Subject: [rancid] rancid poll failing I have set up a new router for rancid to poll. I can login to the router via ssh with the rancid user and enable password but, when it tries to poll or I use clogin from the command line it fails. Any suggestions? Thanks Steve Madel | Phone: 402.361.3047 | Solutionary | Relevant . Intelligent . Security _______________________________________________ Rancid-discuss mailing list Rancid-discuss at shrubbery.net http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss From SteveMadel at solutionary.com Fri Jun 24 13:44:14 2011 From: SteveMadel at solutionary.com (Steve Madel) Date: Fri, 24 Jun 2011 08:44:14 -0500 Subject: [rancid] rancid poll failing In-Reply-To: Message-ID: It appears to bomb out on the password. Here is the output of running rancid with the debug flag. spawn ssh -c 3des -x -l rancid c2960 Password: Password: Password: rancid at c2960's password: Thanks Steve Madel | Phone: 402.361.3047 | Solutionary | Relevant . Intelligent . Security On 6/24/11 8:25 AM, "Shellhammer, Erich S" wrote: >Does it fail to connect, or just not send commands... You can also check >your banner for special characters like #. > >My Banner has # boarders... I had to change clogin to ignore autoenable >features in the script. > > >Erich Shellhammer | Network Tools Engineer | Global Outsourcing and >Infrastructure Services >Unisys | 9500 Metric Blvd Suite 100 | Austin, TX 78758 | Office: >512.719.9626 | Mobile:512.851.7116 >THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY >MATERIAL and is thus for use only by the intended recipient. If you >received this in error, please contact the sender and delete the e-mail >and its attachments from all computers > > > > > > >-----Original Message----- >From: rancid-discuss-bounces at shrubbery.net >[mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Steve Madel >Sent: Thursday, June 23, 2011 4:10 PM >To: rancid-discuss at shrubbery.net >Subject: [rancid] rancid poll failing > >I have set up a new router for rancid to poll. I can login to the router >via ssh with the rancid user and enable password but, when it tries to >poll or I use clogin from the command line it fails. Any suggestions? > >Thanks >Steve Madel | Phone: 402.361.3047 | Solutionary | Relevant . Intelligent >. Security _______________________________________________ >Rancid-discuss mailing list >Rancid-discuss at shrubbery.net >http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss From heas at shrubbery.net Fri Jun 24 15:58:11 2011 From: heas at shrubbery.net (john heasley) Date: Fri, 24 Jun 2011 10:58:11 -0500 Subject: [rancid] Need some Help - F5's in RANCID In-Reply-To: References: <4B27155520357F40B66920DD4F83715A01E0410F7D@reb-se-srv-19> <20110622165121.GH10691@shrubbery.net> Message-ID: <20110624155811.GD23349@shrubbery.net> Fri, Jun 24, 2011 at 03:24:15PM +1000, Shain Singh: > On 24 June 2011 10:57, Lee wrote: > > > What I've been seeing is that the F5 collection fails for some number of > > days on > > xxx: missed cmd(s): ls --full-time --color=never > > /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key > > and then magically starts working again. If the problem was with the > > parsing routine for ssl.crt wouldn't it always work or fail? ... > > hrmm.. unless it's a timing issue? it depends; sometimes its the device that is inconsistent about returning it's output. such as omitting the CR after the output so that the prompt is at the beginning of the line. perhaps this part of those parsing routines is causing the problem: # v9 software license does not have CR at EOF s/^#-+($prompt.*)/$1/; From SteveMadel at solutionary.com Fri Jun 24 15:52:30 2011 From: SteveMadel at solutionary.com (Steve Madel) Date: Fri, 24 Jun 2011 10:52:30 -0500 Subject: [rancid] rancid poll failing In-Reply-To: Message-ID: Password was the issue. Fat fingered it in the .cloginrc. On 6/24/11 10:50 AM, "Shellhammer, Erich S" wrote: >I would check the .cloginrc file and see if user/pass is correct, or no >hidden spaces/characters... It looks like it's attempting to use the >password. > > >Erich Shellhammer | Network Tools Engineer | Global Outsourcing and >Infrastructure Services >Unisys | 9500 Metric Blvd Suite 100 | Austin, TX 78758 | Office: >512.719.9626 | Mobile:512.851.7116 >THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY >MATERIAL and is thus for use only by the intended recipient. If you >received this in error, please contact the sender and delete the e-mail >and its attachments from all computers > > > > > > >-----Original Message----- >From: rancid-discuss-bounces at shrubbery.net >[mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Steve Madel >Sent: Friday, June 24, 2011 8:44 AM >To: rancid-discuss at shrubbery.net >Subject: Re: [rancid] rancid poll failing > >It appears to bomb out on the password. Here is the output of running >rancid with the debug flag. > >spawn ssh -c 3des -x -l rancid c2960 >Password: >Password: >Password: >rancid at c2960's password: > > > > >Thanks >Steve Madel | Phone: 402.361.3047 | Solutionary | Relevant . >Intelligent . Security > > > > > > >On 6/24/11 8:25 AM, "Shellhammer, Erich S" >wrote: > >>Does it fail to connect, or just not send commands... You can also >>check your banner for special characters like #. >> >>My Banner has # boarders... I had to change clogin to ignore autoenable >>features in the script. >> >> >>Erich Shellhammer | Network Tools Engineer | Global Outsourcing and >>Infrastructure Services Unisys | 9500 Metric Blvd Suite 100 | >>Austin, TX 78758 | Office: >>512.719.9626 | Mobile:512.851.7116 >>THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE >>PROPRIETARY MATERIAL and is thus for use only by the intended >>recipient. If you received this in error, please contact the sender and >>delete the e-mail and its attachments from all computers >> >> >> >> >> >> >>-----Original Message----- >>From: rancid-discuss-bounces at shrubbery.net >>[mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Steve Madel >>Sent: Thursday, June 23, 2011 4:10 PM >>To: rancid-discuss at shrubbery.net >>Subject: [rancid] rancid poll failing >> >>I have set up a new router for rancid to poll. I can login to the >>router via ssh with the rancid user and enable password but, when it >>tries to poll or I use clogin from the command line it fails. Any >>suggestions? >> >>Thanks >>Steve Madel | Phone: 402.361.3047 | Solutionary | Relevant . >>Intelligent . Security _______________________________________________ >>Rancid-discuss mailing list >>Rancid-discuss at shrubbery.net >>http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss > >_______________________________________________ >Rancid-discuss mailing list >Rancid-discuss at shrubbery.net >http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss From Erich.Shellhammer at unisys.com Fri Jun 24 15:50:14 2011 From: Erich.Shellhammer at unisys.com (Shellhammer, Erich S) Date: Fri, 24 Jun 2011 10:50:14 -0500 Subject: [rancid] rancid poll failing In-Reply-To: References: Message-ID: I would check the .cloginrc file and see if user/pass is correct, or no hidden spaces/characters... It looks like it's attempting to use the password. ? Erich Shellhammer? |??Network Tools Engineer | Global Outsourcing and Infrastructure Services Unisys? |??9500 Metric Blvd Suite 100? |?Austin, TX 78758? |? Office: 512.719.9626 | Mobile:512.851.7116?? THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers -----Original Message----- From: rancid-discuss-bounces at shrubbery.net [mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Steve Madel Sent: Friday, June 24, 2011 8:44 AM To: rancid-discuss at shrubbery.net Subject: Re: [rancid] rancid poll failing It appears to bomb out on the password. Here is the output of running rancid with the debug flag. spawn ssh -c 3des -x -l rancid c2960 Password: Password: Password: rancid at c2960's password: Thanks Steve Madel | Phone: 402.361.3047 | Solutionary | Relevant . Intelligent . Security On 6/24/11 8:25 AM, "Shellhammer, Erich S" wrote: >Does it fail to connect, or just not send commands... You can also >check your banner for special characters like #. > >My Banner has # boarders... I had to change clogin to ignore autoenable >features in the script. > > >Erich Shellhammer | Network Tools Engineer | Global Outsourcing and >Infrastructure Services Unisys | 9500 Metric Blvd Suite 100 | >Austin, TX 78758 | Office: >512.719.9626 | Mobile:512.851.7116 >THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE >PROPRIETARY MATERIAL and is thus for use only by the intended >recipient. If you received this in error, please contact the sender and >delete the e-mail and its attachments from all computers > > > > > > >-----Original Message----- >From: rancid-discuss-bounces at shrubbery.net >[mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Steve Madel >Sent: Thursday, June 23, 2011 4:10 PM >To: rancid-discuss at shrubbery.net >Subject: [rancid] rancid poll failing > >I have set up a new router for rancid to poll. I can login to the >router via ssh with the rancid user and enable password but, when it >tries to poll or I use clogin from the command line it fails. Any suggestions? > >Thanks >Steve Madel | Phone: 402.361.3047 | Solutionary | Relevant . >Intelligent . Security _______________________________________________ >Rancid-discuss mailing list >Rancid-discuss at shrubbery.net >http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss _______________________________________________ Rancid-discuss mailing list Rancid-discuss at shrubbery.net http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss From nicolas-ml at deffayet.com Sun Jun 26 14:07:16 2011 From: nicolas-ml at deffayet.com (Nicolas DEFFAYET) Date: Sun, 26 Jun 2011 16:07:16 +0200 Subject: [rancid] e character in router config diffs of zebra devices Message-ID: <1309097236.22639.11.camel@fr-wks3.corp.novso.com> Hello, I have a strange problem since the upgrade from 2.3.5 to 2.3.6 (no configuration change). In the router config diffs of zebra devices, i have a 'e' character added/removed randomly at the begin of a line. This is not dependent of the device because i have this problem for all zebra devices and the 'e' character is added/removed randomly. 03:03 =================================================================== - interface fxp1 + einterface fxp1 =================================================================== 04:02 =================================================================== - einterface fxp1 + interface fxp1 =================================================================== 05:03 =================================================================== - ipv6 nd suppress-ra + e ipv6 nd suppress-ra =================================================================== 06:03 =================================================================== - e ipv6 nd suppress-ra + ipv6 nd suppress-ra =================================================================== Did you have an idea for this bug ? Thanks -- Nicolas DEFFAYET From nick at buraglio.com Sun Jun 26 19:09:24 2011 From: nick at buraglio.com (Nick Buraglio) Date: Sun, 26 Jun 2011 14:09:24 -0500 Subject: [rancid] PFSense Scripts Message-ID: Has anyone looked at the pfSense add-on scripts in recent history? I don't believe these actually work (at least for pfSense 2.0). Has anyone used them against a 1.2.x machine? the scripts exist here: ftp://ftp.shrubbery.net/pub/rancid/contrib/ It appears as if the expect is just a bit off, login works but not completely and I suspect it's just a minor tweak. I'm going to take a look at making it work when I get a chance unless someone else is working on it already or has it done (please?). Is anyone else looking at it? nb From nick at buraglio.com Sun Jun 26 20:11:45 2011 From: nick at buraglio.com (Nick Buraglio) Date: Sun, 26 Jun 2011 15:11:45 -0500 Subject: [rancid] PFSense Scripts In-Reply-To: References: Message-ID: In looking into this a bit, it appears that this is just a simple prompt issue. The prompt in 2.0 is much different. To make this work (and since I'm pretty awful at regex), I simply created a user on my 2.0 system (I just called it rancid) and changed the prompt in the .tcshrc to match the old prompt. The .tcshrc now reads set prompt="# " set autologout="0" set autolist set color set colorcat setenv CLICOLOR "true" setenv LSCOLORS "exfxcxdxbxegedabagacad" I can confirm that this works using the scripts from ftp://ftp.shrubbery.net/pub/rancid/contrib/ On Sun, Jun 26, 2011 at 2:09 PM, Nick Buraglio wrote: > Has anyone looked at the pfSense add-on scripts in recent history? ?I > don't believe these actually work (at least for pfSense 2.0). ?Has > anyone used them against a 1.2.x machine? > the scripts exist here: ftp://ftp.shrubbery.net/pub/rancid/contrib/ > > It appears as if the expect is just a bit off, login works but not > completely and I suspect it's just a minor tweak. ?I'm going to take a > look at making it work when I get a chance unless someone else is > working on it already or has it done (please?). ?Is anyone else > looking at it? > > nb > From rancid at gheek.net Mon Jun 27 04:22:08 2011 From: rancid at gheek.net (Lance Vermilion) Date: Sun, 26 Jun 2011 21:22:08 -0700 Subject: [rancid] Need some Help - F5's in RANCID In-Reply-To: References: <4B27155520357F40B66920DD4F83715A01E0410F7D@reb-se-srv-19> Message-ID: Does version 10.x allow you to use sudo? I didn't know that tmsh knew about sudo. I thought root was granted automatically if you are given access to tmsh. On Thursday, June 23, 2011, Krzysztof Zygmunt wrote: > Hi, > > I'm asking because I wanted to get bigips configs using rancid but not > giving him (rancid) privileges to do everything (root account). > > There are some ways we can try: > - login and jump directly to bigpipe shell (we can not dowload certain > files then) > - login and jump directly to tmsh (the same as above) > - login and get root privileges but to limit what rancid script can do > (use sudo) > > and what sudo is, ? eg.: > http://linux.about.com/od/commands/l/blcmdl8_sudo.htm > > On Thu, Jun 23, 2011 at 9:12 AM, Krzysztof Zygmunt > wrote: >> Hi, >> >> Kind of off topic but ... >> >> Is there any way to make rancid work (getting configs from bigips >> using "sudo") ? >> That'd be great ! >> >> 2011/6/22 Eric Jagaeus : >>>> Chris, >>> >>>> >>> >>>> You're doing anything wrong.? You'll probably find that you can >>>> 'rancid-run -r ' and have it backup properly.? I would recommend >>>> getting a good backup of the keys once and then comment out the lines in the >>>> command table. >>> >>> >>> >>> why?? what is special about the keys? >>> >>> >>> >>>> -ryan >>> >>>> >>> >>>> -----Original Message----- >>> >>>> From: rancid-discuss-bounces at shrubbery.net >>>> [mailto:rancid-discuss-bounces at shrubbery.net] On Behalf Of Chris Moody >>> >>>> Sent: Monday, January 31, 2011 3:29 PM >>> >>>> To: rancid-discuss at shrubbery.net >>> >>>> Subject: [rancid] Need some Help - F5's in RANCID >>> >>>> >>> >>>> I need a second set of eyes to help me figure out what I'm missing or >>>> doing wrong. >>> >>>> >>> >>>> I have a number of F5 LTM Load-Balancers that I'm trying to back up with >>> >>>> RANCID.??? The trouble I'm running into is that they were backing up >>> >>>> fine for a short while, but have recently stopped backing up and continue >>>> showing the following in the logs: >>> >>>> ===================================== >>> >>>> Getting missed routers: round 4. >>> >>>> xxxx.yyyy.com: missed cmd(s): ls --full-time --color=never >>>> /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key >>> >>>> zzzz.yyyy.com: missed cmd(s): ls --full-time --color=never >>>> /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key >>> >>>> >>> >>>> I've been debugging and have verified the following: >>> >>>> - I have valid and functioning credentials in the .cloginrc file >>> >>>> - I have the devices listed in a 'load-balancer' group's router.db file >>>> with the keyword 'f5' and the flag 'up' >>> >>>> - I have tested the login via clogin? - works fine >>> >>>>???? (I have run clogin with the '-c' command list that f5rancid >>>> issues...and everything works fine) >>> >>>> - I have run f5rancid in debug mode - works fine >>> >>>>???? (when I run this I see that all the commands run and see a "HIT >>>> COMMAND" next to every command issued) >>> >>>> >>> >>>> I am running version '2.3.2' (I have plans to upgrade to '2.3.6' soon) >>> >>>> >>> >>>> Anyone run into this kind of behavior with F5's? >>> >>>> >>> >>>> Any insights, hints, comments or criticisms welcome. >>> >>>> -Chris >>> >>> >>> >>> Hi Chris, >>> >>> >>> >>> Got exactly the same issue when we deployed some new F5's running 10.x >>> >>> >>> >>> What version of Big-IP are you running? Got these errors with BIG-IP 10.2.1 >>> Build 297.0 Final but not in 9.x. >>> >>> >>> >>> Removing the commands from f5rancid solved it, but I'd like to know why it >>> fails. >>> >>> >>> >>> --- /usr/libexec/rancid/f5rancid??????? 2011-06-22 12:11:48.000000000 +0000 >>> >>> +++ /usr/libexec/rancid/f5rancid.org??? 2011-06-22 11:58:27.000000000 +0000 >>> >> From jethro.binks at strath.ac.uk Mon Jun 27 10:16:51 2011 From: jethro.binks at strath.ac.uk (Jethro R Binks) Date: Mon, 27 Jun 2011 11:16:51 +0100 (BST) Subject: [rancid] Rancid : consulting about Blade switch In-Reply-To: References: <20110622163334.GC10691@shrubbery.net> <20110622183546.GP10691@shrubbery.net> Message-ID: On Mon, 27 Jun 2011, Schibuola, Raimi wrote: > Have you something like that? I suggest you run something like: env NOPIPE=YES PATH=${PATH}:/usr/local/libexec/rancid rancid -d 1.1.1.1 replacing the rancid directory in the path as required. Then you should get two files, 1.1.1.1.new and 1.1.1.1.raw. The .raw one will show how far rancid managed to get. Jethro. . . . . . . . . . . . . . . . . . . . . . . . . . Jethro R Binks, Network Manager, Information Services Directorate, University Of Strathclyde, Glasgow, UK The University of Strathclyde is a charitable body, registered in Scotland, number SC015263. > > Regards > > Raimi > > > > -----Original Message----- > From: Schibuola, Raimi > Sent: gioved? 23 giugno 2011 15.09 > To: Jethro R Binks > Cc: rancid at shrubbery.net; rancid-discuss at shrubbery.net > Subject: RE: Rancid : consulting about Blade switch > > I just before have change it to cisco ,but see empty the config in the the group. > > rancid at ubuntu: ls -altr | grep 1.1.1.1 > -rw-r----- 1 rancid rancid 0 2011-06-23 12:01 1.1.1.1 > > There is something config to customize only for BLADE. > > > > -----Original Message----- > From: Jethro R Binks [mailto:jethro.binks at strath.ac.uk] > Sent: gioved? 23 giugno 2011 10.17 > To: Schibuola, Raimi > Cc: rancid at shrubbery.net; rancid-discuss at shrubbery.net > Subject: RE: Rancid : consulting about Blade switch > > On Thu, 23 Jun 2011, Schibuola, Raimi wrote: > > > The ios is like a cisco switch,here follow the config added for blade : > > > > Inside .cloginrc : > > > > add userprompt 1.1.1.1 {"Enter tacacs username:"} rancid > > add password 1.1.1.1 rancidpassword enablepassword > > > > add method * telnet ssh > > > > > > Inside router.db : > > > > 1.1.1.1:hp:up > > Why did you specify "hp" there, when it is apparently cisco-ish? > > > I have tested with the clogin and I can connect it correctly : > > > > ./clogin 1.1.1.1 > > If clogin works, set router.db instead to read: > > 1.1.1.1:cisco:up > > and see what happens then. > > Jethro. > > . . . . . . . . . . . . . . . . . . . . . . . . . > Jethro R Binks, Network Manager, > Information Services Directorate, University Of Strathclyde, Glasgow, UK > > The University of Strathclyde is a charitable body, registered in > Scotland, number SC015263. > > > > > > > > Unfortunately still no backup config inside the group , as opposed to the backup config of cisco product. > > > > > > > > > > -----Original Message----- > > From: Jethro R Binks [mailto:jethro.binks at strath.ac.uk] > > Sent: mercoled? 22 giugno 2011 23.45 > > To: Schibuola, Raimi > > Cc: rancid at shrubbery.net > > Subject: Re: Rancid : consulting about Blade switch > > > > On Wed, 22 Jun 2011, john heasley wrote: > > > > > Wed, Jun 22, 2011 at 05:22:06PM +0100, Schibuola, Raimi: > > > > Yes it is IBM vendor , The problem is we don't know who can make > > > > rancid module customize for IBM . > > > > > > > > Have you something consultant who can make it? > > > > > > We'd need to have one to test. > > > > > > But, it may be similar enough to an existing module that it just works. > > > like I mentioned below; this is probably not made by IBM, its more > > > likely that it is made by someone else and just branded as an IBM > > > product. > > > > > > see the router.db(5) rancid manpage for a list of device types. > > > > > > you can also ask on the rancid-discuss at shrubbery.net mailing list if > > > anyone has rancid working with these switches. > > > > I don't know about this particular IBM model, but Blade Network > > Technologies make the switches that HP use in their blade enclosures, the > > GbE2 and so on. These have a default "AOS" CLI, which is like the Alteon > > stuff in alogin/arancid (I don't otherwise know the connection between > > Blade and Alteon). (John> A suggested additional command was sent to the > > list earlier this week for arancid which is probably worth including). > > > > On the other hand, the GbE2 can also be switched into a cisco-a-like CLI > > mode, which is how I run mine, so I don't actually use alogin/arancid > > here. I haven't got around to writing/modifying for a new module for the > > Blade cisco-a-like CLI. > > > > Hope that helps, > > > > Jethro. > > > > . . . . . . . . . . . . . . . . . . . . . . . . . > > Jethro R Binks, Network Manager, > > Information Services Directorate, University Of Strathclyde, Glasgow, UK > > > > The University of Strathclyde is a charitable body, registered in > > Scotland, number SC015263. > > > > > > > > > > > > > > > Regards > > > > > > > > If you need you can call me directly. > > > > > > > > > > > > Regards > > > > > > > > > > > > > > > > Raimi Schibuola > > > > Network and Security Management > > > > London Stock Exchange Group > > > > Direct Line: +39 0272426669 Internal : 82669 > > > > Mobile: +39 3408440699 > > > > E-mail: rschibuola at sorint.it? / schibuola.raimi-ext at borsaitaliana.it > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > From: john heasley [mailto:heas at shrubbery.net] > > > > Sent: mercoled? 22 giugno 2011 18.34 > > > > To: Schibuola, Raimi > > > > Cc: rancid at shrubbery.net > > > > Subject: Re: Rancid : consulting about Blade switch > > > > > > > > Wed, Jun 22, 2011 at 10:46:15AM +0100, Schibuola, Raimi: > > > > > Morning, > > > > > > > > > > > > > > > > > > > > Actually we used rancid for backup Juniper and Cisco firewall, switch , > > > > > router. > > > > > > > > > > We need support for add backup also for Blade Network Technologies > > > > > RackSwitch G8124 and G8000. > > > > > > > > > > After completing config of router.db and .cloginrc , we have no backup > > > > > of switch. > > > > > > > > > > > > > > > > > > > > Is it possible backup Blade switch? > > > > > > > > not that I am aware of. this is from IBM? They probably dont make their > > > > own switches. they are probably OEMs of someone else's product. if you > > > > can find out who makes it, you might find that there is a rancid module > > > > for it that works - or mostly works. > > > > > > > > > > > > > > > > > > > We are using rancid on platform linux Ubuntu 10.10. > > > > > > > > > > > > > > > > > > > > Waiting response. > > > > > > > > > > > > > > > > > > > > Regards > > > > > > > > > > > > > > > > > > > > Raimi Schibuola > > > > > > > > > > Network and Security Management > > > > > > > > > > London Stock Exchange Group > > > > > > > > > > Direct Line: +39 0272426669 Internal : 82669 > > > > > > > > > > Mobile: +39 3408440699 > > > > > > > > > > E-mail: rschibuola at sorint.it / > > > > > schibuola.raimi-ext at borsaitaliana.it > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > From ler762 at gmail.com Mon Jun 27 23:57:09 2011 From: ler762 at gmail.com (Lee) Date: Mon, 27 Jun 2011 19:57:09 -0400 Subject: [rancid] Need some Help - F5's in RANCID In-Reply-To: <20110624155811.GD23349@shrubbery.net> References: <4B27155520357F40B66920DD4F83715A01E0410F7D@reb-se-srv-19> <20110622165121.GH10691@shrubbery.net> <20110624155811.GD23349@shrubbery.net> Message-ID: On 6/24/11, john heasley wrote: > Fri, Jun 24, 2011 at 03:24:15PM +1000, Shain Singh: >> On 24 June 2011 10:57, Lee wrote: >> >> > What I've been seeing is that the F5 collection fails for some number of >> > days on >> > xxx: missed cmd(s): ls --full-time --color=never >> > /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key >> > and then magically starts working again. If the problem was with the >> > parsing routine for ssl.crt wouldn't it always work or fail? ... >> > hrmm.. unless it's a timing issue? > > it depends; sometimes its the device that is inconsistent about returning > it's output. such as omitting the CR after the output so that the prompt > is at the beginning of the line. After seeing that the regularly scheduled rancid run failed to get several F5 configs this morning I ran it manually: export NOPIPE=YES rancid-run F5 rancid collected all the configs & no errors in the log. Crontab kicked off the rancid run later in the day & several F5s showed up in the log with the missed cmd(s): ls --full-time --color=never /config/ssl/ssl.crt,ls --full-time --color=never /config/ssl/ssl.key again, run rancid manually with NOPIPE=YES and everything works. Any thoughts on how to debug the problem would be appreciated since the standard debugging suggestion is to set NOPIPE and use the -d option. I have yet to see rancid fail to get an F5 config if nopipe is set Lee From jethro.binks at strath.ac.uk Tue Jun 28 07:36:28 2011 From: jethro.binks at strath.ac.uk (Jethro R Binks) Date: Tue, 28 Jun 2011 08:36:28 +0100 (BST) Subject: [rancid] Need some Help - F5's in RANCID In-Reply-To: References: <4B27155520357F40B66920DD4F83715A01E0410F7D@reb-se-srv-19> <20110622165121.GH10691@shrubbery.net> <20110624155811.GD23349@shrubbery.net> Message-ID: On Mon, 27 Jun 2011, Lee wrote: > After seeing that the regularly scheduled rancid run failed to get > several F5 configs this morning I ran it manually: > > export NOPIPE=YES > rancid-run F5 > > rancid collected all the configs & no errors in the log. Crontab > kicked off the rancid run later in the day & several F5s showed up in > the log with the > missed cmd(s): ls --full-time --color=never /config/ssl/ssl.crt,ls > --full-time --color=never /config/ssl/ssl.key > > again, run rancid manually with NOPIPE=YES and everything works. > > Any thoughts on how to debug the problem would be appreciated since > the standard debugging suggestion is to set NOPIPE and use the -d > option. I have yet to see rancid fail to get an F5 config if nopipe > is set In that case, in rancid.conf you can set NOPIPE permanently: # if NOPIPE is set, temp files will be used instead of a cmd pipe during # collection from the router(s). NOPIPE=YES; export NOPIPE Does that help? Jethro. . . . . . . . . . . . . . . . . . . . . . . . . . Jethro R Binks, Network Manager, Information Services Directorate, University Of Strathclyde, Glasgow, UK The University of Strathclyde is a charitable body, registered in Scotland, number SC015263. From bohara at ripe.net Wed Jun 29 13:47:21 2011 From: bohara at ripe.net (Ben O'Hara) Date: Wed, 29 Jun 2011 15:47:21 +0200 Subject: [rancid] Need some Help - F5's in RANCID In-Reply-To: References: <4B27155520357F40B66920DD4F83715A01E0410F7D@reb-se-srv-19> <20110622165121.GH10691@shrubbery.net> <20110624155811.GD23349@shrubbery.net> Message-ID: <8C59ABE7-0695-4DD9-9DB6-58D323F8F5F3@ripe.net> On 28 Jun 2011, at 09:36, Jethro R Binks wrote: > On Mon, 27 Jun 2011, Lee wrote: > >> After seeing that the regularly scheduled rancid run failed to get >> several F5 configs this morning I ran it manually: >> >> export NOPIPE=YES >> rancid-run F5 >> >> rancid collected all the configs & no errors in the log. Crontab >> kicked off the rancid run later in the day & several F5s showed up in >> the log with the >> missed cmd(s): ls --full-time --color=never /config/ssl/ssl.crt,ls >> --full-time --color=never /config/ssl/ssl.key >> >> again, run rancid manually with NOPIPE=YES and everything works. >> >> Any thoughts on how to debug the problem would be appreciated since >> the standard debugging suggestion is to set NOPIPE and use the -d >> option. I have yet to see rancid fail to get an F5 config if nopipe >> is set > > In that case, in rancid.conf you can set NOPIPE permanently: > > # if NOPIPE is set, temp files will be used instead of a cmd pipe during > # collection from the router(s). > NOPIPE=YES; export NOPIPE > > Does that help? > We've been seeing the same problem with 2 f5s running 10.2.1 others running 10.2.0 are fine. Again, it also works fine when run manually, just not when running normally. Tried setting NOPIPE=yes but the problem still persists. Ben Ben O'Hara RIPE Network Coordination Center Senior Systems Engineer Singel 258, Amsterdam, NL http://www.ripe.net +31 20 535 4444 PGP Fingerprint: 080A 52FF BF0A A7FB F176 E7DB 513D 9A3D E968 7DBC -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 1731 bytes Desc: not available URL: From imutsu at gmail.com Thu Jun 30 01:47:58 2011 From: imutsu at gmail.com (izumi mutsu) Date: Thu, 30 Jun 2011 08:47:58 +0700 Subject: [rancid] Problem with switch HP Procurve 2610 Message-ID: Hi, I just installing RANCID 2.3.6 and making backup for Juniper, Cisco and Netscreen was working good. Unfortunately it won't work with switch HP Procurve 2610. I'm was trying like this : $ clogin -c 'sh run' 10.10.10.2 and here's the result SW1-RXM# couldn't compile regular expression pattern: parentheses () not balancd while executing "expect -nobrace -re { [24;1H([^#>\r\n]+)?[#>](\([^)\r\n]+\))?} {} -re {[ ]+} { exp_continue }" invoked from within "expect { -re $reprompt {} -re "\[\n\r]+" { exp_continue } }" (procedure "run_commands" line 21) invoked from within "run_commands $prompt $command" ("foreach" body line 166) invoked from within "foreach router [lrange $argv $i end] { set router [string tolower $router] # attempt at platform switching. set platform "" send_user ..." (file "/usr/local/rancid/bin/clogin" line 743) How do to fix this ?, thanks. From schibuola.raimi-ext at borsaitaliana.it Mon Jun 27 10:11:37 2011 From: schibuola.raimi-ext at borsaitaliana.it (Schibuola, Raimi) Date: Mon, 27 Jun 2011 11:11:37 +0100 Subject: [rancid] Rancid : consulting about Blade switch In-Reply-To: References: <20110622163334.GC10691@shrubbery.net> <20110622183546.GP10691@shrubbery.net> Message-ID: Hi, Have you something like that? Regards Raimi -----Original Message----- From: Schibuola, Raimi Sent: gioved? 23 giugno 2011 15.09 To: Jethro R Binks Cc: rancid at shrubbery.net; rancid-discuss at shrubbery.net Subject: RE: Rancid : consulting about Blade switch I just before have change it to cisco ,but see empty the config in the the group. rancid at ubuntu: ls -altr | grep 1.1.1.1 -rw-r----- 1 rancid rancid 0 2011-06-23 12:01 1.1.1.1 There is something config to customize only for BLADE. -----Original Message----- From: Jethro R Binks [mailto:jethro.binks at strath.ac.uk] Sent: gioved? 23 giugno 2011 10.17 To: Schibuola, Raimi Cc: rancid at shrubbery.net; rancid-discuss at shrubbery.net Subject: RE: Rancid : consulting about Blade switch On Thu, 23 Jun 2011, Schibuola, Raimi wrote: > The ios is like a cisco switch,here follow the config added for blade : > > Inside .cloginrc : > > add userprompt 1.1.1.1 {"Enter tacacs username:"} rancid > add password 1.1.1.1 rancidpassword enablepassword > > add method * telnet ssh > > > Inside router.db : > > 1.1.1.1:hp:up Why did you specify "hp" there, when it is apparently cisco-ish? > I have tested with the clogin and I can connect it correctly : > > ./clogin 1.1.1.1 If clogin works, set router.db instead to read: 1.1.1.1:cisco:up and see what happens then. Jethro. . . . . . . . . . . . . . . . . . . . . . . . . . Jethro R Binks, Network Manager, Information Services Directorate, University Of Strathclyde, Glasgow, UK The University of Strathclyde is a charitable body, registered in Scotland, number SC015263. > > > Unfortunately still no backup config inside the group , as opposed to the backup config of cisco product. > > > > > -----Original Message----- > From: Jethro R Binks [mailto:jethro.binks at strath.ac.uk] > Sent: mercoled? 22 giugno 2011 23.45 > To: Schibuola, Raimi > Cc: rancid at shrubbery.net > Subject: Re: Rancid : consulting about Blade switch > > On Wed, 22 Jun 2011, john heasley wrote: > > > Wed, Jun 22, 2011 at 05:22:06PM +0100, Schibuola, Raimi: > > > Yes it is IBM vendor , The problem is we don't know who can make > > > rancid module customize for IBM . > > > > > > Have you something consultant who can make it? > > > > We'd need to have one to test. > > > > But, it may be similar enough to an existing module that it just works. > > like I mentioned below; this is probably not made by IBM, its more > > likely that it is made by someone else and just branded as an IBM > > product. > > > > see the router.db(5) rancid manpage for a list of device types. > > > > you can also ask on the rancid-discuss at shrubbery.net mailing list if > > anyone has rancid working with these switches. > > I don't know about this particular IBM model, but Blade Network > Technologies make the switches that HP use in their blade enclosures, the > GbE2 and so on. These have a default "AOS" CLI, which is like the Alteon > stuff in alogin/arancid (I don't otherwise know the connection between > Blade and Alteon). (John> A suggested additional command was sent to the > list earlier this week for arancid which is probably worth including). > > On the other hand, the GbE2 can also be switched into a cisco-a-like CLI > mode, which is how I run mine, so I don't actually use alogin/arancid > here. I haven't got around to writing/modifying for a new module for the > Blade cisco-a-like CLI. > > Hope that helps, > > Jethro. > > . . . . . . . . . . . . . . . . . . . . . . . . . > Jethro R Binks, Network Manager, > Information Services Directorate, University Of Strathclyde, Glasgow, UK > > The University of Strathclyde is a charitable body, registered in > Scotland, number SC015263. > > > > > > > > > > Regards > > > > > > If you need you can call me directly. > > > > > > > > > Regards > > > > > > > > > > > > Raimi Schibuola > > > Network and Security Management > > > London Stock Exchange Group > > > Direct Line: +39 0272426669 Internal : 82669 > > > Mobile: +39 3408440699 > > > E-mail: rschibuola at sorint.it? / schibuola.raimi-ext at borsaitaliana.it > > > > > > > > > > > > > > > -----Original Message----- > > > From: john heasley [mailto:heas at shrubbery.net] > > > Sent: mercoled? 22 giugno 2011 18.34 > > > To: Schibuola, Raimi > > > Cc: rancid at shrubbery.net > > > Subject: Re: Rancid : consulting about Blade switch > > > > > > Wed, Jun 22, 2011 at 10:46:15AM +0100, Schibuola, Raimi: > > > > Morning, > > > > > > > > > > > > > > > > Actually we used rancid for backup Juniper and Cisco firewall, switch , > > > > router. > > > > > > > > We need support for add backup also for Blade Network Technologies > > > > RackSwitch G8124 and G8000. > > > > > > > > After completing config of router.db and .cloginrc , we have no backup > > > > of switch. > > > > > > > > > > > > > > > > Is it possible backup Blade switch? > > > > > > not that I am aware of. this is from IBM? They probably dont make their > > > own switches. they are probably OEMs of someone else's product. if you > > > can find out who makes it, you might find that there is a rancid module > > > for it that works - or mostly works. > > > > > > > > > > > > > > > We are using rancid on platform linux Ubuntu 10.10. > > > > > > > > > > > > > > > > Waiting response. > > > > > > > > > > > > > > > > Regards > > > > > > > > > > > > > > > > Raimi Schibuola > > > > > > > > Network and Security Management > > > > > > > > London Stock Exchange Group > > > > > > > > Direct Line: +39 0272426669 Internal : 82669 > > > > > > > > Mobile: +39 3408440699 > > > > > > > > E-mail: rschibuola at sorint.it / > > > > schibuola.raimi-ext at borsaitaliana.it > > > > > > > > > > > > > > > > > > > > > > > > > > > From smokeping123 at hotmail.com Thu Jun 30 04:12:00 2011 From: smokeping123 at hotmail.com (Smokeping slt) Date: Thu, 30 Jun 2011 10:12:00 +0600 Subject: [rancid] Restore Older Rancid Configurations to Newer Rancid Server Message-ID: hi all. My older rancid server got currupt due to hard disk failure. I had a backup of all the configuration inside /usr/local/rancid folder[etc, bin share, var] It stored lot of configurations changes in routers using their coressponding revision numbers. I freshly installed the rancid system on top of new server. Now I need to restore the older configurations to the new server. I copied the contents of this backup folder to my new server folder.[attached] But Still the old data not showing. How can I sort out this problem. your responses are very much. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: rancid.JPG Type: image/pjpeg Size: 84812 bytes Desc: not available URL: From smokeping123 at hotmail.com Thu Jun 30 04:25:00 2011 From: smokeping123 at hotmail.com (Smokeping slt) Date: Thu, 30 Jun 2011 10:25:00 +0600 Subject: [rancid] Restore Older Rancid Configurations to Newer Rancid Server In-Reply-To: References: Message-ID: hi all. My older rancid server got currupt due to hard disk failure. I had a backup of all the configuration inside /usr/local/rancid folder[etc, bin share, var] It stored lot of configurations changes in routers using their coressponding revision numbers. I freshly installed the rancid system on top of new server. Now I need to restore the older configurations to the new server. I copied the contents of this backup folder to my new server folder.[attached] But Still the old data not showing. How can I sort out this problem. your responses are very much. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: rancid.JPG Type: image/pjpeg Size: 84812 bytes Desc: not available URL: From imutsu at gmail.com Thu Jun 30 05:59:52 2011 From: imutsu at gmail.com (izumi mutsu) Date: Thu, 30 Jun 2011 12:59:52 +0700 Subject: [rancid] Problem with switch HP Procurve 2610 In-Reply-To: <20110630060647.GK9226@shrubbery.net> References: <20110630060647.GK9226@shrubbery.net> Message-ID: On Thu, Jun 30, 2011 at 1:06 PM, john heasley wrote: > Thu, Jun 30, 2011 at 08:47:58AM +0700, izumi mutsu: >> Hi, >> >> I just installing RANCID 2.3.6 and making backup for Juniper, Cisco >> and Netscreen was working good. Unfortunately it won't work with >> switch HP Procurve 2610. >> I'm was trying like this : >> >> $ clogin -c 'sh run' 10.10.10.2 > > you have to use hlogin for HP procurves. ?it uses to hpuifilter. > hlogin works hlogin -autoenable 10.12.3.241 10.12.3.241 spawn hpuifilter -- telnet 10.12.3.241 Trying 10.12.3.241... Connected to 10.12.3.241 (10.12.3.241). Escape character is '^]'. ProCurve J9085A Switch 2610-24 Software revision R.11.30 Copyright (C) 1991-2009 Hewlett-Packard Co. All Rights Reserved. RESTRICTED RIGHTS LEGEND but rancid won't make config file for this switch as the size of file was 0 >> and here's the result >> >> SW1-RXM# couldn't compile regular expression pattern: parentheses () not balancd >> ? ? while executing >> "expect -nobrace -re { [24;1H([^#>\r\n]+)?[#>](\([^)\r\n]+\))?} {} -re {[ >> ]+} { exp_continue }" >> ? ? invoked from within >> "expect { >> ? ? ? ? ? ? -re $reprompt ? ? ? {} >> ? ? ? ? ? ? -re "\[\n\r]+" ? ? ?{ exp_continue } >> ? ? ? ? }" >> ? ? (procedure "run_commands" line 21) >> ? ? invoked from within >> "run_commands $prompt $command" >> ? ? ("foreach" body line 166) >> ? ? invoked from within >> "foreach router [lrange $argv $i end] { >> ? ? set router [string tolower $router] >> ? ? # attempt at platform switching. >> ? ? set platform "" >> ? ? send_user ..." >> ? ? (file "/usr/local/rancid/bin/clogin" line 743) >> >> How do to fix this ?, thanks. >> _______________________________________________ >> Rancid-discuss mailing list >> Rancid-discuss at shrubbery.net >> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss > From smokeping123 at hotmail.com Thu Jun 30 06:08:13 2011 From: smokeping123 at hotmail.com (Smokeping slt) Date: Thu, 30 Jun 2011 12:08:13 +0600 Subject: [rancid] Restore Older Rancid Configurations to Newer Rancid Server In-Reply-To: <20110630055725.GI9226@shrubbery.net> References: , , <20110630055725.GI9226@shrubbery.net> Message-ID: hi , tnx for your response. But I didnt get your poing clearly. My fresh installation work fines. Then I restored the config in all /var folder with my older configurations. what else do I need to do ? Please guide me to solve the issu. tnx > Date: Thu, 30 Jun 2011 05:57:25 +0000 > From: heas at shrubbery.net > To: smokeping123 at hotmail.com > Subject: Re: [rancid] Restore Older Rancid Configurations to Newer Rancid Server > > Thu, Jun 30, 2011 at 10:25:00AM +0600, Smokeping slt: > > I freshly installed the rancid system on top of new server. Now I need to restore the older configurations to the new server. I copied the contents of this backup folder to my new server folder.[attached] > > > > But Still the old data not showing. How can I sort out this problem. > > IIRC, those tools look directly at the CVS repository, which means to me > that you have't restored it properly or the config of the web interface > points to the wrong location. you'd also need to 'cvs update' the rancid > group dirs. -------------- next part -------------- An HTML attachment was scrubbed... URL: From pc50000 at gmail.com Thu Jun 30 15:03:43 2011 From: pc50000 at gmail.com (P C) Date: Thu, 30 Jun 2011 09:03:43 -0600 Subject: [rancid] Restore Older Rancid Configurations to Newer Rancid Server In-Reply-To: References: <20110630055725.GI9226@shrubbery.net> Message-ID: If anyone knows of a migration guide in general or tips/pointers for performing a migration while retaining data, I would love to hear it. Sure, it's easy enough to move the config to a new install, but I'm not terribly familiar with the back end CVS bits interact with rancid and how fork-lifting a CVS database over might affect things... 2011/6/30 Smokeping slt > > hi , > > > tnx for your response. But I didnt get your poing clearly. My fresh > installation work fines. Then I restored the config in all /var folder with > my older configurations. > > what else do I need to do ? Please guide me to solve the issu. > > tnx > > > Date: Thu, 30 Jun 2011 05:57:25 +0000 > > From: heas at shrubbery.net > > To: smokeping123 at hotmail.com > > Subject: Re: [rancid] Restore Older Rancid Configurations to Newer Rancid > Server > > > > Thu, Jun 30, 2011 at 10:25:00AM +0600, Smokeping slt: > > > > I freshly installed the rancid system on top of new server. Now I need > to restore the older configurations to the new server. I copied the contents > of this backup folder to my new server folder.[attached] > > > > > > But Still the old data not showing. How can I sort out this problem. > > > > IIRC, those tools look directly at the CVS repository, which means to me > > that you have't restored it properly or the config of the web interface > > points to the wrong location. you'd also need to 'cvs update' the rancid > > group dirs. > > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at shrubbery.net > http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: