| Oracle® Identity Manager Connector Guide for IBM RACF Standard Release 9.0.4 Part Number E10156-01 |
|
|
View PDF |
After you deploy the connector, you must test it to ensure that it functions as expected. This chapter discusses the following topics related to connector testing:
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.
In a command window, change to the directory in which the xlutilHostAccess.jar file is present. This file is in the OIM_home/Xellerate/JavaTasks directory. This utility uses some files from the ext directory.
Then, use the testing utility to perform the following tests:
Create an IBM RACF user by entering the following command:
java -jar xlUtilHostAccess.jar 1 user_id
Update an IBM RACF user by entering the following command:
java -jar xlUtilHostAccess.jar 3 user_id attribute_name attribute_value
In this command, attribute_name can be set to one of the following:
NAME: To update the name
PASSWORD: To update the password
OWNER: To update the owner
DFLTGRP: To update the default group
DATA: To update the installation data
Delete an IBM RACF user by entering the following command:
java -jar xlUtilHostAccess.jar 2 user_id
The following table lists solutions to some commonly encountered issues associated with the connector.