When you used to access to host console via iLOM, you probably noticed that long command lines (over 80 symbols) do not break to new continuation line, the new characters just go over existed, already typed characters. It looks like the terminal string
[root@xxx-xxxx-xxx ~]# ddddddddddddddddddddddddddddddddddddddddddddddddddddd
transforms into
aaaat@xxx-xxx-xxx ~]# dddddddddddddddddddddddddddddddddddddddddddddddddddddaaa
To resolve the issue, set tty parameters corresponding to your terminal, for example :
[root@xxx-xxxx-xxx ~]# stty rows 45 columns 158
You should also reopen iLOM console for proper terminal functioning.
Good Luck !
No comments:
Post a Comment