|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] domU consoles
96 domUs on ONE box?! Whoa....
I hope you don't mind me asking, but what are they all doing? :D
On Saturday 17 June 2006 10:36, Yura Pismerov wrote:
> Andrej Radonic wrote:
> > Yura Pismerov wrote:
> >> Yes, but how about. let's say, 100 VMs ?
> >> IMHO setting up shell aliases (eg. alias vm1='xm console dom1') would be
> >> more scalable solution.
> >> Though you'd lose screen buffer in this case and would not be able to
> >> scroll back (or I am mistaken ?)
> >> So here is a better solution using old good program called "screen":
> >>
> >> alias vm1="screen -T vt100 -a -A -S vm1 xm console dom1"
> >> alias scd='screen -dr' # to re-attach screen
> >> alias sls='screen -ls' # to list all screen sessions
> >>
> >> Then you can run "vmN" will open screen sessions to domN from any shell.
> >
> > Hi Yura,
> > I don't quite get the point: what's the advantage over issuing "xm
> > console <DOMAIN>" and switching back to dom0 with CTRL+5 ?
> > In each case you need 1 command to connect to the domU console and 1
> > to detach.
>
> Scalability.
> Like I said I have 96 domains to manage (on one box).
>
> > Greetz,
> > Andrej
> >
> > _______________________________________________
> > Xen-users mailing list
> > Xen-users@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-users
--
~ Chris "Kyral" Peterman
Computer Science Undergraduate
Clarkson University
Associate Member of the Free Software Foundation
Ubuntu Member
pgp9n4QhBpYVJ.pgp
Description: PGP signature
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- Re: [Xen-users] domU consoles, (continued)
|
|
|
|
|