Note: :
Before running the test utility for 11.1.1, make sure that you have copied the required jar files (xliTelnet.jar or xliSSH.jar) into the folders JavaTasks and ScheduleTask, and sshfactory.jar is copied to ThirdParty folder.
If the SSHVersion of the target resource is client, then the connector may not work expectedly. In this case you need to replace the sshfactory.jar in Thirdparty with latest version of sshafactory.jar
You can use the testing utility to identify the cause of problems associated with connecting to the target system and performing basic operations on the target system.
Before you use the testing utility, copy the files in the test directory on the installation media to one of the following directories:
For Oracle Identity Manager release 9.1.0.1:
OIM_HOME/xellerate/XLIntegrations/Telnet
For Oracle Identity Manager release 11.1.1:
OIM_HOME/server/XLIntegrations/Telnet
Set the required values in the config.properties file. This file is in one of the following directories:
For Oracle Identity Manager release 9.1.0.1:
OIM_HOME/xellerate/XLIntegrations/Telnet/config/config.properties
For Oracle Identity Manager release 11.1.1:
OIM_HOME/server/XLIntegrations/Telnet/config/config.properties
Use the information in the following table to modify the default attributes of the config.properties file.
Attribute | Description | Default Attribute (Sample Value) |
---|---|---|
hostname |
IP address of the target server on which user provisioning is to be performed |
|
shellPrompt |
Default shell prompt of the UNIX server: # for Solaris, Linux, and HP-UX $ for AIX |
|
Port |
Port at which the Telnet server is listening |
|
Os Type |
Operating system type of the UNIX server Accepted values are |
|
adminpassword |
Admin user password |
|
Admin |
UNIX server administrator credentials for the Telnet server |
|
Action |
Action to be tested The value can be any of the following:
|
|
UserName |
User attribute |
|
Max Retries |
Number of times that the UNIX Telnet connector should retry connecting to the target server if the connection fails |
2 |
Delay |
Delay (in milliseconds) before the connector attempts to retry connecting to the target system, in case the connection fails |
2000 |
Timeout |
Value of the timeout (in milliseconds) for the connection to the target server |
10000 |
passwdMirrorFilePath |
This parameter is used to specify the passwd mirror file path for reconciliation. |
|
shadowMirrorFilePath |
This parameter is used to specify the shadow mirror file path for reconciliation. |
|
targetDateFormat |
This parameter is used to specify the date format of the target UNIX computer. |
|
expiryDateFormat |
This parameter is used to specify the expiry date format of the target UNIX computer. |
yyyy-MM-dd HH:mm:ss |
After you specify values in the config.properties file, perform one of the following steps:
If you are using Oracle Identity Manager release 9.1.0.1, then run the following script:
For UNIX:
OIM_HOME/xellerate/XLIntegrations/Telnet/scripts/telnet.sh
For Microsoft Windows:
OIM_HOME\xellerate\XLIntegrations\Telnet\scripts\Telnet.bat
If you are using Oracle Identity Manager release 11.1.1, then run the following script:
For UNIX:
OIM_HOME/server/XLIntegrations/Telnet/scripts/telnet.sh
For Microsoft Windows:
OIM_HOME\server\XLIntegrations\Telnet\scripts\Telnet.bat