With the new PBS 3.0, Does this work in Co-installed situations? (side-by-side) installs now? PVE+PBS installed on same machine.
Last edited:
With the new PBS 3.0, Does this work in Co-installed situations? (side-by-side) installs now? PVE+PBS installed on same machine.
https://pbs.proxmox.com/wiki/index.php/Upgrade_from_2_to_3#Installed_alongside_Proxmox_VEInstalled alongside Proxmox VE
For systems with Proxmox VE and Proxmox Backup Server installed together, you should also read the Proxmox VE upgrade from 7 to 8 how-to carefully.
You can upgrade both in one go, by syncing the steps in which the APT repositories are changed.
pve7to8 --full
journalctl
proxmox kernel: [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb2 (or later)
you canI noticed this error is present:
Code:proxmox kernel: [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb2 (or later)
Already done but it doesn't workyou can
1) update your bios if available with last microcode update
or
2) apt install intel-microde (or amd-microcode). the debian "non-free-firmware" need to be configured in /etc/apt/sources.list
root@proxmox:~# apt install intel-microcode
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
intel-microcode is already the newest version (3.20230512.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up initramfs-tools (0.142) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.142) ...
update-initramfs: Generating /boot/initrd.img-5.15.108-1-pve
/etc/initramfs/post-update.d//proxmox-boot-sync: 10: /usr/sbin/proxmox-boot-tool: not found
run-parts: /etc/initramfs/post-update.d//proxmox-boot-sync exited with return code 127
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
proxmox8/debian12 version 3.20230512.1 (and deb11u1 indicate that it's a debian11 package).Already done but it doesn't work
Code:intel-microcode is already the newest version (3.20230214.1~deb11u1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Setting up initramfs-tools (0.142) ... update-initramfs: deferring update (trigger activated) Processing triggers for initramfs-tools (0.142) ... update-initramfs: Generating /boot/initrd.img-5.15.108-1-pve /etc/initramfs/post-update.d//proxmox-boot-sync: 10: /usr/sbin/proxmox-boot-tool: not found run-parts: /etc/initramfs/post-update.d//proxmox-boot-sync exited with return code 127 dpkg: error processing package initramfs-tools (--configure): installed initramfs-tools package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: initramfs-tools E: Sub-process /usr/bin/dpkg returned an error code (1)
and proxmox-boot-tool don't seem installednitrd.img-5.15.108-1-pve
/etc/initramfs/post-update.d//proxmox-boot-sync: 10: /usr/sbin/proxmox-boot-tool: not found
proxmox8/debian12 version 3.20230512.1 (and deb11u1 indicate that it's a debian11 package).
also you are still running 5.15 kernel
and proxmox-boot-tool don't seem installed
So, it's look like you don't have upgrade correctly to pve8.
root@proxmox:~# apt install intel-microcode
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
intel-microcode is already the newest version (3.20230512.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up initramfs-tools (0.142) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.142) ...
update-initramfs: Generating /boot/initrd.img-5.15.108-1-pve
/etc/initramfs/post-update.d//proxmox-boot-sync: 10: /usr/sbin/proxmox-boot-tool: not found
run-parts: /etc/initramfs/post-update.d//proxmox-boot-sync exited with return code 127
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
You can specify a target storage on migration (GUI & CLI). If you have the disks on multiple storages and need to map them to multiple different storages on the target node, you can specify which storage maps to which on the CLI.So we could migrate VM's/Containers between nodes with different storages or at least storage names.
Instead of making a backup and restore it on the other node :-(
qm migrate {vmid} {target node} --targetstorage source1:target1,source2:target2
Similar for pct
Thanks for the fast reply!You can specify a target storage on migration (GUI & CLI). If you have the disks on multiple storages and need to map them to multiple different storages on the target node, you can specify which storage maps to which on the CLI.
Should be something likeqm migrate {vmid} {target node} --targetstorage source1:target1,source2:target2
Similar forpct
aaron, i found it, but it's available only for VM'sYou can specify a target storage on migration (GUI & CLI). If you have the disks on multiple storages and need to map them to multiple different storages on the target node, you can specify which storage maps to which on the CLI.
Should be something likeqm migrate {vmid} {target node} --targetstorage source1:target1,source2:target2
Similar forpct
Can anyone help me figure out how to fix it???I fixed the intel-microcode install to debian 12
Code:root@proxmox:~# apt install intel-microcode Reading package lists... Done Building dependency tree... Done Reading state information... Done intel-microcode is already the newest version (3.20230512.1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Setting up initramfs-tools (0.142) ... update-initramfs: deferring update (trigger activated) Processing triggers for initramfs-tools (0.142) ... update-initramfs: Generating /boot/initrd.img-5.15.108-1-pve /etc/initramfs/post-update.d//proxmox-boot-sync: 10: /usr/sbin/proxmox-boot-tool: not found run-parts: /etc/initramfs/post-update.d//proxmox-boot-sync exited with return code 127 dpkg: error processing package initramfs-tools (--configure): installed initramfs-tools package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: initramfs-tools E: Sub-process /usr/bin/dpkg returned an error code (1)
how can i correct this??
"apt install proxmox-kernel-helper" , to install proxmox-boot-tool.Can anyone help me figure out how to fix it???
"apt install proxmox-kernel-helper" , to install proxmox-boot-tool.
(as I said, I think that you don't have fully upgraded, as you are still on kernel 5.15 and not 6.2)
6.2.16-3-pve
journalctl -b -1
[quorum] crit: quorum_initialize failed: 2
Jun 29 09:20:51 proxmox pmxcfs[692]: [quorum] crit: can't initialize service
Jun 29 09:20:51 proxmox pmxcfs[692]: [confdb] crit: cmap_initialize failed: 2
Jun 29 09:20:51 proxmox pmxcfs[692]: [confdb] crit: can't initialize service
Jun 29 09:20:51 proxmox pmxcfs[692]: [dcdb] crit: cpg_initialize failed: 2
Jun 29 09:20:51 proxmox pmxcfs[692]: [dcdb] crit: can't initialize service
Jun 29 09:20:51 proxmox pmxcfs[692]: [status] crit: cpg_initialize failed: 2
Jun 29 09:20:51 proxmox pmxcfs[692]: [status] crit: can't initialize service
root@proxmox:~# pvecm status
Cluster information
-------------------
Name: cluster-proxmox
Config Version: 2
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Thu Jun 29 10:26:56 2023
Quorum provider: corosync_votequorum
Nodes: 2
Node ID: 0x00000001
Ring ID: 1.372
Quorate: Yes
Votequorum information
----------------------
Expected votes: 2
Highest expected: 2
Total votes: 2
Quorum: 2
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 192.168.1.XXX (local)
0x00000002 1 192.168.1.XX
the running kernel isI add logCode:6.2.16-3-pve
Code:journalctl -b -1
but I noticed that the only error strings are
Code:[quorum] crit: quorum_initialize failed: 2 Jun 29 09:20:51 proxmox pmxcfs[692]: [quorum] crit: can't initialize service Jun 29 09:20:51 proxmox pmxcfs[692]: [confdb] crit: cmap_initialize failed: 2 Jun 29 09:20:51 proxmox pmxcfs[692]: [confdb] crit: can't initialize service Jun 29 09:20:51 proxmox pmxcfs[692]: [dcdb] crit: cpg_initialize failed: 2 Jun 29 09:20:51 proxmox pmxcfs[692]: [dcdb] crit: can't initialize service Jun 29 09:20:51 proxmox pmxcfs[692]: [status] crit: cpg_initialize failed: 2 Jun 29 09:20:51 proxmox pmxcfs[692]: [status] crit: can't initialize service