Search results

  1. L

    [solved] Fetchmail für Google-Postfächer

    Vielleicht könnte die Anleitung so auch in die PMG-Doku übernommen werden.
  2. L

    [solved] Fetchmail für Google-Postfächer

    Danke für die Vorarbeit! Hier alle notwendigen Schritte im Überblick: 2FA aktivieren: https://support.google.com/accounts/answer/185839 App-Passwörter einrichten: https://support.google.com/accounts/answer/185833 App auswählen: E-Mail Gerät auswählen: Andere > "Proxmox Mail Gateway...
  3. L

    Several newbie questions regarding best practices on how to setup a iSCSI SAN

    Ok, seems to work fine. Just pulled one cable and the VM using its one and only disk on the SAN is still running. Thanks for all your help!
  4. L

    [SOLVED] Console is using SPICE instead of noVNC

    Hello, when opening a console of a VM, it used to open noVNC per default. Now, probably after the update from 7.1 to 7.2, PVE downloads a spice file "pve-spice.vv". According to https://pve.proxmox.com/wiki/SPICE: "Spice is not enabled by default. To enable it set the Display in the Hardware...
  5. L

    Several newbie questions regarding best practices on how to setup a iSCSI SAN

    I have already done so. Configured iSCSI and multipath. Added iSCSI storage on Proxmox and put LVM on top of that. Should that be sufficient?
  6. L

    Several newbie questions regarding best practices on how to setup a iSCSI SAN

    D'oh... that was a pretty dumb question from me ;-) How does this work with the two separate subnets? Is multipath taking care of it?
  7. L

    Several newbie questions regarding best practices on how to setup a iSCSI SAN

    1a) And I would need to have a different set of disks for every LUN, as it's probably not possible to have two LUNs on the same RAID/disk group, is it? Multipath is already configured. I have configured the iSCSI storage with an IP address that is available on Proxmox node A. We are using DAC...
  8. L

    Several newbie questions regarding best practices on how to setup a iSCSI SAN

    Thanks, I found another blog article recommending this, so switched to using a separate subnet not only for each host, but for each port (2 hosts = 4 different subnets). No need for routing or specifying the interface when pinging the target.
  9. L

    Several newbie questions regarding best practices on how to setup a iSCSI SAN

    Thanks a lot for your detailed answer! I will test and see (and probably come back with more questions next week). Have a nice weekend! =)
  10. L

    Several newbie questions regarding best practices on how to setup a iSCSI SAN

    Hello, we have recently installed a HP MSA 2040 to use with iSCSI. I am a total newbie in this field and decided to just try and learn stuff on the way. Therefore even though it's generally working right now (one host has access to the SAN and I was able to add a mount point to an existing CT)...
  11. L

    create storage failed: pvcreate error ... device is too small (pv_min_size) (500)

    I got it working now. Underlying problem must have been the network configuration as I used an example for a switch-scenario as a basis while we are using DAC. Straightened that out (at least better than before) and got multiple devices (sdb and sdc) and then configured multipath.
  12. L

    create storage failed: pvcreate error ... device is too small (pv_min_size) (500)

    There is nothing new to be seen in "journalctl -f" during an attempt to create the LVM device. atl-vm03:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 7.3T 0 disk ├─sda1...
  13. L

    create storage failed: pvcreate error ... device is too small (pv_min_size) (500)

    Hello, I'm in the process of setting up a HP MSA2040 SAN to work with Proxmox. As I just started using a SAN, I have a little over zero knowledge of these things, so there most probably will be errors in my setup (or terms I don't use correctly). Current status is: - MSA2040 is connected via...
  14. L

    [SOLVED] NIC missing after configuring it

    Couldn't get those cables to work. Had to switch to original Dell cables and now the interfaces are up.
  15. L

    USB ports change on host restart

    Hi, we are running Proxmox 7.1 on a Dell PowerEdge C6100. One VM has assigned the two USB ports for use with dongles (AKS Hardlock and Kobil Systems Smart Token). This works without problems until I restart the server. The setting used to be "host=2-1" and "host=2-2". After a restart, I had to...
  16. L

    [SOLVED] NIC missing after configuring it

    Turns out to be a problem with "failed to load because an unsupported SFP+ or QSFP module type was detected". However, the workaround to "allow_unsupported_sfp=1" doesn't work, i.e. after loading the ixgbe module with that option, I still get the "unsupported" error message. Will have to look...
  17. L

    [SOLVED] NIC missing after configuring it

    Not yet. I wanted to avoid this and using ifupdown2 I understand this should be possible. I could try it later today.
  18. L

    [SOLVED] NIC missing after configuring it

    warning: enp2s0f0: interface not recognized - please check interface configuration warning: enp2s0f1: interface not recognized - please check interface configuration
  19. L

    [SOLVED] NIC missing after configuring it

    We have a PVE 7.1 cluster wird just two nodes. I'm in the process of adding a SAN (total newbie here). The SAN will be connected via iSCSI using DAC. Each Proxmox node has a separate 10Gb ethernet card with two ports. I can see these ports as enp2s0f0 and enp2s0f1. They used to be shown in the...