To list the current console:
#lscons
To list the console at next boot:
#lscons -b
To change the console to tty3:
#chcons /dev/tty69
Redirect console to tty69 and provide login prompt:
#chcons -a login=enable /dev/tty69
To change system console to tty69 temporarily:
#swcons /dev/tty69