Search results

  1. F

    I recommend hw a new pbs

    Are these okay? : 960GB SSD SATA Read Intensive 6Gbps 512e 2.5in Hot-plug Drive . Can I use drives labeled read intensive if I do daily backups?
  2. F

    I recommend hw a new pbs

    I'm doing a PBS with the following hardware, can you tell me if the disks are okay? - Server dell VCG3C Dell R250 4x3.5" E-2314 1x16GB 1x2TB HDD SATA 700W - disks for storage backup 2: 161-BCFV 2.4TB Hard Drive SAS2.5in Hot Plug Format: 2.5 '' Capacity: 2,400 GB Interface: SAS Rotation speed...
  3. F

    I ask for advice on virtualizing Windows 11 on PVE.

    Considering that I will activate the replicas on two nodes, during the OS installation procedure. Windows 11 do I have to create a separate partition for the Windows data disk, or do I leave everything by default?
  4. F

    Windows 11 and replicas on pve.

    Maybe I solved it, in the hw configuration of the vm I had set the omit from replication flag. so the disk with the data didn't replicate to me.
  5. F

    Windows 11 and replicas on pve.

    I have a windows 11 machine running pve 8.1.3. I turned on the replies. I noticed that there are 3 disks created for Windows 11, in particular: vm-102-disk-0 1.05MB; vm-102-disk-1 171.80 GB ; vm-.102-disk-2 4.19 MB . The replication copies only the smaller disks to node 2, leaving out the 171.80...
  6. F

    Move cluster operation from 1GB LAN to 10GB SFP+ ports

    Is it better to leave everything on 1GB? my cluster has only two nodes and the replicas are operated on 4 machines, one of which is windows. The disks are about 100GB each
  7. F

    Move cluster operation from 1GB LAN to 10GB SFP+ ports

    The cards are from. But at a configuration level, can I migrate from a cluster configured with 1GB cards to SFP+ cards? Can the operation cause problems?
  8. F

    Move cluster operation from 1GB LAN to 10GB SFP+ ports

    I should use these cables: https://icecat.biz/it/p/dell/470-aavh/fibre+optic+cables-5397063816781-470-aavh-25589223.html.
  9. F

    Move cluster operation from 1GB LAN to 10GB SFP+ ports

    Good evening, let me start by saying that I am using Proxmox 8.1. I have a two node cluster, where I have enabled VM replication. The cluster communicates on 1GB LAN cards. The two servers also have SFP+ ports so I would like to use fiber cables. Moving the operation of the cluster and replicas...
  10. F

    Use PBS as a two-node cluster quorum member ?

    Ok it seems to work. I'll summarize what I did: put on PBS: apt install corosync-qnetd put in the two nodes: apt install corosync-qdevice From one of the two nodes I configured qdevice in the following way: pvecm qdevice setup 192.168.5.30 then with pve status I see: Votequorum information...
  11. F

    Use PBS as a two-node cluster quorum member ?

    I tried again. My source.list file is: -------------------------------------------------- -------------------------------------------------- ----------- deb http://ftp.it.debian.org/debian bookworm main contrib deb http://ftp.it.debian.org/debian bookworm-updates main contrib # security...
  12. F

    Use PBS as a two-node cluster quorum member ?

    I have not activated any PBS license. Do I have to put the development repos? The version I'm using is the latest one downloaded from https://www.proxmox.com/en/downloads
  13. F

    Use PBS as a two-node cluster quorum member ?

    forgive me if I try to install qdevice on my PBS it gives me an error: root@pbs:~# apt install corosync-qnetd Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package corosync-qnetd root@pbs:~# apt install corosync-qdevice...
  14. F

    Use PBS as a two-node cluster quorum member ?

    I read that you can configure PBS as the third quorum node in a two-node cluster with replicas. I set up a two node cluster and VM replicas. Now I put a proxmox backup server and connected it to my cluster. Backups work and are scheduled. I would like to use the PBX as a quorum element in order...
  15. F

    Recommendation for replication with two nodes and LAN ports

    I understand. Listen, I initially told you that I have 2 10GB SFP+ ports available on the two servers. Can I configure the two sfp+ ports managing 2 replica virtual machines on the first port and two other virtual machines on the second port? Let me explain better, can I replicate two specific...
  16. F

    Recommendation for replication with two nodes and LAN ports

    There are 4 virtual machines, I can't quantify how much data. One of these is a s.o. windows d is the one that...
  17. F

    Recommendation for replication with two nodes and LAN ports

    I have two DELL R750xs servers with two SFP+ ports and two 1GB ports. I need to configure the replication of virtual machines between the two nodes. Do I necessarily have to do it via the SFP+ ports or can I also use the 1GB ports? Consider that you would like to set a response time of n. 1...
  18. F

    CLUSTER 2 NIDE

    I opted for this solution: two PVEs and a PBS as quorum controller as putting 3 PVEs + 1 PBS would have been too expensive. So I thought about managing virtual machine replicas with PBS incremental backups. I would put a replication time at 1 minute, in this system I will have a maximum of 3/4...
  19. F

    CLUSTER 2 NIDE

    Hi, I found a documentation that explains the difference between the 2-known ZFS cluster and the 3-known cluster with Chep. For my configuration I use the 2 node cluster with replicas and zfs. I would like to add a third node made with PBS for backups. At this point I ask you for advice. The...
  20. F

    CLUSTER 2 NIDE

    I need to setup a two node cluster with a third PBS node. I wanted to understand how the cluster works, and the services to configure to activate it. In essence, does the two-node cluster work with replicas? Can you tell me the documentation to follow for testing? In this configuration, I...