ubuntu openvz 问题

ubuntu openvz 问题,第1张

楼主看这里:百度不让贴网址,真烦人,。,20090622。com/294。html

如果运行 vzctl start *** 出现以下错误:

Starting container…

Error: required UB parameter kmemsize not set

Error: required UB parameter lockedpages not set

Error: required UB parameter shmpages not set

Error: required UB parameter numproc not set

Error: required UB parameter vmguarpages not set

Error: required UB parameter oomguarpages not set

Error: required UB parameter numtcpsock not set

Error: required UB parameter numflock not set

Error: required UB parameter numpty not set

Error: required UB parameter numsiginfo not set

Error: required UB parameter tcpsndbuf not set

Error: required UB parameter tcprcvbuf not set

Error: required UB parameter othersockbuf not set

Error: required UB parameter dgramrcvbuf not set

Error: required UB parameter numothersock not set

Error: required UB parameter numfile not set

Error: required UB parameter dcachesize not set

Error: required UB parameter numiptent not set

解决方法:

1.# 编辑 /etc/vz/conf/***.conf 输入以下内容:

ONBOOT=”yes”

NAMESERVER=”8.8.8.8″

CPUUNITS=”2500″

PHYSPAGES=”unlimited”

SWAPPAGES=”0:524288″

DISKSPACE=”51200000:51200000″ #50G硬盘

QUOTATIME=”0″

KMEMSIZE=”unlimited”

LOCKEDPAGES=”unlimited”

SHMPAGES=”unlimited”

NUMPROC=”unlimited”

VMGUARPAGES=”unlimited”

OOMGUARPAGES=”unlimited”

NUMTCPSOCK=”unlimited”

NUMFLOCK=”unlimited”

NUMPTY=”unlimited”

NUMSIGINFO=”unlimited”

TCPSNDBUF=”unlimited”

TCPRCVBUF=”unlimited”

OTHERSOCKBUF=”unlimited”

DGRAMRCVBUF=”unlimited”

NUMOTHERSOCK=”unlimited”

DCACHESIZE=”unlimited”

NUMFILE=”unlimited”

AVNUMPROC=”unlimited”

NUMIPTENT=”unlimited”

DISKINODES=”unlimited:unlimited”

VE_ROOT=”/vz/root/$VEID”

VE_PRIVATE=”/vz/private/$VEID”

OSTEMPLATE=”centos-6-x86″ #根据自己模板选择

ORIGIN_SAMPLE=”vswap-1g” #根据自己模板选择

IP_ADDRESS=”70.36.*.*” 换成你的IP

PRIVVMPAGES=”262144″

2. # vzctl restart ***

3. 可能还是会提示错误但实际已运行

出现这个问题的主要原因就是配置文件出现了问题,

所以建议安装完备份一下 /etc/vz/conf 下面的配置文件

常见的注意事项:

CentOS/RHEL/Fedora/Debian/Ubuntu/Raspbian/Deepin/Aliyun/Amazon/Mint Linux发行版

需要5GB以上硬盘剩余空间,MySQL 5.7,MariaDB 10至少9GB剩余空间

需要128MB以上内存(128MB小内存VPS,Xen需有SWAP,OpenVZ至少要有128MB以上的vSWAP或突发内存),注意小内存请勿使用64位系统!

安装MySQL 5.6或5.7及MariaDB 10必须1G以上内存,更高版本至少要2G内存!。

安装PHP 7及以上版本必须1G以上内存!。

VPS或服务器必须已经联网且必须设置的是网络源不能是光盘源,同时VPS/服务器DNS要正常!

Linux下区分大小写,输入命令时请注意!

如有通过yum或apt-get安装的MySQL/MariaDB请自行备份数据等相关文件!

CentOS 5,Debian 6及之前版本其官网已经结束支持无法使用!

Ubuntu 18+,Debian 9+,Mint 19+,Deepin 15.7+及所有新的Linux发行版只能使用1.6进行安装!

低于PHP 7.1.*版本不支持Ubuntu 19+等非常新的Linux发行版!

有不懂的可以问我


欢迎分享,转载请注明来源:夏雨云

原文地址:https://www.xiayuyun.com/zonghe/290528.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-04-23
下一篇2023-04-23

发表评论

登录后才能评论

评论列表(0条)

    保存