Create VPS on CentOs
4.8/5 with 43 votes
Table of Contents
0/18
tasks done!
0/18
Toggle Install Openvz on centos status
Install Openvz on centos
cd /etc/yum.repos.d wget http://download.openvz.org/openvz.repo↗ rpm --import http://download.openvz.org/rpm-GPG-key-openvz↗
Toggle Edit in repo file status
Edit in repo file
# vi openvz.repo [openvz-kernel-rhel5] enable=0 [openvz-kernel-rhel6] enable=1Toggle Install new kernal status
Install new kernal
#yum search vzkernel #yum install vzkernel.x86_64/vzkernal-devel.x86_64
Toggle Install vz quata status
Install vz quata
vi /boot/grub/menu.lst # yum install vzctl vzquota
Toggle Edit in conf file status
Edit in conf file
#vi /etc/sysctl.conf ipv4.ip forverding =1 ipv4.default.rp.filter=1 kernal.sysrp =1
Toggle Run command status
Run command
sysctl -p
Toggle edit in config of vz enable for all status
edit in config of vz enable for all
# vi /etc/vz/vz.conf NEIGHBOUR_DEVS=allToggle Restart server status
Restart server
Toggle Install Template for diffrent Os after installing openvz status
Install Template for diffrent Os after installing openvz
Download from openvz.org
Toggle Download templates status
Download templates
Toggle Create VPS status
Create VPS
#vzctl create 10 --ostemplate ubuntu-12.04.x86_64 #vzctl set 10 --onboot yes --save (start on boot)
Toggle Set ipaddress status
Set ipaddress
#vzctl set 10 --ipadd 192.168.88.240 --save
Toggle Set name server status
Set name server
#vzctl set 10 --nameserver 192.168.88.2 --save #vzctl set 10 --nameserver 192.168.88.2 --save
Toggle set hostname status
set hostname
# vzctl set 10 --hostname vps.domain.com --saveToggle set disk uses status
set disk uses
# vzctl set 10 --diskspace 10G:12G --saveToggle Start VPS status
Start VPS
#vzctl start 10
Toggle Change password status
Change password
vzctl exec 10 passwd
Toggle Enter in to VPS status
Enter in to VPS
# vzctl enter 10Download or Print this Create VPS on CentOs
Get a printable version of this checklist in your preferred format: PDF, Word, Excel, or print directly from your browser.
Presented by:
Rackbank
Stats
Views
19
Views: 19
Uses
1
Uses: 1
Tasks
18
Tasks: 18
Details
Tips
Check list for creating vps on any linux server
Who it's for
This Create VPS on CentOs is for teams that want consistent execution, less rework, and clear ownership.
- Standardize quality - run the same Create VPS on CentOs steps every time, regardless of who executes
- Save time - reuse a proven Create VPS on CentOs workflow instead of rebuilding processes from scratch
- Improve accountability - assign owners and see what's done vs. what's pending
- Onboard faster - use the Create VPS on CentOs checklist as the SOP and training guide
- Coordinate across roles - handoffs are clear and everyone works from the same source of truth
How to use it
How to use this Create VPS on CentOs:
- Start by saving it - save as a Template if you'll reuse it, or as a Checklist if it's a one-off project.
- Customize it once for your workflow - remove what doesn't apply and add your team-specific steps.
- Assign ownership and execute - set owners/due dates where needed and track completion as work happens.
- Reuse without rebuilding - when Create VPS on CentOs comes up again, start from your saved version and run it with clear ownership.
Rate this Checklist
5 stars
Scores 4.80 with 43 votes