Ask the Community
Groups
How to manually create a Traverse Windows Service entry - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION:</strong></p> <p>How do I manually create a Traverse Windows Service entry?</p> <p><strong>RESOLUTION:</strong></p> <p>The commands below may be issued from an elevated Windows Command prompt to create the corresponding Traverse component. If necessary replace references to 'C:\Program Files (x86)\Traverse' with the actual Traverse install location.</p> <p> </p> <p>'Performance and Event Database'</p> <pre class="code codeBlock" spellcheck="false" tabindex="0">sc create nvDgeDB binPath= "\"C:\Program Files (x86)\Traverse\apps\mysql\bin\mysqld-nt.exe\" --defaults-file=\"C:\Program Files (x86)\Traverse\etc\mysql.conf\"" DisplayName= "Traverse Performance and Event Database" start= auto</pre> <p> </p> <p> </p> <p>'Flow Analysis Engine'</p> <pre class="code codeBlock" spellcheck="false" tabindex="0">sc create tvFlowQD binPath= "\"C:\Program Files (x86)\Traverse\bin\flowqueryd.exe\" -c \"C:\Program Files (x86)\Traverse\etc\flowqueryd.conf\"" DisplayName= "Traverse Flow Analysis Engine" start= auto</pre> <p> </p> <p> </p> <p><strong>APPLIES TO:</strong></p> <p>Windows installations of Traverse</p> <p> </p> <p><strong>REFERENCE:</strong></p> <p>None</p> </article> </main>