Stopping Oracle Directory Integration Platform with Fusion Middleware Control

4-8 Oracle Fusion Middleware Administrators Guide for Oracle Directory Integration Platform

6. Make the desired changes and click the Apply button.

4.3.5 Managing Oracle Directory Integration Platform Logging Using Fusion Middleware Control

Oracle Enterprise Manager Fusion Middleware Control allows you to list, search, and configure log files across Oracle Fusion Middleware components. You can view log files from Oracle Enterprise Manager Fusion Middleware Control or download log files and view them using another tool. You can also list and search log files using the WLST command-line tool.

4.3.6 Auditing Oracle Directory Integration Platform Using Fusion Middleware Control

Oracle Directory Integration Platform utilizes the Common Audit Framework of the Oracle Application Server 11g infrastructure for compliance, monitoring, and analytics purposes. Using Oracle Enterprise Manager Fusion Middleware Control, you can view, search, and manage audit data and event settings for Oracle Directory Integration Platform. Refer to the Oracle Fusion Middleware Security Guide for complete information on auditing.

4.4 Starting and Stopping Oracle Directory Integration Platform Using WLST

You can start and stop Oracle Directory Integration Platform from the command line using the WebLogic Scripting Tool WLST by connecting to the WebLogic Admin Server and executing the startApplicationDIP and stopApplicationDIP commands.

4.5 Managing Oracle Directory Integration Platform Using manageDIPServerConfig

The Manage DIP Server Configuration utility, manageDIPServerConfig, allows you to manage the Oracle Directory Integration Platform server configuration. manageDIPServerConfig is located in the ORACLE_HOMEbin directory. See Also: The Oracle Fusion Middleware Administrators Guide for complete information on logging using Oracle Enterprise Manager Fusion Middleware Control. See: ■ The Oracle Fusion Middleware Oracle WebLogic Scripting Tool for information on how to use the WLST command line tool. ■ The Oracle Fusion Middleware WebLogic Scripting Tool Command Reference for information WLST command tool syntax. 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.