Discussion:
[rancid] path variable with ciscowlc and wlogin
Chris DeRemer
2012-07-29 11:40:21 UTC
Permalink
Hello all,

I think I'm having a newbie linux user issue. I just downloaded and put the wlogin and ciscowlc/5 scripts into my rancid users's bin directory along with all the other scripts. Can execute wlogin and successfully have it logging into my WLC. I also edited the rancid-fe to add the new device types. However if I try to execute an individual backup run of the wlc I get this output:
***@CaronRANCID:~/bin$ ./ciscowlc5 -d bs-air-5508-1
executing wlogin -t 90 -c"show udi;show sysinfo;show run-config commands" bs-air-5508-1
sh: wlogin: not found
bs-air-5508-1: missed cmd(s): show sysinfo,show udi,show run-config commands
bs-air-5508-1: missed cmd(s): show sysinfo,show udi,show run-config commands
bs-air-5508-1: End of run not found
bs-air-5508-1: End of run not found
!
***@CaronRANCID:~/bin$

.... Weird ...

So I run this:
***@CaronRANCID:~/bin$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
***@CaronRANCID:~/bin$

I expected that my /~/bin (or full path /home/rancid/bin) would be there, but it's not... however the rest of rancid works just peachy.... Any ideas?
Chris DeRemer
2012-07-30 20:05:39 UTC
Permalink
From: heasley [***@shrubbery.net]
Sent: Sunday, July 29, 2012 2:10 PM
To: Chris DeRemer
Subject: Re: [rancid] path variable with ciscowlc and wlogin

Sun, Jul 29, 2012 at 11:40:21AM +0000, Chris DeRemer:
> Hello all,
>
> I think I'm having a newbie linux user issue. I just downloaded and put the wlogin and ciscowlc/5 scripts into my rancid users's bin directory along with all the other scripts. Can execute wlogin and successfully have it logging into my WLC. I also edited the rancid-fe to add the new device types. However if I try to execute an individual backup run of the wlc I get this output:
> ***@CaronRANCID:~/bin$ ./ciscowlc5 -d bs-air-5508-1
> executing wlogin -t 90 -c"show udi;show sysinfo;show run-config commands" bs-air-5508-1
> sh: wlogin: not found
> bs-air-5508-1: missed cmd(s): show sysinfo,show udi,show run-config commands
> bs-air-5508-1: missed cmd(s): show sysinfo,show udi,show run-config commands
> bs-air-5508-1: End of run not found
> bs-air-5508-1: End of run not found
> !
> ***@CaronRANCID:~/bin$
>
> .... Weird ...
>
> So I run this:
> ***@CaronRANCID:~/bin$ echo $PATH
> /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
> ***@CaronRANCID:~/bin$
>
> I expected that my /~/bin (or full path /home/rancid/bin) would be there, but it's not... however the rest of rancid works just peachy.... Any ideas?

is it executable? try running it with the full path.



=============

Heasley,

The files are all 755. If a run with full path i get similar results, see below:

***@CaronRANCID:/root$ cd ~
***@CaronRANCID:~$ /home/rancid/bin/ciscowlc5 -d bs-air-5508-1
executing wlogin -t 90 -c"show udi;show sysinfo;show run-config commands" bs-air-5508-1
sh: wlogin: not found
bs-air-5508-1: missed cmd(s): show sysinfo,show udi,show run-config commands
bs-air-5508-1: missed cmd(s): show sysinfo,show udi,show run-config commands
bs-air-5508-1: End of run not found
bs-air-5508-1: End of run not found
!

Cheers,
Chris
Chris DeRemer
2012-07-31 14:44:22 UTC
Permalink
From: heasley [***@shrubbery.net]
Sent: Monday, July 30, 2012 4:24 PM
To: Chris DeRemer
Subject: Re: [rancid] path variable with ciscowlc and wlogin

Mon, Jul 30, 2012 at 08:05:39PM +0000, Chris DeRemer:
> From: heasley [***@shrubbery.net]
> Sent: Sunday, July 29, 2012 2:10 PM
> To: Chris DeRemer
> Subject: Re: [rancid] path variable with ciscowlc and wlogin
>
> Sun, Jul 29, 2012 at 11:40:21AM +0000, Chris DeRemer:
> > Hello all,
> >
> > I think I'm having a newbie linux user issue. I just downloaded and put the wlogin and ciscowlc/5 scripts into my rancid users's bin directory along with all the other scripts. Can execute wlogin and successfully have it logging into my WLC. I also edited the rancid-fe to add the new device types. However if I try to execute an individual backup run of the wlc I get this output:
> > ***@CaronRANCID:~/bin$ ./ciscowlc5 -d bs-air-5508-1
> > executing wlogin -t 90 -c"show udi;show sysinfo;show run-config commands" bs-air-5508-1
> > sh: wlogin: not found
> > bs-air-5508-1: missed cmd(s): show sysinfo,show udi,show run-config commands
> > bs-air-5508-1: missed cmd(s): show sysinfo,show udi,show run-config commands
> > bs-air-5508-1: End of run not found
> > bs-air-5508-1: End of run not found
> > !
> > ***@CaronRANCID:~/bin$
> >
> > .... Weird ...
> >
> > So I run this:
> > ***@CaronRANCID:~/bin$ echo $PATH
> > /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
> > ***@CaronRANCID:~/bin$
> >
> > I expected that my /~/bin (or full path /home/rancid/bin) would be there, but it's not... however the rest of rancid works just peachy.... Any ideas?
>
> is it executable? try running it with the full path.
>
>
>

Runs fine as full path not otherwise:

***@CaronRANCID:~$ /home/rancid/bin/wlogin BS-AIR-5508-1
bs-air-5508-1
spawn telnet bs-air-5508-1
Trying 10.57.1.10...
telnet: Unable to connect to remote host: Connection refused
spawn ssh -c 3des -x -l ***** bs-air-5508-1

(Cisco Controller)
User: *******
Password:***********
(Cisco Controller) >
(Cisco Controller) >logout


***@CaronRANCID:~$ wlogin BS-AIR-5508-1
bash: wlogin: command not found
***@CaronRANCID:~$
Alex DEKKER
2012-07-31 20:16:45 UTC
Permalink
On 29/07/12 12:40, Chris DeRemer wrote:
>
> ***@CaronRANCID:~/bin$ echo $PATH
>
> /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
>
> I expected that my /~/bin (or full path /home/rancid/bin) would be
> there, but it's not... however the rest of rancid works just
> peachy.... Any ideas?
>
>

You either need to move wlogin to somewhere in $PATH, or, preferably,
amend $PATH to include wherever wlogin is for the rancid user.

alexd
Alex DEKKER
2012-07-31 20:37:30 UTC
Permalink
On 29/07/12 12:40, Chris DeRemer wrote:
>
> ***@CaronRANCID:~/bin$ echo $PATH
>
> /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
>
> I expected that my /~/bin (or full path /home/rancid/bin) would be
> there, but it's not... however the rest of rancid works just
> peachy.... Any ideas?
>
>

You either need to move wlogin to somewhere in $PATH, or, preferably,
amend $PATH to include wherever wlogin is for the rancid user.

alexd
Loading...