dotwaffle / rancid-git

DEPRECATED -- Strongly consider using the upstream, the version here is very out of date and a poor place to start from!
http://www.shrubbery.net/rancid/
Other
218 stars 92 forks source link

a10 Network Load Balancers #82

Open joegoins opened 8 years ago

joegoins commented 8 years ago

I am having trouble getting a10 devices added as a device class

I copied our a10 scripts from the old rancid server however I can't seem to get it to work on the new server. I have a script for a10login and a10rancid and placed them in /usr/lib/rancid/bin/ (same place as rancid-fe) I edited the rancid-fe file and added: 'a10' => 'a10rancid'

However if I try to run rancid-fe {device}:a10 i get the message exec failed router manufacturer a10: No such file or directory

if i run a10login I get logged in just fine if i run a10rancid I get:

sh: 1: fnlogin: not found {device}: missed cmd(s): get system status,show full-configuration 0: found end {device}: End of run not found

a previous engineer wrote the scripts for the a10's from the fnrancid/fnlogin scripts it looks like. He isn't around anymore to ask and he loved to write random custom crap to make it unnecessarily complicated.

I don't really know where to go from here... Any help would be GREATLY appreciated.