Managing the Oracle Directory Integration Platform Server Configuration

Managing the Oracle Directory Integration Platform 4-9

4.5.1 Syntax for manageDIPServerConfig

manageDIPServerConfig manageDIPServerConfig {get | set} -h HOST -p PORT -D wlsuser -attribute {sslmode | refreshinterval | quartzthreadcount | quartzdbretryinterval | oidhostport | keystorelocation} [-ssl -keystorePath PATH_TO_KEYSTORE -keystoreType TYPE] [-value ATTRIBUTE_VALUE] [-help]

4.5.2 Arguments for manageDIPServerConfig

get | set Operation to perform. ■ get: Displays the current value of the config parameter in DIP configuration file ■ set: Updates the value of the config parameter in DIP configuration file. -h | -host Oracle WebLogic Server host where Oracle Directory Integration Platform is deployed -p | -port Listen port of Oracle WebLogic Managed Server where Oracle Directory Integration Platform application is deployed. -D | -wlsuser Oracle WebLogic Server login ID. Notes: ■ Best security practice is to provide a password only in response to a prompt from the command. ■ You must set the WLS_HOME and ORACLE_HOME environment variables before executing any of the Oracle Directory Integration Platform commands ■ The Oracle WebLogic Managed Server where Oracle Directory Integration Platform is deployed must be configured for SSL to execute this command in SSL mode. Refer to the Configuring SSL chapter in Oracle Fusion Middleware Securing Oracle WebLogic Server for more information. Note: You will be prompted for the Oracle WebLogic Server login password. You cannot provide the password as a command-line argument. Best security practice is to provide a password only in response to a prompt from the command. If you must execute manageDIPServerConfig from a script, you can redirect input from a file containing the Oracle WebLogic Server login password. Use file permissions to protect the file and delete it when it is no longer necessary. 4-10 Oracle Fusion Middleware Administrators Guide for Oracle Directory Integration Platform -attr | -attribute Identifies the attribute that manageDIPServerConfig performs the operation on. The following is a list and description of the attributes manageDIPServerConfig can perform operations on: ■ sslmode: The SSL mode Oracle Directory Integration Platform uses to connect to Oracle Internet Directory. Supported values are 1 and 2. Use 1 to connect to Oracle Internet Directory using SSL Mode 1 No Authentication. Use 2 to connect to Oracle Internet Directory using SSl Mode 2 Server Only Authentication. ■ refreshinterval: The time interval amount of time in seconds that controls how often the Oracle Directory Integration Platform server refreshes profile configuration details. ■ quartzthreadcount: Controls how many profiles can be scheduled in parallel. The default value is 15. If you have more than 15 profiles, increase the quartzthreadcount attribute accordingly. ■ quartzdbretryinterval: Controls how often Oracle Directory Integration Platforms Quartz scheduler attempts to reconnect to the Oracle Internet Directory database. ■ oidhostport: Identifies the host and port of the Oracle Internet Directory associated with Oracle Directory Integration Platform. Specify values for the oidhostport attribute in the form of host:port. ■ keystorelocation: Specifies the absolute path to the Java Keystore JKS based on the host where Oracle Directory Integration Platform is deployed. When you specify the value for the keystorelocation attribute, be sure you use the appropriate path separators that is, for UNIX and Linux platforms, and \ for Windows platforms. -ssl Executes the command in SSL mode. -keystorePath The full path to the keystore. -keystoreType The type of the keystore identified by -keystorePath. For example: -keystorePath jks or -keystorePath PKCS12 -val | -value The value to set for the attribute This parameter is required with the set operation. -help Provides usage help for the command. Note: The Oracle WebLogic Managed Server where Oracle Directory Integration Platform is deployed must be configured for SSL to execute this command in SSL mode. Refer to the Configuring SSL chapter in Oracle Fusion Middleware Securing Oracle WebLogic Server for more information.