Troubleshooting

This section details what actions to take if any of the vOneCloud appliance configuration functions fails.

Cannot Check for Upgrades

When the vOneCloud Repository cannot be reached this message will be displayed:

OpenNebula Systems vOneCloud Repository is unreachable. Cannot check for upgrades. Read the Troubleshooting guide for more info.

This means that the appliance cannot reach the appliance repository at vonecloud.com. In the first place, check from your browser that this website is up: https://downloads.vonecloud.com/version, it should display a message like:

{“error”:”Invalid Data.”}

If that works, then it’s probably a networking configuration error. Make sure that the network of the appliance has been properly set (see here ). It also might be a proxy problem if the appliance requires a proxy to access the internet. If you are sure these configuration parameters are correct, perform a manual login to the appliance and check the following items:

  • Inspect the routes ip route
  • If you are not using a proxy, make sure you can reach the Google DNS to test internet connection: ping 8.8.8.8.
  • Run the following command: curl -kv https://downloads.vonecloud.com/version. If you are using a proxy run this instead: HTTPS_PROXY=http://<proxy_user>:<proxy_pass>@<proxy_host>:<proxy_port> curl -kv https://downloads.vonecloud.com/version.

If you are sure the network is properly configured, please feel free to submit a support to vOneCloud Support.

Job Failure

A job should never fail. If it fails you should submit a support ticket with the attached Job Crashed Report (link found in the Job page) to vOneCloud Support.