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 Job Queue (Oliver Gorwits)
   2. Re: Netdisco2 Job Queue (Andy Ruhl)
   3. Fwd: RE: Tapingo / IUP Deployment ;-) ( the names! )
      (Jim Glassford)
   4. Re: Tapingo / IUP Deployment (Jim Glassford)
   5. Netdisco2 systemd CentOS 7 or other OS HowTo (Aurelien Guerson)
--- Begin Message ---
Hi Oliver,

I would stop all instances of the backend daemon then run "netdisco-do psql" 
and empty the job queue:

delete * from admin;

Then restart the daemon.

If the problem reappears then the devices are not really deleted for some 
reason. Perhaps they are IP aliases on another device, or being rediscovered. 

Regards
Oliver. 


> On 3 Jun 2016, at 07:38, Oliver Bührig <[email protected]> wrote:
> 
> Hello All,
> 
> I am running with Netdisco2 and have some 'ghost devices' in my job queue. 
> Three device which has been already delete, appears in in the job queue. How 
> can I remove this queue entries permanent ?
> 
> Regards,
> 
> Oliver Buehrig
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are 
> consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
> J-Flow, sFlow and other flows. Make informed decisions using capacity 
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> _______________________________________________
> Netdisco mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/netdisco-users

--- End Message ---
--- Begin Message ---
On Fri, Jun 3, 2016 at 12:04 AM, Oliver Gorwits <[email protected]> wrote:
> I am running with Netdisco2 and have some 'ghost devices' in my job queue.
> Three device which has been already delete, appears in in the job queue. How
> can I remove this queue entries permanent ?

Edit your environments/deployment.xml and add lines like this to the bottom:

discover_no:
  - 192.168.0.1
  - 192.168.0.2

Where the IP addresses are devices you don't want Netdisco to discover.

Andy



--- End Message ---
--- Begin Message ---
Oh my, these names

Hey Pickle and Pastabilities  :-D

*HUB - Einsteins *

1. HUB - CFA
2. HUB - Greens to Go
3. HUB - Grille Works
4. HUB - Hey Pickle
5. HUB - Pastabilities
6. *Crimson Cafe - Burger Studio*
7. *Crimson Cafe - Fire Place*
8. *Crimson Cafe - Pasta*
9. *Crimson Cafe - Starbucks*
10. *Crimson Cafe - Sandwich Shack*
11. *Java City*
12. *Subway*
13. Great Wrap
14. *Food Truck *(wireless solution of bluetooth printer sponsored by
   Tapingo and an iPad)




--- End Message ---
--- Begin Message ---
Really sorry, wrong email address.
 (can not talk and email at same time.....)


On 6/7/2016 3:31 PM, Jim Glassford wrote:

Oh my, these names

Hey Pickle and Pastabilities  :-D

*HUB - Einsteins *

 1. HUB - CFA
 2. HUB - Greens to Go
 3. HUB - Grille Works
 4. HUB - Hey Pickle
 5. HUB - Pastabilities
 6. *Crimson Cafe - Burger Studio*
 7. *Crimson Cafe - Fire Place*
 8. *Crimson Cafe - Pasta*
 9. *Crimson Cafe - Starbucks*
10. *Crimson Cafe - Sandwich Shack*
11. *Java City*
12. *Subway*
13. Great Wrap
14. *Food Truck *(wireless solution of bluetooth printer sponsored by
    Tapingo and an iPad)





--- End Message ---
--- Begin Message ---
To help everybody 

--------------------------- 

netdisco2 was installed under /opt/netdisco 

netdisco user from /etc/passwd : netdisco:x:1000:1000::/opt/netdisco:/bin/bash 

For security reasons : in "/etc/ssh/sshd_config" you need this line "DenyUsers 
netdisco" 

--------------------------- 

touch /etc/systemd/system/netdiscoweb.service 

vim /etc/systemd/system/netdiscoweb.service 

--------------------------- 

[Unit] 
Description=Netdisco Web Service 
After=network.target 

[Service] 
Type=forking 
User=netdisco 
Group=netdisco 
ExecStart=/opt/netdisco/perl5/bin/netdisco-web start 
ExecStop=/opt/netdisco/perl5/bin/netdisco-web stop 
Restart=on-abort 

[Install] 
WantedBy=multi-user.target 

--------------------------- 

touch /etc/systemd/system/netdiscodaemon.service 


vim /etc/systemd/system/netdiscodaemon.service 

--------------------------- 

[Unit] 
Description=Netdisco Daemon Service 
After=network.target netdiscoweb.service 
Requires=netdiscoweb.service 

[Service] 
Type=forking 
User=netdisco 
Group=netdisco 
ExecStart=/opt/netdisco/perl5/bin/netdisco-daemon start 
ExecStop=/opt/netdisco/perl5/bin/netdisco-daemon stop 
Restart=on-abort 

[Install] 
WantedBy=multi-user.target 

--------------------------- 

chmod 644 /etc/systemd/system/netdiscoweb.service 
chmod 644 /etc/systemd/system/netdiscodaemon.service 

chown root:root /etc/systemd/system/netdiscoweb.service 
chown root:root /etc/systemd/system/netdiscodaemon.service 

systemctl enable netdiscoweb.service 
systemctl enable netdiscodaemon.service 

systemctl start netdiscoweb.service 
systemctl start netdiscodaemon.service 

--------------------------- 

Think to use "systemctl daemon-reload" if systemd scripts were already created 

--------------------------- 

Regards, 

aguerson 

--- End Message ---
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Netdisco mailing list - Digest Mode
[email protected]
https://lists.sourceforge.net/lists/listinfo/netdisco-users

Reply via email to