Oracle® Identity Manager Connector Guide for UNIX Telnet Release 9.0.4 Part Number E10177-01 |
|
|
View PDF |
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, you must set the required values in the config.properties
file. This file is in the OIM_home
/xellerate/XLIntegrations/Telnet/test/config/config.properties
directory. 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 Telnet provisioning is to be performed | 10.1.1.114 |
loginPrompt |
Login prompt of the target server
Default login |
login |
passwordPrompt |
Password prompt of the UNIX server
Default password |
Password |
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 | 22 |
Os Type |
Operating system type of the UNIX server
Accepted values are |
SOLARIS |
adminpassword |
Admin user password | dead_line |
Admin |
UNIX server administrator credentials for the Telnet server | root |
Action |
Action to be tested
The value can be any of the following:
|
CREATE |
UserName |
User attribute | jdoe |
UID |
New user UID for the user identified by UserName |
12548 |
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 |
After you specify values in the config.properties
file, run the following script:
For UNIX:
OIM_home/xellerate/XLIntegrations/Telnet/test/scripts/telnet.sh
For Microsoft Windows:
OIM_home\xellerate\XLIntegrations\Telnet\test\scripts\Telnet.bat