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 Containers]
Refer to "C.7.7 [OS] Tab Configuration".
[Windows Manager]
Installation_folder\SVROR\Manager\etc\customize_data
[Linux Manager]
/etc/opt/FJSVrcvmr/customize_data
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
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 ("#").
Specify the following items in a definition file.
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:
| - |
Maximum number of connections | license_users | (*1) | - |
Administrator password | admin_password | (*1) | - |
Hardware clock configuration | hwclock | Specify one of the following:
| - |
DNS server | 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. |
DNS server | 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 | 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.10 List of Settings".
[Hyper-V]
Refer to "Table C.17 List of Settings".
[KVM]
Refer to "Table C.20 List of Settings".
[Solaris Containers]
Refer to "Table C.22 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 = |