Search results

  1. M

    [SOLVED] it's possible too synchronize datastores in the same pbs?

    Thank you very much! I didn't imagine I could configure the same PBS as a remote. It's working perfectly.
  2. M

    [SOLVED] it's possible too synchronize datastores in the same pbs?

    Hello, (sorry my english) have a question about synchronization: it's possible to synchronize between two datastores located in the same pbs? one datastore is local zfs pool and the other is a remote nfs resource. Actually i have two pbs's one whit local datastore and other whit nfs datastore...
  3. M

    [SOLVED] Install PVE on hp dl360 g9, questions about raid

    Sorry for my English. I am going to install Proxmox VE on a hp dl360 G9 (2 X Xeon E5-2690 V4, 8 X 32 Gb RAM 8 X 400Gb SSD SAS) My intention is to use two mirrored disks for the system and the other 6 for virtual machines. The doubts: what do I do with the P440AR RAID controller? So far I have...
  4. M

    [SOLVED] Question about replace all the disks in a Proxmox Backup Server

    Solved, i replace the drives, delete the datastore, make a new raidz with the news drives and add a datastore with the same name that the old one. All is working ok.
  5. M

    [SOLVED] Question about replace all the disks in a Proxmox Backup Server

    Hello first sorry my english. I've a PBS whit 5 x 1 Tb hard drives in ZFS configuration, then i want to replace all the 5 for 3 x 4 Tb. my question: is posible to replace them, create a new datastore whith the same name of the old datastore and that the backup of the Proxmox servers continue...
  6. M

    [SOLVED] Migration 5.4-15 to 6 : issue whit cluster configuration

    Today was the day, i put all the vm's in other server and upgrade, first 5 to 6, then 6 to 7 and 7 to 8. All perfect, without any problem following the Proxmox official documentation. It is very comforting to work with such good software.
  7. M

    [SOLVED] Migration 5.4-15 to 6 : issue whit cluster configuration

    Thanks. I'll schedule the time then. Update snapshots, shutdown and backup virtual machines, verify backups, update proxmox and pray :-) I'll let you know how everything goes
  8. M

    [SOLVED] Migration 5.4-15 to 6 : issue whit cluster configuration

    only one node: root@svrmetamvs1:/etc/pve# cat corosync.conf logging { debug: off to_syslog: yes } nodelist { node { name: svrmetamvs1 nodeid: 1 quorum_votes: 1 ring0_addr: 192.168.1.220 } } quorum { provider: corosync_votequorum } totem { cluster_name...
  9. M

    [SOLVED] Migration 5.4-15 to 6 : issue whit cluster configuration

    Hello, it's time to migrate :) but i've that warn from pve5to6: = CHECKING CLUSTER HEALTH/SETTINGS = PASS: systemd unit 'pve-cluster.service' is in state 'active' PASS: systemd unit 'corosync.service' is in state 'active' PASS: Cluster Filesystem is quorate. Analzying quorum settings and...
  10. M

    [SOLVED] Shutdown and start mv from cron error

    Thank you very much! Solved I have not thought about the path because from the terminal it worked fine
  11. M

    [SOLVED] Shutdown and start mv from cron error

    Hi, I'm trying to power off then power on a virtual machine from cron. Script to shutdown: root@svrmetamvs3:~/scripts# cat ApagaMvGLPI.sh #!/bin/bash # apagar mvglpi qm shutdown 300101 script to activate: root@svrmetamvs3:~/scripts# cat EnciendeMvGLPI.sh #!/bin/bash # Encender mvGLPI...