GitHub user nickaccuweb added a comment to the discussion: Cloudstack 4.22 - 
Configuration Wizard failing - Fix Error

@soulfulgent 

I reviewed the CloudStack configuration issue in more detail. At this stage, it 
looks like the problem may be related to the Physical Network / VirtualRouter 
provider configuration created during the setup wizard, rather than only the 
Guest Network CIDR settings.

Before making any further changes or reinstalling CloudStack, could you please 
share the following:

1. Output of this database query:


SELECT p.id, p.name, p.state AS pnet_state,
       s.provider_name, s.state AS provider_state, s.dhcp_service_provided
FROM cloud.physical_network p
LEFT JOIN cloud.physical_network_service_providers s
       ON s.physical_network_id = p.id AND s.removed IS NULL
WHERE p.removed IS NULL
ORDER BY p.id;


2. Please also confirm the status of the System VMs in the affected zone, 
especially whether the Secondary Storage VM and Console Proxy VM are showing as 
Up and Connected.

Once I have these details, I can confirm whether we can correct the current 
configuration or whether a clean setup would be the better option.

For now, I recommend avoiding further configuration changes until I review the 
above information.

GitHub link: 
https://github.com/apache/cloudstack/discussions/13956#discussioncomment-18400019

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to