|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
但不会命令而成为高手也是不可能的.这就好比学英语,什么语法都不懂,只捧着单词手册背单词是学不会英语的,但是没有单词词汇量英语水平也提不高的。
在Linux下设置OPENVZ实例
保举利用FedoraCore4/5/3大概RHEL/CentOS4。
1.下载安装文件
依据您的内核版本在这里:http://openvz.org/download/kernel/下载。
#rpm-ihvvzkernel-name*.rpm
2.修正grub.conf文件
titleOpenVZ(2.6.8-022stab029.1)root(hd0,0)kernel
/vmlinuz-2.6.8-022stab029.1roroot=/dev/sda5initrd/initrd-2.6.8-022stab029.1.img
3.修正、etc/sysyctl.conf文件:
/etc/sysctl.conf:
#OnHardwareNodewegenerallyneed
#packetforwardingenabledandproxyarpdisabled
net.ipv4.ip_forward=1
net.ipv4.conf.default.proxy_arp=0
#Enablessourcerouteverification
net.ipv4.conf.all.rp_filter=1
#Enablesthemagic-sysrq
keykernel.sysrq=1
#net.ipv4.tcp_ecn=0
#wedonotwantallourinterfacestosendredirects
net.ipv4.conf.default.send_redirects=1
4.假如你运转了iptables防火墙和SELinux,先封闭和克制。
编纂/etc/sysconfig/selinux:
SELINUX=disabled。
别的还要封闭iptables防火墙。
5.安装OpenVZ办理软件
依据您的版本在这里:http://openvz.org/download/utils/下载。
#rpmCUhvvzctl*.rpmvzquota*.rpmvzpkg*.rpm
6.从头启动VZ
#/etc/init.d/vzstart
7.安装模板
#rpmCihvvztmpl-fedora-core-3-1.0-2.noarch.rpm
#vzpkgcache
Creatingcacheforfedora-core-3OStemplate
Settingupinstallprocess
Packingcachefilefedora-core-3.tar.gz...
Cachefilefedora-core-3.tar.gz[130M]created.
8.为假造服务器创立一个非零ID
#vzctlcreate101
CreatingVPSprivatearea:/vz/private/101
VPSismounted
Postcreateactiondone
VPSisunmounted
VPSprivateareawascreated
9.设置为零参数
#vzctlset101--hostnametest101.my.org--save
HostnameforVPSset:test101.my.org
SavedparametersforVPS101
#vzctlset101--ipadd10.0.186.1--save
AddingIPaddress(es):10.0.186.1
SavedparametersforVPS101
#vzctlset101--nameserver192.168.1.165--save
Fileresolv.confwasmodified
SavedparametersforVPS101
10.设置root用户口令
#vzctlset101--userpasswdroot:test
11.启动SSH保卫历程
#vzctlexec101servicesshdstart
12.启动VPS
#vzctlstart101
StartingVPS...
VPSismounted
AddingIPaddress(es):10.0.186.101HostnameforVPS101set:test.my.org
VPSstartinprogress...
13.加载防火墙
后面封闭的防火墙,出于平安思索这里还要加载
#vzctlset101--iptablesiptable_filter
--iptablesipt_length--iptablesipt_limit
--iptablesiptable_mangle--iptablesipt_REJECT--save
</p>
初学阶段只要把上课时候学习过的命令练熟就可以了.单靠学习各种命令而成为高手是不可能的。 |
|