aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: f6cc4986f6086880087e5a55c90e3bb665ac26e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# xe-guest-utilities-git

###Purpose
xe-guest-utilities is an add-on package for the [Xen](https://xenproject.org/developers/teams/xen-hypervisor/) and [xcp-ng](https://xcp-ng.org/) hypervisors. As per [documentation](https://xenproject.org/developers/teams/xen-hypervisor/) these tools:
  - Report extra VM info (that only the Operating system can know, not your underlying hypervisor), like VM IP address, kernel version etc.
  - Communicate with the OS in case of quiesce snapshots (Windows and its VSS)
  - Allow sending signals to the OS (clean reboot, hotplug hardware etc.)
This package provides a service file which can be activated/enabled by systemd to provide these features to your VM running with Xen/xcp-ng.

###Source Code
xe-guest-utilities pulls its sourcecode from the [Xenserver](https://github.com/xenserver/xe-guest-utilities) github repository. The source code requires a [Go development environment](https://golang.org/doc/install) in order to successfully compile the code. This script should automatically download the go-pie package, compile and install the script.  

###Installation
The following files are installed by the package: (Listed here in case manual removal is necessary)
  - /usr/share/licenses/xe-guest-utilities-git/LICENSE
  - /usr/share/oem/xs/xe-daemon
  - /usr/share/oem/xs/xe-linux-distribution
  - /usr/lib/udev/rules.d/10-xen-vcpu-hotplug.rules
  - /usr/lib/systemd/system/xe-guest-utilities.service
  - /usr/bin/xenstore
  - /usr/bin/xenstore-exists
  - /usr/bin/xenstore-read
  - /usr/bin/xenstore-rm
  - /usr/bin/xenstore-write


###Activation
Once xe-guest-utilities-git is installed, the service can be started (as root):
```
systemctl start xe-guest-utilities.service
```

The service can be enabled so it will start on subsequent boots:
```
systemctl enable xe-guest-utilities.service
```

References:
1. https://github.com/xcp-ng/xcp/wiki/Guest-Tools
2. https://github.com/xcp-ng/xe-guest-utilities
3. https://xen-orchestra.com/blog/install-xenserver-tools-in-your-vm/
4. Older version of utilities: https://aur.archlinux.org/packages/xe-guest-utilities/