Community
 
 
 

CloudPlatform 3.x

팔로워 343명
 
Avatar
Pankaj Paliwal

System VM creation

Avatar

System VM creation

Hi Guys,

I try to prepare the System VM Template with:

/usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt -m
/export/secondary -u
02062012.vhd.bz2 -h xenserver -F

But download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2 gives me a "403 - forbidden". Was the location changed recently?

--Thomas


Thomas Krampe MEMBERS
댓글 1개
0

댓글을 남기려면 로그인하세요.

 
 

Previous 댓글 1개

Avatar
Pankaj Paliwal
Avatar

System VM creation

Thomas,

The location hasn't changed. Such errors are generally due to typos in the statement. You need to ensure the command is pasted as a single line. I noticed the url in your post is surrouned by brackets and there is a space before 02062012:

/usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt -m
/export/secondary -u
(http://download.cloud.com/templates/acton/acton-systemvm-) 02062012.vhd.bz2 -h xenserver -F

Can you trying the following:
/usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt -m /export/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2 -h xenserver -F

If the above fails then try fetching the vhd directly:
http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2

Regards,

Tariq Iqbal
Senior Consultant

S: +44(0)20 3603 0540

tariq.iqbal@shapeblue.com | www.shapeblue.com | Twitter:@shapeBlue

ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS


TARIQ IQBAL MEMBERS
댓글 작업 고유 링크

Top Contributors