Ask the Community
Groups
Tip: Stop/Start/Restart check status of all Traverse components on a LInux server - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION</strong></p> <p>How to manage Traverse components in Linux?</p> <p><strong>RESOLUTION</strong></p> <p>To check status</p> <p>su <br> cd $TRAVERSE_HOME #where $TRAVERSE_HOME is the Traverse install directory (typically /usr/local/traverse)<br> etc/traverse.init status</p> <p>Typically, to restart all components, you would run <br> etc/monitor.init stop</p> <p>Once all components stop: <br> etc/monitor.init start</p> <p>or you could collapse the above two steps in one as: <br> etc/monitor.init restart</p> <p> </p> <p><strong>APPLIES TO </strong></p> <p>All versions of Traverse.</p> <p> </p> <p><strong>REFERENCE</strong></p> <p>None.</p> <p> </p> </article> </main>