ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    XenTools installation error for Linux

    Scheduled Pinned Locked Moved IT Discussion
    40 Posts 6 Posters 1.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      krisleslie @momurda
      last edited by

      @momurda said in XenTools installation error for Linux:

      nly have a problem remembering which to use
      /dev/dvd
      /dev/sr0
      /dev/cdrom
      is different for each distro.

      Maybe Linux needs someone from a UX engineering background to help out! LOL because for something that is rock solid it changes too much 😞

      DustinB3403D 1 Reply Last reply Reply Quote 0
      • K
        krisleslie
        last edited by

        @scottalanmiller said in XenTools installation error for Linux:

        mount /dev/cdrom /mnt/

        mount /dev/cdrom /mnt/
        So SCOTT am I wrong in reading this? Im telling the system to mount a dev called cdrom but turn around and "RE" mount it? WTF and WTH?!?!?!

        momurdaM 1 Reply Last reply Reply Quote 0
        • DustinB3403D
          DustinB3403 @krisleslie
          last edited by

          @krisleslie said in XenTools installation error for Linux:

          @momurda said in XenTools installation error for Linux:

          nly have a problem remembering which to use
          /dev/dvd
          /dev/sr0
          /dev/cdrom
          is different for each distro.

          Maybe Linux needs someone from a UX engineering background to help out! LOL because for something that is rock solid it changes too much 😞

          These changes are made by the individual dev teams though. . . so the issue is we need a massive hive mind to get everything to be standardized.

          1 Reply Last reply Reply Quote 0
          • momurdaM
            momurda @krisleslie
            last edited by

            @krisleslie No youre just mounting the /dev/cdrom device to a folder call /mnt
            Could be anything, /stuff, /userdata, etc. /mnt is just there to use by default.

            1 Reply Last reply Reply Quote 1
            • DustinB3403D
              DustinB3403
              last edited by

              @krisleslie said in XenTools installation error for Linux:

              @scottalanmiller said in XenTools installation error for Linux:

              mount /dev/cdrom /mnt/

              mount /dev/cdrom /mnt/
              So SCOTT am I wrong in reading this? Im telling the system to mount a dev called cdrom but turn around and "RE" mount it? WTF and WTH?!?!?!

              @momurda answered but here is a "better" example.

              mount /dev/cdrom /takethisdiskandlikeit

              1 Reply Last reply Reply Quote 0
              • DustinB3403D
                DustinB3403
                last edited by

                You're specifying what device to mount, and where to mount it at.

                So you would than jump into /takethisdiskandlikeit to run ./install

                K 1 Reply Last reply Reply Quote 1
                • K
                  krisleslie @DustinB3403
                  last edited by

                  @dustinb3403

                  So let me get this straight, I could have actually piped another command into that?

                  DustinB3403D 1 Reply Last reply Reply Quote 0
                  • B
                    bnrstnr @scottalanmiller
                    last edited by

                    @scottalanmiller said in XenTools installation error for Linux:

                    Ubuntu fail.

                    This is what I get every time I mount the XS guest tools ISO on Ubuntu. Every single time...
                    NnF1p9F.png

                    momurdaM 1 Reply Last reply Reply Quote 0
                    • K
                      krisleslie
                      last edited by

                      That is the exact same error I got!

                      1 Reply Last reply Reply Quote 0
                      • DustinB3403D
                        DustinB3403 @krisleslie
                        last edited by

                        @krisleslie said in XenTools installation error for Linux:

                        @dustinb3403

                        So let me get this straight, I could have actually piped another command into that?

                        Possibly, yes.

                        Likely mount /dev/cdrom /mnt | sudo ./install.sh

                        1 Reply Last reply Reply Quote 1
                        • K
                          krisleslie
                          last edited by

                          mount -o ro,exec /dev/disk/by-label/XenServer\x20Tools /mnt

                          It fails when we point to the "DISK"

                          1 Reply Last reply Reply Quote 0
                          • K
                            krisleslie
                            last edited by

                            For the love of GOD if I wasn't happy with finding an answer that would have turned me off! Like it isn't helpful. Maybe I'm wrong but a UX engineer would be like, ummmm FIX THAT!

                            1 Reply Last reply Reply Quote 0
                            • K
                              krisleslie
                              last edited by

                              Ok so I found out the installation instructions changed for Linux after a few releases!

                              Installing XenServer Tools on Linux VMs

                              • Select the VM in the Resources pane, right-click, and then click Install XenServer Tools on the shortcut menu. Alternatively, on the VM menu, click Install XenServer Tools.

                              • Click Install XenServer Tools on the message dialog to go to the VM's console.

                              • As the root user, mount the image into the VM:
                                mount /dev/xvdd /mnt

                              • Execute the installation script as the root user:
                                /mnt/Linux/install.sh

                              If the kernel has been upgraded, or the VM was upgraded from a previous version, reboot the VM now.
                              Note that CD-ROM drives and ISOs attached to Linux VMs appear as /dev/xvdd rather than /dev/cdrom. This is because they are not true CD-ROM devices, but normal devices. When the CD is ejected by XenCenter, it hot-unplugs the device from the VM and the device disappears. This is different from Windows VMs, where the CD remains in the VM in an empty state

                              1 Reply Last reply Reply Quote 0
                              • K
                                krisleslie
                                last edited by

                                What they say now is!
                                Installing XenServer Tools on Linux VMs

                                • Select the VM in the Resources pane, right-click, and then click Install XenServer Tools on the shortcut menu. Alternatively, on the VM menu, click Install XenServer Tools.

                                • Click Install XenServer Tools on the message dialog to go to the VM's console.

                                • As the root user, mount the image into the VM:
                                  mount -o ro,exec /dev/disk/by-label/XenServer\x20Tools /mntNote: If mounting the image fails, you can locate the image by running the command

                                blkid -t LABEL="XenServer Tools"Execute the installation script as the root user:

                                /mnt/Linux/install.shUnmount the image from the guest by running the command:
                                umount /mnt If the kernel has been upgraded, or the VM was upgraded from a previous version, reboot the VM now.

                                Note that CD-ROM drives and ISOs attached to Linux VMs appear as /dev/xvdd(or /dev/sdd in Ubuntu 10.10 and later), rather than /dev/cdrom. This is because they are not true CD-ROM devices, but normal devices. When the CD is ejected by XenCenter, it hot-unplugs the device from the VM and the device disappears. This is different from Windows VMs, where the CD remains in the VM in an empty state

                                B 1 Reply Last reply Reply Quote 0
                                • K
                                  krisleslie
                                  last edited by

                                  Dustin one day I strive to be proficient like you and SAM 🙂 If I see ya beer's on me bro!

                                  DustinB3403D 1 Reply Last reply Reply Quote 0
                                  • DustinB3403D
                                    DustinB3403 @krisleslie
                                    last edited by

                                    @krisleslie said in XenTools installation error for Linux:

                                    Dustin one day I strive to be proficient like you and SAM 🙂 If I see ya beer's on me bro!

                                    Ha... I wish I was nearly as proficient as SAM is. . . I squeak by.

                                    1 Reply Last reply Reply Quote 0
                                    • B
                                      bnrstnr @krisleslie
                                      last edited by

                                      @krisleslie said in XenTools installation error for Linux:

                                      Note that CD-ROM drives and ISOs attached to Linux VMs appear as /dev/xvdd(or /dev/sdd in Ubuntu 10.10 and later), rather than /dev/cdrom. This is because they are not true CD-ROM devices, but normal devices. When the CD is ejected by XenCenter, it hot-unplugs the device from the VM and the device disappears. This is different from Windows VMs, where the CD remains in the VM in an empty state

                                      This is wrong though... In the latest releases for fedora, ubuntu, and debian, for sure, it is /dev/cdrom

                                      momurdaM 1 Reply Last reply Reply Quote 0
                                      • momurdaM
                                        momurda @bnrstnr
                                        last edited by momurda

                                        @bnrstnr said in XenTools installation error for Linux:

                                        @scottalanmiller said in XenTools installation error for Linux:

                                        Ubuntu fail.

                                        This is what I get every time I mount the XS guest tools ISO on Ubuntu. Every single time...
                                        NnF1p9F.png

                                        This isnt an error
                                        It merely states you ahve mounted a read only device, like a cd or dvd
                                        edit: oh wait i see the first one is different.

                                        1 Reply Last reply Reply Quote 0
                                        • momurdaM
                                          momurda @bnrstnr
                                          last edited by

                                          @bnrstnr said in XenTools installation error for Linux:

                                          @krisleslie said in XenTools installation error for Linux:

                                          Note that CD-ROM drives and ISOs attached to Linux VMs appear as /dev/xvdd(or /dev/sdd in Ubuntu 10.10 and later), rather than /dev/cdrom. This is because they are not true CD-ROM devices, but normal devices. When the CD is ejected by XenCenter, it hot-unplugs the device from the VM and the device disappears. This is different from Windows VMs, where the CD remains in the VM in an empty state

                                          This is wrong though... In the latest releases for fedora, ubuntu, and debian, for sure, it is /dev/cdrom

                                          Not in Xenserver. The xvd device naming is for Xen.

                                          DustinB3403D 1 Reply Last reply Reply Quote 0
                                          • K
                                            krisleslie
                                            last edited by

                                            I swear just one decent UX engineer! Just one!

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post