Pages

Thursday, July 23, 2015

Aix On Serial Console

Findout available TTY

lsdev -Cc tty

the output must be vty0 or tty0
if its on vty0

lsattr -El vty0 | grep login

By default its disabled in many servers

chdev -l vty0 -a login=enable

If you do not have a terminal defined, that is, lsdev -Cc tty did not display an output, from an remote session run "smit tty" ->add a tty->select the remaining as per your settings.

select optopn "Enable Login", set it to enable.

No comments:

Post a Comment