Re: Cores from Multiple Physical Hosts in VM

2013-11-15 Thread Robert Gabriel
On 15 November 2013 15:47, m...@kelceydamage.com wrote: > The only people I have seen that have macro VMs working was some company > out of Boston making virtual router/networking services with special > interconnects that allowed process/thread striping over multiple > hosts/sockets. > > Sent fr

Probably more of a dev question...

2013-11-15 Thread Eric Tykwinski
Just wondering if anyone has inquired about client side crypto on Amazon S3 storage? I just got a email from Peter Eckersley from the EFF about a new venture to discuss large scale cryptography. New mailing list, if anyone's interested: https://lists.eff.org/mailman/listinfo/crypto-ops Just won

RE: Site to Site and RA VPN?

2013-11-15 Thread Brandon Arms
Steve, We've spun up a centos instance for each tenant requiring both and installed openvpn, http://openvpn.net/ Attaching an instance to a vpc tier for L2L vpn and then another isolated network for RA VPN worked, but you had to maintain local route tables on instances to route traffic back to

Re: 4.2 KVM vnc connect need password?

2013-11-15 Thread Milamber
Hello, My way to get the VNC password (new feature since CloudStack 4.2): On CloudStack DB: select vnc_password from cloud.vm_instance where instance_name = ' i-2-88-VM' or name = 'InstanceName';" where (only 1 argument is require) i-2-88-VM is the code name or InstanceName the display name

Re: Cores from Multiple Physical Hosts in VM

2013-11-15 Thread m...@kelceydamage.com
The only people I have seen that have macro VMs working was some company out of Boston making virtual router/networking services with special interconnects that allowed process/thread striping over multiple hosts/sockets. Sent from my HTC - Reply message - From: "Sebastien Goasguen" To

Re: CS 4.2 Virtual Router HA

2013-11-15 Thread Stanislav Petrov
Hi all, Let me add more details to the topic. "Redundant Router Capability" is "Available only when Virtual Router is selected as the Source NAT provider" (admin guide

Re: Before 4.2.1 release translate your CS localization

2013-11-15 Thread Lennert den Teuling
> Op 15 november 2013 om 11:45 schreef Go Chiba : > > > Lennert, > > I confirmed your request for Dutch translation. > Please try to translate CloudStack UI :) Great! I'll do my best :-) > Go > > > On Wed, Nov 13, 2013 at 2:47 AM, Milamber wrote: > > > > > Le 12/11/2013 16:39, Lennert den

Re: Before 4.2.1 release translate your CS localization

2013-11-15 Thread Go Chiba
Lennert, I confirmed your request for Dutch translation. Please try to translate CloudStack UI :) Go On Wed, Nov 13, 2013 at 2:47 AM, Milamber wrote: > > Le 12/11/2013 16:39, Lennert den Teuling a ecrit : > > Op 12 november 2013 om 16:32 schreef Milamber : >>> >>> >>> Hello, >>> >>> Before t

Re: Cores from Multiple Physical Hosts in VM

2013-11-15 Thread Sebastien Goasguen
On Nov 13, 2013, at 7:03 AM, Robert Gabriel wrote: > Hi, > > Is it possible to do the below? > > Thank you. > > > Answered by sgordon: > > It is my understanding that this is not currently possible, there was some > discussion at the design summit (I think in the Libvirt driver roadmap > se

Re: ACS 4.2 Error adding S3/Ceph secondary storage

2013-11-15 Thread Graeme Lambert
Hi Min, Thanks for that. If I remove the NFS storage I've got now and for some reason either can't get S3 to work or decide I want to put the old NFS storage back in, is that possible? How do I migrate what is in the secondary storage to S3? Best regards *Graeme Lambert* On 14/11/13 17:

Re: HA for Cloudstack

2013-11-15 Thread Shanker Balan
On 15-Nov-2013, at 2:03 pm, Jerry Jiang wrote: > Hi shaner, > > I noticed on the page where you provided, > > 17.3. HA-Enabled Virtual Machines > 17.4. HA for Hosts > > Have same content, Is there something wrong, what is the right content for > host HA > Heh. Looks like a documentation bug. Ho

Re: Admin User Not Created

2013-11-15 Thread Robert Gabriel
On 15 November 2013 10:33, Du Jun wrote: > I have met your situation before.Usually,I would: > 1)Rebuild database > drop database cloud; > drop database cloud_usage; > cloud-setup-databases cloud:password@localhost --deploy-as=root:password > > 2)restart agent > > 3)Reconfigure magement-server >

Re: Some questions about vm template

2013-11-15 Thread Du Jun
Hi Higginbottom, I would like to explain my questions again.I mean that I have downloaded system template completely and it is able to start ssvm and cpvm.Besides,from UI,I can see the size of system template.However,after I downloading the template of my own for internet,I see the size field of m

hackathons

2013-11-15 Thread Daan Hoogland
H all, One last call fro all coming to CCC Europe: have a quick look at https://cwiki.apache.org/confluence/display/CLOUDSTACK/CCC+Europe and see what you want to work on on Wednesday. If it is not there feel free to submit more ideas. regards, Daan

Re: Admin User Not Created

2013-11-15 Thread Du Jun
I have met your situation before.Usually,I would: 1)Rebuild database drop database cloud; drop database cloud_usage; cloud-setup-databases cloud:password@localhost --deploy-as=root:password 2)restart agent 3)Reconfigure magement-server cloud-setup-management JUST Try it! Best regar

Re: Some questions about vm template

2013-11-15 Thread Geoff Higginbottom
Frank, The system VM template is for system VMs only. Please revert your DB changes and allow it to be used to automatically create the SSVM & CPVM VMs. Once the SSVM has been created it will connect to Secondary Storage and will then report back the size of the template. It will then downloa

答复: HA for Cloudstack

2013-11-15 Thread Jerry Jiang
Hi shaner, I noticed on the page where you provided, 17.3. HA-Enabled Virtual Machines 17.4. HA for Hosts Have same content, Is there something wrong, what is the right content for host HA Jerry Jiang -邮件原件- 发件人: Shanker Balan [mailto:shanker.ba...@shapeblue.com] 发送时间: 2013年11月14日 星

Re: Admin User Not Created

2013-11-15 Thread Robert Gabriel
On 14 November 2013 19:12, Sanjay Tripathi wrote: > In the management server logs, can you see if the log says "Admin user > enabled"? > Can you also paste your management server logs using pastebin, that would > help in narrowing down the problem. > > --Sanjay > > > -Original Message- > >

Some questions about vm template

2013-11-15 Thread Du Jun
Hi all, I have some questions: 1)How can I use system template to start up my instance?I have update database cloud.vm_template and set fields: public=1 exactable=1 type='USER' However,it doesn't work.The message box says:"Can't use system template to create instance!"So,how can I solve it? 2)Aft