Top
ServerView Resource Orchestrator Cloud Edition V3.2.0 Setup Guide
FUJITSU Software

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

This section explains how to modify the environment settings necessary for using L-Platform APIs.

Use the environment setting files to change the following settings:

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> (*1)
    output-char-set :<Command output results character code> (*2)

    *1: https is set by default. Set a new value if the default value needs to be changed.
    *2: When the value is not specified, the default character code of the system will be output.
    The specifiable character code is "UTF-8".

    A specification example is shown below:

    Example

    <entry key="l_platform-api-protocol">https</entry>
    <entry key="output-char-set">UTF-8</entry>