Difference between revisions of "Console Server"

From neil.tappsville.com
Jump to navigationJump to search
m
m
Line 13: Line 13:
 
<pre>"wrong user name passed to monitor: expected conserver != conserver:*"</pre>
 
<pre>"wrong user name passed to monitor: expected conserver != conserver:*"</pre>
 
Generally means the console-server has an entry for a console instance that is not configured on that terminal server. check /etc/conserver/conserver.cf
 
Generally means the console-server has an entry for a console instance that is not configured on that terminal server. check /etc/conserver/conserver.cf
 +
 +
 +
==Reboot a Terminal Server from CLI==
 +
<pre>
 +
ssh demo-ts-1
 +
Password:
 +
$ sudo -s
 +
# reboot
 +
Rebooting system
 +
# Shared connection to demo-ts-1 closed.
 +
</pre>

Revision as of 00:17, 21 April 2020

https://opengear.com/products/cm7100-console-server

https://www.conserver.com/


usage conserver [host]_re0

Exit Ctrl+E c .


The following log messages in Splunk from the Terminal Server

"wrong user name passed to monitor: expected conserver != conserver:*"

Generally means the console-server has an entry for a console instance that is not configured on that terminal server. check /etc/conserver/conserver.cf


Reboot a Terminal Server from CLI

ssh demo-ts-1
Password:
$ sudo -s
# reboot
Rebooting system
# Shared connection to demo-ts-1 closed.