Recent content by Andrea Carnevali

  1. A

    DELL R650XS Failed to start ZFS - Import@cluster_pool_zfs.service - import zfs pool cluster_pool_zfs.

    Hi. I have install a Proxmox 8 with version 8.1.3 into a server DELL R650XS with 8 SSD ( 3.84 Tb ) The firs SSD is dedicated to Proxmox with settings EFI and LVM partition. The other 7 disks are configurated in zfs raid z. I have a pool of 26.87 Tb with status Online and with nothing error. I...
  2. A

    Suddenly shut down.

    I found the problem inside /val/log/syslog. Thank you.
  3. A

    Suddenly shut down.

    Hi everyone. I ask you where I can find the logs in proxmox regarding the power status of the server. Last night the power to the server suddenly went out due to an electrical problem and I would like to know at what time the proxmox server suddenly shut down. Thanks. Andrea
  4. A

    create a cluster on nodes already active in production.

    Hi everyone. I should migrate an infrastructure where there is a Dell T440 server with Vmware ESXi and some VMs into a reality with 2 Proxmox nodes and a PBS server that will act as a quorum. I ask you if it is possible to insert the second cluster node in a system where I already have a proxmox...
  5. A

    Limited permissions roles

    Thanks for your reply. I used another way and moved my notes from proxmox to an exterl file. Thanks.
  6. A

    Limited permissions roles

    Hi. I have created a group of users who have limited access to the proxmox panel and cannot make any changes. In the group I entered: VM.Audit and VM.Console Can I not show the NOTES section of the VMs created inside the node to this group ? Thank you. Andrea
  7. A

    Proxmox server to virtualize graphic workstations

    Hi I should create an assembled server to virtualize 5 old graphics workstations with Win10 operating system, Intel i5 sixth generation cpu, 8Gb of ram and currently video card nvida quadro p2000. Do you have any suggestions on hardware to buy? CPU : Intel I7 12 gen RAM : 128 Gb Motherboard...
  8. A

    import VM from ESXi 6.0

    Hi bbgeek17. With your advice I solved the problem of importing the vm. The command is : qemu-img convert -p -f vmdk SRVDC01.vmdk -O qcow2 /mnt/pve/DISCO1/images/SRVDC01.qcow2 and after : qm importdisk <vmid> yourimage.qcow2 namestoragepool Thanks.
  9. A

    import VM from ESXi 6.0

    Hi. I have some virtual machine copied from an Esxi server that I woul'd like migrate in Proxmox 7. The virtual machines are composed of various files such as: .vmsd - .vmdk - .vmxf - .vmx - .nvram Can you help me with the correct command for convert the VM into QCOW2 format ? qemu-img convert...
  10. A

    [SOLVED] Help with replacing failed drive, zpool replace not working

    Thanks Dunuin. I thought I made a mistake. the zpool status command gives me the second disk as part 1. This is right ? Thanks so much.
  11. A

    [SOLVED] Help with replacing failed drive, zpool replace not working

    Hi Dunuin. I replaced a failed disk in a raid 1 zfs pool. This was the old situation : root@proxmox1:~# root@proxmox1:~# zpool status -v SSD_4_5_2TB pool: SSD_4_5_2TB state: DEGRADED status: One or more devices has experienced an unrecoverable error. An attempt was made to correct...
  12. A

    ZFS RAID 1 SSD Swap

    Hi. Check the command that I used for change my disk .... I made a test in a lab with a new server dell . Procedura per sostituzione DISCO in un POOL ZFS. root@pvetest:~# zpool status pool: rpool state: DEGRADED status: One or more devices has been taken offline by the administrator...
  13. A

    [SOLVED] Help with replacing failed drive, zpool replace not working

    Hi. When the disk is replaced, are the partition tables automatically copied as well? I did a test I could not boot the server from the replaced disk correctly. The resilver didn't give me any errors. Hello Andrew.