Top
ServerView Resource Orchestrator Cloud Edition V3.2.0 Setup Guide
FUJITSU Software

8.8.1 Creating Definition Files

This section explains how to create definition files.

For definition files common to virtual L-Servers, refer to "8.1 Definition Files Commonly Shared when Creating Virtual L-Servers".

Configure the definition files for enabling Solaris Zones so that VM hosts are registered based on whether the Logical Domains Manager daemon is enabled or disabled.
For details, refer to "8.7.1 Creating Definition Files".


Definition File of Whether to Save the Configuration Information

Defines whether to save the configuration information of VM guests automatically when changes are made to them.
The scope of this definition file includes all VM hosts.

Automatic saving of the configuration information is triggered by the following operations:

Storage 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 (sparc_vm.rcxprop.sample) is stored in the location above.
When using the sample as the definition file, delete the ".sample" included in the file name after changing the content.

Definition File Name

sparc_vm.rcxprop

Character Code

UTF-8

Line Break Code

[Windows Manager]
CR/LF

[Linux Manager]
LF

Definition File Format

In the definition file, an item to define is entered on each line. Each line must be entered in the following format.

Key = Value

When adding comments, start the line with a number sign ("#").

Definition File Items

Specify the following items:

Key

Description

OVM_AUTO_SAVE_CONFIG

Use this key to specify whether to save the configuration information of VM guests automatically.

  • If "true" is specified

    The configuration information of VM guests will be saved automatically.

  • If "false" is specified

    The configuration information of VM guests will not be saved automatically.

Example

When saving the configuration information of VM guests automatically

OVM_AUTO_SAVE_CONFIG=true

Note

  • When more than two lines are written, the configurations described in the last line are valid.

  • Blank spaces and tabs directly before and after an equal sign ("=") are ignored.

  • Describe the definitions carefully, as entry is case-sensitive.

  • When it corresponds to the following conditions, the operation becomes the same as the case when "true" is specified.

    • When the definition is omitted

    • When a value other than true/false is specified

  • 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.

  • The definition file configurations are reflected without restarting the manager in Resource Orchestrator.


Definition of connection information of the installation server

Define the following required information in order to connect with the installation server of Solaris 11.
Use the UTF-8 character code for definition files.

Storage 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 (ovm_sparc_install_server.rcxprop.sample) is stored in the location above.
When using the sample as the definition file, delete the ".sample" included in the file name after changing the content.

Definition File Name

ovm_sparc_install_server.rcxprop

Character Code

UTF-8

Line Break Code

[Windows Manager]
CR/LF

[Linux Manager]
LF

Definition File Format

In the definition file, an item to define is entered on each line. Each line must be entered in the following format.

Key = Value

When adding comments, start the line with a number sign ("#").

Definition File Items

Specify the following items:

Key

Description

INSTALL_SERVER

Specify the URL which shows the location of the installation server.

Example

http://192.168.11.12:5555/cgi-bin/wanboot-cgi

Note

  • When the same key is defined in more than two lines, the configuration in the last line is valid.

  • Blank spaces and tabs directly before and after an equal sign ("=") are ignored.

  • Describe the definitions carefully, as entry is case-sensitive.

  • When a definition is omitted, error message number 67136 is output.

  • 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.

  • The definition file configurations are reflected without restarting the manager in Resource Orchestrator.


Automatic release cancellation of the resource at the time of L-Server deletion

When deletion of L-Server is performed with this product and the guest domain for deletion is in a bound state, this product releases resources automatically (unbind) and deletes the guest domain in the bound state.
When changing a setup so that a guest domain that is in a bound state may not be deleted, indicate the definition in the following definition files.

Storage 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 (sparc_vm.rcxprop.sample) is stored in the location above.
When using the sample as the definition file, delete the ".sample" included in the file name after changing the content.

Definition File Name

sparc_vm.rcxprop

Character Code

UTF-8

Line Break Code

[Windows Manager]
CR/LF

[Linux Manager]
LF

Definition File Format

In the definition file, an item to define is entered on each line. Each line must be entered in the following format.

Key = Value

When adding comments, start the line with a number sign ("#").

Definition File Items

Specify the following items:

Key

Description

OVM_FORCE_DELETION

