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

C.1.7 OS Property Definition File

By setting the default values in an OS property definition file in advance, the default values of the information on the [OS] tab, etc. are generated when creating a virtual L-Server. Use the UTF-8 character code for OS property definition files.

Point

The OS property definition file can be configured using the"Setup Wizard" of the ROR console.

For details on the setup wizard, refer to "3.1 Setup Wizard" in the "User's Guide for Infrastructure Administrators CE".

For details on the [OS] Tab, refer to the following:

[VMware]
Refer to "C.2.9 [OS] Tab Configuration".

[Hyper-V]
Refer to "C.3.9 [OS] Tab Configuration".

[KVM]
Refer to "C.6.8 [OS] Tab Configuration".

[Solaris Zones]
Refer to "C.7.7 [OS] Tab Configuration".

[Citrix Xen]
Refer to "C.9.8 [OS] Tab Configuration".

Location of the Definition File

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

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

Definition File Name

The definition file name can be used by dividing into definitions that are available for each user group and definitions that are common to the system. If the key of the definition file common to the system is the same as a definition file for a user group, priority is given to the values indicated in the definition file for the user group.

  • For User Groups

    os_setting_user_group_name.rcxprop

  • Common on System

    os_setting.rcxprop

Definition File Format

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

Key = Value

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

Definition File Items

Specify the following items in a definition file.

Table C.3 List of Items

Item

Key

Value

Remarks

Domain name

workgroup_name

(*1)

For Windows

domain_name

(*1)

For Linux

DNS search path

dns_search_path

(*1)

-

Full name

full_name

(*1)

-

Organization name

org_name

(*1)

-

Product key

product_key

(*1)

-

License mode

license_mode

Specify one of the following:

  • "seat"(number of connected clients)

  • "server"(in the unit of servers: number of servers used at the same time)

-

Maximum number of connections

license_users

(*1)

-

Administrator password

admin_password

(*1)

-

Hardware clock configuration

hwclock

Specify one of the following:

  • "UTC"

  • "LOCAL"

-

DNS server
(When configuring for each NIC on Windows) (*2)

nicN_dns_addressX

Specify the IP address using numeric values (between 0 and 255) and periods. (*2)

When not configuring a DNS server, specify a hyphen ("-").

For N, specify the NIC number.
For X, specify primary ("1") or secondary ("2").

DNS server
(When configuring all NICs using the same settings on Windows)

dns_addressX

Specify the IP address using numeric values (between 0 and 255) and periods.

For X, specify primary ("1") or secondary ("2").

Priority is given to nicN_dns_addressX specifications.

DNS server
(for Linux)

dns_addressX

Specify the IP address using numeric values (between 0 and 255) and periods.

For X, specify primary ("1"), secondary ("2"), or tertiary ("3").

*1: For details on the values, refer to the following:
[VMware]
Refer to "Table C.11 List of Settings".
[Hyper-V]
Refer to "Table C.18 List of Settings".
[KVM]
Refer to "Table C.21 List of Settings".
[Solaris Zones]
Refer to "Table C.23 List of Settings".
[Citrix Xen]
Refer to "Table C.25 List of Settings".
*2: When omitting keys or values, use the value "dns_addressX" to configure the same values for the NIC definitions of all NICs on Windows.

Example

An example definition file is indicated below.

# Windows
workgroup_name = WORKGROUP
full_name = WORKNAME
org_name = WORKORGANIZATION
product_key = AAAA-BBBB-CCCC-DDDD
license_mode = server
license_users = 5
admin_password = xxxxxxxx
nic1_dns_address1 = 192.168.0.60
nic1_dns_address2 = 192.168.0.61
nic2_dns_address1 =
nic2_dns_address2 =

# Linux
domain_name = localdomain
dns_search_path = test.domain.com
hwclock = LOCAL
dns_address1 = 192.168.0.60
dns_address2 = 192.168.0.61
dns_address3 =