How to install Xen-Tools on Ubuntu Server LTS 16.04 with Xenserver 7?Running Xen on Ubuntu-Server 11.10Xen - install fully paravirtualized Ubuntu - no virtual kernel in bootloaderCan Ubuntu JeOS work with Xen?Virtualizing Windows and Ubuntu with XenHow to integrate libvirt with libxl of Xen 4.4?Xen, XAPI, and Xen Orchestra, Ubuntu 14.04 ServerHow do I install Ubuntu in Xen virtual machine?Convert Ubuntu 16.04 to PV domU on XenServer 6.5KVM in Ubuntu Server 16.04 LTSProblem with creating a PV-ubuntu-guest with Xen on slackware
Cynical novel that describes an America ruled by the media, arms manufacturers, and ethnic figureheads
Minimal reference content
How does it work when somebody invests in my business?
Everything Bob says is false. How does he get people to trust him?
Was Spock the First Vulcan in Starfleet?
How could Frankenstein get the parts for his _second_ creature?
Can criminal fraud exist without damages?
Is it okay / does it make sense for another player to join a running game of Munchkin?
What would be the benefits of having both a state and local currencies?
Is there a measurement for the vocal speed of a song?
Bash method for viewing beginning and end of file
What would happen if the UK refused to take part in EU Parliamentary elections?
Is there any reason not to eat food that's been dropped on the surface of the moon?
Increase performance creating Mandelbrot set in python
Are there any comparative studies done between Ashtavakra Gita and Buddhim?
Why are on-board computers allowed to change controls without notifying the pilots?
Implement the Thanos sorting algorithm
Time travel short story where a man arrives in the late 19th century in a time machine and then sends the machine back into the past
Have I saved too much for retirement so far?
What defines a dissertation?
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
MaTeX, font size, and PlotLegends
Can a monster with multiattack use this ability if they are missing a limb?
The baby cries all morning
How to install Xen-Tools on Ubuntu Server LTS 16.04 with Xenserver 7?
Running Xen on Ubuntu-Server 11.10Xen - install fully paravirtualized Ubuntu - no virtual kernel in bootloaderCan Ubuntu JeOS work with Xen?Virtualizing Windows and Ubuntu with XenHow to integrate libvirt with libxl of Xen 4.4?Xen, XAPI, and Xen Orchestra, Ubuntu 14.04 ServerHow do I install Ubuntu in Xen virtual machine?Convert Ubuntu 16.04 to PV domU on XenServer 6.5KVM in Ubuntu Server 16.04 LTSProblem with creating a PV-ubuntu-guest with Xen on slackware
I tried several methods.
sudo apt-get install xen-toolsis installing at least two packages but cannot configure / start them for unknown reason.Source
Using the iso provided by Xencenter (developer help page)
mount /dev/xvdd /mntEnd up this way
mount: special device /dev/xvdd does not existSource
Using the iso provided by Xencenter (xen ochestra help page)
mount /dev/cdrom /mntworks
bash /mnt/Linux/install.shreturns
bash: /mnt/Linux/install.sh: No such file or directorySource
16.04 server virtualization xen
add a comment |
I tried several methods.
sudo apt-get install xen-toolsis installing at least two packages but cannot configure / start them for unknown reason.Source
Using the iso provided by Xencenter (developer help page)
mount /dev/xvdd /mntEnd up this way
mount: special device /dev/xvdd does not existSource
Using the iso provided by Xencenter (xen ochestra help page)
mount /dev/cdrom /mntworks
bash /mnt/Linux/install.shreturns
bash: /mnt/Linux/install.sh: No such file or directorySource
16.04 server virtualization xen
I mounted the iso via /dev/cdrom found the solution here: xen-orchestra.com/blog/install-xenserver-tools-in-your-vm
– kriz2
Apr 26 '17 at 14:14
add a comment |
I tried several methods.
sudo apt-get install xen-toolsis installing at least two packages but cannot configure / start them for unknown reason.Source
Using the iso provided by Xencenter (developer help page)
mount /dev/xvdd /mntEnd up this way
mount: special device /dev/xvdd does not existSource
Using the iso provided by Xencenter (xen ochestra help page)
mount /dev/cdrom /mntworks
bash /mnt/Linux/install.shreturns
bash: /mnt/Linux/install.sh: No such file or directorySource
16.04 server virtualization xen
I tried several methods.
sudo apt-get install xen-toolsis installing at least two packages but cannot configure / start them for unknown reason.Source
Using the iso provided by Xencenter (developer help page)
mount /dev/xvdd /mntEnd up this way
mount: special device /dev/xvdd does not existSource
Using the iso provided by Xencenter (xen ochestra help page)
mount /dev/cdrom /mntworks
bash /mnt/Linux/install.shreturns
bash: /mnt/Linux/install.sh: No such file or directorySource
16.04 server virtualization xen
16.04 server virtualization xen
edited Aug 15 '18 at 9:08
Martin Thornton
2,55651830
2,55651830
asked Jan 13 '17 at 1:50
BinaryBinary
41115
41115
I mounted the iso via /dev/cdrom found the solution here: xen-orchestra.com/blog/install-xenserver-tools-in-your-vm
– kriz2
Apr 26 '17 at 14:14
add a comment |
I mounted the iso via /dev/cdrom found the solution here: xen-orchestra.com/blog/install-xenserver-tools-in-your-vm
– kriz2
Apr 26 '17 at 14:14
I mounted the iso via /dev/cdrom found the solution here: xen-orchestra.com/blog/install-xenserver-tools-in-your-vm
– kriz2
Apr 26 '17 at 14:14
I mounted the iso via /dev/cdrom found the solution here: xen-orchestra.com/blog/install-xenserver-tools-in-your-vm
– kriz2
Apr 26 '17 at 14:14
add a comment |
2 Answers
2
active
oldest
votes
You first need to find out the physical path to the DVD drive by running:
sudo lsblk -f
The output can look like this:
NAME FSTYPE LABEL UUID MOUNTPOINT
sr0 iso9660 XenServer Tools 2017-02-14-21-45-52-00
xvda
├─xvda1 ext2 b874af3a-24ec-454f-a802-0fee2945e388 /boot
├─xvda2
└─xvda5 LVM2_member LOmK2X-RYRD-GR8s-Guzv-kXFN-e3Y8-gSVdgM
├─nginx--vg-root ext4 2dd0c496-ea05-4027-bf90-84ceb94d2f3a /
└─nginx--vg-swap_1 swap 77064139-1d50-4344-ade7-dacec1e62c9b [SWAP]
As you can see, I already "inserted" the Xen Tools disk and the drive has /dev/sr0 physical path. Then, you need to create a directory where the drive will be mounted and then mount it:
$ sudo mkdir /mnt/dvd
$ sudo mount /dev/sr0 /mnt/dvd
mount: /dev/sr0 is write-protected, mounting read-only
Then, run the installer
cd /mnt/dvd/Linux
sudo ./install.sh
add a comment |
You can currently install version 6.2 (Which works with XenServer 7.2) with apt:
sudo apt-get install xe-guest-utilities
Though, as this will then get upgraded (either via apt-get updgrade or unattended-upgrades), it may become unstable when a new version of XenServer is released, so it may be good to pin it to version 6.* (/etc/apt/preferences.d/xe-guest-utilities):
Package: xe-guest-utilities
Pin: version 6.*
Pin-Priority: 900
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f871281%2fhow-to-install-xen-tools-on-ubuntu-server-lts-16-04-with-xenserver-7%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You first need to find out the physical path to the DVD drive by running:
sudo lsblk -f
The output can look like this:
NAME FSTYPE LABEL UUID MOUNTPOINT
sr0 iso9660 XenServer Tools 2017-02-14-21-45-52-00
xvda
├─xvda1 ext2 b874af3a-24ec-454f-a802-0fee2945e388 /boot
├─xvda2
└─xvda5 LVM2_member LOmK2X-RYRD-GR8s-Guzv-kXFN-e3Y8-gSVdgM
├─nginx--vg-root ext4 2dd0c496-ea05-4027-bf90-84ceb94d2f3a /
└─nginx--vg-swap_1 swap 77064139-1d50-4344-ade7-dacec1e62c9b [SWAP]
As you can see, I already "inserted" the Xen Tools disk and the drive has /dev/sr0 physical path. Then, you need to create a directory where the drive will be mounted and then mount it:
$ sudo mkdir /mnt/dvd
$ sudo mount /dev/sr0 /mnt/dvd
mount: /dev/sr0 is write-protected, mounting read-only
Then, run the installer
cd /mnt/dvd/Linux
sudo ./install.sh
add a comment |
You first need to find out the physical path to the DVD drive by running:
sudo lsblk -f
The output can look like this:
NAME FSTYPE LABEL UUID MOUNTPOINT
sr0 iso9660 XenServer Tools 2017-02-14-21-45-52-00
xvda
├─xvda1 ext2 b874af3a-24ec-454f-a802-0fee2945e388 /boot
├─xvda2
└─xvda5 LVM2_member LOmK2X-RYRD-GR8s-Guzv-kXFN-e3Y8-gSVdgM
├─nginx--vg-root ext4 2dd0c496-ea05-4027-bf90-84ceb94d2f3a /
└─nginx--vg-swap_1 swap 77064139-1d50-4344-ade7-dacec1e62c9b [SWAP]
As you can see, I already "inserted" the Xen Tools disk and the drive has /dev/sr0 physical path. Then, you need to create a directory where the drive will be mounted and then mount it:
$ sudo mkdir /mnt/dvd
$ sudo mount /dev/sr0 /mnt/dvd
mount: /dev/sr0 is write-protected, mounting read-only
Then, run the installer
cd /mnt/dvd/Linux
sudo ./install.sh
add a comment |
You first need to find out the physical path to the DVD drive by running:
sudo lsblk -f
The output can look like this:
NAME FSTYPE LABEL UUID MOUNTPOINT
sr0 iso9660 XenServer Tools 2017-02-14-21-45-52-00
xvda
├─xvda1 ext2 b874af3a-24ec-454f-a802-0fee2945e388 /boot
├─xvda2
└─xvda5 LVM2_member LOmK2X-RYRD-GR8s-Guzv-kXFN-e3Y8-gSVdgM
├─nginx--vg-root ext4 2dd0c496-ea05-4027-bf90-84ceb94d2f3a /
└─nginx--vg-swap_1 swap 77064139-1d50-4344-ade7-dacec1e62c9b [SWAP]
As you can see, I already "inserted" the Xen Tools disk and the drive has /dev/sr0 physical path. Then, you need to create a directory where the drive will be mounted and then mount it:
$ sudo mkdir /mnt/dvd
$ sudo mount /dev/sr0 /mnt/dvd
mount: /dev/sr0 is write-protected, mounting read-only
Then, run the installer
cd /mnt/dvd/Linux
sudo ./install.sh
You first need to find out the physical path to the DVD drive by running:
sudo lsblk -f
The output can look like this:
NAME FSTYPE LABEL UUID MOUNTPOINT
sr0 iso9660 XenServer Tools 2017-02-14-21-45-52-00
xvda
├─xvda1 ext2 b874af3a-24ec-454f-a802-0fee2945e388 /boot
├─xvda2
└─xvda5 LVM2_member LOmK2X-RYRD-GR8s-Guzv-kXFN-e3Y8-gSVdgM
├─nginx--vg-root ext4 2dd0c496-ea05-4027-bf90-84ceb94d2f3a /
└─nginx--vg-swap_1 swap 77064139-1d50-4344-ade7-dacec1e62c9b [SWAP]
As you can see, I already "inserted" the Xen Tools disk and the drive has /dev/sr0 physical path. Then, you need to create a directory where the drive will be mounted and then mount it:
$ sudo mkdir /mnt/dvd
$ sudo mount /dev/sr0 /mnt/dvd
mount: /dev/sr0 is write-protected, mounting read-only
Then, run the installer
cd /mnt/dvd/Linux
sudo ./install.sh
edited Aug 8 '17 at 19:50
Zanna
51.1k13138242
51.1k13138242
answered Aug 8 '17 at 19:08
Alexey ZimarevAlexey Zimarev
18614
18614
add a comment |
add a comment |
You can currently install version 6.2 (Which works with XenServer 7.2) with apt:
sudo apt-get install xe-guest-utilities
Though, as this will then get upgraded (either via apt-get updgrade or unattended-upgrades), it may become unstable when a new version of XenServer is released, so it may be good to pin it to version 6.* (/etc/apt/preferences.d/xe-guest-utilities):
Package: xe-guest-utilities
Pin: version 6.*
Pin-Priority: 900
add a comment |
You can currently install version 6.2 (Which works with XenServer 7.2) with apt:
sudo apt-get install xe-guest-utilities
Though, as this will then get upgraded (either via apt-get updgrade or unattended-upgrades), it may become unstable when a new version of XenServer is released, so it may be good to pin it to version 6.* (/etc/apt/preferences.d/xe-guest-utilities):
Package: xe-guest-utilities
Pin: version 6.*
Pin-Priority: 900
add a comment |
You can currently install version 6.2 (Which works with XenServer 7.2) with apt:
sudo apt-get install xe-guest-utilities
Though, as this will then get upgraded (either via apt-get updgrade or unattended-upgrades), it may become unstable when a new version of XenServer is released, so it may be good to pin it to version 6.* (/etc/apt/preferences.d/xe-guest-utilities):
Package: xe-guest-utilities
Pin: version 6.*
Pin-Priority: 900
You can currently install version 6.2 (Which works with XenServer 7.2) with apt:
sudo apt-get install xe-guest-utilities
Though, as this will then get upgraded (either via apt-get updgrade or unattended-upgrades), it may become unstable when a new version of XenServer is released, so it may be good to pin it to version 6.* (/etc/apt/preferences.d/xe-guest-utilities):
Package: xe-guest-utilities
Pin: version 6.*
Pin-Priority: 900
answered Sep 20 '17 at 17:10
Just Lucky ReallyJust Lucky Really
2382519
2382519
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f871281%2fhow-to-install-xen-tools-on-ubuntu-server-lts-16-04-with-xenserver-7%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I mounted the iso via /dev/cdrom found the solution here: xen-orchestra.com/blog/install-xenserver-tools-in-your-vm
– kriz2
Apr 26 '17 at 14:14