In my last post here I discussed steps to install and configure Oracle Unified Directory (OUD).
In order to start/stop OUD directory instance, use following commands
- $OUD_INSTANCE/OUD/bin/start-ds (To Start OUD Server)
- $OUD_INSTANCE/OUD/bin/stop-ds (To Stop OUD Server)
- $OUD_INSTANCE/OUD/bin/status (To find Status OUD Server)
Note: OUD_INSTANCE is OUD Instance created during OUD configuration under $MW_HOME/asinst_1 or any other name used during OUD configuration
More on start, stop and status of Oracle Unified Directory Server (OUD) in OUD Administration Guide
Comments are closed.