fix(dhcp): correct pfv-tsys6-oob reservation MAC to live iDRAC6 [#460]
The reservation carried a4:ba:db:0b:df:a0 (core-switch OUI, mis-migrated
from pfv-netboot) so tsys6's iDRAC could never lease its reserved address.
Replaced with the in-band-verified BMC MAC; deployed to both failover
nodes, validated, restarted.
💘 Generated with Crush
Assisted-by: Crush:glm-5.2
This commit is contained in:
@@ -108,7 +108,10 @@ subnet 192.168.0.0 netmask 255.255.252.0 {
|
||||
fixed-address 192.168.3.197;
|
||||
}
|
||||
host pfv-tsys6-oob {
|
||||
hardware ethernet a4:ba:db:0b:df:a0;
|
||||
# 2026-08-27 #460: was a4:ba:db:0b:df:a0 (core-switch OUI mis-migrated from
|
||||
# pfv-netboot, never matched tsys6 iDRAC); corrected to live iDRAC6 MAC
|
||||
# 00:21:9b:a2:7c:5b read in-band via ipmitool lan print
|
||||
hardware ethernet 00:21:9b:a2:7c:5b;
|
||||
fixed-address 192.168.3.196;
|
||||
}
|
||||
host brother-label-printer {
|
||||
|
||||
Reference in New Issue
Block a user