Hacker News new | ask | show | jobs
by TeMPOraL 2672 days ago
Yes. I wonder though, with proliferation of tools for automating server management, how much does this approach still matter?
1 comments

Serious sysadmins /network admins only config kit via out of band terminal mode - that's what the AUX and Console ports are for on Cisco kit
Eh, that doesn't scale beyond a few devices. There's out-of-band management, yes, but often it's in the form of an isolated management network, which allows automation quite conveniently. Even the serial console is often accessible over a network using terminal servers. You usually also want to be able to download and archive your device configuration automatically using eg. oxidized.

That said, being able to work with standard tools is extremely relevant for debugging problems, still.