Discussion:
in vmware,discory,found all device on  'localhost'; skipping discovery
bend chen
2012-01-01 12:57:15 UTC
Permalink
bend chen [http://community.zenoss.org/people/bend] created the discussion

"in vmware,discory,found all device on 'localhost'; skipping discovery"

To view the discussion, visit: http://community.zenoss.org/message/63480#63480

--------------------------------------------------------------
I install zenoss rpm in cenost 5.7  in vmware.
run this discory command:

/opt/zenoss/bin/zendisc run --now --monitor localhost --deviceclass /Discovered --parallel 8 --job 123Eewre234342 --range 172.18.3.1-254
2012-02-16 04:49:02,465 INFO zen.ZenDisc: Connecting to localhost:8789
2012-02-16 04:49:07,796 INFO zen.ZenDisc: Connected to ZenHub
2012-02-16 04:49:49,211 INFO zen.ZenDisc: Found IP '172.18.3.45' on device 'localhost'; skipping discovery
2012-02-16 04:49:49,212 INFO zen.ZenDisc: Found IP '172.18.3.46' on device 'localhost'; skipping discovery
2012-02-16 04:49:49,212 INFO zen.ZenDisc: Found IP '172.18.3.33' on device 'localhost'; skipping discovery
2012-02-16 04:49:55,214 INFO zen.ZenDisc: Found IP '172.18.3.2' on device 'localhost'; skipping discovery
2012-02-16 04:49:55,215 INFO zen.ZenDisc: Found IP '172.18.3.10' on device 'localhost'; skipping discovery
2012-02-16 04:49:55,215 INFO zen.ZenDisc: Found IP '172.18.3.22' on device 'localhost'; skipping discovery
2012-02-16 04:49:55,216 INFO zen.ZenDisc: Found IP '172.18.3.54' on device 'localhost'; skipping discovery
2012-02-16 04:49:55,736 INFO zen.ZenDisc: Found IP '172.18.3.52' on device 'localhost'; skipping discovery
2012-02-16 04:49:55,736 INFO zen.ZenDisc: Found IP '172.18.3.58' on device 'localhost'; skipping discovery
2012-02-16 04:49:55,736 INFO zen.ZenDisc: Found IP '172.18.3.51' on device 'localhost'; skipping discovery
2012-02-16 04:50:01,887 INFO zen.ZenDisc: Found IP '172.18.3.62' on device 'localhost'; skipping discovery
2012-02-16 04:50:01,887 INFO zen.ZenDisc: Found IP '172.18.3.61' on device 'localhost'; skipping discovery
2012-02-16 04:50:01,888 INFO zen.ZenDisc: Found IP '172.18.3.91' on device 'localhost'; skipping discovery


I think maybe iptables wrong,stop iptables (iptabales -F)  ,but still this......
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/63480#63480]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
bend chen
2012-01-02 05:59:46 UTC
Permalink
bend chen [http://community.zenoss.org/people/bend] created the discussion

"Re: in vmware,discory,found all device on 'localhost'; skipping discovery"

To view the discussion, visit: http://community.zenoss.org/message/63481#63481

--------------------------------------------------------------
I uninstall the core 3.2.1,and install stack build.
but still:
2012-02-16 21:51:29,442 INFO zen.ZenDisc: Connecting to localhost:8789 2012-02-16 21:51:29,509 INFO zen.ZenDisc: Connected to ZenHub 2012-02-16 21:51:29,669 INFO zen.ZenDisc: Looking for 172.18.3.10 2012-02-16 21:51:36,188 INFO zen.ZenDisc: Found IP '172.18.3.10' on device 'localhost'; skipping discovery 2012-02-16 21:51:36,189 INFO zen.ZenDisc: Result: Discovered device 172.18.3.10. 2012-02-16 21:51:36,190 INFO zen.ZenDisc: Scan time: 0.00 seconds 2012-02-16 21:51:36,191 INFO zen.ZenDisc: Daemon ZenDisc shutting down
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/63481#63481]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
jcurry
2012-01-03 11:07:56 UTC
Permalink
jcurry [http://community.zenoss.org/people/jcurry] created the discussion

"Re: in vmware,discory,found all device on 'localhost'; skipping discovery"

To view the discussion, visit: http://community.zenoss.org/message/63487#63487

--------------------------------------------------------------
All it is saying is that it has found these IP addresses on your Zenoss system (localhost).  You have asked it to discover everything on the 172.18.3.0 network and, if there are other devices on that network, hopefully it has found them???  

Go to INFRASTRUCTURE -> Devices where you should at least see you localhost device. If you click on it to show the details of this device, you should be able to click on its Interfaces component which will show all the IP addresses that this device has - presumably the 15-or-so that you saw reported in your earlier append.

Cheers,
Jane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/63487#63487]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
bend chen
2012-01-04 02:57:33 UTC
Permalink
bend chen [http://community.zenoss.org/people/bend] created the discussion

"Re: in vmware,discory,found all device on 'localhost'; skipping discovery"

To view the discussion, visit: http://community.zenoss.org/message/63516#63516

--------------------------------------------------------------
thanks jcurry.
I look my 'localhost' device interface is :
eth0 172.18.3.22/24   00:50:56:91:XX:XX Up / Up true  
lo 127.0.0.1/8     Up / Up true  
I think this is right.

so I install a new cenots 5.7 in other vmware, not run 'yum update',and install zenoss-3.2.1.el5.i386.rpm

discovery 172.18.3.0/24 ,can found all device!

I think  centos maybe update some package make this wrong.
so i will test.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/63516#63516]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...