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: Netdisco2 Cron (Oliver Gorwits)
   2. Re: Netdisco2 Cron (Deshong, Kenneth)
   3. Re: Netdisco2 Cron (Oliver Gorwits)
   4. ND2 Cisco Business Switches detection (Nikolaos Milas)
   5. Re: ND2 Cisco Business Switches detection (Nikolaos Milas)
   6. Upgrade from version App::Netdisco 2.028000 to 2.028012 (geert)
--- Begin Message ---
Hi Ken,

On 2014-07-17 16:05, Deshong, Kenneth wrote:
Looking at the new setup guide (I'm installing the newest version of
Netdisco) and I have a question regarding multiple nodes. In Netdisco
v1.3 I would list individual starting nodes under the CRON job.
Netdisco2 looks different. If I have two separate locations I want to
use as starting points how does that work. Lets say IP: 1.1.1.1 and
2.2.2.2

In Netdisco 2 there's no need to specify the starting node (actually, device) for the poller. Logically you can think of it as starting at *every* device in parallel, and discovering from there.

regards,
oliver.


schedule:
  discoverall:
    when: '0 9 * * *'
  arpwalk:
    when:
      min: 30
  macwalk:
    when:
      min: 15
      hour: '*/2'
      wday: 'mon-fri'
  nbtwalk:
    when: '0 8,13,21 * * *'
  expire:
    when: '20 23 * * *'

Ken DeShong
Network Engineer
USF Health Information Systems
Desk: 813-396-9472
Fax: 813-974-5198


Amazing Things Happen When You Connect the Unconnected

 
 
 


------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Netdisco mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users




--- End Message ---
--- Begin Message ---
Problem is Netdisco2 can't see the other networks via broadcast or whatever 
other methods it uses. I have remote sites that are across a VPN.   With 
Netdisco v1.3,  I could list my starting nodes of each VPN site and it would 
keep the database up to date when it ran the jobs under cron.  What would be my 
solution?  I know I can drop to command line and run a discovery, will that add 
those sites and automatically update them at the intervals specified within the 
schedule?

Ken DeShong
Network Engineer
USF Health Information Systems
Desk: 813-396-9472
Fax: 813-974-5198 

   

    

Amazing Things Happen When You Connect the Unconnected

 
 
 

-----Original Message-----
From: Oliver Gorwits [mailto:[email protected]] 
Sent: Thursday, July 17, 2014 12:30 PM
To: [email protected]
Subject: Re: [Netdisco] Netdisco2 Cron

Hi Ken,

On 2014-07-17 16:05, Deshong, Kenneth wrote:
> Looking at the new setup guide (I'm installing the newest version of
> Netdisco) and I have a question regarding multiple nodes.  In Netdisco
> v1.3 I would list individual starting nodes under the CRON job.
> Netdisco2 looks different.  If I have two separate locations I want to 
> use as starting points how does that work. Lets say IP: 1.1.1.1 and
> 2.2.2.2

In Netdisco 2 there's no need to specify the starting node (actually,
device) for the poller. Logically you can think of it as starting at
*every* device in parallel, and discovering from there.

regards,
oliver.

>
> schedule:
>   discoverall:
>     when: '0 9 * * *'
>   arpwalk:
>     when:
>       min: 30
>   macwalk:
>     when:
>       min: 15
>       hour: '*/2'
>       wday: 'mon-fri'
>   nbtwalk:
>     when: '0 8,13,21 * * *'
>   expire:
>     when: '20 23 * * *'
>
> Ken DeShong
> Network Engineer
> USF Health Information Systems
> Desk: 813-396-9472
> Fax: 813-974-5198
>
>
> Amazing Things Happen When You Connect the Unconnected
>
>  
>  
>  
>
> 
> ----------------------------------------------------------------------
> -------- Want fast and easy access to all the code in your enterprise? 
> Index and search up to 200,000 lines of code with a free copy of Black 
> Duck Code Sight - the same software that powers the world's largest 
> code search on Ohloh, the Black Duck Open Hub! Try it now.
> http://p.sf.net/sfu/bds
> _______________________________________________
> Netdisco mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/netdisco-users


