Difference between revisions of "Create Linux Guest Horizon"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (Created page with "==Purpose== To create a Linux VDI desktop that no one in the company will end up using. This is purely for learning purposes and I do not expect this to be used. ==Issues== *A...") |
Michael.mast (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==Issues== | ==Issues== | ||
*As of Horizon 7.13 only manual desktops are supported. | *As of Horizon 7.13 only manual desktops are supported. | ||
+ | *<b>You can't use the standard Horizon connection servers, you have to use the Linux versions to host Linux desktops. So forget this!</b> | ||
==Process== | ==Process== | ||
Line 9: | Line 10: | ||
*I assume the best practice is to build the base OS without joining to the domain. Then as users need desktops you would clone the base image, update the hostname, join the domain, then enroll into horizon. | *I assume the best practice is to build the base OS without joining to the domain. Then as users need desktops you would clone the base image, update the hostname, join the domain, then enroll into horizon. | ||
*I created a setup user called "setup" and will be using this to configure the system. | *I created a setup user called "setup" and will be using this to configure the system. | ||
+ | ===General Notes=== | ||
+ | After performing initial updates, and installing any additional software (i.e. Chrome). | ||
+ | <pre> | ||
+ | dnf upgrade -y && reboot | ||
+ | </pre> | ||
+ | Join the system to the domain | ||
+ | <pre> | ||
+ | realm join -U <domain admin> | ||
+ | </pre> | ||
+ | I then copied the agent installer to the image, unpacked it, and ran the installer. It was completely seamless so far. |
Latest revision as of 10:43, 1 December 2020
Purpose
To create a Linux VDI desktop that no one in the company will end up using. This is purely for learning purposes and I do not expect this to be used.
Issues
- As of Horizon 7.13 only manual desktops are supported.
- You can't use the standard Horizon connection servers, you have to use the Linux versions to host Linux desktops. So forget this!
Process
Base Install
- Used the Workstation software selection with whatever optional graphical tools were available. I did not install the office suite.
- I assume the best practice is to build the base OS without joining to the domain. Then as users need desktops you would clone the base image, update the hostname, join the domain, then enroll into horizon.
- I created a setup user called "setup" and will be using this to configure the system.
General Notes
After performing initial updates, and installing any additional software (i.e. Chrome).
dnf upgrade -y && reboot
Join the system to the domain
realm join -U <domain admin>
I then copied the agent installer to the image, unpacked it, and ran the installer. It was completely seamless so far.