Change the settings for the manager to enable the software parameter settings function.
Use the following procedure to change the settings:
Open the definition file in a text editor. The definition file is stored in the following location:
[Windows]
<ServerView Resource Orchestrator installation directory>\RCXCFMG\config\vsys_config.xml[Linux]
/etc/opt/FJSVcfmg/config/vsys_config.xml
Add the following key and value:
Key | Value |
|---|---|
use-mwsetup | no: Disables the software parameter settings function yes: Enables the software parameter settings function |
A settings example is shown below.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
:
<entry key="use-mwsetup">yes</entry>
</properties>Save the file.
Restart the manager.
Refer to "Starting and Stopping the Manager" in the ServerView Resource Orchestrator Cloud Edition Operation Guide for information on how to restart the manager.