Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

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


View products that this article applies to.

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.

↑ Back to the top


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).

↑ Back to the top


Keywords: KB270524, kbinfo, kbenv

↑ Back to the top

Article Info
Article ID : 270524
Revision : 3
Created on : 1/15/2006
Published on : 1/15/2006
Exists online : False
Views : 409