1998-04-28 23:31:56 -04:00
|
|
|
This program provides a convenient way to manage many remote serial
|
2003-05-26 16:20:53 -04:00
|
|
|
consoles for machines. A server (conserver(1)) runs on each server
|
1998-04-28 23:31:56 -04:00
|
|
|
machine and it connects to the specified serial port. It can log,
|
|
|
|
provide shared access to remote consoles, etc. If there are multiple
|
2003-05-26 16:20:53 -04:00
|
|
|
machines running conserver(1), a master conserver(1) can be run to
|
1998-04-28 23:31:56 -04:00
|
|
|
connect to all the slave servers, providing a single point of access
|
|
|
|
to the entire cluster.
|
|
|
|
|
|
|
|
This is very handy for remote unattended OpenBSD servers. It can
|
2005-09-04 14:22:29 -04:00
|
|
|
send serial break signals (if the driver supports it, cy(4) does not!)
|
1998-04-28 23:31:56 -04:00
|
|
|
which is useful for breaking into DDB on hung machines.
|