CL Command Reference - ADDRMTDFN
CL Command List > ADDRMTDFN Reference
Description:
The Add Remote Definition (ADDRMTDFN) command is used to define the attributes of a remote system and add them to the remote system definition table.
Restriction: The user must have *ALLOBJ authority.
Examples:
Example 1: Adding a Specific Remote Definition
ADDRMTDFN SYSTEM(ABCXYZ) TEXT(ĄŻSystem XYZĄŻ) MTGNTCDOC(*EMN)
This command adds a definition for a remote system ABCXYZ and allows the system to accept enterprise meeting notice documents.
Example 2: Allowing Final Form Text Documents
ADDRMTDFN SYSTEM(*ANY) MTGNTCDOC(*FFTDCA)
This command allows all remote systems that do not have specific remote definitions to accept final form text meeting notices.
Example 3: Adding a Remote Definition with Password
ADDRMTDFN SYSTEM(DALLAS1) TEXT(ĄŻSYSTEM1ĄŻ) MTGNTCDOC(*EMN) RMTCALPWD(CALPWD) LCLLOCNAME(*NETATR)
This command adds a definition for the remote system DALLAS1, which accepts enterprise meeting notice documents. The password to sign on the system is CALPWD. The remote system will identify the local system by the name specified in the system network attributes.