Open
Description
Hi !
I´m trying to use CLI to discover devices using the command below:
./updatedevices.pl -B 192.168.1.0/24 -I -c public
bash: ./updatedevices.pl: <<Make:PERL>>: bad interpreter: No such file or directory
Does anyone know what's going on?
----------------------------- Netdor/bin/updatedevices.pl ---------------------
#!<<Make:PERL>>
#
# updatedevices.pl - Update Netdot Devices
#
# This script retrieves SNMP information from one ore more devices
# and updates the Netdot database. It can retrive basic device information
# as well as bridge forwarding tables and ARP caches. In addition, it can
# execute the topology discovery process.
#
use strict;
use lib "<<Make:LIB>>";
use Netdot::Model::Device;
use Netdot::Topology;
use Getopt::Long qw(:config no_ignore_case bundling);
use Log::Log4perl::Level;
...
Metadata
Metadata
Assignees
Labels
No labels