conman
conman copied to clipboard
ConMan: The Console Manager
Since we're running out of IPv4 addresses, the next obvious thing is to do pure IPv6 out-of-band networks. It appears that an IPv6 address cannot be specified in the `dev`...
**What steps will reproduce the problem?** Define a console connected via an external process. Have that external process spawn a telnet connection to the remote device. Once the connection has...
Hi, I'd like to have a redundant setup where multiple `conmand` daemons running on different machines would log the same consoles. Say, `server1` monitors consoles `a` and `b`, `server2` monitors...
conman-0.2.7, Ubuntu 10.04 With a running conmand process, the config file is changed from: ``` console name="host1" dev="ipmi:%N.ipmi" console name="host2" dev="ipmi:%N.ipmi" ``` to: ``` console name="host1" dev="ipmi:%N.ipmi" console name="host3" dev="ipmi:%N.ipmi"...
**What new or enhanced feature are you proposing?** Allow the client to connect to a console, and have the underlying network connection automagically routed to the appropriate server managing that...
For a log directive like: ``` global log="%N/%Y-%m-%d.log" ``` the variables will be expanded when conman starts, and you'll get logs like: ``` server1/2012-03-15.log ``` However, all log entries will...
**What new or enhanced feature are you proposing?** Support for specifying console names via the hostlist expression syntax used in pdsh et al. **What goal would this enhancement help you...
**What steps will reproduce the problem?** Enable a serial console on a kvm virtual machine. Then edit `conman.conf` to access this console through libvirt: ``` console name="foo" dev="/usr/bin/virsh console foo"...