Hi Rohit, 1. The host configuration in global setting points to management server IP
I'm not sure if I understand your question, but here some info about the management server and the ESXs mysql> select * from mshost; +----+--------------+---------------+---------------+-------+---------+---------------+--------------+---------------------+---------+-------------+ | id | msid | runid | name | state | version | service_ip | service_port | last_update | removed | alert_count | +----+--------------+---------------+---------------+-------+---------+---------------+--------------+---------------------+---------+-------------+ | 1 | 345051001472 | 1449134366671 | chvircstprd01 | Up | 4.3.2 | 10.30.200.177 | 9090 | 2015-12-03 16:39:11 | NULL | 0 | +----+--------------+---------------+---------------+-------+---------+---------------+--------------+---------------------+---------+-------------+ 1 row in set (0.00 sec) mysql> select * from host where data_center_id = 4; +-----+-------------+--------------------------------------+--------+---------+--------------------+-----------------+---------------------+--------------------+-----------------+---------------------+----------------------+-----------------------+-------------------+------------+-------------------+----------------+--------------------+------------+----------------+--------+-------------+------+-------+------+---------+-----------------+--------------------+-------------+-----------------------------------------------------+---------+--------+------------+--------------+-------------------------------------------------+-----------+-------+-------------+------------+----------------+---------------------+---------------------+---------+--------------+----------------+-------+-------------+--------------+ | id | name | uuid | status | type | private_ip_address | private_netmask | private_mac_address | storage_ip_address | storage_netmask | storage_mac_address | storage_ip_address_2 | storage_mac_address_2 | storage_netmask_2 | cluster_id | public_ip_address | public_netmask | public_mac_address | proxy_port | data_center_id | pod_id | cpu_sockets | cpus | speed | url | fs_type | hypervisor_type | hypervisor_version | ram | resource | version | parent | total_size | capabilities | guid | available | setup | dom0_memory | last_ping | mgmt_server_id | disconnected | created | removed | update_count | resource_state | owner | lastUpdated | engine_state | +-----+-------------+--------------------------------------+--------+---------+--------------------+-----------------+---------------------+--------------------+-----------------+---------------------+----------------------+-----------------------+-------------------+------------+-------------------+----------------+--------------------+------------+----------------+--------+-------------+------+-------+------+---------+-----------------+--------------------+-------------+-----------------------------------------------------+---------+--------+------------+--------------+-------------------------------------------------+-----------+-------+-------------+------------+----------------+---------------------+---------------------+---------+--------------+----------------+-------+-------------+--------------+ | 225 | 10.30.23.40 | 74e2f378-1bcc-4396-b471-8a5a6c2da553 | Up | Routing | 10.30.23.40 | 255.255.254.0 | 1c:c1:de:04:1e:20 | 10.30.23.40 | 255.255.254.0 | 1c:c1:de:04:1e:20 | NULL | NULL | NULL | 16 | NULL | NULL | NULL | NULL | 4 | 6 | 2 | 16 | 2533 | NULL | NULL | VMware | 5.5 | 51528777728 | com.cloud.hypervisor.vmware.resource.VmwareResource | 4.3.2 | NULL | NULL | hvm | HostSystem: host-4...@chvirvicprd102.fpprod.corp | 1 | 0 | 0 | 1415170409 | 345051001472 | 2015-12-03 09:19:33 | 2015-12-02 10:49:51 | NULL | 10 | Enabled | NULL | NULL | Disabled | | 226 | 10.30.23.41 | e3118144-583d-42e1-9994-16790734770f | Up | Routing | 10.30.23.41 | 255.255.254.0 | 1c:c1:de:01:44:10 | 10.30.23.41 | 255.255.254.0 | 1c:c1:de:01:44:10 | NULL | NULL | NULL | 16 | NULL | NULL | NULL | NULL | 4 | 6 | 2 | 16 | 2533 | NULL | NULL | VMware | 5.5 | 51528777728 | com.cloud.hypervisor.vmware.resource.VmwareResource | 4.3.2 | NULL | NULL | hvm | HostSystem: host-4...@chvirvicprd102.fpprod.corp | 1 | 0 | 0 | 1415170412 | 345051001472 | 2015-12-03 09:19:33 | 2015-12-02 10:49:53 | NULL | 10 | Enabled | NULL | NULL | Disabled | +-----+-------------+--------------------------------------+--------+---------+--------------------+-----------------+---------------------+--------------------+-----------------+---------------------+----------------------+-----------------------+-------------------+------------+-------------------+----------------+--------------------+------------+----------------+--------+-------------+------+-------+------+---------+-----------------+--------------------+-------------+-----------------------------------------------------+---------+--------+------------+--------------+-------------------------------------------------+-----------+-------+-------------+------------+----------------+---------------------+---------------------+---------+--------------+----------------+-------+-------------+--------------+ 2 rows in set (0.00 sec) The storage_ip_address in this table is not the one configure on the ESX Is this a problem? 2. In the logs, I see XenServer communication exceptions so can you check if you’re able to reach XenServer from the management server. Please find and remove any iptables rules dropping/filtering packets. We currently have some HW problems, but this is out of scope 3. For VMware, you need to make sure that the management server can reach both primary and secondary storages, and it can mount secondary storage. root@chvircstprd01:~# showmount -e zcgnfsesx001.fpprod.corp Export list for zcgnfsesx001.fpprod.corp: /SVR9199N (everyone) /cloud01 10.30.23.204,10.30.23.203,10.30.23.202,10.30.23.201,10.30.23.200,10.30.23.199,10.30.23.198,10.30.23.197,10.30.23.196,10.30.23.195,10.30.201.200,10.30.201.199,10.30.201.198,10.30.201.197,10.30.201.196,10.30.201.195,10.30.201.194,10.30.201.193,10.30.201.192,10.30.201.191,10.30.200.40,10.30.200.39,10.30.200.177 /cloud02 10.30.23.204,10.30.23.203,10.30.23.202,10.30.23.201,10.30.23.200,10.30.23.199,10.30.23.198,10.30.23.197,10.30.23.196,10.30.23.195,10.30.201.200,10.30.201.199,10.30.201.198,10.30.201.197,10.30.201.196,10.30.201.195,10.30.201.194,10.30.201.193,10.30.201.192,10.30.201.191,10.30.200.40,10.30.200.39,10.30.200.177 root@chvircstprd01:~# mount zcgnfsesx001.fpprod.corp:/cloud01 /mnt/primary root@chvircstprd01:~# cd /mnt/primary root@chvircstprd01:/mnt/primary# root@chvircstprd01:/mnt/primary# root@chvircstprd01:/mnt/primary# mkdir folder root@chvircstprd01:/mnt/primary# touch folder/file root@chvircstprd01:/mnt/primary# rm -rf folder/ root@chvircstprd01:/mnt/primary# cd root@chvircstprd01:~# root@chvircstprd01:~# root@chvircstprd01:~# root@chvircstprd01:~# mount zcgnfsesx001.fpprod.corp:/cloud02 /mnt/secondary root@chvircstprd01:~# cd /mnt/secondary root@chvircstprd01:/mnt/secondary# mkdir folder root@chvircstprd01:/mnt/secondary# touch folder/file root@chvircstprd01:/mnt/secondary# rm -rf folder/ root@chvircstprd01:/mnt/secondary# cd root@chvircstprd01:~# root@chvircstprd01:~# root@chvircstprd01:~# umount /mnt/primary root@chvircstprd01:~# umount /mnt/secondary 4. Please check that you’ve seeded 4.3 systemvm template for VMware and that it belongs to the SYSTEM account/user, and update router.template.vmware global setting with the template name. In the vm_instance table, check for the failing systemvms (CPVM and SSVM) if the hypervisor_type matches where it is trying to run those VMs (also check against the template_id and vm_templates table, that it’s using correct template and hypervisor). mysql> select * from vm_template WHERE id = 8; +----+-------------+-----------------------------+--------------------------------------+--------+----------+--------+-----+------+-----------------------------------------------------------------------------------------+--------+---------------------+---------+------------+----------------------------------+-----------------------------+-----------------+---------------+-------------+----------+-------------+-------------+-------------+-----------------+--------------------+--------------+----------+------------+--------+--------------+---------+----------------------+ | id | unique_name | name | uuid | public | featured | type | hvm | bits | url | format | created | removed | account_id | checksum | display_text | enable_password | enable_sshkey | guest_os_id | bootable | prepopulate | cross_zones | extractable | hypervisor_type | source_template_id | template_tag | sort_key | size | state | update_count | updated | dynamically_scalable | +----+-------------+-----------------------------+--------------------------------------+--------+----------+--------+-----+------+-----------------------------------------------------------------------------------------+--------+---------------------+---------+------------+----------------------------------+-----------------------------+-----------------+---------------+-------------+----------+-------------+-------------+-------------+-----------------+--------------------+--------------+----------+------------+--------+--------------+---------+----------------------+ | 8 | routing-8 | SystemVM Template (vSphere) | dbb540f5-698a-11e3-b3f0-005056a47280 | 0 | 0 | SYSTEM | 0 | 64 | http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-vmware.ova | OVA | 2013-12-20 16:24:46 | NULL | 1 | ef593a061f3b7594ab0bfd9b0ed0a0d4 | SystemVM Template (vSphere) | 0 | 0 | 15 | 1 | 0 | 1 | 0 | VMware | NULL | NULL | 0 | 2621440000 | Active | 0 | NULL | 1 | +----+-------------+-----------------------------+--------------------------------------+--------+----------+--------+-----+------+-----------------------------------------------------------------------------------------+--------+---------------------+---------+------------+----------------------------------+-----------------------------+-----------------+---------------+-------------+----------+-------------+-------------+-------------+-----------------+--------------------+--------------+----------+------------+--------+--------------+---------+----------------------+ 1 row in set (0.00 sec) mysql> select * from account where id=1; +----+--------------+--------------------------------------+------+-----------+---------+---------+----------------+----------------+-----------------+---------+ | id | account_name | uuid | type | domain_id | state | removed | cleanup_needed | network_domain | default_zone_id | default | +----+--------------+--------------------------------------+------+-----------+---------+---------+----------------+----------------+-----------------+---------+ | 1 | system | eb8d6e53-698a-11e3-b3f0-005056a47280 | 1 | 1 | enabled | NULL | 0 | NULL | NULL | 1 | +----+--------------+--------------------------------------+------+-----------+---------+---------+----------------+----------------+-----------------+---------+ 1 row in set (0.00 sec) mysql> select * from configuration where name = "router.template.vmware"; +----------+----------+----------------+------------------------+-----------------------------+------------------------------------------------+-----------------------------+---------+-------+------------+ | category | instance | component | name | value | description | default_value | updated | scope | is_dynamic | +----------+----------+----------------+------------------------+-----------------------------+------------------------------------------------+-----------------------------+---------+-------+------------+ | Advanced | DEFAULT | NetworkManager | router.template.vmware | SystemVM Template (vSphere) | Name of the default router template on Vmware. | SystemVM Template (vSphere) | NULL | NULL | 0 | +----------+----------+----------------+------------------------+-----------------------------+------------------------------------------------+-----------------------------+---------+-------+------------+ 1 row in set (0.00 sec) mysql> select * from vm_instance where vm_template_id = 8 and data_center_id = 4 limit 10; +------+-----------+--------------------------------------+---------------+-----------+----------------+-------------+---------------------+--------------------+--------+----------------+---------+--------------+----------+-------------------+----------------------------------------------+------------+---------------+--------------+---------------------+---------------------+---------------------+--------------------+--------------------+------------+-----------+---------------------+--------------------------------------+-----------------+------------------+-------+-----------+--------------+---------------+----------------------+------------+-------------+-------------------------+--------------------------+------------+ | id | name | uuid | instance_name | state | vm_template_id | guest_os_id | private_mac_address | private_ip_address | pod_id | data_center_id | host_id | last_host_id | proxy_id | proxy_assign_time | vnc_password | ha_enabled | limit_cpu_use | update_count | update_time | created | removed | type | vm_type | account_id | domain_id | service_offering_id | reservation_id | hypervisor_type | disk_offering_id | owner | host_name | display_name | desired_state | dynamically_scalable | display_vm | power_state | power_state_update_time | power_state_update_count | power_host | +------+-----------+--------------------------------------+---------------+-----------+----------------+-------------+---------------------+--------------------+--------+----------------+---------+--------------+----------+-------------------+----------------------------------------------+------------+---------------+--------------+---------------------+---------------------+---------------------+--------------------+--------------------+------------+-----------+---------------------+--------------------------------------+-----------------+------------------+-------+-----------+--------------+---------------+----------------------+------------+-------------+-------------------------+--------------------------+------------+ | 2897 | s-2897-VM | c80ce027-aea9-44c9-97df-8cbe310c8cbe | s-2897-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | k8oWizpy3O5ySSlO2r5mSZzlUi0DYPimCtz4BJBkbRI= | 0 | 0 | 5 | 2015-12-02 12:37:07 | 2015-12-02 12:36:37 | 2015-12-02 12:37:07 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | 157e619b-751a-4826-b6a2-f292dbdb05b4 | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 2898 | v-2898-VM | 91b8e56f-23c2-438a-bcda-2d921e1d257e | v-2898-VM | Stopped | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | K9YDAM3cWahYs1iLlxDg0wQqPp1NG8W1/xBsBDb70lQ= | 0 | 0 | 6202 | 2015-12-03 16:14:03 | 2015-12-02 12:36:37 | NULL | ConsoleProxy | ConsoleProxy | 1 | 1 | 11 | 0f23fbba-dc9a-4fd5-a849-0e03e08514d6 | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 2899 | s-2899-VM | c67b70dd-2759-4a88-93eb-bc2e1fc460f3 | s-2899-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | fp1kg8gEyp45gWjcf0XD+3FLQB6/B7wnC12uK4NZZLg= | 0 | 0 | 5 | 2015-12-02 12:38:07 | 2015-12-02 12:37:37 | 2015-12-02 12:38:07 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | e4d31898-1e99-4bf9-9d24-6c9a38137feb | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 2900 | s-2900-VM | aa760489-c607-4c4a-ac27-2a53e11e14c9 | s-2900-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | XbNtEtk5ilZ0tAxXI5ORBsHJUvKWi+OgLBI/D3q68wg= | 0 | 0 | 5 | 2015-12-02 12:39:07 | 2015-12-02 12:38:37 | 2015-12-02 12:39:07 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | a9202078-540e-46ee-b107-56d6b69bd985 | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 2901 | s-2901-VM | dd497333-d079-48cc-81e3-10bdabbdb11a | s-2901-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | BPUjLuPI9IF31s6ax42/aXBOXt/rHso0 | 0 | 0 | 5 | 2015-12-02 12:40:07 | 2015-12-02 12:39:37 | 2015-12-02 12:40:07 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | 4802cca6-ad6b-4ca6-873b-d57514cc1422 | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 2902 | s-2902-VM | f522c5b1-62d5-4d91-9b11-e05f79e1cdee | s-2902-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | 354K1RLN2YFZxFTBfLzvywqUYKReKd1ZqLaedwTuO54= | 0 | 0 | 5 | 2015-12-02 12:41:07 | 2015-12-02 12:40:37 | 2015-12-02 12:41:07 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | 2f6d0d1f-d823-4559-ad6b-126465fcc296 | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 2904 | s-2904-VM | b9ed3a1f-50d4-4823-a294-e2eaa75dbaa4 | s-2904-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | q1uDXONRemVhOyjxT49UlD6VubwRLU2NtpR0QKlEZ1c= | 0 | 0 | 5 | 2015-12-02 12:42:07 | 2015-12-02 12:41:37 | 2015-12-02 12:42:07 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | 9fbdcd85-ede2-4c50-9326-70b72184df7b | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 2905 | s-2905-VM | e831e52e-f593-4d90-ab18-14ea776bbc34 | s-2905-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | aFfXOvtZfloxqq5QRBzNrljFRhFqxmCLkhk5ZxmynDI= | 0 | 0 | 5 | 2015-12-02 12:43:07 | 2015-12-02 12:42:37 | 2015-12-02 12:43:07 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | 4193722c-0c34-4d17-985e-0049304ef94b | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 2906 | s-2906-VM | 4e0522b1-87f9-4712-b62d-2398d4d3cd9b | s-2906-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | 8efRzH6J6T5RohxbAvpjp+l9E6+lRJSkBzk9kVty2hw= | 0 | 0 | 5 | 2015-12-02 12:44:07 | 2015-12-02 12:43:37 | 2015-12-02 12:44:07 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | c09287fe-8196-4e3a-a0eb-a8dc8dbe9247 | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 2907 | s-2907-VM | 0c57bd3e-b5e3-4358-89d6-ab67f60bd5e0 | s-2907-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | jpNnDDp50+KR+0qS5J6oWDzihLYRItqchyrvwqFkgog= | 0 | 0 | 5 | 2015-12-02 12:45:07 | 2015-12-02 12:44:37 | 2015-12-02 12:45:07 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | cf4acf57-76f3-45e2-8a98-f6cb512025c4 | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | +------+-----------+--------------------------------------+---------------+-----------+----------------+-------------+---------------------+--------------------+--------+----------------+---------+--------------+----------+-------------------+----------------------------------------------+------------+---------------+--------------+---------------------+---------------------+---------------------+--------------------+--------------------+------------+-----------+---------------------+--------------------------------------+-----------------+------------------+-------+-----------+--------------+---------------+----------------------+------------+-------------+-------------------------+--------------------------+------------+ 10 rows in set (0.00 sec) mysql> select * from vm_instance where vm_template_id = 8 and data_center_id = 4 order by id desc limit 10; +------+-----------+--------------------------------------+---------------+-----------+----------------+-------------+---------------------+--------------------+--------+----------------+---------+--------------+----------+-------------------+----------------------------------------------+------------+---------------+--------------+---------------------+---------------------+---------------------+--------------------+--------------------+------------+-----------+---------------------+--------------------------------------+-----------------+------------------+-------+-----------+--------------+---------------+----------------------+------------+-------------+-------------------------+--------------------------+------------+ | id | name | uuid | instance_name | state | vm_template_id | guest_os_id | private_mac_address | private_ip_address | pod_id | data_center_id | host_id | last_host_id | proxy_id | proxy_assign_time | vnc_password | ha_enabled | limit_cpu_use | update_count | update_time | created | removed | type | vm_type | account_id | domain_id | service_offering_id | reservation_id | hypervisor_type | disk_offering_id | owner | host_name | display_name | desired_state | dynamically_scalable | display_vm | power_state | power_state_update_time | power_state_update_count | power_host | +------+-----------+--------------------------------------+---------------+-----------+----------------+-------------+---------------------+--------------------+--------+----------------+---------+--------------+----------+-------------------+----------------------------------------------+------------+---------------+--------------+---------------------+---------------------+---------------------+--------------------+--------------------+------------+-----------+---------------------+--------------------------------------+-----------------+------------------+-------+-----------+--------------+---------------+----------------------+------------+-------------+-------------------------+--------------------------+------------+ | 4484 | s-4484-VM | 1fc9301b-b3ca-47a2-b6ac-64a8e08effff | s-4484-VM | Stopped | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | 2VYYquHkPX5UNeiMaOBBkyi5vX6Lw61ieSqUWnQbbOw= | 0 | 0 | 2 | 2015-12-03 16:16:33 | 2015-12-03 16:16:33 | NULL | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | f271a3a6-156e-43ce-82b4-f4e6ac528490 | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 4483 | s-4483-VM | 758bd397-5b36-4ed7-ae18-9ec43a82a742 | s-4483-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | dqJIobv4dholiElKbgFtu+EHKdGJq+vxo0UU1e+Gk6g= | 0 | 0 | 5 | 2015-12-03 16:16:03 | 2015-12-03 16:15:33 | 2015-12-03 16:16:03 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | 6cf4a761-4503-40d0-80e0-8ed448115051 | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 4481 | s-4481-VM | c2037301-c2e5-4bde-8331-5d2702c5d3c3 | s-4481-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | dmN66I2XEFOUB74VOSR3J7W1QmamwU3RsXqdu/TOf6Q= | 0 | 0 | 5 | 2015-12-03 16:15:03 | 2015-12-03 16:14:33 | 2015-12-03 16:15:03 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | 937ab984-40a3-4dac-a5bc-25ec5c6e8220 | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 4480 | s-4480-VM | 7ebbe6dd-f647-4dd7-acf4-360b041db4e7 | s-4480-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | 1ghZR4nWF9H3ByrqnJoJ0A2nDpNy5ZS5PrmkckL5itA= | 0 | 0 | 5 | 2015-12-03 16:14:03 | 2015-12-03 16:13:33 | 2015-12-03 16:14:04 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | c70b9e94-48f4-4a7a-85e9-8b9e0fd52c20 | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 4479 | s-4479-VM | 4e93ffca-4edc-46d1-bfa6-50bb1d3d997e | s-4479-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | wwRtOrPTDjxbTqEQvUoO/R0jnNIdsV+yo44Sm5jTpzw= | 0 | 0 | 5 | 2015-12-03 16:13:03 | 2015-12-03 16:12:33 | 2015-12-03 16:13:03 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | 7381370b-b6f9-49ab-ae06-8be87e2a7fa1 | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 4478 | s-4478-VM | a24c486c-3af0-4482-943d-3b8ef67ade24 | s-4478-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | 8sO/iJ1BQ9+76Yuh07HwoaYF70UkGplpkOB+nFb+ejc= | 0 | 0 | 5 | 2015-12-03 16:12:03 | 2015-12-03 16:11:33 | 2015-12-03 16:12:03 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | 15aa39f4-5009-4d23-b24c-88c39069065a | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 4477 | s-4477-VM | 21deed3d-22f1-4593-86c8-a3241aa3d1ba | s-4477-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | wxVpSqJikhdlIKuMIYSqrLhmadZ3g0wAM9KgNarU1DI= | 0 | 0 | 5 | 2015-12-03 16:11:03 | 2015-12-03 16:10:33 | 2015-12-03 16:11:03 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | 818ebf5c-ed9b-438f-81da-0641b953fe1c | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 4476 | s-4476-VM | 2a1c43c5-6c07-4491-a0d3-912a4fe6f833 | s-4476-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | 1fmtGImE7qh7KIO+X/vV3kLZTJDaN7RYE96mIdqlY9Y= | 0 | 0 | 5 | 2015-12-03 16:10:03 | 2015-12-03 16:09:33 | 2015-12-03 16:10:03 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | 4fd1d187-0882-4378-abc8-c1ada93f29d9 | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 4475 | s-4475-VM | a7341d42-37d1-40d6-ac43-ea1676bb1123 | s-4475-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | BWPpJlrrzS+oLeRBDMeiIAfXa2oWGf/i | 0 | 0 | 5 | 2015-12-03 16:09:03 | 2015-12-03 16:08:33 | 2015-12-03 16:09:03 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | 199ccda9-df89-4e3d-9e1c-43907fed4fbd | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | | 4474 | s-4474-VM | 6d3eb6d3-bf25-43e3-872d-cc0a7f56ba12 | s-4474-VM | Destroyed | 8 | 15 | NULL | NULL | NULL | 4 | NULL | NULL | NULL | NULL | fW+greM9C1xD2pelatc5pkxIOTBycRYGTsHMbWV6ARY= | 0 | 0 | 5 | 2015-12-03 16:08:03 | 2015-12-03 16:07:33 | 2015-12-03 16:08:03 | SecondaryStorageVm | SecondaryStorageVm | 1 | 1 | 9 | cb6d5e01-612c-470d-b15f-fea6f63f179e | VMware | NULL | NULL | NULL | NULL | NULL | 1 | 1 | NULL | NULL | 0 | NULL | +------+-----------+--------------------------------------+---------------+-----------+----------------+-------------+---------------------+--------------------+--------+----------------+---------+--------------+----------+-------------------+----------------------------------------------+------------+---------------+--------------+---------------------+---------------------+---------------------+--------------------+--------------------+------------+-----------+---------------------+--------------------------------------+-----------------+------------------+-------+-----------+--------------+---------------+----------------------+------------+-------------+-------------------------+--------------------------+------------+ 10 rows in set (0.00 sec) mysql> select * from service_offering where id = 9; +----+------+-------+----------+---------+---------+------------+---------------+----------+-------------+--------------------+----------+-------------+--------------------+ | id | cpu | speed | ram_size | nw_rate | mc_rate | ha_enabled | limit_cpu_use | host_tag | default_use | vm_type | sort_key | is_volatile | deployment_planner | +----+------+-------+----------+---------+---------+------------+---------------+----------+-------------+--------------------+----------+-------------+--------------------+ | 9 | 1 | 500 | 512 | NULL | NULL | 0 | 0 | NULL | 1 | secondarystoragevm | 0 | 0 | NULL | +----+------+-------+----------+---------+---------+------------+---------------+----------+-------------+--------------------+----------+-------------+--------------------+ 1 row in set (0.00 sec) Hope this helps Regards Bernhard 2015-12-03 8:10 GMT+01:00 Rohit Yadav <rohit.ya...@shapeblue.com>: > Hi Bernhard, > > Can you run following checklist: > > 1. The host configuration in global setting points to management server IP > 2. In the logs, I see XenServer communication exceptions so can you check > if you’re able to reach XenServer from the management server. Please find > and remove any iptables rules dropping/filtering packets. > 3. For VMware, you need to make sure that the management server can reach > both primary and secondary storages, and it can mount secondary storage. > From what I remember, you don’t need to explicitly copy systemvm.iso on > secondary storage for vmware; CloudStack should do that for you. Check > connectivity between ESXi hosts a nd > 4. Please check that you’ve seeded 4.3 systemvm template for VMware and > that it belongs to the SYSTEM account/user, and update > router.template.vmware global setting with the template name. In the > vm_instance table, check for the failing systemvms (CPVM and SSVM) if the > hypervisor_type matches where it is trying to run those VMs (also check > against the template_id and vm_templates table, that it’s using correct > template and hypervisor). > > Regards. > > On 03-Dec-2015, at 1:41 AM, Bernhard Dübi <1linuxengin...@gmail.com> > wrote: > > Hi, > > we have a CloudStack 4.3.2 installation with 152 XenServer 6.2.0 hosts > organized in 2 zones. We use local disks as primary storage and NFS shares > as secondary storage. So good so far. > Now I created a new zone and added a VMware cluster with 2 ESX 5.5 hosts. > I configured 2 NFS shares as primary and secondary storage. I copied the > vSphere systemvm to the new secondary storage as described in the > installation guide. > If I understand right, this template will be used to deploy the SSVM. > Unfortunately something is missing and CloudStack fails to deploy the SSVM > and - probably as a consequence - the Console Proxy > Please find attached a small part of the management-server.log > > Any idea what's wrong? Thanks for your help > > Regards > Bernhard > <management-server.zip> > > > Rohit Yadav > *Software Architect* > > > > > > > > > > * S: +44 20 3603 0540 <+442036030540> | M: +91 88 262 30892 > <+447770745036> rohit.ya...@shapeblue.com > <steve.ro...@shapeblue.com> | www.shapeblue.com > <http://www.shapeblue.com/> | Twitter:@ShapeBlue > <https://twitter.com/#!/shapeblue> ShapeBlue Ltd, 53 Chandos Place, Covent > Garden, London, WC2N 4HS * > > Find out more about ShapeBlue and our range of CloudStack related services > > IaaS Cloud Design & Build > <http://shapeblue.com/iaas-cloud-design-and-build//> > CSForge – rapid IaaS deployment framework <http://shapeblue.com/csforge/> > CloudStack Consulting <http://shapeblue.com/cloudstack-consultancy/> > CloudStack Software Engineering > <http://shapeblue.com/cloudstack-software-engineering/> > CloudStack Infrastructure Support > <http://shapeblue.com/cloudstack-infrastructure-support/> > CloudStack Bootcamp Training Courses > <http://shapeblue.com/cloudstack-training/> > > This email and any attachments to it may be confidential and are intended > solely for the use of the individual to whom it is addressed. Any views or > opinions expressed are solely those of the author and do not necessarily > represent those of Shape Blue Ltd or related companies. If you are not the > intended recipient of this email, you must neither take any action based > upon its contents, nor copy or show it to anyone. Please contact the sender > if you believe you have received this email in error. Shape Blue Ltd is a > company incorporated in England & Wales. ShapeBlue Services India LLP is a > company incorporated in India and is operated under license from Shape Blue > Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil > and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is > a company registered by The Republic of South Africa and is traded under > license from Shape Blue Ltd. ShapeBlue is a registered trademark. >