Use this procedure to configure a Digi device for a Dial-in/Dial-out modem connection. Configuring a device for a modem requires familiarity with both the operating system and the modem being used. While the following procedure is sufficient for most cases, it may be necessary to take additional steps to properly configure your modem or to set up the operating system for a specific application.
On the HP-UX server, edit the /etc/inittab file to add new modem entries for dial-in. Here are examples of two entries for AccelePort Xp ports:
Xx01:23:respawn:/etc/getty
ttya12 38400
Xx02:23:respawn:/etc/getty ttyb02 38400
Notes:
inittab.The "tty" devices are most commonly used for dial-in. See Device Names for a description of tty and cu devices.
The last number in this example, 38400, is an index into the /etc/gettydefs file. Entries other than 38400 may be used. Consult your HP-UX documentation for more information.
Enter this command to force the /etc/inittab changes you made in the previous step to take effect:
init q
Modify the file /usr/lib/uucp/Devices. Add an entry for the device at the end of the file like this:
Direct cua12 - 38400 direct
Note: The "cu" devices are most commonly used for dial-out. See Device Names for a description of tty and cu devices.
Connect to the modem by entering this command at a root prompt:
Once connected, enter the following AT modem command to train the modem to the port speed:cu -l /dev/cua12 -s 38400
at&w
~. (a tilde followed by a period)