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 Conguration
If you have not already done so, install the asuite.tps le as described in Section 1.2.2, Conguring Your
System. This le provides the standard conguration 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 specied 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 conguration of your system.
7.2.1 ATELL Parameters and Options
Following are the
ATELL parameters and options:
RemoteSystemID
This parameter identies 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 qualied 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 congured on the local system.
For more information about RemoteSystemID, see Section 1.2.2, Conguring 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