Re: ListNetwork API giving "ERROR"

2020-10-27 Thread Vivek Kumar
Hello Nicolas, I can’t find any records by guru_name = ‘DirectNetworkGuru’ In networks table. So I have 2 active zones which is 5 (Advance) and 7 ( Basic ). So if I run query for all available network_guru, I can see removed entry in data_center 5, mysql> select guru_name,data_center_id,remov

Re: ListNetwork API giving "ERROR"

2020-10-27 Thread Nicolas Vazquez
Thanks Vivek, The data_center_id is being used to query for not removed datacenters/zones by ID. Are any of those datacenters with IDs 1 to 7 removed? Regards, Nicolas Vazquez From: Vivek Kumar Sent: Tuesday, October 27, 2020 5:02 PM To: users@cloudstack.apac

Re: ListNetwork API giving "ERROR"

2020-10-27 Thread Vivek Kumar
Hello Nicolas, Thanks for the response, I have tried to run below query but it didn’t show me any records, Please find the results from below other queries. mysql> select * from networks where guru_name = 'DirectNetworkGuru' and data_center_id is null; Empty set (0.00 sec) ## mysql> select *

Changing SimBios Vendor Name

2020-10-27 Thread Hean Seng
Hi Anyone know is there any way to change the Simbios Information in Cloudstack ? Something like LENOVO Fedora Virt-Manager -- Regards, Hean Seng

Re: libvirtd fails to start after installing OVMF package

2020-10-27 Thread Fariborz Navidan
Hi Where are the live libvirt logs located on the host? On Mon, Oct 26, 2020, 6:56 PM Simon Weller wrote: > Can you post the libvirtd log? Any other logs of interest? > > From: Fariborz Navidan > Sent: Monday, October 26, 2020 9:34 AM > To: users@cloudstack.ap

Re: ListNetwork API giving "ERROR"

2020-10-27 Thread Nicolas Vazquez
Hi Vivek, I took a quick look at the code based on the stack trace and it seems there is a network record (or can be multiple records) which does not contain an expected value for the data_center_id. Can you please query DB looking for these records? select * from networks where guru_name = 'Di