Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Setup Guide
ServerView

18.7 Editing the Environment Setup File for the L-Platform API

Use the following procedure to edit the environment setup file:

  1. Edit the environment setup file for the L-Platform APIs:

    [command_config.xml]

    [Windows Manager]

    <installation_folder>\RCXCFMG\config\command_config.xml

    [Linux Manager]

    /etc/opt/FJSVcfmg/config/command_config.xml
  2. Specify the following values:

    l_platform-api-protcol:<Protocol for communicating with L-Platform API> (*)
    l_platform-api-host:<Host name or IP address of server on which L-Platform API operates>
    l_platform-api-port:<Port number on which L-Platform API operates>
    l_platform-api-uri :<Path on which L-Platform API operates>

    * Note: https is set by default. Set a new value if the default value needs to be changed.

    A specification example is shown below:

    Example

    <entry key="l_platform-api-protocol">https</entry>
    <entry key="l_platform-api-host">localhost</entry>
    <entry key="l_platform-api-port">8014</entry>
    <entry key="l_platform-api-uri">/cfmgapi/endpoint</entry>