4.7.6.3 Modifying an Existing Remote Service
The following tasks explain how to change an existing remote service definition.
- Stop the service first.
- Then use the MOD SERVICEcommand to change the service information. Use theLMIDandNAMEparameters to specify the service you want to modify. TheTIMEOUTparameter in theSERVICE TYPE=REMOTEstatement is the only parameter that can be modified with this command and is required.
The example in the listing below uses the MOD SERVICE command. In this case, the NAME parameter only specifies the local name, rather than the fully qualified (local name, remote name) syntax.
               
Listing 4‑20 MOD SERVICE Command (Remote Service) Example 
               
MOD SERVICE,
LMID=TUX1,
NAME=ECHO,
TIMEOUT=60Parent topic: Changing Remote Service Definitions