opmnctl start one component
sometimes you just want to try starting up one ias-component of an OHS instance rather than ALL. here’s how you do it:
let’s say you have the following components and you only want to start wc1
opmnctl status -l --------------+----------------+------+--------+------+---------+--------+------ ias-component | process-type | pid | status | uid | memused | uptime | ports --------------+----------------+------+--------+-------+--------+--------+------ ohs1 | OHS | 22347 | Alive | 12345 | 97584 | 34:56 | https:10000,http:8080 wc1 | WebCache-admin | 22345 | Alive | 12346 | 73416 | 34:56 | http_admin:4000
type this command:
opmnctl startproc ias-component=wc1