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

C.10.1 Creating Definition Files

This section explains how to create definition files.

For definition files common to virtual L-Servers, refer to "Chapter 8 Creating Definition Files".

The definition files specific to OVM for x86 3.2 are as follow:


SSL Port Specification Methods for VM Management Software

The SSL port of Oracle VM Manager is set in the following definition file. When the VM management software is started from the management console, this is used.

This is indispensable in Oracle VM Manager V3.2.1.

Use the UTF-8 character code for definition files.

Location of the Definition File

[Windows]
Installation_folder\Manager\etc\customize_data

[Linux]
/etc/opt/FJSVrcvmr/customize_data

Definition File Name

ovmm.rcxprop

Definition File Format

The definition file is entered in the following format.

Key = Value

Definition File Items

Specify the following items in a definition file. Other key specifications will be ignored.

List of Items

Item

Key

Value

Remarks

Enable/Disable SSL

SSL

"vmm_ip[:port][,vmm_ip[:port]...]"
vmm_ip: IP address of VM management software
port: Port number of VM management software

If the port number is omitted, the default port number (7002) is set.

Example Definition File

An example definition file is indicated below.

# Oracle VM Manager
ssl = 192.168.2.2:7002,192.168.2.3:7002