Send netdisco-users mailing list submissions to
        netdisco-users@lists.sourceforge.net

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
        netdisco-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
        netdisco-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of netdisco-users digest..."
Today's Topics:

   1. Netdisco 2 equivalent of netdisco -n -D <dotted quad>
      (Daryl Fonseca-Holt)
   2. Re: Netdisco 2 equivalent of netdisco -n -D <dotted quad>
      (Oliver Gorwits)
   3. Re: Netdisco 2 equivalent of netdisco -n -D <dotted quad>
      (Dan Augustine)
   4. Re: Netdisco 2 equivalent of netdisco -n -D <dotted quad>
      (Sckolnick, Gary)
   5. Re: Netdisco 2 equivalent of netdisco -n -D <dotted quad>
      (Oliver Gorwits)
   6. Re: Netdisco 2 equivalent of netdisco -n -D <dotted quad>
      (Oliver Gorwits)
--- Begin Message ---
Hello All,

In Netdisco 1.1 I used the command
  netdisco -n -D 10.10.0.93
to remove devices we no longer had on our network.

Likewise, I used this command to add new devices in case they weren't found by discovery:
  netdisco -d 10.10.0.94

Are there an equivalent commands for Netdisco 2?

Thanks,
Daryl

--
 --
 Daryl Fonseca-Holt, Network Architect, University of Manitoba, 204.480.1079




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

On 2015-02-02 16:09, Daryl Fonseca-Holt wrote:
In Netdisco 1.1 I used the command
   netdisco -n -D 10.10.0.93
to remove devices we no longer had on our network.

Likewise, I used this command to add new devices in case they weren't
found by discovery:
   netdisco -d 10.10.0.94

Are there an equivalent commands for Netdisco 2?

At the moment you can only delete devices through the web interface. Navigate to the device details page as an Admin and click the red Delete button.

To add a device you can either use the command line as below, or in the web interface click Netdisco in the title bar and enter the name and press the Discover button.

~netdisco/bin/netdisco-do discover -d 10.10.0.94

The difference between the two is that the web interface actually queues the job (in case your jobs run on another system) but the CLI runs discovery immediately in the shell (and can show debug info).

regards,
oliver.



Thanks,
Daryl

--
  --
Daryl Fonseca-Holt, Network Architect, University of Manitoba, 204.480.1079



------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Netdisco mailing list
netdisco-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netdisco-users




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

It would be great to have a way to delete from the CLI.

I'm expected to have to delete a bunch of switches and routers when their
management IP changes in the coming months.

Is there a way for Netdisco to learn the new IP address?  The best method I
found so far was to delete-and-archive, then re-discover.

Is there a better way?

Regards,
Dan




On Mon, Feb 2, 2015 at 8:43 AM, Oliver Gorwits <oli...@cpan.org> wrote:

> Hi Daryl,
>
> On 2015-02-02 16:09, Daryl Fonseca-Holt wrote:
> > In Netdisco 1.1 I used the command
> >    netdisco -n -D 10.10.0.93
> > to remove devices we no longer had on our network.
> >
> > Likewise, I used this command to add new devices in case they weren't
> > found by discovery:
> >    netdisco -d 10.10.0.94
> >
> > Are there an equivalent commands for Netdisco 2?
>
> At the moment you can only delete devices through the web interface.
> Navigate to the device details page as an Admin and click the red Delete
> button.
>
> To add a device you can either use the command line as below, or in the
> web interface click Netdisco in the title bar and enter the name and
> press the Discover button.
>
> ~netdisco/bin/netdisco-do discover -d 10.10.0.94
>
> The difference between the two is that the web interface actually
> queues the job (in case your jobs run on another system) but the CLI
> runs discovery immediately in the shell (and can show debug info).
>
> regards,
> oliver.
>
>
> >
> > Thanks,
> > Daryl
> >
> > --
> >   --
> >   Daryl Fonseca-Holt, Network Architect, University of Manitoba,
> > 204.480.1079
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > Dive into the World of Parallel Programming. The Go Parallel Website,
> > sponsored by Intel and developed in partnership with Slashdot Media,
> > is your
> > hub for all things parallel software development, from weekly thought
> > leadership blogs to news, videos, case studies, tutorials and more.
> > Take a
> > look and join the conversation now.
> > http://goparallel.sourceforge.net/
> > _______________________________________________
> > Netdisco mailing list
> > netdisco-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/netdisco-users
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Netdisco mailing list
> netdisco-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/netdisco-users
>

