Change the manager settings and enable the software parameter setting function.
Follow the procedure below 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 keys and values:
Key name  | Content  | 
|---|---|
use-mwsetup  | no : Disables the software parameter setting function yes : Enables the software parameter setting function  | 
A specification 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.
Start the manager.
Refer to "Starting and Stopping the Manager" in the "ServerView Resource Orchestrator Cloud Edition" for information on how to start the manager.