Logs and troubleshooting (Release ONE): Difference between revisions

From OSM Public Wiki
Jump to: navigation, search
No edit summary
Line 3: Line 3:
__TOC__
__TOC__


==Logs==
=Logs=
===UI logs===
==UI logs==


The server-side UI logs can be obtained on the SO-ub container at:
The server-side UI logs can be obtained on the SO-ub container at:
Line 14: Line 14:
Client side UI logs can be obtained in the Developer Console in a browser.
Client side UI logs can be obtained in the Developer Console in a browser.


===SO logs===
==SO logs==


===RO logs===
==RO logs==
RO logs can be obtained on the RO container at:
RO logs can be obtained on the RO container at:
<pre>/var/log/openmano/openmano.log</pre>
<pre>/var/log/openmano/openmano.log</pre>
Line 23: Line 23:
<pre>/etc/default/openmanod.cfg</pre>
<pre>/etc/default/openmanod.cfg</pre>


===VCA logs===
==VCA logs==


==Troubleshooting==
=Troubleshooting=


===Troubleshooting UI===
==Troubleshooting UI==


====UI status====
===UI status===
* The status of the UI process can be checked by running the following command in the SO-ub container as root:
* The status of the UI process can be checked by running the following command in the SO-ub container as root:
<pre>
<pre>
Line 43: Line 43:
* In case the UI server process never started, you'll see a status saying "No forever processes running".
* In case the UI server process never started, you'll see a status saying "No forever processes running".


====Restarting UI====
===Restarting UI===
* The UI is restarted when the SO module (launchpad) is restarted.
* The UI is restarted when the SO module (launchpad) is restarted.
* However, in case just the UI needs to be restarted, you can run the following command in the SO-ub container as root:
* However, in case just the UI needs to be restarted, you can run the following command in the SO-ub container as root:
Line 50: Line 50:
</pre>
</pre>


====Known error messages and their solution====
===Known error messages in the UI and their solution===


===Troubleshooting SO===
==Troubleshooting SO==


====SO status====
===SO status===


====Restarting SO====
===Restarting SO===


====Known error messages and their solution====
===Known error messages in the SO and their solution===


===Troubleshooting RO===
==Troubleshooting RO==


====RO status====
===RO status===
The status of the RO process can be checked by running the following command in the RO container as root:
The status of the RO process can be checked by running the following command in the RO container as root:
<pre>
<pre>
Line 81: Line 81:
In case it is not running, try to see the last logs at '''/var/log/openmano/openmano.log'''
In case it is not running, try to see the last logs at '''/var/log/openmano/openmano.log'''


====Restarting RO====
===Restarting RO===
RO can be restarted on the RO container at:
RO can be restarted on the RO container at:
<pre>service openmano restart</pre>
<pre>service openmano restart</pre>


====Known error messages and their solution====
===Known error messages in the RO and their solution===
Possible known errors are:
Possible known errors are:


Line 108: Line 108:
  #providing the same URL, credentials as you provide to openmano. The (--debug) will show more info so that you will see the IP/ports it try to access
  #providing the same URL, credentials as you provide to openmano. The (--debug) will show more info so that you will see the IP/ports it try to access


===Troubleshooting VCA===
==Troubleshooting VCA==


====VCA status====
===VCA status===


====Restarting VCA====
===Restarting VCA===


====Known error messages and their solution====
===Known error messages in the VCA and their solution===

Revision as of 10:45, 3 November 2016

Under elaboration

Logs

UI logs

The server-side UI logs can be obtained on the SO-ub container at:

/usr/rift/usr/share/rw.ui/skyquake/err.log
/usr/rift/usr/share/rw.ui/skyquake/out.log

Client side UI logs can be obtained in the Developer Console in a browser.

SO logs

RO logs

RO logs can be obtained on the RO container at:

/var/log/openmano/openmano.log

Log file and log level (debug by default) can be set at file:

/etc/default/openmanod.cfg

VCA logs

Troubleshooting

Troubleshooting UI

UI status

  • The status of the UI process can be checked by running the following command in the SO-ub container as root:
forever list
  • You should see a status similar to following with an uptime:
info:    Forever processes running
data:        uid  command         script                                                                                                                 forever pid   id logfile                    uptime
data:    [0] uivz /usr/bin/nodejs skyquake.js --enable-https --keyfile-path=/usr/rift/etc/ssl/current.key --certfile-path=/usr/rift/etc/ssl/current.cert 21071   21082    /root/.forever/forever.log 0:18:12:3.231
  • In case the UI server process has issues, you won't see an uptime but will instead see a status "STOPPED" in that position.
  • In case the UI server process never started, you'll see a status saying "No forever processes running".

Restarting UI

  • The UI is restarted when the SO module (launchpad) is restarted.
  • However, in case just the UI needs to be restarted, you can run the following command in the SO-ub container as root:
forever restartall

Known error messages in the UI and their solution

Troubleshooting SO

SO status

Restarting SO

Known error messages in the SO and their solution

Troubleshooting RO

RO status

The status of the RO process can be checked by running the following command in the RO container as root:

 service openmano status
● openmano.service - openmano server
   Loaded: loaded (/etc/systemd/system/openmano.service; disabled; vendor preset: enabled)
   Active: active (running) since Wed 2016-11-02 16:50:21 UTC; 2s ago
 Main PID: 550 (python)
    Tasks: 1
   Memory: 51.2M
      CPU: 717ms
   CGroup: /system.slice/openmano.service
           └─550 python /opt/openmano/openmanod.py -c /opt/openmano/openmanod.cfg --log-file=/opt/openmano/logs/openmano.log

Nov 02 16:50:21 RO-integration systemd[1]: Started openmano server.

In case it is not running, try to see the last logs at /var/log/openmano/openmano.log

Restarting RO

RO can be restarted on the RO container at:

service openmano restart

Known error messages in the RO and their solution

Possible known errors are:

Wrong database version

SYMPTOM: openmano service fails. At openmano logs appear:

2016-11-02T17:19:51 CRITICAL  openmano openmanod.py:268 DATABASE wrong version '0.15'.                                 Try to upgrade/downgrade to version '0.16' with './database_utils/migrate_mano_db.sh'

CAUSE: Openmano has been upgraded with a new version that requieres a new database version.

SOLUTION: To upgrade de database version run ./database_utils/migrate_mano_db.sh and provide credentias if needed (by default database user is 'mano', and database password is 'manopw')

invalid openstack credentials

SYMPTOM: At deployment it appears the error message: Not possible to get_networks_list from VIM: AuthorizationFailure: Authorization Failed: The resource could not be found. (HTTPS: 404)

CAUSE: Openstack is not properly added to openmano with the right credentials

SOLUTION: See the steps at OSM_Release_ONE#Openstack_site. If the problem persist ensure openstack is properly configured. Ensure you have access to the openstack endpoints (many times port 5000 is redirected using iptables, but other endpoints use other ports that must also be redirected). Can be checked using openstack client with:

sudo apt install python-openstackclient
openstack --os-project-id <auth-project-id> --os-url <auth-url>   --os-username <auth-username>  --os-password <auth-password> --debug network list #server list
#providing the same URL, credentials as you provide to openmano. The (--debug) will show more info so that you will see the IP/ports it try to access

Troubleshooting VCA

VCA status

Restarting VCA

Known error messages in the VCA and their solution