Search results

From Linux-VServer

Jump to: navigation, search
  • ...lt web control panel provides easy control over every aspect of the server configuration. * providing Linux-VServer guest space on a Xeon™ Host with Gigabit Ethernet connection (2005-)
    12 KB (1,649 words) - 23:09, 22 May 2017
  • ...t Architecture (CPU and Hardware). No modifications need to be made to the Guest OS because it isn't aware of the fact that it isn't running on real hardwar ...ll large amounts of resources being wasted in caches and mediation between Guest and Host (examples for this approach are UML and Xen).
    54 KB (8,373 words) - 10:48, 12 November 2011
  • * some improvements to the configuration text * delta-vci-bump01 (Vserver Configuration Information (vci) bumps the kernel version number)
    9 KB (1,349 words) - 21:30, 21 October 2011
  • == Configuration == * [[Building Guest Systems]]
    3 KB (396 words) - 20:49, 5 January 2014
  • |Question=What is a 'Guest'? ...lled 'Guest' and basically is a Distribution (Userspace) running inside a 'Guest Context'.
    62 KB (10,043 words) - 18:01, 20 February 2018
  • ...o a interface on the host machine, but you can choose the interface in the configuration file of your vserver (in /etc/vservers/SERVER.conf). Make sure your host se Yes you can. Edit the configuration file of the vserver (/etc/vservers/SERVER.conf).
    36 KB (5,587 words) - 17:08, 9 September 2014
  • ...t allowed to mess with host terminals. either use ssh/telnet to reach the 'guest' or start the screen session before you do the 'enter' (i.e. on the host) ...udes a workaround for the issue (vlogin), which allocates a tty inside the guest.
    26 KB (4,137 words) - 22:43, 21 October 2011
  • ... used by each guest (context). Some of these relate to memory usage by the guest. You can place limits on these resources to prevent guests from using all t ...nel will invoke the Out-of-Memory (OOM) killer to kill some process in the guest.
    7 KB (1,140 words) - 21:25, 21 October 2011
  • ...using /proc/sys/vserver/debug if you have enabled debugging in your kernel configuration. ; VCIKernel : Bitmask of the CONFIG_VSERVER kernel configuration options
    8 KB (881 words) - 21:26, 21 October 2011
  • | Allow per guest time offsets | Allows the guest to open TUN devices (from the kernel's TUN/TAP-interface / network devices
    23 KB (3,067 words) - 19:29, 22 July 2016
  • == Host configuration == ...is a common configuration for 2.1.1 and above. If you are using 2.0.x some configuration options may not be present.
    14 KB (1,976 words) - 13:09, 17 August 2021
  • $ for guest in /var/lib/vservers/*; do mount --bind /srv/common/home ${guest}/home; done ...fstab</code>, otherwise mount it on the host, and --bind mount it into the guest (as shown above) if required. This can also be done using an entry in the g
    2 KB (288 words) - 21:15, 21 October 2011
  • = Tips on Restricting Vserver Guest Network Access = ...rface for the guest. (The Great Flower Page talks about the <tt>lback</tt> configuration; how does that work?)
    6 KB (1,016 words) - 20:59, 21 October 2011
  • ...g a custom kernel, i.e. that you know which stuff to turn on in the kernel configuration. Of course some Linux-VServer specific options are explained here. Under Ubuntu (on 8.04 Hardy x86_64 tested) the configuration files of the existing kernel can be found in the /boot directory with a nam
    18 KB (2,820 words) - 21:11, 21 October 2011
  • * Use RAID storage for guest filesystems. * Do not run software on the host system. Instead create guest systems where you can host necessary services. The only needed service on t
    7 KB (1,134 words) - 21:10, 21 October 2011
  • * Create a regular guest * Empty the just created guest
    1 KB (205 words) - 23:22, 21 October 2011
  • The simplest configuration is to just give every context an upper bound for The fair share configuration is similar to guarantees, except that if the CPU is idle,
    9 KB (1,463 words) - 21:25, 21 October 2011
  • ...st with private ip, like 192.168.0.103 for example. Then in order to allow guest to access the Internet, you will have to set up proper NAT rule for your ho If you plan to set up servers to your guest, it would also be useful to have localhost in there. This can be achieved b
    7 KB (1,122 words) - 21:11, 21 October 2011
  • ** Launches a unique init process for the guest that appears to run as PID 1. ** Guest's init process executes the rc scripts.
    4 KB (668 words) - 23:17, 21 October 2011
  • * fix an initpid issue in /proc which would make a guest's init take the host's init place * add vc_get_sched to retrieve the scheduler configuration
    11 KB (1,592 words) - 21:30, 21 October 2011
  • ...er fsck's input/outputs are tied to some tty (by setting <tt>/etc/vservers/guest/apps/init/tty</tt> or <tt>/etc/vservers/.defaults/apps/init/tty</tt>), or y [[Category:Configuration]]
    1 KB (250 words) - 23:18, 21 October 2011
  • ...s/<vserver-name>/apps/init/style</tt> for finding out which distribution a guest is running (can this be a problem?) -> open questions to be looked at. ...tt> options in <tt>/etc/vservers/.defaults/apps/vunify</tt> or per-vserver configuration directory. If you disable this, you might want to set a manual exclude list
    6 KB (976 words) - 13:39, 29 October 2011
  • ...util-vserver guest. Also check http://www.nongnu.org/util-vserver/doc/conf/configuration.html for additional information. .../<em><guest></em></code> but by default <code>/usr/local/etc/vservers/<em><guest></em></code> when built from source.
    2 KB (312 words) - 23:20, 21 October 2011
  • ...> which will redirect stdin/out/err from/to the value at <tt>/etc/vservers/guest/apps/init/tty</tt>, <tt>/etc/vservers/.defaults/apps/init/tty</tt> or if ne [[Category:Configuration]]
    2 KB (270 words) - 23:17, 21 October 2011
  • ... packages, you will have to add the repository containing them to your yum configuration. ... it doesn't listen to every interface on the server, which would block any guest's attempt to run sshd.
    3 KB (390 words) - 14:11, 17 October 2012
  • ...l so you are not going to be able to install any kernel modules inside the guest. ...side the guest. Also I had trouble with the RPM build technique inside the guest, this time i elected to use the ./configure method
    4 KB (603 words) - 21:19, 21 October 2011
  • Two vservers run a default webserver, running on port 80. If each "guest" vserver shares an IP with the host, then the two webservers will conflict. ==Configuration==
    4 KB (632 words) - 00:09, 22 October 2011
  • Installing and running openSUSE (previously knows as SUSE Linux) as a vserver guest. ==Test configuration==
    4 KB (478 words) - 22:53, 21 October 2011
  • 1. Create a default mtab for the guest. To do this, add: 2. Add the quota capability to the guest vserver. Add:
    4 KB (696 words) - 12:07, 7 January 2012
  • ...n will pick up after authentication and deliver the user to a shell on his guest. ... user on a guest and then vslogin would take care of presenting the user a guest-based shell.
    3 KB (589 words) - 14:31, 19 July 2009
  • You should visit the [[Building Guest Systems]] section and look for the clone and rsync methods. [[Category:Configuration]]
    2 KB (376 words) - 23:19, 21 October 2011
  • ...er Vserver on top of the DRBD partition, for quota support from within the guest and LVM snapshots ...ciated when using Heartbeat2 but i could not get my head around the R2 xml configuration, so if you want R2 you might want to have a look here.
    21 KB (3,071 words) - 21:19, 21 October 2011
  • == How to add an IP address to a live guest ?== # enter the guest and verify services that need to listen on the ip, restart if necessary (fo
    4 KB (648 words) - 17:52, 20 February 2018
  • == Kernel configuration == To avoid the need for manual configuration after reboot, on Gentoo you may wish to add the cgroup mount to <tt>/etc/fs
    13 KB (2,114 words) - 15:16, 6 July 2012
  • ...hanges described later weaken the security of your server. Don't use it on guest hosts you don't trust. If you intend to use loop-AES note that root on the ...tches to get this feature running inside vserver guests. Depending on your configuration you have to use more or less additional patches. Just answer the following
    9 KB (1,355 words) - 21:39, 21 October 2011
  • == A Vserver guest mirrored by DRBD with heartbeat failover == This configuration uses vserver, DRBD and heartbeat. This page will not describe, how these pa
    10 KB (1,393 words) - 22:25, 21 October 2011
  • What follows was tested on a Slackware 13.37 and 13.1 guest. I assume you have a Linux-Vserver host working. If not, have a look at [ht ...lackware_package_list PKG_LIST] is the package list to be installed in the guest
    29 KB (5,061 words) - 21:12, 21 October 2011
  • The purpose of this note is to setup a guest based on Slackware. What follows was tested on Slackware 14.2 to 13.1 (both * <em>PKG_LIST</em> is the package list to be installed in the guest
    16 KB (2,579 words) - 14:59, 21 July 2019
  • =Zabbix and Vserver guest discovery= ...system for ressources like disks and cpu. You can use it to detect running guest and monitor some 'stuff' like this:
    1 KB (141 words) - 12:16, 7 January 2015

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)

Views
Personal tools
Toolbox