Re: cloudstack-management fails: com.cloud.utils.exception.CloudRuntimeException: Unable to upgrade the database

2020-06-04 Thread Practical XenServer
*In one about "Unable to upgrade the database" message on the list*: Someone else had inquired about whether or not mysql-connector-python had been installed. I found that it was installed as a dependency while installing the cloudstack-management package... [root@san-1 ~]# yum list installed | gr

Re: OVS Plugin does not appear on the Network Service Providers screen

2020-06-04 Thread David Jumani
Hi, CloudStack automatically uses OVS if it is configured the way Jerry mentioned. I have created a PR for editing the docs https://github.com/apache/cloudstack-documentation/pull/133 [https://avatars3.githubusercontent.com/u/47359?s=400&v=4]

cloudstack-management fails: com.cloud.utils.exception.CloudRuntimeException: Unable to upgrade the database

2020-06-04 Thread Practical XenServer
After successfully installing and starting Version 4.14 of the Management server on a *fresh* installation of CentOS-7: The management server halts after accessing the WWW interface for the first time... 2020-06-05 03:30:20,067 ERROR [c.c.u.d.ScriptRunner] (main:null) (logid:) Error executing: alt

Re: Error 503 Service Unavailable

2020-06-04 Thread Practical XenServer
I stand corrected: *HTTP ERROR 503 Service Unavailable* can also be returned *by the server*. i.e., The server is "reachable" by the client. But the server is experiencing some sort of failure. HTH, Eric Pretorious Portland, Oregon On Thu, Jun 4, 2020 at 10:31 PM Practical XenServer < practicalx

Re: Error 503 Service Unavailable

2020-06-04 Thread Practical XenServer
Also: *503 - Service Unavailable* This signifies that the server is unavailable at the present moment, usually due to maintenance or overloading. It is generally a temporary issue and the user should try again later. "Unavailable" means the server is "unreachable" by the client. This could be the

Re: Error 503 Service Unavailable

2020-06-04 Thread Practical XenServer
169.254. x.x: This is what's called an Automatic Private *IP address*. An IP in this range means that the computer cannot see the network. (A computer using DHCP needs to have an external server tell it what *IP address* to use.) HTH, Eric Pretorious, Portland, Oregon On Thu, Jun 4, 2020, 12:22 A

Re: OVS Plugin does not appear on the Network Service Providers screen

2020-06-04 Thread Andrija Panic
If there is more to the OVS than what's in the official docs, please consider sending a PR against the docs (4.13 branch would be OK and we'll forward merge to 4.14/master): https://github.com/apache/cloudstack-documentation/tree/4.13 On Thu, 4 Jun 2020 at 13:58, li jerry wrote: > Official docum

Re: OVS Plugin does not appear on the Network Service Providers screen

2020-06-04 Thread li jerry
Official documents are relatively backward, no updates 4.13.1 Please follow the steps below 1: Install openvswitch(build or yum) 2, change /etc/cloudstack/agent/agent.properties, add     libvirt.vif.driver=com.cloud.hypervisor.kvm.resource.OvsVifDriver     network.bridge.type=openvswitch When c

OVS Plugin does not appear on the Network Service Providers screen

2020-06-04 Thread Po Dragonwarrior
Hello, I am trying ACS 4.13.1 and I installed Openvswitch too. Installation went smooth and system VMs are up… but OVS does not appear on the “Network Service Providers” screen at the UI on the GRE physical network. Is there another way e.g. from the command line to check/enable it?… where s

Error 503 Service Unavailable

2020-06-04 Thread Fariborz Navidan
Hello, I'm get Error 503 on management server. Following error is logged: "Failed to configure ClusterManagerImpl" Link local IP 169.254.0.1 is assigned on the same machine. CS version 4.14 Any idea?