Mailing List Archive

deploy XEN project
*Hi,*

I am new user for deploy XEN project on my Centos server. Please guide me how to install & configure XEN project on centos 7?

I am just download xen-4.15.0.tar.gz file. Please help me....


---
*Thanks & Regards.*


Support Admin

Facebook <htps://facebook.com/technologyrss> | Twitter
<https://twitter.com/technologyrss1> | Website <https://technologyrss.com>

116/1 West Malibagh, D. I. T Road

Dhaka-1217, Bangladesh

*Mob :* +088 01716915504

*Email :* support.admin@technologyrss.com

*Web :* www.technologyrss.com <https://technologyrss.com>
Re: deploy XEN project [ In reply to ]
Basically I want to install and fully usable guide, Please help me

---Alamin

On 5/19/2021 7:06 PM, Christoph Kaminski wrote:
> use the "xen made easy" Project... You dont need to compile it self...
>
> ---
> MfG
>
> Am 19.05.2021 14:55, schrieb Technologyrss Mail:
>> Hi,
>>
>> I am new user for deploy XEN project on my Centos server. Please guide
>> me how to install & configure XEN project on centos 7?
>>
>> I am just download xen-4.15.0.tar.gz file. Please help me....
>>
>> ---
>> Thanks & Regards.
>>
>> Support Admin
>>
>> Facebook [1] | Twitter [2] | Website [3]
>>
>> 116/1 West Malibagh, D. I. T Road
>>
>> Dhaka-1217, Bangladesh
>>
>> Mob : +088 01716915504
>>
>> Email : support.admin@technologyrss.com
>>
>> Web : www.technologyrss.com [3]
>>
>> Links:
>> ------
>> [1] htps://facebook.com/technologyrss
>> [2] https://twitter.com/technologyrss1
>> [3] https://technologyrss.com
Re: deploy XEN project [ In reply to ]
Am Mittwoch, 19. Mai 2021, 15:09:02 CEST schrieb Technologyrss Mail:
> Basically I want to install and fully usable guide, Please help me
search engines are your friend - i.e.:
https://computingforgeeks.com/xen-virtualization-in-linux/
https://wiki.centos.org/HowTos/Xen/Xen4QuickStart

there are different ways to install / deploy xen on a linux system like centos
- so there is no common installation guide. For beginners it should be the
easiest way to start with / use the pre packaged xen stuff from the
distributor of his choice (like in the howtos i linked here).

In (very) short:
- install a xen capable linux kernel (if the installed kernel is not xen
capable yet)
- install the (bootable) xen binary and xen-tools (incl. dependencies)
- adapt bootloader config to boot xen
- reboot
- check wth i.e. xl info / xl list

some of these points may be hidden in / done by the installer of your
disctributors packages.

- create your first domU



hth,


niels.

--
---
Niels Dettenbach
Syndicat IT & Internet
https://www.syndicat.com
PGP: https://syndicat.com/pub_key.asc
---
Re: deploy XEN project [ In reply to ]
Am Wed, 19 May 2021 18:55:58 +0600
schrieb Technologyrss Mail <technologyrss.mail@gmail.com>:

> I am just download xen-4.15.0.tar.gz file.

At the risk of stating the obvious:

# tar xfa xen-4.15.0.tar.gz
# cd xen-4.15.0
# make rpmball
# rpm -Uvh dist/xen.rpm

In case that fails:
# less -S INSTALLL


Good luck.


Olaf
re: deploy XEN project [ In reply to ]
Hello,

you have the tarball for xen-4.15.0.tar.gz, but there is an easier way
to get xen packages.

http://mirrors.oit.uci.edu/centos/7/virt/x86_64/xen-414/

above is the repo for the full set of xen-4.14 packages, but AFAIK
there is no release RPM, so you might do:
sudo yumdownloader centos-release-xen-412

rpm2cpio centos-release-xen-412-8-7.el7.centos.x86_64.rpm | cpio -ivd
"*CentOS-Xen-412.repo"

cp etc/yum.repos.d/CentOS-Xen-412.repo ./
sed -i -e 's|412|414|g' CentOS-Xen-412.repo > CentOS-Xen-414.repo
cp -p CentOS-Xen-414.repo /etc/yum.repos.d

cheers,
Prymar 56
##xen-packaging on OFTC
Re: deploy XEN project [ In reply to ]
correction:

sed -e 's|412|414|g' CentOS-Xen-412.repo > CentOS-Xen-414.repo

On 5/19/21, Pry Mar <pryorm09@gmail.com> wrote:
> Hello,
>
> you have the tarball for xen-4.15.0.tar.gz, but there is an easier way
> to get xen packages.
>
> http://mirrors.oit.uci.edu/centos/7/virt/x86_64/xen-414/
>
> above is the repo for the full set of xen-4.14 packages, but AFAIK
> there is no release RPM, so you might do:
> sudo yumdownloader centos-release-xen-412
>
> rpm2cpio centos-release-xen-412-8-7.el7.centos.x86_64.rpm | cpio -ivd
> "*CentOS-Xen-412.repo"
>
> cp etc/yum.repos.d/CentOS-Xen-412.repo ./
> sed -i -e 's|412|414|g' CentOS-Xen-412.repo > CentOS-Xen-414.repo
> cp -p CentOS-Xen-414.repo /etc/yum.repos.d
>
> cheers,
> Prymar 56
> ##xen-packaging on OFTC
>
Re: deploy XEN project [ In reply to ]
can I use virtualbox for testing ? or must be needed physical server?

---Alamin

On 5/19/2021 11:48 PM, Olaf Hering wrote:
> Am Wed, 19 May 2021 18:55:58 +0600
> schrieb Technologyrss Mail <technologyrss.mail@gmail.com>:
>
>> I am just download xen-4.15.0.tar.gz file.
> At the risk of stating the obvious:
>
> # tar xfa xen-4.15.0.tar.gz
> # cd xen-4.15.0
> # make rpmball
> # rpm -Uvh dist/xen.rpm
>
> In case that fails:
> # less -S INSTALLL
>
>
> Good luck.
>
>
> Olaf
Re: deploy XEN project [ In reply to ]
On 20/05/2021 07:45, Technologyrss Mail wrote:
> can I use virtualbox for testing ? or must be needed physical server?

you can, but then don't forget to enable nested virtualization to
benefit from hardware-assisted VT-x or AMD-V (grep vmx or svm against
/proc/cpuinfo)