This section explains how to maintain compatibility with earlier versions of Resource Orchestrator.
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.
[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.
product_report.rcxprop
Describe each line of the definition file in the following format:
Item_Name=Values |
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.
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.
To exclude the information on related products from 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. |