cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
577
Views
0
Helpful
2
Replies

Resolver.pl Tool

adamgibs7
Level 6
Level 6

Hello,

I want to test the hostname to IP resolution i want to use thecommand (NMSROOT/bin/perl NMSROOT/bin/resolver.pl IP ) for testing, My lms is installed in D:/CISCO WORKS folder i tried by applying command but i get the following error.Can anybody help me to write the exact command

D:\Program Files\CSCOpx\bin>perl d:\CSCOpx\bin\resolver.pl 192.168.2.126
Can't open perl script "d:\CSCOpx\bin\resolver.pl": No such file or directory

1 Accepted Solution

Accepted Solutions

Vinod Arya
Cisco Employee
Cisco Employee

It seems you are using the incorrect path. The correct path\command as per the your install dir should be :

D:\Program Files\CSCOpx\bin>perl d:\Progra~1\CSCOpx\bin\resolver.pl 192.168.2.126

Though if you are already CD'd to NMSROOT\bin you can simply run NMSROOT\bin>perl resolver.pl .

Example (from my server):

C:\Program Files\CSCOpx\bin>perl resolver.pl cisco-nms

Original name: cisco-nms

Hostnames/IP Addresses:

        cisco-nms/10.78.141.29

-Thanks
-Thanks Vinod **Rating Encourages contributors, and its really free. **

View solution in original post

2 Replies 2

Vinod Arya
Cisco Employee
Cisco Employee

It seems you are using the incorrect path. The correct path\command as per the your install dir should be :

D:\Program Files\CSCOpx\bin>perl d:\Progra~1\CSCOpx\bin\resolver.pl 192.168.2.126

Though if you are already CD'd to NMSROOT\bin you can simply run NMSROOT\bin>perl resolver.pl .

Example (from my server):

C:\Program Files\CSCOpx\bin>perl resolver.pl cisco-nms

Original name: cisco-nms

Hostnames/IP Addresses:

        cisco-nms/10.78.141.29

-Thanks
-Thanks Vinod **Rating Encourages contributors, and its really free. **

Thanks Dear,