Search results

  1. L

    Packer to build Ubuntu 20

    Trying to use packer to build an ubuntu 20.04 template. I am using the following for my setup. however i always land on the the language selection screen. From reading it seems alot of people load the preseed.cfg into as a floppy for other hypervisors. has anyone been able to make this work...
  2. L

    VM node Restrictions

    ElasticSearch and Redis are the use cases i have as well
  3. L

    Issues with expanding SAN connection

    You likely need to resize the physical volume. try doing a `pvresize /dev/sdc`
  4. L

    VM node Restrictions

    Thank you for the reply on this. Hopefully it is something you consider as a feature in the future.
  5. L

    VM node Restrictions

    So reading about the HA groups and being able to have select VMs only run on the selected nodes. great feature. however i may have missed it or it may not be there, But is there a way to setup VM restriction groups? Example. I have 4 nodes. and 3 VMs the 3 VMS can run on any of the 4 nodes...
  6. L

    Hardware compatibility with DELL server

    Only issue i have had with running and Dell R based servers is the Qlogic nics on install but doing the dummy setup gets around that then works fine.
  7. L

    [SOLVED] ISCSI connection to a dell unity

    Ended up figuring it out. it was the multipath issue
  8. L

    LVM on iscsi

    Using version 6.3 and i get the following error when trying to create and LVM on my ISCSI RESOLVED!!! Needed to setup multipart
  9. L

    [SOLVED] ISCSI connection to a dell unity

    Setting up an ISCSI connection to a dell unity. i was able to create the ISCSI part. but when i go to create the LVM im getting an error that the device is already used by volume group unknown.
  10. L

    no network interface found

    thats no good. this is the post i have used in the past that i got my information from and has worked for my. sorry i was not of more help. https://forum.proxmox.com/threads/no-network-interfaces-found-qlogic-4xxxx.42892/
  11. L

    no network interface found

    you should be directly to the console if you click abort while on that screen
  12. L

    [TUTORIAL] Proxmox authentification based on LDAP group membership / LDAP user synchronization - HOW TO manual

    thank you for the post it was very helpful. however i am running into an issue after doing the sync where im not able to login with the user i did the sync with. If i tail on journalctl while logging in, i get Authentication Failure; rhose=xxx.xxx.xxx.xxx (the server i tried to login from)...
  13. L

    no network interface found

    I have run into this issue before using dell 640s with qlogic controllers was able to resolve using the following to create a dummy interface abort to the console and run the following commands to create a "dummy" to get your through the install then you can update with the correct networking...
  14. L

    Issues with Active Directory logins

    After doing some digging in the lgos i get Authentication Failure; rhose=xxx.xxx.xxx.xxx (the server i tried to login from) user =me@domain.net msg=80090308: LdapErr: DSID-0c090446, comment: AcceptSecurityContect error, data 52e, v2580 this indicates that i used the wrong password. but its...
  15. L

    Issues with Active Directory logins

    I was able to create a realm for my domain. " test.net " and sync over the group of users i wanted to pull into PVE, Assigned groups / roles to my users. however when i go to login as the user i am using username (no @ or anything after) the AD password for the user, and selecting the...