DOCS

Administering RPC Services

Opening the RPC Services view

  • In the Administration tree, right-click the server connection for which you want to list the RPC services and then select RPC ServicesList from the context menu.

Or  

Select ServerRPC Services List from the main menu.

The RPC Services view is displayed in the Editor frame, listing the defined services:

This image shows the RPC Services view.

RPC Services

The following table lists the available RPC services.

ServiceDescription

RPC Services of Server <connection name>

Contains already mounted RPC services and informs how many instances of the service are running. With help of the Check action you can verify the parameter settings. Unmount a service to modify the settings.

Unmounted RPC Services of Server <connection name>

Contains already defined but not mounted services. These services can be edited to adjust the parameter settings.

Advised Downloads for Java Based RPPCsContains Java archives available in Rochade database which can be downloaded on server side.

This is required only if the Server is running on a z/OS machine and RochadeBrowser is installed. For more information see ASG-Rochade Browser Installation guide.

Creating a New RPC Service

  1. In the Administration tree, right-click the server connection for which you want to create the new service and then select RPC ServicesCreate from the context menu.
  2. Or  

    Open the RPC Services view and then click the Create a new RPC Service icon in the local toolbar.

    The New RPC Service dialog is displayed.

    This image shows the New RPC Service dialog.
  3. Enter the following information:
    • The section name under which you want to define the RPC service in the server initialization file.
    • The logical name for the RPC service.
    • The physical name of the RPC service. For example, the path and name of the RPC service executable.
  4. Select the execution environment.
  5. This image shows the Server Operating System options.

    Depending on the selection and the operating system on which the Server is running, the corresponding program settings vary.

  6. For more information on the available settings, see <rpc_service> Section in Configuring Rochade Server topic in the ASG-DI Administration Online Documentation.
  7. Select the Mount RPC service check box if you want to mount the new RPC service immediately after the creation. This is an optional service.
  8. You also can mount the RPC service at a later time. To know more, see Mounting an RPC service.
  9. Click OK to create the RPC service.

Mounting an RPC service

  1. Open the RPC Services view.
  2. On the Unmounted RPC Services of Server <connection name> panel, click the Mount hyperlink for the service that you want to mount:
  3. This image shows the Unmounted RPC Services.

    The selected service is mounted immediately.

    If Rochade Server runs on a z/OS system, the Rochade Browser installation does not configure the RPC services and does not install the required Java archives on the Server side. But these Java archive files are uploaded to Rochade during the installation. Metability supports the configuration of the required RPC services and the download of the Java archives to the file system.

Verifying if an RPC service can be bound

  1. Open the RPC Services view.
  2. On the RPC Services of Server <connection name> panel, click the Check hyperlink for the service that you want to check.
  3. The selected RPC service is bound and then immediately unbound again. If the bind operation fails, an error message is displayed.

Unmounting an RPC service

  1. Open the RPC Services view.
  2. On the RPC Services of Server <connection name> panel, click the Unmount hyperlink for the service that you want to unmount.
  3. You can unmount only services that have no instances running (that is, services with the value 0 in the Running column). To close an instance of a service, terminate its server session. To know more, see Terminating a session.

Editing an RPC service

You must unmount an RPC service before you can edit it.
  1. Open the RPC Services view.
  2. On the Unmounted RPC Services of Server <connection name> panel, click the Edit hyperlink for the RPC service that you want to edit.
  3. The Edit Rochade Configuration Sections dialog appears, displaying the section of the server initialization file where the selected RPC service is defined:

    The "VARS" entry specifies a section ("RO_RPC_VARS") and in this section further settings are specified. You can find the corresponding VARS entry in the section drop-down list. If you select this option, the corresponding parameters are displayed.

  4. Edit the settings in the Parameters field as required.
  5. You also can add new settings. For more information on the available settings, see <rpc_service> Section in Configuring Rochade Server topic in the ASG-DI Administration Online Documentation.
  6. Click Save to save your changes and close the dialog.

Deleting an RPC service

You must unmount an RPC service before you can delete it.
  1. Open the RPC Services view.
  2. On the Unmounted RPC Services of Server <connection name> panel, click the Remove hyperlink for the RPC service that you want to delete.
  3. The selected RPC service is deleted immediately.