------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and search 
up to 200,000 lines of code with a free copy of Black Duck Code Sight - the 
same software that powers the world's largest code search on Ohloh, the Black 
Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Netdisco mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users

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

On 2014-07-17 18:00, Deshong, Kenneth wrote:
I know I can drop to command
line and run a discovery, will that add those sites and automatically
update them at the intervals specified within the schedule?

Yes, you need to bootstrap the first discovery of the remote device. Sorry for not making that clear before.

You can either use the command line netdisco-do program, or in the web interface click "Netdisco" in the navbar, enter the IP/name, and click Discover (assuming you're an admin in the web UI).

regards,
oliver.


Ken DeShong
Network Engineer
USF Health Information Systems
Desk: 813-396-9472
Fax: 813-974-5198





Amazing Things Happen When You Connect the Unconnected

 
 
 

-----Original Message-----
From: Oliver Gorwits [mailto:[email protected]]
Sent: Thursday, July 17, 2014 12:30 PM
To: [email protected]
Subject: Re: [Netdisco] Netdisco2 Cron

Hi Ken,

On 2014-07-17 16:05, Deshong, Kenneth wrote:
Looking at the new setup guide (I'm installing the newest version of
Netdisco) and I have a question regarding multiple nodes. In Netdisco
v1.3 I would list individual starting nodes under the CRON job.
Netdisco2 looks different. If I have two separate locations I want to
use as starting points how does that work. Lets say IP: 1.1.1.1 and
2.2.2.2

In Netdisco 2 there's no need to specify the starting node (actually,
device) for the poller. Logically you can think of it as starting at
*every* device in parallel, and discovering from there.

regards,
oliver.


schedule:
  discoverall:
    when: '0 9 * * *'
  arpwalk:
    when:
      min: 30
  macwalk:
    when:
      min: 15
      hour: '*/2'
      wday: 'mon-fri'
  nbtwalk:
    when: '0 8,13,21 * * *'
  expire:
    when: '20 23 * * *'

Ken DeShong
Network Engineer
USF Health Information Systems
Desk: 813-396-9472
Fax: 813-974-5198


Amazing Things Happen When You Connect the Unconnected

 
 
 



----------------------------------------------------------------------
-------- Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black
Duck Code Sight - the same software that powers the world's largest
code search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Netdisco mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users



------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index
and search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Netdisco mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Netdisco mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users




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

I am now running:

   Software        Version
   --------------------------------------------------------------
   App::Netdisco   2.028005
   DB Schema       v38
   Dancer          1.3119
   Bootstrap       2.3.1
   PostgreSQL      PostgreSQL 8.4.20 on x86_64-redhat-linux-gnu,
                    compiled by GCC gcc (GCC) 4.4.7 20120313
                    (Red Hat 4.4.7-4), 64-bit.
                    DBI 1.609, DBD::Pg 2.15.1
   SNMP::Info      3.18
   Perl            5.010001

and I see that Cisco Small Business Series are again not correctly identified:

   SG300-28 are identified as "28-Port Gigabit Managed Switch"

I remind you that identification of "SRW2024-K9 V02" (Cisco SG300-28) devices was earlier fixed with SNMP:Info 3.12.

Please, correct.

Regards,
Nick





--- End Message ---
--- Begin Message ---
On 19/7/2014 5:30 μμ, Nikolaos Milas wrote:

and I see that Cisco Small Business Series are again not correctly
identified:

     SG300-28 are identified as "28-Port Gigabit Managed Switch"

Additionally, Cisco SF200-24 are identified as "24-Port 10/100 Smart Switch".

I would expect a better recognition: either as "SF200-24" or as the more specialized "SLM224GT" Cisco designation of the product.

Please correct!

All the best,
Nick



--- End Message ---
--- Begin Message ---
Hi 

 

I want to upgrade from 2.028000 to 2.028012 by executing the following, but
the version stays on 2.028000

 

# upgrade Netdisco

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

 

# apply database schema updates

~/bin/netdisco-deploy

 

# restart web service

~/bin/netdisco-web restart

 

# restart job daemon (if you use it)

~/bin/netdisco-daemon restart

 

 

Regards

 

Geert



 


--- End Message ---
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Netdisco mailing list - Digest Mode
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users

Reply via email to