Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

Install XenServer-tools GNU/Linux

Leer en espanol
Install XenServer-tools GNU/Linux

Table of contents

We can list ===

When installing any OS we must know if it is supported by XenServer, more than anything in case we want to take advantage of its paravirtualization drivers.

We can get the list from the installation manuals or from the same templates menu that XenCenter provides when creating a new virtual machine.

Once it is clear that our distribution is supported and that we have it correctly installed, the alert will appear. “Tools not installed”  in the XenCenter overview panel. We will right-click on the virtual machine and tell it that we want to Install XenServer Tools…:

Captura00

We mount the cd-rom

Bash
mkdir /mnt/xe-tools/
mount /dev/cdrom /mnt/xen-tools

The following case can also be given to mount the cdrom:

Bash
mount /dev/xvdd /mnt/xe-tools

Captura01

We access the folder

text
cd /mnt/xen-tools/

Captura02

And we run the installer and reboot.

text
bash install.sh
reboot

Captura03

Now if we go back to the general panel we see that it has been installed correctly.

Captura04

Greetings, rokitoh!

Comments