--- End Message ---
--- Begin Message ---
I'm going to add my two cents, too.  Moving from ND1 to ND2, we really miss 
being able to delete devices from the CLI.  Please consider this a feature 
request.  Thank you!

Best regards,
________________________
Gary Sckolnick
Network Engineer
Information Services
gary.sckoln...@uvmhealth.org
The University of Vermont Medical Center
UVMHealth.org/MedCenter
________________________________
From: Dan Augustine [dan.august...@ousd.k12.ca.us]
Sent: Monday, February 02, 2015 13:22
To: Oliver Gorwits
Cc: netdisco-users@lists.sourceforge.net
Subject: Re: [Netdisco] Netdisco 2 equivalent of netdisco -n -D <dotted quad>

Hi Oliver,

It would be great to have a way to delete from the CLI.

I'm expected to have to delete a bunch of switches and routers when their 
management IP changes in the coming months.

Is there a way for Netdisco to learn the new IP address?  The best method I 
found so far was to delete-and-archive, then re-discover.

Is there a better way?

Regards,
Dan


This message and any attachments may contain information that is confidential, 
privileged and/or protected from disclosure under state and federal laws.  If 
you received this message in error or through inappropriate means, please reply 
to this message to notify the Sender that the message was received by you in 
error, and then permanently delete this message from all storage media, without 
forwarding or retaining a copy.



--- End Message ---
--- Begin Message ---
On 2015-02-02 19:58, Sckolnick, Gary wrote:
I'm going to add my two cents, too.  Moving from ND1 to ND2, we
really miss being able to delete devices from the CLI.  Please
consider this a feature request.  Thank you!

Gary and Dan, I've just committed the CLI delete feature to the code repo. It'll be in the next release.

Many thanks for using Netdisco :)

regards,
oliver.

p.s. working on device rename, now, as I know that's also requested. It's trickier, tho.



Best regards,
________________________
Gary Sckolnick
Network Engineer
Information Services
gary.sckoln...@uvmhealth.org
The University of Vermont Medical Center
UVMHealth.org/MedCenter
________________________________
From: Dan Augustine [dan.august...@ousd.k12.ca.us]
Sent: Monday, February 02, 2015 13:22
To: Oliver Gorwits
Cc: netdisco-users@lists.sourceforge.net
Subject: Re: [Netdisco] Netdisco 2 equivalent of netdisco -n -D <dotted quad>

Hi Oliver,

It would be great to have a way to delete from the CLI.

I'm expected to have to delete a bunch of switches and routers when
their management IP changes in the coming months.

Is there a way for Netdisco to learn the new IP address?  The best
method I found so far was to delete-and-archive, then re-discover.

Is there a better way?

Regards,
Dan


This message and any attachments may contain information that is
confidential, privileged and/or protected from disclosure under state
and federal laws.  If you received this message in error or through
inappropriate means, please reply to this message to notify the Sender
that the message was received by you in error, and then permanently
delete this message from all storage media, without forwarding or
retaining a copy.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Netdisco mailing list
netdisco-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netdisco-users




--- End Message ---
--- Begin Message ---
On 2015-02-04 13:55, Oliver Gorwits wrote:
On 2015-02-02 19:58, Sckolnick, Gary wrote:
I'm going to add my two cents, too.  Moving from ND1 to ND2, we
really miss being able to delete devices from the CLI.  Please
consider this a feature request.  Thank you!

Gary and Dan, I've just committed the CLI delete feature to the code
repo. It'll be in the next release.

I've also implemented the device renumber (IP change) and pushed a new release to CPAN, version 2.031 - as usual please let us know how you get on.

https://api.metacpan.org/source/OLIVER/App-Netdisco-2.031000/Changes
https://metacpan.org/pod/release/OLIVER/App-Netdisco-2.031000/lib/App/Netdisco/Manual/ReleaseNotes.pod

regards,
oliver.



--- End Message ---
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Netdisco mailing list - Digest Mode
netdisco-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netdisco-users

Reply via email to