Difference between revisions of "Documentation"
From Linux-VServer
(→Installation) |
|||
(61 intermediate revisions by 35 users not shown) | |||
Line 10: | Line 10: | ||
* [[Overview|Virtualization Overview]] | * [[Overview|Virtualization Overview]] | ||
* [[Usage Scenarios]] | * [[Usage Scenarios]] | ||
+ | * [[Feature Matrix]] | ||
− | == Installation | + | == Installation == |
* [[Installation Considerations]] | * [[Installation Considerations]] | ||
− | * [[Installation on Linux 2.6]] | + | * [[Installation on Linux 2.6]]: from source, both the kernel and util-vserver |
+ | * [[Installation on ArchLinux]] | ||
+ | * [[Installation on CentOS]] | ||
+ | * [[Installation on Debian]] | ||
+ | * [[Installation on Fedora]] | ||
+ | * [[Installation on Gentoo]] | ||
+ | * [[Installation on Mandrake]] | ||
+ | * [http://www.pld-linux.org/Docs/Vserver Installation on PLD-Linux] | ||
+ | * [[Installation on Redhat]] | ||
+ | * [[Installation on Slackware]] | ||
+ | * [[Installation on Slackware 14]] | ||
+ | * [[Installation on SuSE/OpenSUSE]] | ||
+ | * [[Installation on Ubuntu]] | ||
− | + | == Configuration == | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | * | + | * [[Util-vserver:Documentation|util-vserver Documentation]] |
− | + | * [[vcd:Documentation|VServer Control Daemon Documentation]] | |
− | + | * [[Share a directory among multiple guests]] | |
− | + | * [[Standard_non-shared_quota]] | |
− | * | + | == Guides and Howtos == |
+ | |||
+ | * [[Building Guest Systems]] | ||
+ | * [[util-vserver:Howto virtualize an exisiting Linux server|Howto virtualize an existing Linux server]] | ||
+ | * [[VCMD HowTo]] | ||
+ | * [[Howto make bsd-style init sysv-compatible|Howto make Bsd-style init sysv-compatible (archlinux guest system)]] | ||
+ | * [[Installing 32-bit Fedora on 64-bit Debian]] | ||
+ | * [[Installing Ubuntu on Debian]] | ||
+ | * [[Installing an openSUSE vserver guest]] | ||
+ | * [[Networking vserver guests]] | ||
+ | * [[Howto HostAuth]] | ||
+ | * [[Fuse_GlusterFS| Fuse and GlusterFS]] | ||
+ | * [[yum-patch|How to patch vyum]] | ||
+ | * [[yum-upgrade-3.2.4|Upgrading existing installations to yum-3.2.4]] | ||
+ | * [[Migrating from OpenVZ to Linux-Vserver]] | ||
+ | * [[Getting_high_with_lenny]] | ||
+ | * [[Installing_Ubuntu_8.04_Hardy_as_guest]] | ||
+ | * [[Applying CPU Limits]] | ||
+ | * [[Upgrading from Etch to Lenny]] | ||
+ | * [[Upstart issues]] | ||
+ | * [[Limit Networking on Multihomed hosts]] | ||
+ | * [[Read-only_RootFS]] | ||
+ | * [[Building_CentOS_6_Guest]] | ||
+ | * [[Building_CentOS_6_ALT_Guest]] | ||
+ | |||
+ | == Lists & Theory == | ||
+ | |||
+ | * Basic configuration | ||
** [[Capabilities and Flags]] | ** [[Capabilities and Flags]] | ||
− | |||
** [[CPU Scheduler]] | ** [[CPU Scheduler]] | ||
** [[Disk Limits and Quota]] | ** [[Disk Limits and Quota]] | ||
** [[Resource Limits]] | ** [[Resource Limits]] | ||
− | ** [[ | + | *** [[Memory Limits]] |
+ | *** [[Network Bandwidth Management]] | ||
** [[Virtual System Information]] | ** [[Virtual System Information]] | ||
+ | ** [[Unification]] | ||
* Security Considerations | * Security Considerations | ||
Line 47: | Line 78: | ||
** [[Secure Device Nodes]] | ** [[Secure Device Nodes]] | ||
** [[Secure ProcFS Entries]] | ** [[Secure ProcFS Entries]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
* Performance and Stability | * Performance and Stability | ||
** [[Virtualization Overhead]] | ** [[Virtualization Overhead]] | ||
− | * | + | * Implementation Details |
+ | ** [[Context Accounting]] | ||
** [[Filesystem Attributes]] | ** [[Filesystem Attributes]] | ||
** [[Filesystem Tagging]] | ** [[Filesystem Tagging]] | ||
+ | ** [[Filesystem Namespaces]] | ||
** [[Kernel Userspace Helper]] | ** [[Kernel Userspace Helper]] | ||
− | ** [[ | + | ** [[Mainline Kernel Virtualization]] |
+ | ** [[ProcFS]] | ||
** [[Syscall Command Switch]] | ** [[Syscall Command Switch]] | ||
== External Resources == | == External Resources == | ||
+ | |||
+ | * [http://vserver.13thfloor.at/Remote-Reset/ Simple Remote reset] (remote reset/power your vserver box) | ||
+ | * [http://vserver.13thfloor.at/Null-Modem/ NullModem cables] [http://www.loop-back.com/null-mod.html II] [http://www.tldp.org/HOWTO/Remote-Serial-Console-HOWTO/serial-pc-terminal.html III] (cable required for serial console) | ||
+ | * [http://www.tldp.org/HOWTO/Remote-Serial-Console-HOWTO/index.html Serial Console HOWTO] | ||
+ | |||
+ | [[Category:Documentation| ]] | ||
+ | [[Category:Community]] |
Latest revision as of 19:49, 5 January 2014
We are currently migrating to MediaWiki from our old system, but not all content has been migrated yet. Take a look at the Wiki Team page for instructions how to help or look at the old wiki to find the information not migrated yet.
To ease migration we created a List of old Documentation pages.
Contents |
[edit] Introduction
[edit] Installation
- Installation Considerations
- Installation on Linux 2.6: from source, both the kernel and util-vserver
- Installation on ArchLinux
- Installation on CentOS
- Installation on Debian
- Installation on Fedora
- Installation on Gentoo
- Installation on Mandrake
- Installation on PLD-Linux
- Installation on Redhat
- Installation on Slackware
- Installation on Slackware 14
- Installation on SuSE/OpenSUSE
- Installation on Ubuntu
[edit] Configuration
- util-vserver Documentation
- VServer Control Daemon Documentation
- Share a directory among multiple guests
- Standard_non-shared_quota
[edit] Guides and Howtos
- Building Guest Systems
- Howto virtualize an existing Linux server
- VCMD HowTo
- Howto make Bsd-style init sysv-compatible (archlinux guest system)
- Installing 32-bit Fedora on 64-bit Debian
- Installing Ubuntu on Debian
- Installing an openSUSE vserver guest
- Networking vserver guests
- Howto HostAuth
- Fuse and GlusterFS
- How to patch vyum
- Upgrading existing installations to yum-3.2.4
- Migrating from OpenVZ to Linux-Vserver
- Getting_high_with_lenny
- Installing_Ubuntu_8.04_Hardy_as_guest
- Applying CPU Limits
- Upgrading from Etch to Lenny
- Upstart issues
- Limit Networking on Multihomed hosts
- Read-only_RootFS
- Building_CentOS_6_Guest
- Building_CentOS_6_ALT_Guest
[edit] Lists & Theory
- Basic configuration
- Security Considerations
- Performance and Stability
- Implementation Details
[edit] External Resources
- Simple Remote reset (remote reset/power your vserver box)
- NullModem cables II III (cable required for serial console)
- Serial Console HOWTO