Ask the Community
Groups
Can't login to User Interface - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="summary"><strong>SUMMARY</strong></h2> <p>This article explains some possible reasons why you cannot login to the Unitrends interface and their resolutions.</p> <h2 data-id="issue"><strong>ISSUE</strong></h2> <p><br><br>When a system boots there is a script file that is run that starts the Unitrends database. If the database is not running, then the UI will not be able to service the login request. One possible cause to check is to make sure that the DB is running.<br><br>Use an SSH client such as PuTTY to access the Unitrends system at the command line level.<br>Note: Ensure you have the OS password to access the Unitrends system’s command line. The OS password may differ from the password used to access the User Interface.<br><br>Run this command to see if the database is running: </p> <pre class="code codeBlock" spellcheck="false" tabindex="0"> ‘ps –leaf | grep postmaster’</pre> You should see something like this in the output if the DB is running: <pre class="code codeBlock" spellcheck="false" tabindex="0"> [root@backup_system /]# ps -leaf | grep postmaster | grep -v 'grep postmaster' 0 S postgres 3300 1 0 77 0 - 270944 - Aug03 ? 00:00:04 /usr/bin/postmaster -D /usr/bp/data</pre> <p> If the DB is <b>not running</b> then no result will be found. More than likely requiretty is in effect for sudo. Run ‘visudo’ and comment out the line that says: Defaults requiretty.</p> <pre class="code codeBlock" spellcheck="false" tabindex="0"> visudo #Defaults requiretty</pre> To start the DB run this command: <pre class="code codeBlock" spellcheck="false" tabindex="0"> /usr/bp/bin/start_db.sh</pre> <p><br> </p> </article> </main>