Starting and stopping RSVP

RSVP can be started from the z/OS® shell or as a started task.

The RSVP agent uses the following search order to locate the configuration file (highest priority is listed first):

When starting from the shell, note that the RSVP executable file is in the /usr/lpp/tcpip/sbin directory. There is also a link from the /usr/sbin directory. Make sure your path statement (in the profile) contains either the /usr/sbin or /usr/lpp/tcpip/sbin directory.

Use the S RSVPD command on an MVS console or SDSF to start RSVP as a started task. A sample procedure is shipped in member EZARSVPP in SEZAINST.

Start of changeThe /tmp/rsvpd.pid.tcpname is a temporary RSVP daemon pid file that the RSVP daemon creates. This file contains the process ID of the current invocation of the RSVP daemon.End of change

Restrictions: Start of change End of change
RSVP can be stopped using the cancel command (C RSVPD) or using the kill command in the z/OS shell. The following kill command with the TERM signal will enable RSVP to clean up resources properly before terminating itself:
kill -s TERM pid
where pid is the RSVP process ID.
The RSVP process ID can be obtained using the following z/OS UNIX command:
ps  -A

It can also be obtained from the /tmp/rsvpd.pid.Start of changetcpnameEnd of change file. See z/OS Communications Server: IP Configuration Reference for more information.