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

G.1.4 Configuring Display of Errors that Occur on Related Products

This section describes how to configure whether to display errors that occur on related products.

When an error occurs during operation of related products using commands, the related product name and an error message are displayed. As with earlier versions of Resource Orchestrator, to prevent display of these error messages, configure the following definition file.

Note

Use the UTF-8 character code for this file.
If you edit and save a UTF-8 text file using Windows Notepad, the Byte Order Mark (BOM) is stored in the first three bytes of the file, and the information specified on the first line of the file will not be analyzed correctly. When using Notepad, specify the information from the second line.

Location of the Definition File

[Windows Manager]
Installation_folder\SVROR\Manager\etc\customize_data

[Linux Manager]
/etc/opt/FJSVrcvmr/customize_data

Information

The sample definition file (product_report.rcxprop.sample) is stored in the location above.
When using the sample as the definition file, place the file after deleting the ".sample" included in the file name.

Definition File Name

product_report.rcxprop

Definition File Format

Describe each line of the definition file in the following format:

Item_Name=Values

Definition File Items
Table G.1 List of Items

Item Name

Description

product_report

When obtaining the operation results for each resource (including command executions), specify whether the information returned is to be backward compatible or not.

  • true
    New format

  • false
    Conventional format

To configure the backward compatible mode, specify false.

When omitted, true is configured and the information is returned in the new format.

When an invalid value is specified, the information is returned in the new format.

product_report_for_cli

Specify whether to make command error output backward compatible.

If false is specified for product_report, that setting will be given priority, and errors will be output in the conventional format regardless of the setting for this parameter.

  • true
    New format

  • false
    Conventional format

To not include the information on related products in command error output, specify false.

When omitted, true is configured and the error is output in the new format.

When an invalid value is specified, the error is output in the new format.