Solstice AdminSuite 2.3 Administration Guide

How to Initialize a Port Without Configuring

  1. Start Serial Port Manager from the Solstice Launcher, if not done already.

    See the procedure on "How to Start Serial Port Manager" for information about starting Serial Port Manager.

  2. Choose Modify from the Edit menu.

    The Modify window appears in the Basic Detail mode. See the Reference online help for default values of the Basic, More, or Export Detail modes.

  3. Choose Initialize Only - No Connection from the Template menu.

  4. Click on OK to initialize the port.

Example of a Command-Line Equivalent for Initializing a Modem

The following example is the equivalent of using Serial Port Manager to initialize port /dev/term/b.


# admserialmod -e -p init b

In this command,

-e

Enables the port. 

-p init

Specifies the port should only be initialized. 

b

Specifies the name of the port.