Home forum
VDD-Project
Welcome, Guest
Please Login or Register.    Lost Password?
General Configuration
(1 viewing) 1 Guest
Virtual Distro Dispatcher in general
Go to bottom
TOPIC: General Configuration
#28
ghido (User)
Posts: 7
User Offline Click here to see the profile of this user
Re:General Configuration 3 Years, 8 Months ago  
Ok, i now i need to understand better the lanchVM.
It's correct i don't replace LTSP but i add VDD to my ltsp.
i think to use one VM for every user, what do you think?

Ghido
 
Logged Logged
  The administrator has disabled public write access.
#29
flavio (Admin)
Admin
Posts: 13
User Offline Click here to see the profile of this user
Re:General Configuration 3 Years, 8 Months ago  
Of course you may use one VM per user. You have to make a choice depending on your need. Obviously, if you have a lot of clients, the more users you have, the more VMs are needed with the consequence of a system overload. But this is another issue.
 
Logged Logged
  The administrator has disabled public write access.
#30
fabrizio (Admin)
Admin
Posts: 1
User Offline Click here to see the profile of this user
Re:General Configuration 3 Years, 8 Months ago  
just to make some order, let's sum the stuff here

basically, in order to run VDD system, you need:
- 1 xen server that run an ltsp environment too (dhcp - tft boot - clients images, etc.)
- on server: N running virtual machines equipped with ssh server and one or more desktop environment
- on server and on virtual machines: N users (possibly SAME users)
- 1 ltsp client (id est: a client capable of boot from network, connected to the same LAN of the server)

what should happen:
- when you boot and then login into ltsp client, as flavio said, you should have a complete desktop environment (this is about right configuration of ltsp of course)

here we go:
- TO TEST: once logged in ltsp client desktop environment (i suppose it is gnome), open a terminal and, as normal user, digit "Xephyr -ac :1"; you should see a - more or less - half-screen size grey window opening;
then open one more terminal tab and ssh into the desired virtual machines (also as normal user); then digit "export DISPLAY='ip of xen server':1"; finally you could launch your desired desktop environment whith, for example, "gnome-session" (or "startkde" or "xfce4-session");
now you should see the desktop environment starting in the previously grey window ...
let's test in this way

- NOTE: to correctly use the launch scripts you need some other stuff (zenity package, ssh keys exchange, correct ssh and sshd conf files and correct sudoers file); i have to complete the documentation and i'll do it as soon as possible

let me know how it goes
 
Logged Logged
  The administrator has disabled public write access.
#31
ghido (User)
Posts: 7
User Offline Click here to see the profile of this user
Re:General Configuration 3 Years, 8 Months ago  
Thank you, now i understand the system.
Next week i continue the tests.

Ghido
 
Logged Logged
  The administrator has disabled public write access.
Go to top