Difference between revisions of "CentOS 6.x apache cloudstack troubleshooting"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>CentOS_6.x_cloudstack|CentOS 6.x cloudstack</yambe:breadcrumb> =CentOS 6.x apache cloudstack troubleshootig= ==Connection refused error resolution== For co...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Virtualization tools]] > [[CentOS 6.x cloudstack|Cloudstack]] > [[CentOS 6.x apache cloudstack troubleshooting]] | |||
==Connection refused error resolution== | ==Issues faced during setup== | ||
During setup: | |||
; If adding host fails: then reboot the machine. Ensure virtualization is enabled in bios in agent hosts. | |||
; If primary, secondary storage size or number is 0: Again add them | |||
; If zone is disabled: enable it | |||
; If you are facing VM instance related issues : directly checking mysql database table vm_instance might help. | |||
==Connection refused error resolution during ISO/template import from LAN URL== | |||
For connection refused error while trying to import an ISO/template check whether the config parameter "secstorage.allowed.internal.sites" has been set to allow the internal n/w URL's. | For connection refused error while trying to import an ISO/template check whether the config parameter "secstorage.allowed.internal.sites" has been set to allow the internal n/w URL's. | ||
Line 8: | Line 16: | ||
Refer: | Refer: | ||
* https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM%2C+templates%2C+Secondary+storage+troubleshooting | * https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM%2C+templates%2C+Secondary+storage+troubleshooting | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Virtualization tools]] > [[CentOS 6.x cloudstack|Cloudstack]] > [[CentOS 6.x apache cloudstack troubleshooting]] |
Latest revision as of 13:01, 24 August 2022
Home > CentOS > CentOS 6.x > Virtualization tools > Cloudstack > CentOS 6.x apache cloudstack troubleshooting
Issues faced during setup
During setup:
- If adding host fails
- then reboot the machine. Ensure virtualization is enabled in bios in agent hosts.
- If primary, secondary storage size or number is 0
- Again add them
- If zone is disabled
- enable it
- If you are facing VM instance related issues
- directly checking mysql database table vm_instance might help.
Connection refused error resolution during ISO/template import from LAN URL
For connection refused error while trying to import an ISO/template check whether the config parameter "secstorage.allowed.internal.sites" has been set to allow the internal n/w URL's.
Refer:
Home > CentOS > CentOS 6.x > Virtualization tools > Cloudstack > CentOS 6.x apache cloudstack troubleshooting