Administration Application Reference Manual
この本のみを検索
PDF 文書ファイルをダウンロードする

Serial Port Manager Reference

11

This chapter provides reference information for the Serial Port Manager.

Use this table to find information about specific Serial Port Manager features.
Using Serial Port Managerpage 132
Serial Port Manager Main Windowpage 134
Modify Service Windowpage 136
Text Box(504x322)

Template Menu

page 138
Baud Rate Menupage 138
Port Monitor Tag Menupage 139
Timeout Menupage 139
Delete Service Windowpage 140

Using Serial Port Manager

When to Use Serial Port Manager

Use Serial Port Manager to configure serial port software for use with terminals or modems. You can use Serial Port Manager to configure one or more ports on a local or remote system.
With Serial Port Manager, you can
  • Add a service
  • Modify a service
  • Initialize a port without configuring the service
  • Disable a service
  • Delete a service

Requirements for Using Serial Port Manager

The requirements for using Serial Port Manager are:

Alternatives to Using Serial Port Manager

When you configure a serial port for use with a modem or terminal, you have a choice between two tools:
  • Service Access Facility--a collection of background processes and administrative commands used from the command line to configure and administer port services and monitors.
  • Serial Port Manager--an Administration Tool application that provides a graphical user interface and the functionality of the Service Access Facility's pmadm command, a port monitor administration tool.
For more information about the Service Access Facility and when to use the Service Access Facility or Serial Port Manager, see Peripherals Administration.

Where to Find Specific Task Information

This table contains references for Serial Port Manager tasks.
Table 11-1
TaskLocation
How to Start Serial Port Managerpage 63
How to Add a Terminalpage 64
How to Add a Modempage 66
Initializing a Port Without Configuringpage 69
How to Disable a Portpage 71
How to Delete a Port Servicepage 72

Window, Menu, and Command Descriptions

Serial Port Manager Main Window

The Serial Port Manager main window lists the existing services that have been configured on your system. It also contains menu buttons that help you modify or delete a service.

Internal bitmap(504x180)

The main window contains the Edit, Goto, and Help menus.

Edit Menu Commands

The Serial Port Manager Edit menu commands are described in Table 11-2.
Table 11-2
CommandUse This Command To ...
Modify ServiceModify a service
Delete ServiceDelete a service

Goto Command

The Goto command enables you to manage serial port information on another system. To configure the port services on another system, you need administrative privileges for that system. See Chapter 2, "Name Service Management," for more information on Administration Tool security.

Help Menu Commands

Use the Help menu command to access an online handbook that describes the functions of and requirements for the Serial Port Manager application. See "Using the Help Viewer" on page 9 for more information.

Serial Port Manager Edit Menu

Internal bitmap(499x187)

Modify Service Window

When configuring port information, choose Modify Service from the Edit menu to bring up the Modify Service window.

Imported image(503x282)

The descriptions of each item in the Modify window are listed in Table 11-3.
Table 11-3
DetailItem NameMenu TypeDescription
BasicPortMenuLists the port or ports you selected from Serial Port Manager's main window.
ServiceFieldSpecifies that the service for the specified port is turned on (enabled).
Baud RateMenuSpecifies the line speed used to communicate with the terminal. The line speed represents an entry in /etc/ttydefs.
Terminal TypeFieldShows the terminal type abbreviation, for example, wyse50, ansi, or vt100. Similar abbreviations are found in /etc/termcap. This value is set in the $TERM variable.
MoreOption: Initialize OnlyMenu optionSpecifies that the port software is initialized but not configured.
Option: BidirectionalMenu optionSpecifies that the port line is used in both directions.
Option: Software CarrierMenu optionSpecifies that the software carrier detection feature is used. If the option is not checked, the hardware carrier detection signal is used.
Login PromptFieldShows the prompt displayed after a connection is made.
CommentFieldShows a text description of the service, if any.
Service TagCurrent settingLists the service tag associated with this port--typically an entry in the /dev/term directory.
Port Monitor TagMenuSpecifies the name of the port monitor to be used for this port. Note: The default monitor is typically correct.
ExpertCreate utmp EntryCheck boxSpecifies that a utmp entry is created in the accounting files upon login. Note: This item must be checked if a login service is used. See the Service item.
Connect on CarrierCheck boxSpecifies that a port's associated service is invoked immediately when a connect indication is received.
ServiceFieldShows the program that is run upon connection.
Streams ModulesFieldShows the STREAMS modules that are pushed before the service is started.
Timeout (secs)MenuSpecifies the number of seconds before a port is closed if the open process on the port succeeds and no input data is received.
Template Menu The template menu provides a list of templates that help you quickly set up a port service. Table 11-4 describes the template menu.
Table 11-4
TemplateIs Used To ...
Terminal -- HardwireConnect an ASCII terminal
Modem -- Dial In OnlyConnect a modem with dial-in service, allowing users to dial in to the modem but not dial out
Modem -- Dial Out OnlyConnect a modem with dial-out service, allowing users to dial out from the modem but not dial in
Modem -- BidirectionalConnect a modem with bidirectional service, providing users with both dial-in and dial-out capabilities
Initialize Only -- No ConnectionInitialize the port only; does not provide connection service
Choose the template that most closely matches the port configuration you want. You can then change values in the Modify window to meet your needs.
Baud Rate Menu The baud rate menu provides a list of common baud rates. These entries are also listed in the /etc/ttydefs file.

       38400  

19200
9600
2400
1200
300
auto
Other
To specify a baud rate not listed, choose Other. The Baud Rate window is displayed.

Internal bitmap(424x73)

To specify a valid baud rate, enter a value from the /etc/ttydefs file and click on Apply.
Port Monitor Tag Menu The port monitor tag menu lists the default tag--zsmon--and Other. To specify a tag other than zsmon, choose Other. The Port Monitor Tag window is displayed.

Internal bitmap(405x82)

Timeout Menu The timeout menu provides a list of common timeout parameters. If no input data is received within the timeout parameter, the port will be closed.
Never
30
60
120

Delete Service Window

To delete a service on a configured port, select the port that has a service you want to delete. Choose Delete Service from the Edit menu. The following window is displayed asking you to confirm the deletion:

Internal bitmap(470x95)

Files Modified by Serial Port Manager

Table 11-5 describes the files that are modified by Serial Port Manager.
Table 11-5
System FileDescription
/etc/saf/_sactabThe Service Access Facility's administrative file that contains
configuration data for the port monitors it controls
/etc/saf/pmtag/
_pmtab
The port monitor's administrative file that contains port
monitor-specific configuration data for the services it
provides
/var/saf/pmtag/ logThe port monitor's log file logging service states: successful initialization, failure, enabled, or disabled