Hi :)
I have a noobish question about the propagation of privileges. I'm curious as to how it's currently implemented and if i'm doing something fundamentally wrong.
I use LDAP and let's say i have three groups in LDAP, lets call them Admin , SemiAdmin and Developer for the sake of clarity...
What the installer basically does is setting up a DHCP + ability to pxe boot the machines on a separate provisioning network.
It then sets the boot device to network using ipmi, powers them on in sequence booting coreos with some ignition files which provision the node, it then set the boot...
Yes one IP. Added all the nodes that I needed BMC for with different ports.
pbmc add ......... -p 6623 VMID_1
pbmc add ......... -p 6624 VMID_2
....
pbmc start id1 id2 .....
I used a virtual machine for this since openshift use this for baremetal installs even after the installation is...
Were you able to control what port you wanted it to run on?
Anyways, I took the time and adapted the VirtualBMC to work against the proxmox VE API.
For those interested it's here: https://github.com/agnon/proxmoxbmc
Hopefully it's all in alignment with the license. It uses Proxmoxer to...
You installed amsd. That's only for Gen10. But looking at your previous posts you had G8's right? So you should have skipped that step and installed the hp-ams which is for Gen9 and earlier.
But one quick and easy thing to do since the hp-health package isn't well updated. Use IPMI. If you want...
I just tested on my gen8's and I had forgot that amsd is for gen10 only. One need to install hp-ams instead. I tested it now and it works nicely.
So the steps would then be to do something like this:
You could probably just download the deb and install but if there are dependencies do follow...
Interesting!
Thing is, i need standards like IPMI, this is for an unassisted installer (ocp4) that rely on communicating with the BMC (which i want to emulate on my local computer for all hosts during the install procedure (for now)) of each cluster node.
But thanks for pointing out the...
On all our proxmox instances I use this ansible script for all our servers (mostly DL360/DL380 Gen10):
Just reproduce the steps needed for the CLI...
---
- name: Install packages
apt:
name: ['gnupg', 'lsb-release']
state: present
# To be able to use facts like under ['lsb']
- name...
Hello!
Is it possible to integrate something like this:
https://github.com/openstack/virtualbmc
into Proxmox? It would be really nice to have.
I'm fiddling with some test installations of RedHat products for instance OpenShift. And if you're going down the installer provisioned...
Hello,
This post is more of a proposal/bug related. I just feel like sharing if anyone else encounters the same issues since we solved it.
So the problem we encountered was this:
We had a 5 node cluster (7.0) about to get some new hardware. For brevity let's call the nodes node1/2/3/4/5. We...
Thanks for the answers! Much appreciated!
It turned out to be exactly that :)
We only had the proxmox ceph repos added on the cluster hosting the ceph storage. On our 3 other clusters at our distribution points where we only mount that storage we used debian 11 repos and thus librbd 14.X...
After we upgraded all our clusters to PVE 7.0-11 we get the following error for all VMs using EFI / q35.
Here's the vm-config:
agent: 1
balloon: 2000
bios: ovmf
boot: order=scsi0;net0
cores: 4
cpu: host
description: super secret
efidisk0: vm-storage:vm-2005-disk-1,size=1M
hostpci0...
During that maintenance day we had two nodes fail live migration. It's not always the same VM. Neither is it always the same node/server.
Here's the vm config of one that failed:
bootdisk: scsi0
cores: 2
memory: 2048
name: log-01
net0: e1000=C6:F0:1D:8D:BF:AB,bridge=vmbr0,firewall=1
numa: 0...
Hello!
First post, yay! We are in the works of setting up a cluster using this awesome software.
We've set up a 3 node cluster. As backend for our VM disks we are currently running GlusterFS (A move to CEPH is underway).
While live-migrating a VM we bump into the following error every now and...
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.