Oracle Internet Directory Oracle Virtual Directory Oracle HTTP Server Node Manager

8-260 Oracle Fusion Middleware High Availability Guide ■ Section 8.14.4, Node Manager ■ Section 8.14.5, WebLogic Administration Server ■ Section 8.14.6, Oracle Identity Manager ■ Section 8.14.7, Oracle Access Manager Managed Servers ■ Section 8.14.8, Oracle Adaptive Access Manager Managed Servers ■ Section 8.14.9, Oracle Identity Federation

8.14.1 Oracle Internet Directory

Starting Start system components such as Oracle Internet Directory by typing ORACLE_INSTANCE binopmnctl startall You can verify that the system components have started by executing: ORACLE_INSTANCE binopmnctl status -l Stopping Stop system components such as Oracle Internet Directory by executing the following command: ORACLE_INSTANCE binopmnctl stopall

8.14.2 Oracle Virtual Directory

Starting Start system components such as Oracle Virtual Directory by typing: ORACLE_INSTANCE binopmnctl startall You can verify that the system components have started by executing: ORACLE_INSTANCE binopmnctl status -l Stopping Stop system components such as Oracle Virtual Directory by executing the following command: ORACLE_INSTANCE binopmnctl stopall

8.14.3 Oracle HTTP Server

Prior to startingstopping the Oracle HTTP server ensure that the environment variables ORACLE_HOME and ORACLE_INSTANCE are defined and that ORACLE_ HOME opmnbin appears in the PATH. For example: export ORACLE_HOME=u01apporacleproductfmwweb export ORACLE_INSTANCE=u01apporacleadminweb[1-2] export PATH=ORACLE_HOMEopmnbin:PATH Configuring High Availability for Identity Management Components 8-261 Starting Start the Oracle web tier by issuing the command: opmnctl startall Stop Stop the web tier by issuing the command opmnctl stopall to stop the entire Web tier or opmnctl stoproc process-type=OHS to stop Oracle HTTP Server only. Restarting You can restart the web tier by issuing a Stop followed by a Start as the previous sections describe. To restart the Oracle HTTP server only, use the following command. opmnctl restartproc process-type=OHS

8.14.4 Node Manager

Start and stop the Node Manager as follows: Starting To start Node Manager, issue the commands: IDMHOST cd ORACLE_BASEproductfmwwlserver_10.3serverbin IDMHOST .startNodeManager.sh Stopping To stop node manager, kill the process started in the previous section

8.14.5 WebLogic Administration Server