- 論壇徽章:
- 0
|
Hi folks,
Here I got a problem with the console connection on blade 2500.
I have two identical blade 2500 on different data centre, they are all connected to the console server and they are all working properly until last night I patched both of them. one of them has some problem with the console setting, When I connect to the terminal server and selected the port where the server is connected, there is nothing outputs there, though the server is running ok.
The other server got no problem and console is responding correctly. When I check the process,
server-good
bash#ps -ef | grep console
root 7197 7 0 16:31:59 console 0:00 /usr/lib/saf/ttymon -g -d /dev/console -l console -m ldterm,ttcompat -h -p ted
root 24669 22739 0 17:08:21 pts/18 0:00 grep console
bash#
server-bad
bash#ps -ef | grep console
root 523 7 0 16:47:21 console 0:00 /usr/lib/saf/ttymon -g -d /dev/console -l console -m ldterm,ttcompat -h -p bill
root 1642 1641 0 16:48:01 ?? 0:00 /usr/openwin/bin/fbconsole -n -d :0 <-------------------- this might where the console got stolen.
root 12898 10337 0 17:08:42 pts/8 0:00 grep console
bash#
Can anybody please kindly advise me how to disable the fbconsole and turn the console output to the serial instead? thanks |
|