iManager Detector

0 Likes

This is the perl script to scan the machines remotely to determine the version of iManager running on the machine. You can run this script on any platform including Windows, Linux or Netware. It can quickly scan one machine or range of machines to find out version of iManager. This saves the time of logging into iManager and then determining the version, especially when large number machines to be inspected.



How to Use



Perl iManagerDetector.pl [-d] [-p <port>] { host | host-range }



Options:



-d Do not use ping scan to check if the host is alive

-p <port> Use specified <port> for connection instead of default port 80



For single host


Perl iManagerDetector.pl -d ldap.myhost.edu

Perl iManagerDetector.pl -d -p 8080 192.168.0.100


For range of hosts

Perl iManagerDetector.pl 192.168.0.1-100

Labels:

Collateral
Comment List
Parents
  • Unfortunately it looks like Novell changed the way version.jsp reports the version number so this no longer can detect the service pack number. Using this method:

    host:port/.../version.jsp

    SP 5 reports:

    2.7.0

    Which would indicate no service pack, but that isn't the case.
Comment
  • Unfortunately it looks like Novell changed the way version.jsp reports the version number so this no longer can detect the service pack number. Using this method:

    host:port/.../version.jsp

    SP 5 reports:

    2.7.0

    Which would indicate no service pack, but that isn't the case.
Children
No Data
Related
Recommended