Search results

  1. W

    does PBS support iSCSI disk?

    Hi lup, Welcome to the forums! I think I just faced the same problem as you, wondering whether LVM thin was supported in my case. Initialize creates a new GPT, do you need that? In my case: I forgot to mount the storage.
  2. W

    datacenter cluster

    Maybe you won't need all of its functionality, but it is extremely handy (as long it's not broken..) Instead of having a main server and satellites, it's a system of pears in which each system can manage the whole datacenter. With your nodes in a cluster, moving between nodes can be done via...
  3. W

    Using Tapes with Proxmox Backup

    As you'd know by now: yes ;-) In addition to Dominik's statement ">= LTO5": when I first installed PBS I had no problem at all running my LTO3 drive (Dell branded external SCSI). A while back I switched to SAS attached LTO 4 (also external, HP branded) and continued using the LTO3 media pools...
  4. W

    [SOLVED] I can acess Web GUI

    Ah, missed that, my bad. Yes, that's about it. I'd be interested to get a follow up from @Guilherme Vianna , once the culprit is found! I follow @bbgeek17 , I would say it is not local to the server installation. Bummer you spent so much time reinstalling! With Ubuntu server one usually has...
  5. W

    [SOLVED] Question about CPU windows

    Hi killmasta, Is that not a configuration option in the graph display of the Windows utility?
  6. W

    [SOLVED] I can acess Web GUI

    Another take: can you open the web interface on the Proxmox server itself? You could install a text-only browser (apt install links) and browse to 127.0.0.1:8006 ; probably gives a certificate warning, but hey, at least it connected. After that try the actual vmbr0 IP at that moment, to find...
  7. W

    All three of my proxmox servers restart unexpectedly.

    That would mean a downtime of the link equal to the boot time of the switch. Could be long enough to trigger corosync timeouts. Overheating? One of the companies where I worked had switches with no sensors on fan rotation and perhaps temperature; they only found out the fan was clogged ( not on...
  8. W

    [SOLVED] I can acess Web GUI

    Hey, how do you know Proxmox is actually at 192.168.0.50? Does it react to ping? And of course, the things @leesteken & @Folke Gleumes mentioned; Proxmox shows the web access address above the login prompt.
  9. W

    [SOLVED] I can acess Web GUI

    Hi Guilherme, Welcome to the forums! You must mean you can't access ;-) Try adding the port: 192.168.0.50:8006
  10. W

    Virtualising OPNSense on a Proxmox cluster – Chicken vs Egg

    Hi tipex, Would you not start with a single Proxmox with a fixed IP, get that running, install OPNSense, and then add the other nodes? How much DNS would you need? If it is only for apt, you could get away with a couple of entries in /etc/hosts until things run. If you don't have a router yet...
  11. W

    SATA SSD is not recognized lsblk

    Hi user19.. Is the testlab near you? I would go there and have a look how (and whether) they are connected! Proxmox is "just Debian", which is "just Linux". There is no magic in Proxmox preventing any device being visible.
  12. W

    Proxmox 8.0.4 wont boot

    For reference, the term I could not recall just before I see on screen now: IOMMU group. There is a nice website that lets you look up your board when you don't have access to your Proxmox, or someone else's IOMMU groups ;-)
  13. W

    Proxmox 8.0.4 wont boot

    Hi Daze, Welcome to the forums! Yes, a vague idea :-P Which motherboard do you use? Not all motherboards support a lot of choice in "passthrough groups". I never used it, so the specific terms slip my mind. The point is: you can pass through a resource group all-or-nothing. Besedes that, I...
  14. W

    All three of my proxmox servers restart unexpectedly.

    Is it a direct connection from one building to the other, or is it fiber optic via the Internet? I think @spirit means: a direct cable from one building to the other, only for Proxmox node communication (so not via the Internet, and not shared with other services). What are the ping response...
  15. W

    [SOLVED] Recovering VMs from HDD from failed server

    Hi Albert, Welcome to the forums! For the rest of the story it does not matter so much, but I wondered which HDD and which server, recalling that you already had HDD and server connected to begin with. This is what I understood from your plight: A server (A) crashed thoroughly enough not to...
  16. W

    All three of my proxmox servers restart unexpectedly.

    Hi José, No need to apologize, most of us here are learning :-) The best way to learn may be education, but doing is a good second. Asking someone to solve the problem without having a look yourself takes away the chance to learn. Pay special attention to spirit's message: I think he solved...
  17. W

    All three of my proxmox servers restart unexpectedly.

    Hi spirit, Thanks for chiming in! I wondered about that, but could not find it in the docs (and did not know what to search for). How could you recognize the problem, is it the retries on the messages or the sync/membership changes like the snippet below? Is the timeout configurable, or...
  18. W

    Hanging at "loading initial ramdisk"

    Hi nexi, Welcome to the forums! That is a strange problem you have there. But no question and very little info to go by ;-) Proxmox runs on Debian, which runs on Linux. The initial ramdisk is started before the actual Linux kernel runs, and is not Proxmox specific. I tell this, because you...
  19. W

    All three of my proxmox servers restart unexpectedly.

    The forum is for help you, not to do your work! ;-) Did you have a look at the files yourself? What is your conclusion?
  20. W

    All three of my proxmox servers restart unexpectedly.

    Hi José, That woul maked power difficulties extremely far fetched Yes, there is. Proxmox is built on Debian. Do you have experience troubleshooting Linux systems? It seems there are network problems, but I would learn something new if that turned out to be causing the synchronous reboot...