2024.8.26
通过普通的Debian修改主机名,导致pve出错。还需要修改类似 /etc/pve/nodes/ 目录下的东西。不知道是否有简单的方法。
2024.3.26
给华为平板加一张RTL8156B芯片的2.5G网卡,在PVE8.1.x下,即插即用,顺利升级到2.5G网络。
通过 iperf3 工具,测试速度基本达到2.5G要求
这里有关于iperf3工具的相关参数使用
iperf3.exe -c 192.168.1.4 -R
Connecting to host 192.168.1.4, port 5201
Reverse mode, remote host 192.168.1.4 is sending
[ 4] local 192.168.1.110 port 5007 connected to 192.168.1.4 port 5201
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-1.00 sec 283 MBytes 2.37 Gbits/sec
[ 4] 1.00-2.00 sec 283 MBytes 2.37 Gbits/sec
[ 4] 2.00-3.00 sec 283 MBytes 2.37 Gbits/sec
[ 4] 3.00-4.00 sec 283 MBytes 2.37 Gbits/sec
[ 4] 4.00-5.00 sec 283 MBytes 2.37 Gbits/sec
[ 4] 5.00-6.00 sec 283 MBytes 2.37 Gbits/sec
[ 4] 6.00-7.00 sec 283 MBytes 2.37 Gbits/sec
[ 4] 7.00-8.00 sec 283 MBytes 2.37 Gbits/sec
[ 4] 8.00-9.00 sec 283 MBytes 2.37 Gbits/sec
[ 4] 9.00-10.00 sec 281 MBytes 2.36 Gbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-10.00 sec 2.76 GBytes 2.37 Gbits/sec 0 sender
[ 4] 0.00-10.00 sec 2.76 GBytes 2.37 Gbits/sec receiver
iperf Done.
2023.12.11
2023.11.4
华为平板安装pve8.0.4,不断电运行近50天。虽然是一个候备服务器(花屏),之前三两天出问题,最近倒是比较消停。
2023.6.26
使用简单方法中的脚本,多次在升级pv8时出现是否删除proxmox ve,确定删除了不能进入管理UI,失败。虽然看起来脚本本身没有问题。(看似一句话,其实是多次失败的总结)
除开第一次可能存在一点点系统修改外,两次都是安装后就直接升级,依然出现提示删除提示。但最近一次同样操作,正确升级到8.0.3
pve-manager/8.0.3/bbf3993334bfa916 (running kernel: 6.2.16-3-pve)
正确升级后也使用多余内核清理: bash -c “$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/kernel-clean.sh)"
一下午,终于把搞坏的7.4装成了8.0.2最新版。一下午时间是因为它是华为MateBook E,且屏幕已坏:上半部三分之一显示,中间有线间隔不显。下半部三分之二时显时不显,显时不清晰,靠猜。
这种机器还是不能手贱追新。
更新到8.0版
官方说得比较详细:https://pve.proxmox.com/wiki/Upgrade_from_7_to_8
这位外国网友的更简单:https://www.derekseaman.com/2023/06/how-to-proxmox-7-4-to-8-0-upgrade.html
- 升级到最新版:bash -c “$(wget -qLO - …