User's Reference > Operation > Using TIPH > PH-ALLOCATE

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

PH-ALLOCATE (TIPH) (m604910+phallocate.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

PH-ALLOCATE

Allocates a port to the Terminal Independent Process Handler (TIPH).

Syntax

PH-ALLOCATE {portNumber}

Syntax Elements

portNumber The number of the port to allocate. This must be a 'real' port; that is, one with a number less than that specified by the MaxPortNum database configuration parameter.

See Port Numbers below for more details.

Prompt

If you do not specify a port number, you are prompted:

PORT TO ALLOCATE ?

Enter the required port number.

Restrictions

SYSMAN and SYSPROG accounts only.

You cannot start a TIPH process on a port that is already in use.

You can only run one TIPH process on each port (but see Port Numbers below).

Port Numbers

Comments

When you allocate a port using PH-ALLOCATE, it remains a TIPH port until you issue a PH-DELETE command.

You can use an allocated TIPH port as a normal terminal port when you are not using it to run a TIPH process.

Example

This example allocates port number 4 as a TIPH port.

:PH-ALLOCATE
PORT TO ALLOCATE ? 4

RealityV15.0Comment on this topic