Code: Select all
Cacti[16297]: MACTRACK: ERROR: No device types have been found
I will be running this on Cisco switches only.
Thanks for your help.
-L
Moderators: Developers, Moderators
Code: Select all
Cacti[16297]: MACTRACK: ERROR: No device types have been found
Code: Select all
[root@vnlxis01 mactrack]# php poller_mactrack.php -f -d
DEBUG: About to enter MacTrack poller processing
DEBUG: Into Processing. Checking to determine if it's time to run.
DEBUG: Checking if user changed the start time
DEBUG: Checking if user changed the maintenance time
DEBUG: The next run time has been determined to be at '2009-03-10 22:44:30'
DEBUG: The next database maintenance run time has been determined to be at '2009-03-11 2:00:00'
DEBUG: Either a scan has been forced, or it's time to check for macs
DEBUG: CMD: /usr/bin/php -q /var/www/html/plugins/mactrack/mactrack_scanner.php -id=1 -d
DEBUG: DNS Resolver process launched
DEBUG: A process cycle launch just completed.
DEBUG: Interum IP addresses to MAC addresses association pass complete.
DEBUG: MAC addresses to Vendor MACS association pass complete.
DEBUG: MAC VLAN's in VLAN Table Updated.
DEBUG: Finished transferring scan results to main table.
DEBUG: Finished updating site table with collection statistics.
03/10/2009 02:16:30 PM - SYSTEM MACTRACK STATS: Time:8.3447 ConcurrentProcesses:2 Devices:1
Code: Select all
[root@vnlxis01 mactrack]# php poller_mactrack.php -f -d -id=1
ERROR: Invalid Parameter -id=1
Network Mac Tracker Master Process Control Version 1.0, Copyright 2005 - Larry Adams
usage: poller_mactrack.php [-sid=site_id] [-d] [-h] [--help] [-v] [--version]
-sid=site_id - the mac_track_sites site_id to scan
-f - Force the execution of a collection process
-d - Display verbose output during execution
-v --version - Display this help message
-h --help - display this help message
Code: Select all
[root@vnlxis01 mactrack]# php poller_mactrack.php -f -d -sid=1
DEBUG: About to enter MacTrack poller processing
DEBUG: Into Processing. Checking to determine if it's time to run.
DEBUG: Checking if user changed the start time
DEBUG: Checking if user changed the maintenance time
DEBUG: The next run time has been determined to be at '2009-03-12 19:24:13'
DEBUG: The next database maintenance run time has been determined to be at '2009-03-12 2:00:00'
DEBUG: Either a scan has been forced, or it's time to check for macs
03/11/2009 07:43:18 PM - CMDPHP: Poller[0] ERROR: Can not start MAC Trackinging process. There is already one in progress
Code: Select all
php -q mactrack_scanner.php -d -id=1
When you add devices you define if they are switches, switch/routers or routers. Switches are strictly L2 and routers are strictly L3.lsouth wrote: Since this is a switch, is there somewhere to define where the ARP look up is done to find the IP info, etc?
-L
Users browsing this forum: No registered users and 0 guests