Skip to content
Snippets Groups Projects
horizon.md 2.04 KiB
Newer Older
  • Learn to ignore specific revisions
  • Jan Siwiec's avatar
    Jan Siwiec committed
    # Using VMware Horizon
    
    Jan Siwiec's avatar
    Jan Siwiec committed
    
    VMware Horizon is a virtual desktop infrastructure (VDI) solution
    that enables users to access virtual desktops and applications from any device and any location.
    It provides a comprehensive end-to-end solution for managing and delivering virtual desktops and applications,
    including features such as session management, user authentication, and virtual desktop provisioning.
    
    ![](../../img/horizon.png)
    
    ## How to Access VMware Horizon
    
    !!! important
        Access to VMware Horizon requires IT4I VPN.
    
    1. Contact [IT4I support][a] with a request for an access and VM allocation.
    
    Jan Siwiec's avatar
    Jan Siwiec committed
    1. [Download][1] and install the VMware Horizon Client for Windows.
    
    Jan Siwiec's avatar
    Jan Siwiec committed
    1. Add a new server `https://vdi-cs01.msad.it4i.cz/` in the Horizon client.
    1. Connect to the server using your IT4I username and password.
    
    Jan Siwiec's avatar
    Jan Siwiec committed
       Username is in the `domain\username` format and the domain is `msad.it4i.cz`.
    
    Jan Siwiec's avatar
    Jan Siwiec committed
       For example: `msad.it4i.cz\user123`
    
    
    Jan Siwiec's avatar
    Jan Siwiec committed
    ## Example
    
    Below is an example of how to mount a remote folder and check the conection on Windows OS:
    
    ### Prerequsities
    
    3D applications
    
    * [Blender][3]
    
    SSHFS for remote access
    
    * [sshfs-win][4]
    * [winfsp][5]
    * [shfs-win-manager][6]
    * ssh keys for access to clusters
    
    
    Jan Siwiec's avatar
    Jan Siwiec committed
    ### Steps
    
    
    Jan Siwiec's avatar
    Jan Siwiec committed
    1. Start the VPN and connect to the server via VMware Horizon Client.
    
    
    Jan Siwiec's avatar
    Jan Siwiec committed
        ![](../../img/vmware.png)
    
    Jan Siwiec's avatar
    Jan Siwiec committed
    
    1. Mount a remote folder.
    
    Jan Siwiec's avatar
    Jan Siwiec committed
        * Run sshfs-win-manager.
    
    Jan Siwiec's avatar
    Jan Siwiec committed
    
        ![](../../img/sshfs.png)
    
    
    Jan Siwiec's avatar
    Jan Siwiec committed
        * Add a new connection.
    
    Jan Siwiec's avatar
    Jan Siwiec committed
    
        ![](../../img/sshfs1.png)
    
    
    Jan Siwiec's avatar
    Jan Siwiec committed
        * Click on **Connect**.
    
    Jan Siwiec's avatar
    Jan Siwiec committed
    
        ![](../../img/sshfs2.png)
    
    1. Check that the folder is mounted.
    
    
    Jan Siwiec's avatar
    Jan Siwiec committed
        ![](../../img/mount.png)
    
    Jan Siwiec's avatar
    Jan Siwiec committed
    
    1. Check the GPU resources.
    
    
    Jan Siwiec's avatar
    Jan Siwiec committed
        ![](../../img/gpu.png)
    
    Jan Siwiec's avatar
    Jan Siwiec committed
    
    ### Blender
    
    Now if you run, for example, Blender, you can check the available GPU resources in Blender Preferences.
    
      ![](../../img/blender.png)
    
    
    Jan Siwiec's avatar
    Jan Siwiec committed
    [a]: mailto:support@it4i.cz
    
    Jan Siwiec's avatar
    Jan Siwiec committed
    
    [1]: https://vdi-cs01.msad.it4i.cz/
    [2]: https://www.paraview.org/download/
    [3]: https://www.blender.org/download/
    [4]: https://github.com/winfsp/sshfs-win/releases
    [5]: https://github.com/winfsp/winfsp/releases/
    
    Jan Siwiec's avatar
    Jan Siwiec committed
    [6]: https://github.com/evsar3/sshfs-win-manager/releases