HP-UX SNAplus2 R7 APPC Application Suite User's Guide
ATELL
Using ATELL
7 ATELL
APPC Tell (
ATELL) enables a workstation user to send a message to a workstation user on another machine.
ATELL
consists of two transaction programs:
•
ATELL
, which runs on the local machine (requester TP)
•
ATELLD, which runs on the remote machine (provider TP)
7.1 ATELL Configuration
If you have not already done so, install the asuite.tps file as described in Section 1.2.2, Configuring Your
System. This file provides the standard configuration for the provider TPs.
7.2 Using ATELL
Use the following command syntax to invoke
ATELL
:
atell [Options] [UserID@]RemoteSystemID Message
The simplest way to use
ATELL is to specify only the destination and the message. For example:
atell RemoteSystemID Good Morning
This command sends the message Good Morning to the specified destination computer, where it is displayed.
The method used for displaying the message may vary depending on the remote operating system.
Security parameters may be required, depending on the configuration of your system.
7.2.1 ATELL Parameters and Options
Following are the
ATELL parameters and options:
RemoteSystemID
This parameter identifies the remote computer to which you want to send your message and where the
AREXECD provider program runs.
The RemoteSystemID (partner LU name) can be a fully qualified partner LU name (FQPLU), a CPI-C symbolic
destination name,oran
ANAME alias. If the RemoteSystemID is a CPI-C symbolic destination name, it can
be one to eight characters in length and must be configured on the local system.
For more information about RemoteSystemID, see Section 1.2.2, Configuring Your System.
To send a message to a particular user on a system, use the following format:
UserID@RemoteSystemID
Message
The message text to be sent to the remote computer.
-m ModeName
40