Top
ServerView Resource Orchestrator Cloud Edition V3.1.0 Setup Guide

C.6.1 Creating Definition Files

This section explains how to create definition files.

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


Selecting Disk Data Type for Virtual L-Servers [KVM]

When performing the following operations for a virtual L-Server on RHEL-KVM, the data type to be deleted can be selected.

When the definition file has been edited, restart the manager.

Location of the Definition File

[Windows Manager]
Installation_folder\SVROR\Manager\etc\customize_data

[Linux Manager]
/etc/opt/FJSVrcvmr/customize_data

Definition File Name

storage.rcxprop

Definition File Format

In the definition file, the items to set are entered on individual lines. Each line is entered in the following format.

Specified item = Specified value

Definition File Items
CLEAN_VM_GUEST_DISK_RESOURCE

When performing the following operations for a virtual L-Server on RHEL-KVM, the data type to be deleted can be selected.

  • Deleting an L-Server

  • Detaching L-Server Disks

  • Deleting Cloning Images

  • When the following values are used for specified values.

    • If "true" is specified

      The data of disks is deleted.

    • If "false" is specified

      The data of disks is not deleted.

  • If nothing is specified

    "false" is set.

    Example

    An example definition file is indicated below.

    CLEAN_VM_GUEST_DISK_RESOURCE = true

    Note

    When specifying "true" for the specified value, check the following advisory notes.

    • Operations such as deleting virtual L-Servers on RHEL-KVM will take more time. Operation time changes depending on the number of disks and the disk size.

    • When starting to delete disks, message 22502 is output in the event log.
      While deleting the disk data, the status of disk resource will be "unknown".
      When deletion of the data is complete, the message 22503 is output in the event log, and the status of disk resource changes to "normal".
      If the deletion of data fails, message 42504 is output in the event log. The status of disk resources will not be changed from "unknown".