I was working with a Proxmox server earlier this week so I had a little play with the .CONF files.
I used this to add SLP in Proxmox:
Code:
args: -smbios type=0,vendor=<SLP>,version=<SLP>,date=<SLP>,release=1.0
do your machines boot ok after mapping up the multipath OSDs as my test machine hangs on until I remove the was links then I plug them in and it works. but its boots until I activate the multipath as a OSD.
this is what am also trying to do but with 2 SAS Shelfs
Direct SAS attached disk shelf to HBA port 1 & 2
Direct SAS attached disk shelf to HBA port 3 & 4
then wanting to use the via the multipath to OSD with the SAS connections giving me 24Gbit access to each shelf.
multipath code block in this doesn't work.
I tried fixing it up but still doesn't work
for f in $(multipath -l | grep dm- | awk '{ print $1 }')
do
pvcreate --metadatasize 250k -y -ff /dev/mapper/$f-part1
vgcreate vg$f /dev/mapper/$f-part1
lvcreate -n lv0 -l 100%FREE vg$f...
Hi all
has anybody got information on how to setup OpenID connect to azure ID as I would like to decouple authentication from VMs on the cluster.
as Azure AD is managed by a different team I am looking for more of a how-to to get the basic stuff working between Azure and proxmox.
does anybody...
you would need to ensure that the enclosure isn't a raid enclosure or at least selectable to be jbod. you need to have the ability to control the USB power management features if it's a USB device. disabling power management ensures the device doesn't go offline when idle you might need to...
hi all
am looking for a way I can tag systems so that I can do conditional access and remote inventory listing for ansible.
is it possible to configure the system to allow a system to be linked to multiple tags? when I add it to one I can't add them to others via the UI.
for example I would...
HI all
I am trying to run KSM on the system but when I switch /sys/kernel/mm/ksm/run to 1 something changes it back to 0
I am assuming this is a PVE process if so how can I control it. so that KSM is left running all the time?
Hi all
I would like to install proxmox on encrypted systems protected by a TPM2 module which will be used to unlock the system.
I have just booted the official ISO release and couldn't see any encryption options.
what installation method would be the officially supported
HI all
Currently I have a lab with a vxlan setup using unicast but I would like to know how I can move this to multicast as I would like to use multicast in production due to unicast the Linux docs say multicast is preferred.
has anybody got any experience either way with this in production?
could just be a weak rail on the PSU. try balancing the connectors and see what happens.
have you got voltage sensors configured on the Motherboard because you could capture the values and see if it is power.
I get this when my cards go over 80 degrees, I was using a passively cooled case that I have now added a fan too and it's not reoccured.
when you took the temp was it the time it happened or after?
as I found my NVME disks didn't come back when cooled until I rebooted.
proxmox in ansible is currently in the community.general module
https://docs.ansible.com/ansible/latest/collections/community/general/index.html#plugin-index
classes currently
proxmox module – management of instances in Proxmox VE cluster
proxmox_domain_info module – Retrieve information about...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.