Search results

  1. O

    Install encrypted proxmox

    Hello again. I already have the debian installed with the proxmox packages, it only comes from local storage, local.lvm does not come out anymore. Apart that I do not have any / dev / mapper as before, nor the data, root, swap. What I have to do to install debian in this way, and have...
  2. O

    Install encrypted proxmox

    Then I have to install debian, then add the proxmox repositories and install proxmox? But how do I encrypt the disk on which it was installed?
  3. O

    Install encrypted proxmox

    Good morning Forum Is it possible to install proxmox encryption? If possible, how is it done? Do you have any guides or documentation to do it?
  4. O

    Top high with mount point proxmox

    Good Morning, I have a disk mounted in proxmox, and this disk I mount in a virtual machine with mount point. That virtual machine, stores images of the cameras of the company, with a samba that I created, and shoots the top to 13, and makes it impossible for me to review the images. I have...
  5. O

    Ceph and replications

    Sorry, the error of replication is as follows. No replicatable volumes found (500) I forgot to put it.
  6. O

    Ceph and replications

    Sorry, I thought you answered. I already know how ceph-storage works, my second question question from the previous post, was related to replication. I tried to replicate a machine and it gives me this error: I have searched for information and it is because I do not have proxmox installed...
  7. O

    Ceph and replications

    Hello, I have proxmox installed as local-lvm, and I have read that if it is not installed as zfs I can not use replication. But you can add a zfs directory, this how do I do it? I have a 1TB disk where I want the machines to be replicated, as I format it in zfs. And then I create the pool and...
  8. O

    Ceph and replications

    Hi, I have several questions. Ceph: I have three 1TB disks connected by osd, but I read that this storage is similar to a raid, so how much capacity do I have in total? And how to operate ceph. If I have this allegiance, what is the use now of making replications? Is it useful to do them?
  9. O

    Let proxmox send mail if a node is stopped

    I mean that proxmox send me an email if a node for example is turned off because the pc has been broken. Or lose the connection or things like that.
  10. O

    Let proxmox send mail if a node is stopped

    Good afternoon, I am learning to use proxmox and all its advantages, I have mounted proxmox with high availability in ceph and nfs, and it works perfectly, I migrate machines in seconds, even if they are plugged in, and if I disconnect a network cable from one of the servers in thing of 2/3...
  11. O

    command mkfs.ext4 -f failed

    I have already solved my problem, it was because I was trying to install proxmox on a 4 TB disk and there was no way. Thank you.
  12. O

    command mkfs.ext4 -f failed

    good morning When I try to install proxmox, I get this error and I do not know what is due, can you help me? command mkfs.ext4 -f failed with exit code 5 at /usr/bin proxinstall line 394
  13. O

    Cluster and high availability proxmox

    There is no guide to do it, that you can follow step by step how to do it?
  14. O

    Cluster and high availability proxmox

    How to configure 3 physical machines of proxmox 5.1 in cluster of high availability?
  15. O

    Migrate physical equipment or from vmware to proxmox

    My problem has already been solved, the hardware problem, in proxmox I had to tell him that windows 10, was EFI and already started correctly. How would the command to make it shorter and not so long? Thank you.
  16. O

    Migrate physical equipment or from vmware to proxmox

    I used vmware converter to convert the physical machine to virtual (vmdk). Once I have my machine in vmdk format, I mount the disk in proxmox and do the following: qemu-img convert <MYVMname> -flat.vmdk -O raw <MYVMname> .raw dd if = Windows10.raw of = / dev / pve / vm-105-disk-1 When it...
  17. O

    Migrate physical equipment or from vmware to proxmox

    Hello, That page I have already looked at it, and it is not for proxmox 5.0, it is for previous versions, since proxmox 4.4 changed the site images and following that page I have not been able to convert my images of physical machines or vmware machines to proxmox.
  18. O

    Migrate physical equipment or from vmware to proxmox

    Good Morning, I read that in proxmox 5.0 you can migrate vmware machines to proxmox. I would like to know how I should do it, since I have tried it in many ways and it has not worked for me. How do I migrate a physical machine (windows or linux) to a virtual machine (proxmox)? How do I...