Solvik / netbox-agent

Netbox agent to run on your infrastructure's servers
Apache License 2.0
299 stars 77 forks source link

Supermicro Blades: dmidecode output #228

Open MatthewDZane opened 2 years ago

MatthewDZane commented 2 years ago

We have a Supermicroblade (SYS-5038MR-H8TRF) server in our Netbox instance and we are trying to use netbox-agent on it.

As per the instructions written here in the README, https://github.com/Solvik/netbox-agent#blades-3, here is the output for the dmidecode_output.txt

This was run on a container with elevated privileges.

Solvik commented 2 years ago

Hi !

As per the code here this should be supported

Which issue are you having?

ugenk commented 1 year ago

Hi!

We got sbe-720f-r90 supermicro enclosure with 20 sbi-7228r-t2x servers (B10DRT-TP motherboard).

Problems with netbox-agent:

  1. enclosure serial is detected incorrectly, looks like agent takes serial from server, not from enclosure. So when we're adding server, new enclosure also created for each server
  2. server type and chassis type are detected incorrectly. blade chassis detects as sbi-7228r-t2x, blade server is detected as b10drpt-tp, should be sbe-720f-r90 and sbi-7228r-t2x accordingly)

Attaching two dmidecode and two lshw from 1st and 2nd servers in enclosure.

dmidecode1.txt dmidecode2.txt lshw1.txt lshw2.txt