首页 > 其他分享 >pve

pve

时间:2024-04-02 14:36:26浏览次数:26  
标签:non bookworm apt pve free https debian

PVE

1、安装

1.1 硬件

CPU: Intel EMT64 or AMD64 with Intel VT/AMD-V (pcie直通技术需要cpu支持)
内存: OS和Proxmox VE服务至少需要2GB内存,外加为客户分配的内存。对于Ceph和ZFS,需要额外的内存;每TB使用的存储大约需要1GB内存。
硬盘: SSD 
    系统存储: 带电池保护的写缓存raid
    虚拟机存储: 
        本地存储,支持带电支持的写缓存硬件raid,ceph等
        网络存储:

1.2 性能测试

pveperf 

1.3 安装包下载


2、主机管理

2.1 仓库管理

# 1、apt仓库

vim /etc/apt/sources.list 
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free non-free-firmware
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free non-free-firmware

deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware

deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware

deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
# deb-src https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware

# 2、pve仓库
rm -rf /etc/apt/sources.list.d/pve-enterprise.list

wget http://mirrors.ustc.edu.cn/proxmox/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
echo "deb http://mirrors.ustc.edu.cn/proxmox/debian/pve bookworm pve-no-subscription" >/etc/apt/sources.list.d/pve-install-repo.list
apt update -y && apt dist-upgrade -y

echo "deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve-no-subscription.list

# 3、ceph
echo "deb https://mirrors.ustc.edu.cn/proxmox/debian/ceph-quincy bookworm no-subscription" > /etc/apt/sources.list.d/ceph.list     #中科大源
sed -i.bak "s#http://download.proxmox.com/debian#https://mirrors.ustc.edu.cn/proxmox/debian#g" /usr/share/perl5/PVE/CLI/pveceph.pm     #中科大源
# --------------------------------------------------------
# 更新索引, 升级安装软件包, 重启系统
# --------------------------------------------------------
# 如果无法拉取https软件源时安装
apt update && apt-get install -y apt-transport-https ca-certificates  --fix-missing
apt update && apt dist-upgrade

# 4、LXC容器仓库源(CT)
sed -i.bak "s#http://download.proxmox.com/images#https://mirrors.ustc.edu.cn/proxmox/images#g" /usr/share/perl5/PVE/APLInfo.pm  
systemctl restart pvedaemon 

# 5、删除订阅弹窗
sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
# 执行完成后,需注销PVE登录后, 重新启动浏览器

2.2 网络设置

# 1、更改
	vim /etc/network/interfaces  ifreload -a 加载
	通过web界面
# 2、命名
	网卡
		enxx	
		ethxx
	网桥
		vmbrxx
	bonds
		bondx
	vlans
		vlan号
	系统命名规范
        o<index>[n<phys_port_name>|d<dev_port>] 板载设备
        s<slot>[f<function>][n<phys_port_name>|d<dev_port>] 按热插拔ID的设备
        [P<domain>]p<bus>s<slot>[f<function>][n<phys_port_name>|d<dev_port>] 按总线ID分组设备
    自定义命名将其与设备进行链接
    	/etc/systemd/network/<n>-<id>.link
    	/etc/systemd/network/10-enwan0.link
        [Match]
        MACAddress=aa:bb:cc:dd:ee:ff 将设备的mac地址进行链接重新命名
        [Link]
        Name=enwan0
        修改/etc etwork/interfaces并重启节点 
# 桥接技术
pve主机起了一个网桥,将其和物理网卡进行桥接,后端是vm主机,物理网卡再和网关进行通信

image-20240402111110910

2.3 时间同步服务

vim /etc/chrony/chrony.conf
server ntp1.example.com iburst # 指向时间同步服务器,可以将公网内的指向公有服务器,内网指向它
systemctl restart chronyd

2.4 底层存储磁盘检测

smartctl -a /dev/sdX
smartctl -s on /dev/sdX # 解决SMART support is: Disabled

标签:non,bookworm,apt,pve,free,https,debian
From: https://www.cnblogs.com/guquanheng/p/18110510

