Articles of proxmox

OVH和Proxmoxnetworking设置

我有以下的Debiannetworkingconfiguration 主IP:1.2.3.4子网1:8.1.2.248/29子网2:15.1.2.0/29 主要主机networkingconfiguration: # network interface settings; autogenerated # Please do NOT modify this file directly, unless you know what # you're doing. # # If you want to manage part of the network configuration manually, # please utilize the 'source' or 'source-directory' directives to do # so. # PVE will preserve these directives, but […]

如何在Proxmox 4上缩小LXC容器的磁盘?

我想将Proxmox VE 4.2上的LXC容器的主磁盘缩小,例如从30GB到20GB。 收缩似乎还没有得到支持: $ pct resize <VMID> rootfs 20G unable to shrink disk size 任何想法如何做到这一点?

如何在Proxmox VE中编辑或创buildangular色?

如何在Proxmox VE中创buildangular色或使用特定权限编辑angular色?

Proxmox – 为KVM虚拟机分配更多的内存

是否有可能分配更多的内存到KVM虚拟机而不重新启动它? 我使用Proxmox Web界面改变了虚拟机的内存大小,但无法看到guest虚拟机的增加。

Proxmox内部networkingconfiguration

我们有几台服务器(有一个网卡)在hetzner的一个机架上。 每个都安装Proxmox,并将它们组合在proxmox群集中。 目标是在此服务器上的虚拟机之间创buildnetworking,以便位于一台主机上的虚拟机可以看到位于另一台主机上的虚拟机。 什么是正确的方法来做到这一点?

无法在虚拟机上安装Windows 8.1

如何使用Proxmox创buildWindows 8.1虚拟机? 我下载了Windows 8.1 Enterprise的评估版本 。 但是,当我启动虚拟机时,它会在下面两个屏幕之间循环。 有什么我需要configuration或修改,以使这项工作? 还是有一个详细的日志来查看? Windows 8.1徽标 引导顺序提示

使用主机的公共IP从另一个容器访问容器

我在proxmox中正确configurationnetworking时遇到了一些问题。 总之,从一个容器,我可以到达任何外部的Web服务器(例如:google.com),但我无法到达我的容器上的Web服务器。 networking服务器可以从互联网上获得。 这是设置: DNS:mydomain.example – > xxxx / 32 主办 vmbr0:xxxx venet0 :(路由到每个容器) iptables规则: iptables -t nat -A PREROUTING -p tcp -d xxxx –dport 80 -i vmbr0 -j DNAT –to-destination yyyz:n iptables -t nat -A POSTROUTING -o vmbr0 -s yyy0/24 ! -d yyy0/24 -j MASQUERADE 集装箱 venet0:yyyz 问题 从容器执行的命令: ping google.com: 好的 ping mydomain.example: […]

Proxmox 3群集configuration消失

一段时间以来,我们一直在运行Proxmox VE版本3系统。 突然,/ /etc/cluster/cluster.conf pve-cluster /etc/cluster/cluster.conf文件消失了, pve-cluster和cman /etc/cluster/cluster.conf了,容器变得不可用了。 我们使用pvecm create newcluster重新创build了集群configuration,并find以前的容器映像并启动它们。 但是,OpenVZ命令行工具现在不起作用。 例如,pipe理程序上的vzlist -a报告“未find容器”。 有没有其他人看到这种行为,如果find了解决办法,那是什么?

configurationProxmox群集存储

我们正在两个地点的服务器上configurationproxmox 每个位置都有; 1个hp c7000机箱,带16个刀片1个hp proliant dl585 我们还计划在每个位置添加一个24TB的SAN。 我们将为每个位置设置两个群集,并将c7000作为可故障转移到其他刀片的HA群集。 c7000中的每个刀片都有1x 1TB的硬盘,缺省的proxmox安装占用了vz转储的大部分空间。 我想在安装时对硬盘进行分区,并在一个分区上保留50GB左右的proxmox安装,并留下另一个分区作为DRBD存储。 我可以在启动时运行此安装来设置proxmox安装细节Linux ext4 maxroot = 20 swapsize = 30 如果我添加标志minfree = nGB 这是否会创build另一个分区,我可以configuration为DRBD存储? 还有这个标志maxvz = nGB 这设置最大的数据目录分区,我如何configurationproxmox不存储在本地分区上的数据转储,只有在DRDB存储? 谢谢

OpenVZ:实时迁移失败

我无法在两个proxmox节点之间启动OpenVZ容器的实时迁移… Feb 05 03:30:27 starting migration of CT 102 to node 'madrid' (xx.xx.xx.xx) Feb 05 03:30:27 container is running – using online migration Feb 05 03:30:27 starting rsync phase 1 Feb 05 03:30:27 # /usr/bin/rsync -aHAX –delete –numeric-ids –sparse /var/lib/vz/private/102 [email protected]:/var/lib/vz/private Feb 05 03:30:36 start live migration – suspending container Feb 05 03:30:36 dump container […]