Ask the Community
Groups
How to tell if Mac OS X agent is running? - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="summary"><strong>SUMMARY</strong></h2> <p>How to tell if Mac OS X agent is running?</p> <h2 data-id="issue"><strong>ISSUE</strong></h2> <p>How to tell if Mac OS X agent is running?</p> <h2 data-id="resolution"><strong>RESOLUTION</strong></h2> <p>You can use this command to check if the <b>bpclientd </b>process is running: </p> <pre class="code codeBlock" spellcheck="false" tabindex="0"> ps aux | grep bpclientd ps -ef | grep xinetd (Solaris 10 and some legacy agents) </pre> <br>If nothing comes up, please start the process from the agent directory.<br><br>OS X 10.4 "Tiger" to 10.10 "Yosemite: /usr/bp/bpclientd start<br><br>Solaris 10 /usr/bp/bin/bpclientd start<br><br>OS X 10.11 "El Capitan" and later: /usr/local/bp/bpclientd start </article> </main>