How to Add a Support Token to Sunstone and connect to the Support Portal

Solution Verified in:

  • OpenNebula: 6.10, 7.0

Issue

Sunstone displays whether the OpenNebula instance has official support, to both admins and users. In order to configure this, the support token associated to your support subscription needs to be placed in /etc/one/fireedge/sunstone/sunstone-server.conf file and opennebula-fireedge.service needs to be restarted afterwards.

Requirements

Please contact your account manager if you don't have your support token. It should look like a colon separated string: "132p2ab1:wJJw__HH" (note: this token is invalid and just an example).

Note that there is only one token per OpenNebula zone. Each zone can be configured with High Availability for the front-end, in which case the token can be shared between the OpenNebula instances in the HA cluster. Only customers with framework agreements are allowed to use a single token for all their OpenNebula zones.

Solution

Without a token Sunstone presents the following banner at the bottom line menu:

Screenshot_20250228_100813.png

 

The token must be placed in Sunstone's configuration file :/etc/one/fireedge/sunstone/sunstone-server.conf

################################################################################
# Check Official support
################################################################################

token_remote_support: 132p2ab1:wJJw__HH

The value for the token_remote_support parameter can be either wrapped with quotes or without them.

After restarting opennebula-fireedge.service as below

systemctl restart opennebula-fireedge.service

the following banner is shown.

Screenshot_20250228_101539.png

 

As soon as you get "Officially supported" inscription, click "Support" item in the left-sided menu:

Screenshot_20250228_101936.png

You should get sign-in form as shown below:

Screenshot_20250228_102801.png

You can sign into that form by using the same email and password credentials that you use when you log into the OpenNebula customer support portal.

Warning

Please note to connect your Sunstone with the Support Portal one needs to provide internet connection for the host where the Sunstone is running and trying to reach Support portal from.
We would recommend to provide a technical possibility to reach the OpenNebula Support portal e.g. via your proxy.
The scenario when the OpenNebula installation is completely isolated from the Internet is not supported in terms of accessing Support Portal from the Sunstone web-GUI.

 

Troubleshooting

If the steps listed above do not help, please, do the following:

  • Open "Commercial Support Form" inside Sunstone
  • Before clicking "Sign in" button, please, enable Developer mode of your browser by pressing F12
  • Select "Network" tab of the Developer mode of your browser, as follows:

sunstone_browser_debug_console_network.png

  • Type your Support Portal credentials, Email and Password, and click "Sign In" button:

Screenshot_20250228_103226.png

  • By clicking "POST" line to expand information of the POST request, please, take a screenshot capturing the Headers, Request and Response Tabs, as follows:

Headers tab:

Screenshot_20250228_114112.png

Request tab:

Screenshot_20250228_120306.png

 

Response tab:

Screenshot_20250228_120337.png

  • Create a new ticket via the Support portal, describe your problem and attach taken screenshots with Headers, Request and Response tabs.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.