You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Joaquin Angel Alonso Alvarez <ja...@izertis.com> on 2013/01/30 16:45:22 UTC

Possibility to create the system vm template from local disk?

Hi,

I need to set-up a cloudstack infrastructure without any access to internet at all, so it´ll be impossible for the management server to download the system vm template.

Is there any solution to download it from other computer and then pass it over to the management server to procced with the installation?

Kind Regards,

Joaquín Angel Alonso Alvarez


RE: Possibility to create the system vm template from local disk?

Posted by Joaquin Angel Alonso Alvarez <ja...@izertis.com>.
Nevermind, just found it.

Uploaded the acton-systemvm-02061012.vhd.bz2 file to the /tmp folder in the management server, then  use the following command:

/usr/lib64/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -f /tmp/acton-systemvm-02062012.vhd.bz2 -h xenserver -F

The trick was to use -f /path/to/file instead of -h URL.to.file

Kind Regards,

Joaquín Angel Alonso Alvarez