this post was submitted on 06 Aug 2026
80 points (98.8% liked)

Technology

87575 readers
3764 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] tal@lemmy.today 3 points 3 weeks ago (6 children)

Baseboard management controllers are miniature computers that are embedded into the motherboards of virtually every enterprise server. The microcontrollers, typically abbreviated as BMCs, run with their own operating system firmware, network stack, and IP address. Administrators rely on them to monitor the physical status of large fleets of servers and to perform a variety of tasks, including rebooting machines, installing updates, and even reinstalling operating systems. BMCs provide what’s known as “lights out” and “out-of-band” management because they work even when servers they’re attached to are turned off or are unresponsive.

Hmm. I don't really understand what the major benefit is to having an integrated management system over just providing a BIOS that can expose its interface on a serial port and having a serial device server attached to the thing, which then means that you aren't tied to a particular management system. I'd also kinda think that it'd be cheaper to use a serial device server if you have a ton of servers in a rack that need to be managed, since one serial port server can handle all of them. Use a smart PMU for power control.

Maybe interfaces are more standardized or something, for automated tasks?

[–] ik5pvx@lemmy.world 15 points 3 weeks ago (1 children)

You can mount an ISO image through the BMC and boot the server from there. A serial port would be too slow. The management ethernet is supposed to be on a separate network not exposed on the same network as the rest.

[–] tal@lemmy.today 1 points 3 weeks ago

You can mount an ISO image through the BMC and boot the server from there.

I mean, you can typically do a TFTP boot on the systems that I've seen that have serial-capable BIOS setups.

considers

Heck, I think that all of my modern personal non-serial-port-BIOS systems can do that, even.

load more comments (4 replies)