Recent content by andersostling56

  1. A

    Anyone using ProxMenuX for host backup?

    One observation, might be me that done something wrong though... I created a backup w/o encryption on my PBS. The list of backuped files and directories included cron.weekly. For verification, I removed (renamed) one file in that directory and ran a Restore of the latest backup. However, the...
  2. A

    Anyone using ProxMenuX for host backup?

    Thank you for the clear explanation! /A
  3. A

    Anyone using ProxMenuX for host backup?

    Great advice, thanks. I did a new test w/o encryption and it seems to work fine.
  4. A

    Anyone using ProxMenuX for host backup?

    PBS IP - check User/Pwd - check Enc key - ? Fingerprint - check Datastore - check So the encryption key is missing, but I assume that this is only for encrypted backups, so if I choose not to encrypt it, it should not be required, right?
  5. A

    Anyone using ProxMenuX for host backup?

    I was trying out a backup and restore of the PVE host settings, but upon restore I am told that the PBS keyfile is required to restore the backup. Where do I find said keyfile? Is it the PBS fingerprint that should be stored in a file on the PVE host? Thanks Anders
  6. A

    How to add new disk to ZFS pool?

    Mission complete. The newly added disk is now included in the zpool and ready to use. root@hp-srv08:/etc# zpool status pool: HP-BACKUP state: ONLINE status: Some supported and requested features are not enabled on the pool. The pool can still be used, but some features are unavailable...
  7. A

    How to add new disk to ZFS pool?

    So, I can use either one of the two id's in the zpool attach command? Is there any preference?
  8. A

    How to add new disk to ZFS pool?

    A question regarding the disk id's. This is how it looks on the PBS system root@hp-srv08:~# ls -l /dev/disk/by-id/ total 0 lrwxrwxrwx 1 root root 9 Jun 22 22:10 ata-KINGSTON_SA400S37480G_50026B76868BC91B -> ../../sda lrwxrwxrwx 1 root root 10 Jun 22 22:10...
  9. A

    How to add new disk to ZFS pool?

    Thank you for confirming. Both disks will be 2TB. I take it that sgdisk --zap-all /dev/sdX will be sufficient for clearing all disk structures before attaching it to the zfs pool? I will read the man page to get a better understanding of the process.
  10. A

    How to add new disk to ZFS pool?

    Bump. I need to add a second datadisk to PBS (not PVE) as a mirrored device. Here is the current setup with the single 2TB datadisk (sdb) root@hp-srv08:~# lsblk -fp NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS /dev/sda...
  11. A

    Stupid question...how do you backup, the backup server?

    So, backup of the /etc/proxmox-backup/ directory would be sufficient for doing a bare metal restore (using the installmedia first of course)?
  12. A

    Dhcp server in VM

    I am unable to have the ISC-DHCP server to serve non-VM clients with IP adresses. VM clients do get served correctly. I see the DISCOVER but the physical clients does not get any OFFER's. Is there any firewall rules that cause this? My PVE 8 have default network settings. Any idea or...
  13. A

    Migrating the system/boot disk in PBS

    I have a boot/system disk in my PBS system that shows some SMART errors. I am a bit concerned and want to replace that disk with another fresh one. All data is on a second disk, a ZFS volume. The system disk in formatted as EXT4. Now I installed a new PBS on a secondary server using the same...
  14. A

    VNCproxy error after change of hostname

    When I installed the first PVE node, I left the hostname as PVE with a fixed IP on my subnet. Later on I decided to change the hostname to a proper one using hostnamectl. DNS is updated accordingly, and I added PVE as a CNAME for backward compatibility. But after doing that, I cannot connect...