Hello, I''ve created a test server with a xen-cloud platform on it, and it''s running great, i got a centos and 2 debian machines running, created from template. I was wondering if there''s any easy way to extend the ram of these machine''s and the size of the vdi, it got 256 mb ram and 8.xGB by default but i would like these defaults to be higher, is this changable? Rergards & thanks, Peter _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Sure thing, power the VM off, and to change it to 768MB .. I''d use xe vm-param-set uuid=<put-uuid-here> memory-static-max=768000000 xe vm-param-set uuid=<put-uuid-here> memory-dynamic-max=768000000 Regards On Mon, Feb 1, 2010 at 12:19 PM, Peter den Hartog <peterdenhartog@gmail.com>wrote:> Hello, > > I''ve created a test server with a xen-cloud platform on it, and it''s > running great, i got a centos and 2 debian machines running, created from > template. > > I was wondering if there''s any easy way to extend the ram of these > machine''s and the size of the vdi, it got 256 mb ram and 8.xGB by default > but i would like these defaults to be higher, is this changable? > > Rergards & thanks, > Peter > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Peter den Hartog
2010-Feb-01 12:37 UTC
Re: [Xen-users] question about xen cloud configuration
thanks! that worked great, do you have any idea''s for making the vdi (the hardisk of the vm) bigger? ti''s 8.x GB by default but i would like it to be 30 GB. Regards & thanks, Peter On Mon, Feb 1, 2010 at 1:00 PM, Ahmed Kamal <email.ahmedkamal@googlemail.com> wrote:> Sure thing, power the VM off, and to change it to 768MB .. I''d use > > xe vm-param-set uuid=<put-uuid-here> memory-static-max=768000000 > xe vm-param-set uuid=<put-uuid-here> memory-dynamic-max=768000000 > > Regards > > On Mon, Feb 1, 2010 at 12:19 PM, Peter den Hartog < > peterdenhartog@gmail.com> wrote: > >> Hello, >> >> I''ve created a test server with a xen-cloud platform on it, and it''s >> running great, i got a centos and 2 debian machines running, created from >> template. >> >> I was wondering if there''s any easy way to extend the ram of these >> machine''s and the size of the vdi, it got 256 mb ram and 8.xGB by default >> but i would like these defaults to be higher, is this changable? >> >> Rergards & thanks, >> Peter >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> > >-- Groet // Kind regards, Peter den Hartog _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
"xe vdi-resize" looks promising. The easiest way, is to ssh to the xcp node, and run xe commands from there, because of the spectacular bash completion there On Mon, Feb 1, 2010 at 2:37 PM, Peter den Hartog <peterdenhartog@gmail.com>wrote:> thanks! that worked great, do you have any idea''s for making the vdi (the > hardisk of the vm) bigger? ti''s 8.x GB by default but i would like it to be > 30 GB. > > Regards & thanks, > Peter > > > On Mon, Feb 1, 2010 at 1:00 PM, Ahmed Kamal < > email.ahmedkamal@googlemail.com> wrote: > >> Sure thing, power the VM off, and to change it to 768MB .. I''d use >> >> xe vm-param-set uuid=<put-uuid-here> memory-static-max=768000000 >> xe vm-param-set uuid=<put-uuid-here> memory-dynamic-max=768000000 >> >> Regards >> >> On Mon, Feb 1, 2010 at 12:19 PM, Peter den Hartog < >> peterdenhartog@gmail.com> wrote: >> >>> Hello, >>> >>> I''ve created a test server with a xen-cloud platform on it, and it''s >>> running great, i got a centos and 2 debian machines running, created from >>> template. >>> >>> I was wondering if there''s any easy way to extend the ram of these >>> machine''s and the size of the vdi, it got 256 mb ram and 8.xGB by default >>> but i would like these defaults to be higher, is this changable? >>> >>> Rergards & thanks, >>> Peter >>> >>> _______________________________________________ >>> Xen-users mailing list >>> Xen-users@lists.xensource.com >>> http://lists.xensource.com/xen-users >>> >> >> > > > -- > Groet // Kind regards, > Peter den Hartog > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users