Get.Info and Get.Routing.Script Functions Return Useful Diagnostic Information About the Web Proxy Array (270524)



The information in this article applies to:

  • Microsoft Proxy Server 2.0
  • Microsoft Internet Security and Acceleration Server 2000

This article was previously published under Q270524

SUMMARY

Microsoft Proxy Server 2.0 and Microsoft Internet Security and Acceleration (ISA) Server 2000 return some array and server-specific information when the following Uniform Resource Locators (URLs) are sent to the Web proxy port:
  • http://ISA-ServerName:8080/array.dll?Get.Routing.Script
  • http://ISA-ServerName:8080/array.dll?Get.Info.v1
  • http://ISA-ServerName:8080/array.dll?Get.Info.v2
The preceding URLs are for diagnostic purposes and provide useful diagnostic and functional information. The URLs are handled internally by the Web Proxy service and are not passed through the rules engine. Therefore, no access control rules apply to these URLs.

MORE INFORMATION

http://ISA-ServerName:8080/array.dll?Get.Routing.Script

This URL returns the JScript file needed by the browser to determine which server in the Cache Array Routing Protocol (CARP) contains the requested URL. This is used transparently by the browser.

http://ISA-ServerName:8080/array.dll?Get.Info.v1

This URL returns the following information about the Web proxy:

Proxy Array Information/1.0 << 1.0 because V1 was requested in the URL.
ArrayEnabled: 1             << 1=Array, 0=Stand alone server.
ConfigID: 339               << Internal information
ArrayName: ISA Array        << Array name
ListTTL: 3000               << Time to live for this list in seconds.
					

The remaining table contains data in the following column sequence: each server's fully qualified domain name (FQDN); that server's Internet Protocol (IP) address; the Web Proxy's port number; the URL location of the Array.dll file; the version of ISA Server; the service-up time in seconds; the service state; the load factor; and the cache size on disk in megabytes (MB).

http://ISA-ServerName:8080/array.dll?Get.Info.v2

This URL returns the following information about the Web proxy:

Proxy Array Information/2.0 << 2.0 because V2 was requested in the URL.
ArrayEnabled: 1             << 1=Array, 0=Stand alone server.
ConfigID: 339               << Internal information
ArrayName: ISA Array        << Array name
ListTTL: 3000               << Time to live for this list in seconds.
					

The remaining table contains data in the following column sequence: the NetBIOS name of the array member; the FQDN of the array member; the CARP hash value for the server; the IP address; the Web Proxy port; the URL for the Array.dll file; the ISA Server version; the service-up time in seconds; the state of the service; the load factor; and the size of cache on disk in megabytes (MB).

Modification Type:MinorLast Reviewed:1/15/2006
Keywords:kbenv kbinfo KB270524