Daemons Flashcards
Whats a Daemon?
Its a service process.
What are the benefits of using a daemon?
they have their own isolated memory space so have some fault isolation.
Is one crashes it can be restarted without a full box reboot
Less likely a new feature (via a new daemon) introduces new bugs or breaks anything existing.
What are the 5 important Daemons we need to remember?
RPD - Routing Protocol Daemon
chassisd - Chassis Daemon
mgd - Management Daemon
dcd - device control daemon
analyticsd - provides data and reporting
how do you view running daemons?
show system processes
show system processes extensive
show system processes extensive | except 0.00
how do you restart a daemon?
restart <daemon>
restart ? to list them.</daemon>