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.
Refer to "3.1 Setup Wizard" in the "User's Guide for Infrastructure Administrators CE" for information on "Setup Wizard".
For details on the [OS] Tab, refer to the following:
[VMware]
Refer to "8.2.9 [OS] Tab Configuration".
[Hyper-V]
Refer to "8.3.9 [OS] Tab Configuration".
[KVM]
Refer to "8.6.8 [OS] Tab Configuration".
[Solaris Zones]
Refer to "8.7.8 [OS] Tab Configuration".
[OVM for SPARC]
Refer to "8.8.7 [OS] Tab Configuration".
[Citrix-Xen]
Refer to "8.9.8 [OS] Tab Configuration".
[OVM for x86 3.x]
Refer to "8.10.8 [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) | - |
Administrator user name | admin_user | (*1, *2) | - |
Root role password | root_role_password | (*1, *2) | - |
Hardware clock configuration | hwclock | Specify one of the following:
| - |
DNS server | nicN_dns_addressX | Specify the IP address using numerical values (between 0 and 255) and periods. (*3) When not configuring a DNS server, specify a hyphen ("-"). | For N, specify the NIC number. |
DNS server | dns_addressX | Specify the IP address using numerical 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 numerical values (between 0 and 255) and periods. | For X, specify primary ("1"), secondary ("2"), or tertiary ("3"). |
The domain name of the Active Directory to participate in | windomain_name | Specify a character string containing up to 64 alphanumeric characters, hyphens ("-"), and periods (".") that indicates the Active Directory domain name. | Refer to the following URL for details on the rules for naming the domain. http://support.microsoft.com/kb/909264/en-us (*4), (*5), (*6), (*7), (*8) |
The domain account to be used for domain participation authentication | windomain_user | Specify the user name used for domain participation in the following format: (*9) Domain_name\user_name or user_name@domain_name Specify a string containing 256 characters or less. | For details on the limitations of the string length of the user name, refer to the following URL: http://technet.microsoft.com/en-us/library/active-directory-maximum-limits-scalability (*4), (*5), (*6), (*8) |
The domain password to be used for domain participation authentication | windomain_password | Specify a string including alphanumeric characters and symbols. | (*4), (*5), (*6), (*8) |
*1: For details on the values, refer to the following:
[VMware]
Refer to "Table 8.15 List of Settings".
[Hyper-V]
Refer to "Table 8.22 List of Settings".
[KVM]
Refer to "Table 8.27 List of Settings".
[Solaris Zones]
Refer to "Table 8.29 List of Settings".
[OVM for SPARC]
Refer to "Table 8.31 List of Settings".
[Citrix-Xen]
Refer to "Table 8.32 List of Settings".
[OVM for x86 3.x]
Refer to "Table 8.34 List of Settings".
*2: Can be specified for Solaris Zones (Solaris 11). In other cases, the value is ignored even if specified.
*3: When omitting keys or values, use the value "dns_addressX" to configure the same values for the NIC definitions of all NICs on Windows.
*4: Can be specified when the VM type is "VMware".
*5: Enabled only when the OS type of the virtual L-Server is Windows.
*6: Not available as the default value for the information of the [OS] tab when creating a virtual L-Server.
*7: When specifying both the domain name (workgroup_name) and the domain name of the Active Directory (windomain_name) to participate in, priority is placed on participation in the Active Directory domain.
*8: The support scope for domain participation authentication in Resource Orchestrator is as follows.
However, there are OS types of virtual L-Server that are not supported by the virtual software depending on the software version. For details, refer to the manuals of virtualization software.
Target | Support Scope |
---|---|
Virtualization software | VMware vSphere 4.0 |
Virtual L-Server OS type | Microsoft(R) Windows(R) 2008 |
Resource Orchestrator manager | Windows Manager |
*9: [VMware] The specification formats differ depending on the OS type of the virtual L-Server. For details, refer to the following URL:
http://kb.vmware.com/kb/1012314 |
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 = windomain_name = Test.TestDom.com windomain_user = Administrator@Test.TestDom.com windomain_password = test0000 # 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 = # Solaris (SPARC) admin_user = admin root_role_password = xxxxxxxx |