Search results

  1. I

    connexion d'une VM par ssh

    bonjour je suis tout nouveau dans l'utilisation de proxmox et aujord'hui toutes mes vm ne fonctionne plus . elles sont demarré mais ne fonctionne pas il y a eu un soucis mais je sais pas vous en dire plus est ce que quelqu'un a déjà eu ce bug ? que faire ?
  2. I

    [SOLVED] Email reporting (Proxmox VE 7.2)

    Thanks for the help, it works ! So I put the actions/commands bellow for Microsoft 365: Modify the file /etc/postfix/main.cfg. Adding the lines relayhost = [smtp.office365.com]:587 smtp_use_tls = yes smtp_sasl_auth_enable = yes smtp_sasl_security_options = noanonymous smtp_sasl_password_maps =...
  3. I

    [SOLVED] Email reporting (Proxmox VE 7.2)

    Hi everyone, I installed a new Proxmox. But I can't send email reporting. The recipient address is hosted by office365. So, when i try : mail -s "Test" <my Office365 email> Nothing happens. And in /var/log/mail.log : AC31E180EAA: to=<my Office365 email>, relay=none, delay=80026...
  4. I

    Immutable backups

    Something like this ? :
  5. I

    Immutable backups

    Good news ! But is there somthing like the Veeam tools ? To forbid/avoid the encryption of the backups ?
  6. I

    Immutable backups

    Hi every one, All is in the title or almost ;-) Is it possible to configure it ? If yes, how can I do it ? Regards PS : My environment : Proxmox and Proxmox Backup
  7. I

    [SOLVED] Storage and hardware RAID

    Works perfectly thanks ! And here is what i have do with a 1To hard drive. Assuming that its name is sda 1- During the installation, resize the root partition to 100 Go 2-After install check the existing partitions and their size fdisk -l 3-If ok, create a new partition fdisk /dev/sda...
  8. I

    [SOLVED] Storage and hardware RAID

    Great news ! So, how can i do ? I saw nothing on the documentation
  9. I

    [SOLVED] Storage and hardware RAID

    During pbs installation, i've allready try something like this : resizing the disk to a smaller size. But it creats an other empty partition, not another disk. So, not recognized for using it as storage Maybe i've done it by a wrong way ? Which commands must I do ?
  10. I

    [SOLVED] Storage and hardware RAID

    Hi everybody, Maybe it is a silly question but, for example a server with hardware RAID 5. Total space 6 To According to my small experience, pbs installation will consider all the space as one disk, so nothing left for the storage. But if i want pbs and the storage on one physical serveur, the...