Re: S3 documentation

2012-08-23 Thread sebgoa
It's a slideshare issue, I saw the error you mention and then I did get the slide 2 minutes later. Can you try again ? On Aug 24, 2012, at 2:06 AM, Rajesh Battala wrote: > Hi Sebastien, > > I had tried to access the slides, am getting 503 error. > "Include "Error code: 503" in your email (tha

RE: S3 documentation

2012-08-23 Thread Rajesh Battala
Hi Sebastien, I had tried to access the slides, am getting 503 error. "Include "Error code: 503" in your email (that will help us troubleshoot) " Thanks Rajesh Battala -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Friday, August 24, 2012 10:50 AM To: cloudstack-users

RE: RHEL 6 OS installation in CS

2012-08-23 Thread Jijukar_Sudhakar
Hi, RHEL 6.1 is not detecting the CD/DVD drive.. Cent OS is getting installed. Regards, Jijukar S -Original Message- From: Caleb Call [mailto:calebc...@me.com] Sent: Thursday, August 23, 2012 9:58 PM To: cloudstack-users@incubator.apache.org Subject: Re: RHEL 6 OS installation in CS Is

S3 documentation

2012-08-23 Thread sebgoa
Hi, I just managed to get the S3 interface tested using boto. I wrote some slides, before moving to the real documentation: http://www.slideshare.net/sebastiengoasguen/cloudstack-s3 Let me know if you have any comments, corrections. This was tested with devcloud, using a latest build of master.

Re: Can't create template from snapshot

2012-08-23 Thread Nik Martin
On 08/23/2012 11:00 AM, Nitin Mehta wrote: Nik - Can you please log in to the hypervisor and see in the logs under /var/log/SMlog if there is any failure logged there for this operation ? Search for create_privatetemplate_from_snapshot there. I tailed the SMlog while I was trying to craete a t

Re: RHEL 6 OS installation in CS

2012-08-23 Thread Caleb Call
Is there something different about RHEL vs. CentOS? CentOS 6 installs from ISO just fine. On Aug 23, 2012, at 3:08 AM, Jijukar_Sudhakar wrote: > Hi All, > > Is there a way to install RHEL 6 x64 on Cloud stack configured with xen > hypervisor 6. > > The CD/DVD drive is not getting detecte

RE: Can't create template from snapshot

2012-08-23 Thread Nitin Mehta
Nik - Can you please log in to the hypervisor and see in the logs under /var/log/SMlog if there is any failure logged there for this operation ? Search for create_privatetemplate_from_snapshot there. 34a0115b-466a-492a-b4f4-d4a0db5dc55b which you are wondering about is nothing but a random UUID

Can't create template from snapshot

2012-08-23 Thread Nik Martin
I recently added a new zone to my CS Acton cloud, using Xenserver 6.02 HVs. My secondary storage is NFS on Centos 6. I can upload ISOs, CS downloaed the system template fine, and I can create VMs, and make snapshots from Volumes. When I pick a snapshit and try to create a template, I get: 2

Re: Creating Debian Template

2012-08-23 Thread Facundo Guerrero
In CentOS i solve the problem setting in /etc/sysconfig/network the HOSTNAME=localhost.localdomain and in debian y clean the file /etc/hostname In both system i delete the dhcp information and the udev . delete this file /etc/udev/rules.d/70-persistent-net.rules and this files /var/lib/dhcp/* Th

Re: Creating Debian Template

2012-08-23 Thread claude bariot
Thanks for repply I'm sure... It's enable. When I create a new instance with an CentOS provided by CS, it's running fine... I don't have problem about hostname. But, I use a debian template (it's a custom template), I've a hostname problem. regards On 23 August 2012 13:11, Tamas Monos wrote:

RE: cloud-set-guest-password w/ Slackware and Gentoo

2012-08-23 Thread Tamas Monos
Hi, I have successfully made it work with many other distributions like: Ubuntu, Debian, CentOS, OpenSUSE Also works with FreeBSD and Windows for me. Never tried gentoo or slackware It is very likely you will need to adapt the cloud-set-guest-password script to fit your OS. You need to be aware

RE: Creating Debian Template

2012-08-23 Thread Tamas Monos
Hi, Are you sure DHCP is enabled in your templated VM? If yes then please check that your dhcp client is actually set to retrieve the hostname or not. Regards Tamas Monos DDI +44(0)2034687012 Chief Technical

CloudStack and XenServer 6.0.2 - stray snapshots on primary storage

2012-08-23 Thread James Kahn
Stray CloudStack generated snapshots on primary storage are causing significant storage use on our XenServer environment. Is this expected behaviour, a bug, or are we encountering an environmental issue? Is anybody else seeing this? One particular storage volume has over 1TB in use, with 659GB all

Re: RHEL 6 OS installation in CS

2012-08-23 Thread claude bariot
Following the best way : - create a new VM RHEL based from the hypervisor - install Xen Tools - Convert your VM to Template (VHD format) - place your *.vhd file in a web server - Go to CS UI and click to templates tab -add a new template .. - Now you can create a new instance from the template.

RHEL 6 OS installation in CS

2012-08-23 Thread Jijukar_Sudhakar
Hi All, Is there a way to install RHEL 6 x64 on Cloud stack configured with xen hypervisor 6. The CD/DVD drive is not getting detected after uploading the ISO. Thanks in advance, Regards, Jijukar S DISCLAIMER: This email (including any attachments) is intende

Creating Debian Template

2012-08-23 Thread claude bariot
Hi, I was converted a VM template in debian based and I imported it to CS via UI successfully. problem: When I create a new instance with this template and specified a "display name" with a differnet hostname from the original, the new VM always returns the hostname of the original template. The