Citrix Systems 4.5 Printer User Manual


 
Chapter 5. Installing CloudPlatform Management Server
20
Note
CloudPlatform fails to create system VMs if you have provisioned your cloud infrastructure
on VMWare hypervisor. This occurs on each zone in your environment that is provisioned
on VMWare hypervisor.
This failure logs the following error message:
Message: Unable to unpack snapshot OVA file at: /var/cloudstack/mnt/
VM/7407677735140.6646923a/template/tmpl/1/8//routing-8.ova
To avoid this failure, you must manually run the following command on the templates folder
after you register the new VMWare system VM template.
chmod -R 0777 /path_to_secondary_storage_mount_point/template/
For Hyper-V
# /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-
sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/4.5/
systemvm64template-2014-12-18-4.5.0.0-hyperv.vhd.bz2 -h hyperv -s <optional-management-
server-secret-key> -F
For LXC:
/usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-
sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/4.5/
systemvm64template-2014-12-18-4.5.0.0-kvm.qcow2.bz2 -h lxc -s <optional-management-
server-secret-key> -F
3. If you are using a separate NFS server, perform this step.
Warning
If you are using the Management Server as the NFS server, you need not perform this step.
Also you can skip the mounting, and directly run the command.
When the script has finished, unmount secondary storage and remove the created directory.
# umount /mnt/secondary
# rmdir /mnt/secondary
4. Repeat these steps for each secondary storage server.