ZMF Client Connection Information

Specify the connection to ChangeMan ZMF if it is used as a provider for your Deployment Units (DUs).

To update the ChangeMan ZMF connection information:

  1. On the ZMF tab, make sure the variables are set to the correct connection information for your installation of ZMF as follows:

    Parameter

    Value

    ZMF_WS_URL

    URL to the server, or LPAR, where the ALMZMF Web services are installed, in the form of:

    http://<hostname>:<port>/almzmf/services/ZMFPackageServices/

    ZMF_SERVER_HOSTADDRESS

    Hostname or IP address for the z/OS mainframe server where the ZMF started task, or ZMF application, is running.

    ZMF_SERVER_HOSTPORT

    Port number for the z/OS mainframe server.

    ZMF_SERVER_PROXYID

    Mandatory proxy user ID used to log into the z/OS mainframe server on behalf of a SBM user to ZMF. See Configuring a Proxy User ID .

    ZMF_SERVER_PROXY_PASSWORD

    Password for the proxy user ID.

    SERNET_HTTPSERVER

    URL to the z/OS mainframe SERNET HTTP server instance, in the form of:

    http://<hostname>:<port>

    This is required to populate the ZMF UI widgets in Release Manager. See Configuring the SERNET HTTP Server.

Example

zmf-client-connection.properties

ZMF_WS_URL = http://localhost:9095/almzmf/services/ZMFPackageServices/

ZMF_SERVER_HOSTADDRESS    = zmf_host

ZMF_SERVER_HOSTPORT       = 5035

ZMF_SERVER_PROXYID        = RLMMAN

ZMF_SERVER_PROXY_PASSWORD = RLMPWD1

SERNET_HTTPSERVER = http://zmf_host:5083