Send netdisco-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/netdisco-users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of netdisco-users digest..."
Today's Topics:
1. netdisco setup (shailesh sharma)
2. ANN: netdisco-sshcollector (Christian Ramseyer)
3. Postgres Error (shailesh sharma)
4. Re: Postgres Error (Oliver Gorwits)
5. Re: ND2 3com Swich detection (Carlo Gasprotich)
6. Re: ANN: netdisco-sshcollector (Oliver Gorwits)
7. ND2 3com Swich detection (Carlo Gasprotich)
--- Begin Message ---
Hello All,
I am trying to setup netdisco on fedora 16 following Install instructions
from http://www.netdisco.org/install.html
Completed steps till *[4.4] Restart Postgres.*
While running sql/pg - I am getting error -
* ./pg*
*./pg - Netdisco Postgres Wrapper.*
*If prompted enter 'netdisco' as password.*
*Password for user netdisco:*
*psql: FATAL: password authentication failed for user "netdisco"*
I have set password in netdisco.conf and netdisco_apache.conf and I am
entering same password when prompted.
Error from postgresql-.log is "FATAL: password authentication failed for
user "netdisco""
Looks like I am entering wrong password but I do not know what other
password I should be entering.
Please advise.
--- End Message ---
--- Begin Message ---
Hi
We recently used Netdisco (1.x) in an environment with lots of F5 BigIP
and Cisco ACE balancers. Both do not support obtaining ARP entries by
SNMP, so we made a script to do it by ssh.
The individual device types are implemented as Perl modules, so adding
additional hardware should come down to providing the SSH commands or
maybe an Expect dialogue.
We've seen that there has been some talk about similar cases from time
to time on this list, so we made it available on github:
<https://github.com/rc9000/netdisco-sshcollector>
Feel free to use/fork/share/remix.
Christian Ramseyer
(ramseyer at netnea dot com)
PS: Thanks to all Netdisco contributors, works great for us.
--- End Message ---
--- Begin Message ---
Hello All,
I am trying to setup netdisco on fedora 16 following Install instructions
from http://www.netdisco.org/install.html
Completed steps till *[4.4] Restart Postgres.*
While running sql/pg - I am getting error -
* ./pg*
*./pg - Netdisco Postgres Wrapper.*
*If prompted enter 'netdisco' as password.*
*Password for user netdisco:*
*psql: FATAL: password authentication failed for user "netdisco"*
I have set password in netdisco.conf and netdisco_apache.conf and I am
entering same password when prompted.
Error from postgresql-.log is "FATAL: password authentication failed for
user "netdisco""
Looks like I am entering wrong password but I do not know what other
password I should be entering.
Please advise.
Thanks
Shailesh
--- End Message ---
--- Begin Message ---
Hi Shailesh,
The instructions you have found are for Netdisco 1.
I think you should try to use Netdisco 2 instead, which is much easier.
Please follow the instructions here:
https://metacpan.org/pod/App::Netdisco
regards,
oliver.
On 2014-08-22 12:48, shailesh sharma wrote:
Hello All,
I am trying to setup netdisco on fedora 16 following Install
instructions from http://www.netdisco.org/install.html [1]
Completed steps till [4.4] RESTART POSTGRES.
While running sql/pg - I am getting error -
_ ./pg_
_./pg - Netdisco Postgres Wrapper._
_If prompted enter 'netdisco' as password._
_Password for user netdisco:_
_psql: FATAL: password authentication failed for user "netdisco"_
I have set password in netdisco.conf and netdisco_apache.conf and I
am
entering same password when prompted.
Error from postgresql-.log is "FATAL: password authentication
failed for user "netdisco""
Looks like I am entering wrong password but I do not know what other
password I should be entering.
Please advise.
Thanks
Shailesh
Links:
------
[1] http://www.netdisco.org/install.html
--- End Message ---
--- Begin Message ---
Hi there,
i'm a new user, and we have the same needs as the user that started the
original thread (don't know if copying the exact subject of the original
thread will make my post attach to that thread, i'll just try).
So, here we have a lot of 3com 5500 and 4400 we need to support.
We will also try what we have found here and report back:
https://sites.google.com/site/jrbinks/code/netdisco/snmp-info-3com
Monday I'll get you the infos about software version and what I can find
about them.
Thank you,
Carlo.
--- End Message ---
--- Begin Message ---
Hi Christian,
That's fantastic, many thanks!! I love the extensible design for each
target platform.
I forked the repo and ported the system to Netdisco 2:
https://github.com/ollyg/netdisco-sshcollector
I made several changes to use modules and code in this fork, to reduce
the dependencies and take advantage of the ND2 libraries:
* uses ND2 check_mac and store_arp
* resolve DNS of all ARPs and store that with the ARP
* use MCE instead of Parallel::ForkManager and Cache::FileCache
* use ND2 config instead of local config file
* add Makefile.PL so it can be shipped to CPAN
* debug and other minor things in the ND2 style
We could, in due course, include this in the Netdisco 2 distribution
(although the licenses are different, and I need to look into the
implications of that).
regards,
oliver.
On 2014-08-21 23:34, Christian Ramseyer wrote:
Hi
We recently used Netdisco (1.x) in an environment with lots of F5
BigIP
and Cisco ACE balancers. Both do not support obtaining ARP entries by
SNMP, so we made a script to do it by ssh.
The individual device types are implemented as Perl modules, so
adding
additional hardware should come down to providing the SSH commands or
maybe an Expect dialogue.
We've seen that there has been some talk about similar cases from
time
to time on this list, so we made it available on github:
<https://github.com/rc9000/netdisco-sshcollector>
Feel free to use/fork/share/remix.
Christian Ramseyer
(ramseyer at netnea dot com)
PS: Thanks to all Netdisco contributors, works great for us.
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Netdisco mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users
--- End Message ---
--- Begin Message ---
Hi there,
i'm a new user, and we have the same needs as the user that started the
original thread (don't know if copying the exact subject of the original
thread will make my post attach to that thread, i'll just try).
So, here in my organization we have a lot of 3com 5500 and 4400 we need
supported into netdisco.
We will also try what we have found here and report back:
https://sites.google.com/site/jrbinks/code/netdisco/snmp-info-3com
Monday I'll get you the infos about software version and what else I can
find about our old switches.
Thank you,
Carlo.
--- End Message ---
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Netdisco mailing list - Digest Mode
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users