相关文章

  • pve 下的群晖虚拟机硬盘空间扩容的记录
    pve下,105号群晖虚拟机,btrfs系统,sata硬盘。虚拟机容量硬盘130G,扩展至140G,还需要命令行和网页存储管理器界面操作,以实现扩容的目的。df-hFilesystemSizeUsedAvailUse%Mountedon/dev/md07.9G1.8G6.0G23%/devtmpfs......
  • 笔记本如何在PVE下All in one?—NAS + Linux +win下载机
    没有有线网卡的笔记本在PVE下Allinone|NAS+Linux+Win下载机(保姆级未完成版)  目录:1、前言2、PVE的安装3、PVE联网前的准备工作4、PVE使用无线网卡进行联网5、PVE无线网卡的桥接6、PVE下创建虚拟机:NAS+Linux+Win下载机 1、前言十年前的旧笔记本,......
  • 没有有线网卡的笔记本如何在PVE下All in one?—NAS + Linux +win下载机
    没有有线网卡的笔记本在PVE下Allinone|NAS+Linux+Win下载机(保姆级未完成版)  目录:1、前言2、PVE的安装3、PVE联网前的准备工作4、PVE使用无线网卡进行联网5、PVE无线网卡的桥接6、PVE下创建虚拟机:NAS+Linux+Win下载机 1、前言十年前的旧笔记本,吃......
  • pve硬件直通
    1、输入以下命令nano/etc/default/grubGRUB_CMDLINE_LINUX_DEFAULT="quiet"改为:GRUB_CMDLINE_LINUX_DEFAULT="quietintel_iommu=on"编辑完文件后按“Ctrl+X”>“Y”>“回车”,继续输入以下命令。2、在PVE的shell中输入:nano/etc/modules在文件下面添加新内容vfiovf......
  • pve 将硬盘挂载到ct容器
    1.配置文件方法vi/etc/pve/lxc/101.conf#101是ct容器编号mp0:/mnt/pve/hdd4,mp=/mnt/hdd4tmp1:/mnt/pve/hdd6,mp=/mnt/hdd6tmp2:/mnt/pve/sdd,mp=/mnt/sdd1t配置信息如图:配置完成后,可在容器资源里看到挂载信息:然后重启容器即可。......
  • 自用 NAS 折腾,在 PVE 上使用 9P 文件系统透传 ZFS
    目录基本原理配置方法第一步虚拟机开启9p支持第二步物理机准备共享目录第三步物理机在qemu.conf中添加第四步虚拟机/etc/modules添加9pnet_virtio:nochannelsavailablefordevice基本原理物理机配置共享文件夹,权限和虚拟机一致物理机修改虚拟机的qemuconfig,(在h......
  • pve在执行apt-get update 更新软件包时报错:E: Failed to fetch https://enterprise.pr
    问题原因如下......
  • PVE直通Nvidia显卡
    本文参考:PVE开启硬件直通功能、PVE7.3优化和显卡直通、PVE开启硬件显卡直通功能、PVE设置显卡直通、proxmoxPCIPassthrough简介其实网络上有很多不错的文章讲述了如何直通显卡,也有简单易用的脚本帮你直通(pvetools)。我也成功在pve上直通n卡给win10,但是在Debian12上,我一直没办......
  • PVE群晖NAS修复笔记
    title:PVE群晖NAS修复笔记tags:[NAS,家宽,docker,docker-compose,linux,pve]新版原文:https://query.carlzeng.top:3/appsearch?q=PVE群晖NAS修复笔记版权声明:本博客所有文章除特别声明外,均采用BY-NC-SA许可协议。转载请注明出处!date:2023-12-2908:51:31categories:......
  • PVE磁盘占满解决方案实践
    title:PVE磁盘占满解决方案实践tags:[PVE,linux]新版原文:https://query.carlzeng.top:3/appsearch?q=PVE磁盘占满解决方案实践版权声明:本博客所有文章除特别声明外,均采用BY-NC-SA许可协议。转载请注明出处!date:2024-01-1109:31:48categories:linux应对PVE磁盘......