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 SERVICE
command to change the service information. Use theLMID
andNAME
parameters to specify the service you want to modify. TheTIMEOUT
parameter in theSERVICE TYPE=REMOTE
statement 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=60
Parent topic: Changing Remote Service Definitions