Hello Friends I need a guide to virtualization in RHEL. I tried many ways but it always gives me a different error, and in fact is very difficult and I know what I'm doing wrong. What I want to achieve is to install a virtual machine from a ks.cfg on RHEL 6 If someone is holding appreciate some guidance about whether the share. I've searched Google, Youtube, and other pages about it, and I can not accomplish anything. Thanks in advance
On Sat, Jun 08, 2013 at 08:03:36AM -0400, Fidel Dominguez wrote:> Hello Friends > > I need a guide to virtualization in RHEL.I think it would help if you were a bit more specific. For example, putting ks.cfg virtualbox into google came up with this as the first hit. http://mikent.wordpress.com/2012/04/12/how-to-install-linux-redhat-5-x-or-6-x-using-kickstart-over-http-or-cd-rom-or-iso/ VirtualBox is probably the quickest and easiest to use on CentOS. The other options are VMware-player and KVM.> > I tried many ways but it always gives me a different error, and in fact is > very difficult and I know what I'm doing wrong.The way to get help here would be to tell us what you did, and what errors you saw. -- Scott Robbins PGP keyID EB3467D6 ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) gpg --keyserver pgp.mit.edu --recv-keys EB3467D6
HI Fidel https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.0/html-single/Administration_Guide/index.html#Administration_Guide-Managing_User_Access ? http://www.ovirt.org/Documentation ? Max On 08/06/13 20:03, Fidel Dominguez wrote:> Hello Friends > > I need a guide to virtualization in RHEL. > > I tried many ways but it always gives me a different error, and in fact is > very difficult and I know what I'm doing wrong. > > What I want to achieve is to install a virtual machine from a ks.cfg on > RHEL 6 > > If someone is holding appreciate some guidance about whether the share. > > I've searched Google, Youtube, and other pages about it, and I can not > accomplish anything. > > Thanks in advance > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >
On 08.Jun.2013, at 14:03, Fidel Dominguez wrote:> What I want to achieve is to install a virtual machine from a ks.cfg on > RHEL 6How would you do it with a bare metal machine? I do not think your question has anything to do with virtualization. That said, try virt-manager, while creating a new machine you can specify kernel and initrd *and* kernel parameters http://$whatever/centos/6/os/$arch/images/pxeboot/vmlinuz http://$whatever/centos/6/os/$arch/images/pxeboot/initrd.img ks="$url to your kickstart file" -- Markus