InterviewSolution
| 1. |
How To Start/stop Oid ? |
|
Answer» OID Data including STATUS of OID SERVERS (OIDLAPD, ODISRV OIDREPLD) is stored in ORACLE Database so in ORDER to start OID first start Database and Database Listener. Then To Start OID – opmnctl startproc ias-component=OID To Stop OID – opmnctl stopproc ias-component=OID OPMNCTL will first start OIDMON (OID Monitoring Process) and then instruct OIDCTL (OID Control) to start OIDLDAPD and ODISRV daemons. OID Data including status of OID Servers (OIDLAPD, ODISRV OIDREPLD) is stored in Oracle Database so in order to start OID first start Database and Database Listener. Then To Start OID – opmnctl startproc ias-component=OID To Stop OID – opmnctl stopproc ias-component=OID OPMNCTL will first start OIDMON (OID Monitoring Process) and then instruct OIDCTL (OID Control) to start OIDLDAPD and ODISRV daemons. |
|