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

18.2.3 Setting Application process settings

This section explains how to modify the application process settings.

To change Application process settings

The procedure for changing the setting whether to use the application process is as follows.

Point

Setting Application process setting can be set by "Setup Wizard" on the ROR Console.
The "Setup Wizard" displays as three items the six items that are explained in this section and in "18.2.4 Setting Application process to be used". When items are not selected in the Setup Wizard, the corresponding items in this section are set to "false". When items are selected in the Setup Wizard, then the corresponding items in this section are set to "true".

For details of "Setup Wizard", refer to "3.1 Setup Wizard" in the "User's Guide for Infrastructure Administrators CE".

  1. Open the following file.

    [Windows Manager]

    <installation_folder>\RCXCTMG\MyPortal\config\custom_config.xml

    [Linux Manager]

    /etc/opt/FJSVctmyp/config/custom_config.xml
  2. Set the following items:

    Setting item

    Description

    enable-create-workflow

    Specify "true" if you want to use the application process for L-Platform subscriptions. Specify "false" to not use it.
    "false" is set during installation.

    enable-reconfigure-workflow

    Specify "true" if you want to use the application process for L-Platform modifications. Specify "false" to not use it.
    "false" is set during installation.

    enable-return-workflow

    Specify "true" if you want to use the application process for L-Platform cancellations. Specify "false" to not use it.
    "false" is set during installation.

    workflow-mode

    Specify "1" if you want to use the application process feature.
    Specify "0" to not use it. "0" is set during installation.

    Note

    If the value set for workflow-mode is "0", the Request tab is not displayed in the ROR Console.

    An example is shown below.

    <?xml version="1.0" encoding="UTF-8"?>
    <properties>
        ...
        <entry key="workflow-mode">1</entry>
        <entry key="enable-create-workflow">true</entry>
        <entry key="enable-reconfigure-workflow">true</entry>
        <entry key="enable-return-workflow">true</entry>
        ...
    </properties>