|
Default
Parameters for SmServicesTest
The SmServicesTest measures the availability of the Siteminder Policy Server services (Authentication, Authorization, Accounting, and Administration), and the time taken by the policy server for performing authentication and authorization checks. This page depicts the
default parameters that need to be configured for the SmServicesTest.
-
The TEST PERIOD
list box helps the user to decide how often this test needs to be executed.
-
The port number of the Authentication Service of the Policy server has to be specified in the AUTHENTICATIONPORT text box. To know the authentication port, open the "SiteMinder Policy Server Management Console" (using the Start -> Programs -> Site Minder -> SiteMinder Policy Server Management Console menu sequence), and select the Settings tab within. The Authentication port displayed in the Agent TCP Ports section of the Settings tab should be specified against the AUTHENTICATIONPORT parameter.
-
In the AUTHORIZATIONPORT text box, specify the port number of the Authorization Service of the Policy server. To know the authorization port, open the "SiteMinder Policy Server Management Console" (using the Start -> Programs -> Site Minder -> SiteMinder Policy Server Management Console menu sequence), and select the Settings tab within. The Authorization port displayed in the Agent TCP Ports section of the Settings tab should be specified against the AUTHORIZATIONPORT parameter.
-
Enter the port number of the Accounting service of the Policy server in the ACCOUNTINGPORT text box. To know the accounting port, open the "SiteMinder Policy Server Management Console" (using the Start -> Programs -> Site Minder -> SiteMinder Policy Server Management Console menu sequence), and select the Settings tab within. The Accounting port displayed in the Agent TCP Ports section of the Settings tab should be specified against the ACCOUNTINGPORT parameter.
-
Specify the port number of the Administration service of the Policy server in the ADMINPORT text box. To know the admin port, open the "SiteMinder Policy Server Management Console" (using the Start -> Programs -> Site Minder -> SiteMinder Policy Server Management Console menu sequence), and select the Settings tab within. The TCP Port displayed in the Administration section of the Settings tab should be specified against the ADMINPORT parameter.
-
The resource, which is protected by the above configured web agent and requires username and password for authentication, needs to be specified in the RESOURCE text box. Example: "/transpolar/inventory/3inventorysignon.htm". While specifying the resource value, ensure that it does not contain the IP address of the host machine. An example for a wrong resource value would be: "http://192.168.10.47/transpolar/inventory/3inventorysignon.htm"
-
Specify the ACTION that needs to be checked. Example: "GET".
-
A valid USERNAME having permissions for the specified resource and configured action has to be specified.
-
Specify the PASSWORD for the above user.
-
In the AGENTNAME text box, enter the name of the configured webagent in the policy server user interface.
-
The shared secret assigned to the specified web agent has to be mentioned in the SHAREDSECREAT text box.
-
The full path to the directory in which the "smjavaagentapi.jar" file is present has to be entered in the JARFILEPATH text box. For example, "D:\Progra~1\Netegrity\SiteMinder\SDK\java". This file is part of a SiteMinder installation.
-
In the TIMEOUT text box, specify the duration (in seconds) for which the test should wait for a response from the policy server services.
|