Configuration Parameters
The following table lists the configuration parameters of AIX connector:
Note
Attributes marked with an asterisk (*) are mandatory.

Hostname / IP address of AIX computer

SSH port configured
Default value: 22

Indicates if the specified User ID is not root

User ID on the AIX computer that you want to use for connector operations

Password of the managed system user account that you want to use for connector operations

Path to Private Key File
Private or Public key authentication will have precedence over password authentication

Passphrase provided for creating a Private Key
Additional Configuration Parameters for SSH Configuration
You can add additional configuration parameters for SSH configuration in the source XML file.

In the following command, SetPrompt
is the PS1=’SAILPOINT
is the value of the
<entry key="SetPrompt" value="PS1='SAILPOINT>'"/>
If the command for setting a shell prompt is different than the default command, change the value of the
For example, the entry value for a TCSH shell is as follows:
<entry key="SetPrompt" value="set prompt='SAILPOINT>'"/>

If the default shell present on your UNIX system is different, modify the value of the
<entry key="DEFAULT_SSH_SHELL" value="tcsh"/>