Re: Rocky 9 and CS 4.17.1.0

2023-02-02 Thread Robert Ward
ses of testing? You'd do that by editing /etc/cloudstack/agent/agent.properties on your host. Look for guest.cpu.mode and replace it with = guest.cpu.mode=host-passthrough Then restart the agent. -Si On Thu, Feb 2, 2023 at 9:32 AM Robert Ward wrote:

Re: Rocky 9 and CS 4.17.1.0

2023-02-02 Thread Robert Ward
Hi Rohit, I can report that installing Oracle 9.1 on a VM results in a kernel panic right off the bat. I hear there were some major changes between EL8 and 9. My SaSS customers are holding off on upgrades as well because of potential concerns. Thanks On 2/2/23, 10:17 AM, "Rohit Yadav" wrote:

VM Console Freeze/disconnect

2021-12-09 Thread Robert Ward
Hello all, Have a perplexing problem with the console function. I can launch consoles without any issue but after about 10 seconds or so the console will freeze and then disconnect shortly thereafter. I can relaunch the console and the same event occurs. Any help to point me in the direction of

Re: RE: Local-link address change issue

2020-08-24 Thread Robert Ward
; > I think you may need to restart your agents - the new value should be written > to /etc/cloudstack/agent/agent.properties > > control.cidr= > > Thanks > > Adam > > -Original Message- > From: Robert Ward > Sent: 24 August 2020 04:22 > To: us

Local-link address change issue

2020-08-24 Thread Robert Ward
Hello all, I am attempting to change the KVM System VM's local-link address and am not having much success. I have changed the global setting: control.cidr (CS 4.14.0) to both 10.254.0.0/16 and 172.31.0.0/16, restarted the MS, destroyed and re-created the VM's but I am still stuck in the 169.25

Re: [VOTE] Apache CloudStack 4.14.0.0 RC1

2020-05-01 Thread Robert Ward
se, > > please also include the relevant output from the /var/log/cloud.log from > > inside the SSVM > > Also not sure what is the relation between MySQL and JRE at all - they > > should have nothing in common? > > > Thanks! > > > Andrija > > > >

Re: [VOTE] Apache CloudStack 4.14.0.0 RC1

2020-05-01 Thread Robert Ward
s did you use for the installation? On the issue you'll raise, > please also include the relevant output from the /var/log/cloud.log from > inside the SSVM > Also not sure what is the relation between MySQL and JRE at all - they > should have nothing in common? > > Thanks! &

Re: [VOTE] Apache CloudStack 4.14.0.0 RC1

2020-05-01 Thread Robert Ward
Hi all, I too have run into an issues while performing a clean install: Centos 7, MySQL 5.6, JRE 11 JRE 11 and MySQL 5.6 don't see to play well on two points: Installing JRE before MySQL causes MYSQL to "lockup" on startup. I have found that if I install JRE after MySQL that issue is resolved.

Re: VM SSL error caught during wrap data

2020-02-07 Thread Robert Ward
g to the mgmt server via NAT - the IP they appear to connect > from does not match the IP in the certificate they're presenting. > > Regards, > > Richard > > On Wed, 5 Feb 2020 at 17:06, Robert Ward wrote: > > > Hello all, > > > > I hav

VM SSL error caught during wrap data

2020-02-05 Thread Robert Ward
Hello all, I have been struggling with this. 2020-02-04 23:59:53,904 ERROR [c.c.u.n.Link] (AgentManager-SSLHandshakeHandler-4:null) (logid:) SSL error caught during wrap data: null cert chain, for local address=/192.168.30.2:8250, remote address=/192.168.30.53:49126. 2020-02-04 23:59:53,928 ER

Re: Update for those having database upgrade issues recently

2020-01-28 Thread Robert Ward
after running the script it will fail the DB upgrade process during CS setup): yum downgrade mysql-connector-python yum downgrade mysql-connector-java This should downgrade the modules to 8.0.18 and 5.1.25 respectively. On 2020/01/23 03:41:33, Robert Ward wrote: > Hello, > > If

Update for those having database upgrade issues recently

2020-01-23 Thread Robert Ward
Hello, If you have been one of the unfortunate ones with the recent database upgrade problem I have stumbled across a possible solution...at least in my case. Looking a little closer at the logs it seems there was some sort of java disconnect triggering the DB upgrade issue so I decided to down

Re: Management server setup issue

2020-01-18 Thread Robert Ward
Hi Andrija, You were spot on about the mysql-connector-python issue. A critical bug was raised on 8.0.19 2 days ago concerning the issue. Following your instructions, I went back to 8.0.18 and cloudstack-setup-management completes as expected however a new issue has popped up. It seems there i

Management server setup issue

2020-01-17 Thread Robert Ward
Hello all, I have run into a problem with the CS MGNT setup. When I run cloudstack-setup-management command I get back: Traceback (most recent call last): File "/usr/bin/cloudstack-setup-management", line 24, in from cloudutils.serviceConfigServer import cloudManagementConfig File "/usr/