Sadly, Solaris throws most of what you have just learned out the window and employs a completely new, very complex, and totally unintuitive method for terminal management called the Service Access Facility (SAF). Instead of traditional gettys to watch each port for logins, SAF is a hierarchy of monitors designed to treat many different types of service requests the same way (including print and network services).
Very basically, to configure a serial port for a terminal, you must configure a port monitor (in the case of a terminal, ttymon) to watch the status of a port, and then associate that port monitor with terminal service.
The SAF configuration files are in /etc/saf. They may be edited manually if you really know what you are doing, but are typically modified with commands that will be covered later.
In addition to the files in /etc/saf, the ttydefs file is used by the port monitor ttymon to set up the speed and terminal settings for a terminal port. This file is very much like the gettydefs file that is used on other systems. The format of the ttydefs file is as follows:
ttylabel:initial-flags:final-flags:autobaud:nextlabel
The following section is an excerpt from an excellent source for administering serial peripherals under Solaris. The entire document, Celeste's Tutorial on Solaris 2.x Modems & Terminals is optional reading for this course.
This required reading is broken up into two sections, Celeste's copyright and the material from one section of the document. No changes have been made to the content, just the markup.