Top
ServerView Resource Orchestrator Cloud Edition V3.0.0 Operation Guide

6.5.9 Editing the Environment Setup File fot 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]

    <Installation directory for this product>\RCXCFMG\config\command_config.xml

    [Linux]

    /etc/opt/FJSVcfmg/config/command_config.xml

    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>

    *: 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>