Skip to main content
Skip table of contents

Troubleshooting

The information provided on this page applies to general troubleshooting questions and actions when using OmniVista Cirrus. You can also find troubleshooting information embedded within the following features:

I signed up for a new account (or an invited account), but I can't find the verification email to activate my account

Click here to expand...

Give the email address associated with the account to the OmniVista Cirrus R10 Super Admin. The Super Admin can then find the confirmation token in the Super Admin dashboard and provide you with the confirmation URL to verify your account.

My account has been successfully created but I don’t see any data in OmniVista Cirrus R10

Click here to expand...

To see data in the OmniVista Cirrus R10 UI, please check that the following main steps have been completed:

  • Access Points are upgraded to the supported build number. More information.

  • The correct Ports in your Firewall are open and devices are not behind a proxy. More information.

  • The Analytics/QoE URL configured on your Access Points declared in OmniVista Cirrus R10 as Analytics Only devices (not configurable from the OmniVista Cirrus R10 user interface). More information.

  • Devices are declared in your organization. More information.

  • The date set in your Access Points is correctly configured for your Timezone.

From the OmniVista Cirrus R10 UI, how do I know if my Access Points are connected to the platform?

Click here to expand...

When your Access Points are correctly configured and connected to the OmniVista Cirrus R10 platform, you can see the date on which they issued data for the last time in the Last Seen column of the Device Catalog screen.

If you don’t see any date in this column, it means that the configuration of your Access Points has not been done properly. Please check this page for further details.

Device Catalog Screen

I want to update a configuration object, but I can't click on the Save button. It is disabled (grayed out)

Click here to expand...

Try one of the following options to enable the Save button:

  • Check to see if there are any fields on the screen that are required but they weren’t configured. If so, configure the required fields.

  • Try changing another attribute/field with a current value or change a check box selection, then change it back.

I am not able to see the data in the table contents

Click here to expand...

Zoom out with your browser, then reload the page by doing a browser refresh or clicking on the Refresh icon, if available.

In my custom dashboard, I cannot click on the table action buttons (refresh, configuration, full screen, export)

Click here to expand...

The screen is not wide enough to correctly display the action buttons. Please zoom out with your browser until the action buttons are on the same line as the table title. You should then be able to click on the buttons.

I open an SSH Terminal session after entering login credentials, but there is no message in the Terminal window console

Click here to expand...

There is a delay to open a connection to the device shell, as the console is waiting for the device's message. If it takes more than one minute and there is still nothing, please check the Internet connection, then close the console and restart a new SSH session.

The Access Point Health Threshold data doesn’t reflect the changes done even after saving the changes and getting the success notification message.

Click here to expand...

If the data doesn't reflect the changes after seeing the success notification message, click on the refresh button in the table or refresh the page to get the updated data.

I get an error message while accessing the User Interface for Network Access > UPAM-NAC and Network Access > Accounts screens.

Click here to expand...

If you always get the error message "The service is temporarily unavailable. Please try again later." while accessing the above screens or other menu items, then please try updating the timezone of your Organization as it will synchronize the data for the OmniVista Cirrus Menu items.

You can update the timezone by accessing the Basic settings screen, (Organization > Settings > Basic settings).

Before opening an eSR, please follow the steps below to make sure your Analytics Only Access Points are correctly configured:

Click here to expand...
CODE
support@AP-2D:40:~$ cat /var/config/qoe.conf
{
        "QOEReportConfig":{
                "server":"broker.eu.analytics.ovng.myovcloud.com:9093",
                "topic":"ext_ov_qoe_events",
                "enginetype":"kafka",
                "username":"system",
                "password":"21a2a30ee53a20737151b89db06b9b1a",
                "sslenable":1,
                "timer":{
                        "report":"enable",
                        "event":"all",
                        "group":"all",
                        "priority":"warning",
                        "interval":30,
                        "userinterval":60,
                        "apinterval":60,
                        "subevents":[
                                {
                                        "event":"useraccess.report",
                                        "group":"user",
                                        "report":"enable",
                                        "interval":30
                                },
                                {
                                        "event":"user.report",
                                        "group":"user",
                                        "report":"enable",
                                        "interval":300
                                },
                                {
                                        "event":"usertracking.report",
                                        "group":"user",
                                        "report":"enable",
                                        "interval":300
                                },
                                {
                                        "event":"shortapinfo.report",
                                        "group":"system",
                                        "report":"enable",
                                        "interval":180
                                },
                                {
                                        "event":"apinfo.report",
                                        "group":"system",
                                        "report":"enable",
                                        "interval":300
                                },
                                {
                                        "event":"apradioinfo.report",
                                        "group":"wireless",
                                        "report":"enable",
                                        "interval":300
                                },
                                {
                                        "event":"apwlaninfo.report",
                                        "group":"wireless",
                                        "report":"enable",
                                        "interval":300
                                },
                                {
                                        "event":"apchannelinfo.report",
                                        "group":"wireless",
                                        "report":"enable",
                                        "interval":3600
                                },
                                {
                                        "event":"apchannelchange.report",
                                        "group":"wireless",
                                        "report":"enable",
                                        "interval":30
                                },
                                {
                                        "event":"aprogueinfo.report",
                                        "group":"wireless",
                                        "report":"enable",
                                        "interval":3600
                                },
                                {
                                        "event":"apneighboursinfo.report",
                                        "group":"wireless",
                                        "report":"enable",
                                        "interval":3600
                                }
                        ]
                },
                "instant":{
                        "report":"disable"
                }
        }
}
  • Step 2: Check that the process is loaded:

CODE
support@AP-2D:40:~$ ps | grep mdps
3641 support   1332 S    grep mdps
30177 root     16960 S    /sbin/mdps -c /tmp/config/qoe.conf
  • Step 3: Check that data is being sent to the OmniVista Cirrus 10.3 platform:

CODE
support@AP-2D:40:~$ cat /var/log/mdps.log
2021-09-27 02:21:54(251102,949) [MDPS] - Uploader Enqueued apinfo.report message (2415 bytes) for topic ext_ov_qoe_events
2021-09-27 02:21:54(251102,950) [MDPS] - Uploader Enqueued shortapinfo.report message (635 bytes) for topic ext_ov_qoe_events
2021-09-27 02:21:55(251103,566) [MDPS] - Uploader Enqueued apradioinfo.report message (955 bytes) for topic ext_ov_qoe_events
2021-09-27 02:21:55(251103,711) [MDPS] - Uploader Enqueued apwlaninfo.report message (1508 bytes) for topic ext_ov_qoe_events

If after following these steps you are still not able to get data, please open an eSR and collect the support logs from the OmniVista interface. Please connect to your OmniVista 2500 / OmniVista Cirrus instance and go to the Administration → Audit → Collect Support Info page:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.