Define whether to change the value of auto-boot? into "false" at the time of execution of migration.

  • If "true" is specified

    Change the value of auto-boot? to "false".

  • If "false" is specified

    Do not change the value of auto-boot? to "false".

Note

  • When more than two lines are written, the configurations described in the last line are valid.

  • Blank spaces and tabs directly before and after an equal sign ("=") are ignored.

  • Describe the definitions carefully, as entry is case-sensitive.

  • When it corresponds to the following conditions, the operation becomes the same as the case when "true" is specified.

    • When the definition is omitted

    • When a value other than true/false is specified

  • 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.

  • The definition file configurations are reflected without restarting the manager in Resource Orchestrator.


Validation of the auto-boot? change function on migration

When performing VM guest or migration of L-Server from this product, you are advised to saving configuration information automatically by setting the value of auto-boot? to "false" in advance.
When the value of auto-boot? is set as "false" and configuration information is saved automatically on migration, include the definition for validating the function in the following definition files.
By indicating the definition for validating a function, the following processes are automatically performed on migration.

  1. Change the value of auto-boot? into "false" before execution of migration, and save the configuration information.

  2. Return the value of auto-boot? to the original value (true) after execution of migration.

Storage 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 (sparc_vm.rcxprop.sample) is stored in the location above.
When using the sample as the definition file, delete the ".sample" included in the file name after changing the content.

Definition File Name

sparc_vm.rcxprop

Character Code

UTF-8

Line Break Code

[Windows Manager]
CR/LF

[Linux Manager]
LF

Definition File Format

In the definition file, an item to define is entered on each line. Each line must be entered in the following format.

Key = Value

When adding comments, start the line with a number sign ("#").

Definition File Items

Specify the following items:

Key

Description

OVM_SAFE_MIGRATION

Define whether to change the value of auto-boot? to "false" on execution of migration.

  • If "true" is specified

    Change the value of auto-boot? to "false".

  • If "false" is specified

    Do not change the value of auto-boot? to "false".

Note

  • When more than two lines are written, the configurations described in the last line are valid.

  • Blank spaces and tabs directly before and after an equal sign ("=") are ignored.

  • Describe the definitions carefully, as entry is case-sensitive.

  • In the following cases, the same operation as when "false" is specified will be performed:

    • When the definition is omitted

    • When a value other than true/false is specified

  • 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.

  • The definition file configurations are reflected without restarting the manager in Resource Orchestrator.


Operation mode definition file for when simultaneously creating multiple L-Servers with a Solaris 11 image specified

When creation of multiple L-Servers with a Solaris 11 image specified is performed by using this product, an error may occur.
It is possible to carry out serial execution of the creation process so that an error does not occur, by indicating the operation for each L-Server in this definition file.
If necessary, edit the definition to change operation mode of the L-Server.
For example, when large numbers of L-Servers need to be created, such as during initial installations, etc., it is recommended to specify "true" for this definition.

Storage 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 (sparc_vm.rcxprop.sample) is stored in the location above.
When using the sample as the definition file, delete the ".sample" included in the file name after changing the content.

Definition File Name

sparc_vm.rcxprop

Character Code

UTF-8

Line Break Code

[Windows Manager]
CR/LF

[Linux Manager]
LF

Definition File Format

In the definition file, an item to define is entered on each line. Each line must be entered in the following format.

Key = Value

When adding comments, start the line with a number sign ("#").

Definition File Items

Specify the following items:

Key

Description

OVM_SOL11_SERIAL_CREATION

Define the operation to be performed when creating multiple L-Servers with a Solaris 11 image specified.

  • If "true" is specified

    Carry out serial execution of the L-Server creation process.

  • If "false" is specified

    When an error occurs in L-Server creation, it will end abnormally.

Note

  • When more than two lines are written, the configurations described in the last line are valid.

  • Blank spaces and tabs directly before and after an equal sign ("=") are ignored.

  • Describe the definitions carefully, as entry is case-sensitive.

  • In the following cases, the same operation as when "false" is specified will be performed:

    • When the definition is omitted

    • When a value other than true/false is specified

  • 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.

  • The definition file configurations are reflected without restarting the manager in Resource Orchestrator.