Skip to content
Snippets Groups Projects
Commit 965a2b70 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Merge branch 'horizon' into 'master'

Update 13 files

See merge request !462
parents 66faf643 47000372
No related branches found
No related tags found
1 merge request!462Update 13 files
Pipeline #36592 failed
...@@ -13,11 +13,66 @@ including features such as session management, user authentication, and virtual ...@@ -13,11 +13,66 @@ including features such as session management, user authentication, and virtual
Access to VMware Horizon requires IT4I VPN. Access to VMware Horizon requires IT4I VPN.
1. Contact [IT4I support][a] with a request for an access and VM allocation. 1. Contact [IT4I support][a] with a request for an access and VM allocation.
1. [Download][b] and install the VMware Horizon Client for Windows. 1. [Download][1] and install the VMware Horizon Client for Windows.
1. Add a new server `https://vdi-cs01.msad.it4i.cz/` in the Horizon client. 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. 1. Connect to the server using your IT4I username and password.
Username is in the `domain\username` format and the domain is `msad.it4i.cz`. Username is in the `domain\username` format and the domain is `msad.it4i.cz`.
For example: `msad.it4i.cz\user123` For example: `msad.it4i.cz\user123`
## 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
1. Start the VPN and connect to the server via VMware Horizon Client.
![](../../img/vmware.png)
1. Mount a remote folder.
1. Run sshfs-win-manager.
![](../../img/sshfs.png)
1. Add a new connection.
![](../../img/sshfs1.png)
1. Click on **Connect**.
![](../../img/sshfs2.png)
1. Check that the folder is mounted.
![](../../img/mount.png)
1. Check the GPU resources.
![](../../img/gpu/png)
### Blender
Now if you run, for example, Blender, you can check the available GPU resources in Blender Preferences.
![](../../img/blender.png)
[a]: mailto:support@it4i.cz [a]: mailto:support@it4i.cz
[b]: https://vdi-cs01.msad.it4i.cz/
[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/
[6]: https://github.com/evsar3/sshfs-win-manager/releases
\ No newline at end of file
docs.it4i/img/blender.png

584 KiB

docs.it4i/img/blender1.png

134 KiB

docs.it4i/img/blender2.png

1.69 MiB

docs.it4i/img/gpu.png

254 KiB

docs.it4i/img/mount.png

107 KiB

docs.it4i/img/paraview.png

212 KiB

docs.it4i/img/paraview1.png

67.4 KiB

docs.it4i/img/paraview2.png

786 KiB

docs.it4i/img/sshfs.png

31 KiB

docs.it4i/img/sshfs1.png

62.9 KiB

docs.it4i/img/sshfs2.png

40.5 KiB

docs.it4i/img/vmware.png

29.5 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment