Configuring the CMF Integration Server to extract CMF data
To configure the MV host server
Ask your system administrator to generate a client certificate for the MV host server.
In the installationDirectory folder, edit the gpm_custom.properties file to specify the following ssl parameters in ascii format:
mve.keystore.file=<location/key> (Example: mve_client.p12)
mve.keystore.password=<certificatePassword> (This is provided when the certificate is generated)- Restart the CMF Integration Server.
Changing the server port after the installation
Edit property AMICMF_PORT in the UBMCSAMP(CRACMNEV) dataset.
- Restart the server job.
To connect the CMF Integration Server to the MV host server
Use one of the following methods to configure the CMF Integration Server to receive data from the MV host server:
- Define MV host server for CMF integration using REST API
- Define MV host server for CMF integration manual modification
Define MV host server for CMF integration using REST API
Edit a URL based on the following structure:
The following table describes the variables:
Variable | Description |
---|---|
<cmfIntegrationHostName> | Name of the system hosting the CMF Integration Server |
<cmfIntegrationPortNumber> | Port number of the CMF Integration Server that is listening for the RMF call |
<mvHostName> | Name of the system hosting the MV host server |
<mvPortNumber> | Port number of the MV server |
Define MV host server for CMF integration manual modification
To define MV host server manually, edit the gpm_configurations.json in installationDirectory file. If it doesn't already exist, create it.
To edit the gpm_configurations.json file, perform the following steps:
Specify the MV host name and port for the gpmOnlyUse service.
- Restart the CMF Integration Server.
Where to go from here
Complete the procedure in Configuring-z-OSMF-to-retrieve-data-from-the-CMF-Integration-Server.