How to get llama 2 up and running , in a VM, with no GPU, and limited memory on Ubuntu

Image
OK I decided to write this up after unsuccessfully being able to find all the required info I needed in one place. In this setup we will be using Ubuntu Server 22.04.2 LTS as the OS. I have this running on a home lab ESXi server 8, on a HP Compaq Pro 6300 SFF CPU = Intel Core i7-3770 Installed Memory 16 GB I have some 10K SAS drives installed for the VM's If you have not already, navigate to  Get Ubuntu Server | Download | Ubuntu and download the 22.04.2 LTS ISO Next Lets create our VM that we are going to run this in. *Note Im using ESXi however you can probably do this in Workstation, Fusion, VirtualBox etc The main things to note on the VM creation. Set Ubuntu 64 bit as the guest OS Set your CPU relevant to the physicals CPU, I will be starting with 4 VCPU Set your Memory to as much as you can tolerate, I will be using 12 Disk Space - we are creating a 100G swap file, and the rest of the file can take up some room , so more is better if you can afford it Dont forget to add the U

Red Hat Enterprise Linux as a Horizon View Instant Clone Part 4

Welcome to part 4 of deploying Red Had Enterprise Linux as Horizon View Instant Clones.

In this section we will go through creating the Instant Clone pool and login in.
At this point you should have already created the VM in part 1, installed RHEL in part 2, and configured RHEL and installed the agent in part 3. Go ahead and power on the VM and open a console to the VM (I prefer to use VMware workstation , however a browser is just fine)


OK we are in the home stretch, open the Horizon administrator, navigate to desktop and click Add.
Choose 'Automated Desktop Pool' [Next]

Select 'Floating'  [Next]

 Make sure 'Instant Clones' is selected  [Next]


Give the pool a name, again something easily identifiable always helps  [Next]



Do not make any changes here  [Next]


Choose a naming pattern
Choose the number of Instant Clones you want
 [Next]


If you are using vSAN configure it here (I am not) [Next]


Choose the parent you created
Choose the last snapshot you created
Select a location for the pool
Select your compute cluster
Select a resource pool if you have one
Select the Datastore(s) you want to deploy the VMs to
Select any network you want to deploy the Instant clones to
 [Next]
 Select the Active Directory OU you want to put the VM into
Check the Allow reuse of pre-existing computer accounts
[Next]
 The last page allows you to select to entitle users, I select this, and click [Finish], then add the group of users to be entitled.


Open up vsphere, and watch the instant clones create!


Once you get to the 'Configure virtual disk digest' you are in good shape

In the View administrator you can see the VM's go into customizing.

Once the VMs are deployed they will show as Available

Now open up the horizon Client, connect to your connection server and select the newly created pool

You will be logged in to your new RHEL 7.5 Instant Clone



That is it.

If you have any questions go ahead and post them, and if you need documentation references check the VMware documentation:
https://docs.vmware.com/en/VMware-Horizon-7/7.6/linux-desktops-setup/GUID-E6825232-3188-4507-B757-0CF743047282.html


Comments

Popular posts from this blog

vSphere 7 - Specify a vmkernel adapter to use for NFS datastores Step By Step \ Walkthrough on a DVS

Horizon View 2-factor Authentication for Free! with Google Authenticator or others

How to get llama 2 up and running , in a VM, with no GPU, and limited memory on Ubuntu