# For existing ias components (10g)
cd /u01/oracle/product/10.2.0/ohs/opmn/bin
./opmnctl stopall && opmnctl startall
./opmnctl status -l
>>
Processes in Instance: standalone
-------------------+--------------------+---------+---------
ias-component | process-type | pid | status
-------------------+--------------------+---------+---------
HTTP_Server | HTTP_Server | 29294 | Alive
LogLoader | logloaderd | N/A | Down
dcm-daemon | dcm-daemon | N/A | Down
# For HTTP_Server process-type (10g)
/u01/oracle/product/10.2.0/ohs/opmn/bin/opmnctl restartproc process-type=HTTP_Server
------------------------------------------------------------------------------------------------------------------
# For existing ias components (11g)
cd /u01/Middleware/asinst_1/bin
./opmnctl stopall && opmnctl startall
# For OHS process-type (11g)
/u01/Middleware/asinst_1/bin/opmnctl restartproc process-type=OHS
