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. Re: thanks for your help! (Oliver Gorwits)
   2. Re: ND2 strange node behaviour (Nikolaos Milas)
   3. upgrading ND2 and SNMP::Info? (Joseph Bernard)
   4. Re: upgrading ND2 and SNMP::Info? (Oliver Gorwits)
   5. Re: upgrading ND2 and SNMP::Info? (Joseph Bernard)
   6. app has broken ([email protected])
   7. Re: app has broken (Joseph Bernard)
--- Begin Message ---
Hi Peter,

That's good news, thanks for letting us know (and thanks for persevering).

On 2014-04-10 22:39, [email protected] wrote:
I got the application up and running; now I just need my network
admins to populate it with data. Tell me - Can I change the port that
netapp connects to postgres?

Just to clarify, do you mean an alternative to the default Pg port 5432 ?

regards,
oliver.



Peter H Burris

Network Services Division

International Trade Commission




--- End Message ---
--- Begin Message ---
On 21/3/2014 2:13 μμ, Nikolaos Milas wrote:

In the meantime, I confirmed the same issue on practically all our
switches (35 Cisco switches of various types) monitored by ND2. (ND1
works fine.)

Hello,

I have upgraded to SNMP::Info 3.13 and App-Netdisco-2.026000. I can see a much better display of the reported devices.

Thank you for this!

I am listing below some more devices (probably special ones?) which are not displayed by default (same problem as before: interface Up/Up but no device showing up unless "Archived Data" option is checked).

When more than one ports are in the image below, the affected devices are framed in red (as shown when the "Archived Data" option is checked).

See:

   http://iweb.noa.gr/files/nd2/nd2-4a.png

and:

   http://iweb.noa.gr/files/nd2/nd2-4b.png

The latter is an HP ILO network interface.

And some more:

   http://iweb.noa.gr/files/nd2/nd2-5a.png
   http://iweb.noa.gr/files/nd2/nd2-5b.png
   http://iweb.noa.gr/files/nd2/nd2-5c.png
   http://iweb.noa.gr/files/nd2/nd2-5d.png
   http://iweb.noa.gr/files/nd2/nd2-5e.png
   http://iweb.noa.gr/files/nd2/nd2-5f.png

Thanks in advance.

All the best,
Nick



--- End Message ---
--- Begin Message ---
I have very little experience with Perl packages.  How does one go about 
updating Netdisco2 and SNMP::Info?

Based on other emails, I'm assuming this is how you update Netdisco2:

~/bin/localenv cpanm --notest App::Netdisco
~/bin/netdisco-deploy

And is this still the way to update SNMP::Info?

perl -MCPAN -e shell
install SNMP::Info


Thanks,
Joseph B.




--- End Message ---
--- Begin Message ---
Hi Joseph,

On 2014-04-14 14:01, Joseph Bernard wrote:
I have very little experience with Perl packages.  How does one go
about updating Netdisco2 and SNMP::Info?

The upgrade instructions are alongside the install instructions:

https://metacpan.org/pod/App::Netdisco#Upgrading

And is this still the way to update SNMP::Info?

perl -MCPAN -e shell
install SNMP::Info

The Netdisco upgrade (above) will make sure SNMP::Info is at the necessary version.

I hope this helps,

regards,
oliver.



Thanks,
Joseph B.



------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Netdisco mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users




--- End Message ---
--- Begin Message ---
I figured out that running that upgrade line and replacing App::Netdisco with 
SNMP::Info will get the latest version.  I'm trying to figure out the Node 
issues others are seeing and thought upgrading those would help.  Unfortunately 
I'm still having problems.  I'll add to the other thread after I make sure 
stuff isn't broken some other way.

Thanks,
Joseph B.


On Apr 14, 2014, at 3:42 PM, Oliver Gorwits <[email protected]>
 wrote:

> Hi Joseph,
> 
> On 2014-04-14 14:01, Joseph Bernard wrote:
>> I have very little experience with Perl packages.  How does one go
>> about updating Netdisco2 and SNMP::Info?
> 
> The upgrade instructions are alongside the install instructions:
> 
> https://metacpan.org/pod/App::Netdisco#Upgrading
> 
>> And is this still the way to update SNMP::Info?
>> 
>> perl -MCPAN -e shell
>> install SNMP::Info
> 
> The Netdisco upgrade (above) will make sure SNMP::Info is at the 
> necessary version.
> 
> I hope this helps,
> 
> regards,
> oliver.
> 
> 
> 
>> Thanks,
>> Joseph B.
>> 




--- End Message ---
--- Begin Message ---
I've had netdisco running successfully for a week now, except it could not map 
the networks it was supposed to see.  Consequently, I moved the Virtual machine 
on which it lives in a subnet with more direct access to the network segments. 
I've been working with the layer two network administrators.  My logs for both 
netdisco-web and netdisco-daemon all betray the same recurring error:

I keep seeing this error:

Error while loading /home/netdisco/perl5/bin/netdisco-web-fg: Unable to parse 
the configuration file: /home/netdisco/environments/deploym
ent.yml: YAML::XS::Load Error: The problem:

    mapping values are not allowed in this context

This looks like the relevant snippet of deployment.yaml

tag: HQ-SNMPv3
    user: <redacted>
    auth:
      pass: <redacted>
      proto: SHA
    priv:
      pass: redacted
      proto: AES
      only:
        - 192.168.200.0/24

Can you a) confirm that I identified the right area (I commented this stanza 
out, restarted the daemon and webservice and magically, I could see everything) 
and b) recommend the notation that will allow us to scan the networks with 
SNMPv3 credentials?

Peter H Burris
Network Services Division
International Trade Commission


--- End Message ---
--- Begin Message ---
Try this:

snmp_auth:
  - tag: HQ-SNMPv3
    user: <redacted>
    auth:
      pass: <redacted>
      proto: SHA
    priv:
      pass: redacted
      proto: AES
      only:
        - 192.168.200.0/24

I used this site to figure out that problem:

http://yaml-online-parser.appspot.com


Thanks,
Joseph B.


On Apr 17, 2014, at 5:30 PM, 
<[email protected]<mailto:[email protected]>>
 wrote:

I’ve had netdisco running successfully for a week now, except it could not map 
the networks it was supposed to see.  Consequently, I moved the Virtual machine 
on which it lives in a subnet with more direct access to the network segments. 
I’ve been working with the layer two network administrators.  My logs for both 
netdisco-web and netdisco-daemon all betray the same recurring error:

I keep seeing this error:

Error while loading /home/netdisco/perl5/bin/netdisco-web-fg: Unable to parse 
the configuration file: /home/netdisco/environments/deploym
ent.yml: YAML::XS::Load Error: The problem:

    mapping values are not allowed in this context

This looks like the relevant snippet of deployment.yaml

tag: HQ-SNMPv3
    user: <redacted>
    auth:
      pass: <redacted>
      proto: SHA
    priv:
      pass: redacted
      proto: AES
      only:
        - 192.168.200.0/24

Can you a) confirm that I identified the right area (I commented this stanza 
out, restarted the daemon and webservice and magically, I could see everything) 
and b) recommend the notation that will allow us to scan the networks with 
SNMPv3 credentials?

Peter H Burris
Network Services Division
International Trade Commission

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech_______________________________________________
Netdisco mailing list
[email protected]<mailto:[email protected]>
https://lists.sourceforge.net/lists/listinfo/netdisco-users


--- End Message ---
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Netdisco mailing list - Digest Mode
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users

Reply via email to