DSfW AutoYaST Installation feature enables you to install and configure DSfW without any manual intervention. You can use this feature to install DSfW for a new forest domain, new domain in an existing forest, and new domain controller in an existing domain.
To use DSfW AutoYaST feature, you must first download the template file for Name-Mapped or Non-Name-Mapped installation scenarios and then modify the values of certain tags to install a Forest Root Domain (FRD), Additional Domain Controller (ADC), or Child domain controller (CDC).
The following sections will take you through the procedure to install DSfW using AutoYaST.
Modified template file that must be copied to a web server.
A boot scenario set up. You can boot from media or from an installation source.
One or more target computers to install the server software to and the following information about each:
Hostip
Netmask
Gateway
Install path of SUSE iso
Path of the modified template file located on the web server
To determine the NCP server object location, follow the guideline given below:
The NCP server object of the DSfW domain controller that is being configured must be placed under the container ou=OESSystemObjects. This container is present or created below the eDirectory partition that is mapped to the DSfW domain.
For example, assume that the partition ou=example,o=organization is being mapped to a DSfW domain. The NCP server object container will be ou=OESSystemObject,ou=example,o=organization.
Download the template file and modify parameters in the template file based on your installation scenario. For more information, see Section 6.2.3, Modifying Template Files.
Copy the modified template file to a web server.
Start the target server and specify the following options during boot up:
Hostip- IP address of the target server.
Netmask-Subnet mask of the network.
Gateway- Gateway IP address of the network
Install- SLES iso path
Autoyast- Complete path (including filename) of the modified template file in the web server.
Modifications to the template file depends on the installation scenarios. Following sections take you through the various installation scenarios and the modifications required.
Follow the sections below to modify the template files based on your installation scenario.
Table 6-1 Template file modifications for FRD in a name-mapped installation
Tag |
Line number |
Value to be specified |
---|---|---|
<media_url> |
7 |
Path of OES media |
<ca_commonName> |
82 |
YaST Default CA (<domain name of the forest being installed>) |
<organisation> |
85 |
Tree name |
<password> |
87 |
Machine root password |
<server_commonName> |
88 |
<hostname>.<domain name> |
<server_email> |
89 |
postmaster@<domain name> |
<domain_name> |
103 |
<domain name of the forest being installed> |
<group_context> |
105 |
FQDN of the DNS DHCP group object |
<host_name> |
106 |
Hostname of the target server |
<ldap_server> |
111, 773, 791, 1233 |
IP address of the target server |
<locater_context> |
112 |
FQDN of the base container that has the DNS DHCP locator object. |
<ntp_server_list> |
115 |
<listentry> NTP server IP </listentry> |
<replica_server> |
119 |
IP address of the existing eDirectory server |
<runtime_admin> |
120 |
cn=OESCommonProxy_<hostname>,ou=OESSystemObjects,<FQDN of the base container> NOTE:The base container must be partitioned |
<runtime_admin_password> |
121 |
<runtime_admin> password |
<server_context> |
123 |
ou=OESSystemObjects.<FQDN of the base container> |
<server_object> |
124 |
cn=DNS_edir<hostname>,ou=OESSystemObjects,<FQDN of the base container> |
<slp_da> |
128 |
<listentry> SLP server IP </listentry> |
<xad_domain_name> |
140 |
<domain name> |
<xad_domain_type> |
141 |
Forest |
<xad_existing_container> |
142 |
<FQDN of the base container> |
<xad_forest_root> |
143 |
Domain Name |
<xad_ldap_admin_context> |
144 |
<FQDN of the tree admin> |
<xad_ldap_admin_password> |
145 |
Password of the <xad_ldap_admin_context> |
<xad_netbios> |
147 |
Unique netBIOS in the subnet |
<host_address> |
589 |
IP address of the target server |
<name> |
591 |
<hostname>.<domain name> <hostname> |
<ldap_domain> |
680 |
dc=<domain name prefix>,dc=<domain name suffix>,dc=<domain name suffix> |
<domain> |
703 |
<domain name> |
<hostname> |
704 |
<hostname> |
<nameserver> |
706 |
IP address of target server |
<search> |
711 |
Domain name of target server |
<ipaddr> |
719 |
IP address of the target server |
<netmask> |
721 |
Subnet mask of the network |
<broadcast> |
734 |
Broadcast IP address of the network |
<gateway> |
752 |
IP address of the gateway in the network |
<admin_group > |
772 |
LUM admingroup context. You can create a new group in any context or point to an existing admingroup. |
<lum_enabled_services> |
774 |
You can choose LUM services based on your requirement. For example, if you want to enable FTP service, set the value of the <ftp> tag to yes. |
<partition_root> |
784 |
ou=OESSystemObjects,<FQDN of the base container> |
<ws_context> |
788 |
ou=OESSystemObjects,<FQDN of the base container> |
<nssadmin_dn> |
792 |
cn=<hostname>admin.ou=OESSystemObjects.<FQDN of the base container> |
<xad_tree_admin_context> |
919 |
<FQDN of the tree admin> |
<xad_tree_admin_password> |
920 |
Password of <xad_tree_admin_context>. Same password that is entered in <xad_ldap_admin_password> |
<admin_context> |
921 |
cn=Administrator.cn=Users.dc=<domain name prefix>.dc=<domain suffix1>.<dc suffix2>. |
<admin_password> |
922 |
Password for the Domain Administrator specified in <admin_context> |
<ip_address> |
925 |
IP address of the target server |
<ip_address> |
930 |
IP address of the existing eDirectory server |
<proxy_context> |
935 |
cn=OESCommonProxy_<hostname>,ou=OESSystemObjects,<FQDN of the base container> |
<timezone> |
1451 |
Timezone |
Table 6-2 Template file modifications for ADC in a name-mapped installation
Tag |
Line number |
Value to be specified |
---|---|---|
<media_url> |
7 |
Path of OES media |
<organisation> |
85 |
Tree name |
<password> |
87 |
Machine root password |
<server_commonName> |
88 |
<hostname>.<domain name> For example, if the value of this tag is frd.dsfw.com, you must modify the value to adc.dsfw.com where adc is the hostname of the target server. |
<group_context> |
105 |
FQDN of the DNS DHCP group object |
<host_name> |
106 |
Hostname of the target server |
<ldap_server> |
111, 773, 791, 1233 |
IP address of the target server |
<locater_context> |
112 |
FQDN of the base container that has the DNS DHCP locator object. |
<ntp_server_list> |
115 |
<listentry> NTP server IP </listentry> |
<replica_server> |
119 |
IP address of the corresponding primary domain controller |
<runtime_admin> |
120 |
cn=OESCommonProxy_<hostname>,ou=OESSystemObjects,<FQDN of the base container> |
<runtime_admin_password> |
121 |
<runtime_admin> password |
<server_object> |
124 |
cn=DNS_edir<hostname>,ou=OESSystemObjects,<FQDN of the base container> |
<slp_da> |
128 |
<listentry> SLP server IP </listentry> |
<xad_convert_existing_container> |
139 |
Empty |
<xad_domain_type> |
141 |
Controller |
<xad_existing_container> |
142 |
Empty |
<xad_forest_root> |
143 |
Domain Name |
<xad_parent_domain_admin_context> |
151 |
FQDN of the parent domain administrator. For example: cn=<Administrator name>.cn=users.dc=<domain name prefix>.dc=<domain name suffix1>,dc=<domain name suffix2>. |
<xad_replicate_partitions> |
153 |
Yes |
<xad_retain_policies> |
154 |
No or Yes |
<host_address> |
589 |
IP address of the target server |
<name> |
591 |
<hostname>.<domain name> <hostname> For example, if the value of this tag is frd.dsfw.com frd, you must modify the value to adc.dsfw.com adc where adc is the hostname of the target server. |
<hostname> |
704 |
Hostname of the target server |
<nameserver> |
706 |
IP address of the existing DSfW server having DNS |
<search> |
711 |
Domain name of the existing DSfW server having DNS |
<ipaddr> |
719 |
IP address of the target server |
<netmask> |
721 |
Subnet mask of the network |
<broadcast> |
734 |
Broadcast IP address of the network |
<gateway> |
752 |
IP address of the gateway in the network |
<admin_group > |
772 |
LUM admingroup context. You can create a new group in any context or point to an existing admingroup. For example, cn=<admingroup name>,cn=Users,dc=<domain name>,dc=<domain name suffix> |
<lum_enabled_services> |
774 |
You can choose LUM services based on your requirement. For example, if you want to enable FTP service, set the value of the <ftp> tag to yes. |
<sshd> |
781 |
Yes |
<partition_root> |
784 |
ou=OESSystemObjects,<FQDN of the base container> |
<ws_context> |
788 |
ou=OESSystemObjects,<FQDN of the base container> |
<nssadmin_dn> |
792 |
cn=<hostname>admin.ou=OESSystemObjects.<FQDN of the base container> |
<ldap_servers> |
925 |
Add the following to the ldap_servers tag: <listentry> <ip_address> IP address of the local server</ip_address> <ldap_port config:type="integer">389</ldap_port> <ldaps_port config:type="integer">636</ldaps_port> </listentry> <listentry> <ip_address> IP address of the parent domain</ip_address> <ldap_port config:type="integer">389</ldap_port> <ldaps_port config:type="integer">636</ldaps_port> </listentry> |
<ip_address> |
930 |
IP address of the existing eDirectory server |
<proxy_context> |
935 |
cn=OESCommonProxy_<hostname>,ou=OESSystemObjects,<FQDN of the base container> |
<timezone> |
1451 |
Timezone |
Table 6-3 Template file modifications for CDC in a name-mapped installation
Tag |
Line number |
Value to be specified |
---|---|---|
<media_url> |
7 |
Path of OES media |
<ca_commonName> |
82 |
YaST Default CA (<domainname>) |
<organisation> |
85 |
Tree name |
<password> |
87 |
Machine root password |
<server_commonName> |
88 |
<hostname>.<domain name> For example, if the value of this tag is frd.dsfw.com, you must modify the value to cdc.child.dsfw.com where cdc is the hostname of the target server and child.dsfw.com is the domain name of the new domain. |
<server_email> |
89 |
postmaster@<domain name> |
<domain_name> |
103 |
Domain name |
<group_context> |
105 |
FQDN of the DNS DHCP group object |
<host_name> |
106 |
Hostname of the target server |
<ldap_server> |
111, 773, 791, 1233 |
IP address of the target server |
<locater_context> |
112 |
FQDN of the base container that has the DNS DHCP locator object. |
<ntp_server_list> |
115 |
<listentry> NTP server IP </listentry> |
<replica_server> |
119 |
IP address of the parent domain |
<runtime_admin_password> |
121 |
<runtime_admin> password |
<server_context> |
123 |
ou=OESSystemObjects.<FQDN of the base container> |
<server_object> |
124 |
cn=DNS_edir<hostname>,ou=OESSystemObjects,<FQDN of the base container> |
<slp_da> |
128 |
<listentry> SLP server IP </listentry> |
<xad_domain_name> |
140 |
Domain name |
<xad_domain_type> |
141 |
Domain |
<xad_existing_container> |
142 |
FQDN of the base container |
<xad_forest_root> |
143 |
Domain Name |
<xad_netbios> |
147 |
Unique netBIOS in the subnet |
<xad_parent_domain> |
149 |
Name of the parent domain |
<xad_parent_domain_admin_context> |
151 |
FQDN of parent domain administrator. For example, cn=Administrator.cn=Users.dc=<domain name>.dc=<domain suffix 1>.dc=<domain suffix 2>. |
<xad_parent_domain_admin_password> |
152 |
Password of the parent domain |
<host_address> |
589 |
IP address of the target server |
<name> |
591 |
<hostname>.<domain name> <hostname> |
<ldap_domain> |
680 |
dc=<domain name prefix 1>,dc=<domain name prefix 2>,dc=<domain name suffix 1>,dc=<domain name suffix 2> |
<domain> |
703 |
Domain name |
<hostname> |
704 |
Hostname |
<nameserver> |
706 |
IP address of the existing DSfW server having DNS |
<search> |
711 |
Domain name of the existing DSfW server having DNS |
<ipaddr> |
719 |
IP address of the target server |
<netmask> |
721 |
Subnet mask of the network |
<broadcast> |
734 |
Broadcast IP address of the network |
<gateway> |
752 |
IP address of the gateway in the network |
<admin_group > |
772 |
LUM admingroup context. You can create a new group in any context or point to an existing admingroup. For example, cn=<admingroup name>,cn=Users,dc=<domain name>,dc=<domain name suffix>. |
<lum_enabled_services> |
774 |
You can choose LUM services based on your requirement. For example, if you want to enable FTP service, set the value of the <ftp> tag to yes. |
<partition_root> |
784 |
ou=OESSystemObjects,<FQDN of the base container> |
<ws_context> |
788 |
ou=OESSystemObjects,<FQDN of the base container> |
<nssadmin_dn> |
792 |
cn=<hostname>admin.ou=OESSystemObjects.<FQDN of the base container> |
<admin_context> |
921 |
cn=<Administrator name>.cn=Users.dc=<domain name cdc prefix>.dc=<domain name frd prefix>.dc=<domain suffix1>.<dc suffix2>. |
<ldap_servers> |
925 |
Add the following to the ldap_servers tag: <listentry> <ip_address> IP address of the local server</ip_address> <ldap_port config:type="integer">389</ldap_port> <ldaps_port config:type="integer">636</ldaps_port> </listentry> <listentry> <ip_address> IP address of the parent domain</ip_address> <ldap_port config:type="integer">389</ldap_port> <ldaps_port config:type="integer">636</ldaps_port> </listentry> |
<proxy_context> |
935 |
cn=OESCommonProxy_<hostname>,ou=OESSystemObjects,<FQDN of the base container> |
<timezone> |
1451 |
Timezone |
Table 6-4 Template file modifications for FRD in a non-name-mapped installation
Tag |
Line number |
Value to be specified |
---|---|---|
<media_url> |
7 |
Path of OES media |
<ca_commonName> |
83 |
YaST Default CA (<domainname>) |
<organisation> |
86 |
Tree name |
<password> |
88 |
Machine root password |
<server_commonName> |
89 |
<hostname>.<domain name> where hostname is the hostname of the target server and domain name is the domain name of the new forest domain that is being installed. |
<server_email> |
90 |
postmaster@<domain name> |
<domain_name> |
104 |
Domain name of the forest |
<group_context> |
106 |
FQDN of the DNS DHCP group object |
<host_name> |
107 |
Hostname of the target server |
<ldap_basedn> |
111 |
ou=OESSystemObjects,dc=<domain name prefix>,dc=<domain name suffix> |
<ldap_server> |
112,773,791,1226 |
IP address of the target server |
<locater_context> |
113 |
FQDN of the base container that has the DNS DHCP locator object. |
<ntp_server_list> |
116 |
<listentry> NTP server IP </listentry> |
<runtime_admin> |
121 |
cn=OESCommonProxy_<hostname>,ou=OESSystemObjects,dc=<domain name prefix>,dc=<domain name suffix> |
<runtime_admin_password> |
122 |
<runtime_admin> password |
<server_context> |
124 |
ou=OESSystemObjects.dc=<domain name prefix>.dc=<domain name suffix> |
<server_object> |
125 |
cn=DNS_edir-<hostname>,ou=OESSystemObjects,dc=<domain name prefix>,dc=<domain name suffix> |
<slp_da> |
129 |
<listentry> SLP server IP </listentry> |
<tree_type> |
134 |
New |
<xad_config_dns> |
137 |
Yes |
<xad_domain_name> |
139 |
Domain name of the forest |
<xad_domain_type> |
140 |
Forest |
<xad_forest_root> |
142 |
Domain Name |
<xad_ldap_admin_context> |
143 |
cn=<Administrator name>.cn=Users.dc=<domain prefix>.dc=<domain name suffix> |
<xad_ldap_admin_password> |
144 |
Password of the DSfW forest domain administrator |
<xad_netbios> |
146 |
Unique netBIOS in the subnet |
<host_address> |
588 |
IP address of the local server |
<name> |
590 |
<host name>.<domain name of the forest> <host name> |
<domain> |
702 |
<domain name of the forest> |
<hostname> |
703 |
Hostname of the target server |
<ipaddr> |
719 |
IP address of the target server |
<admin_group> |
772 |
cn=admingroup,ou=OESSystemObjects,dc=<domain name prefix>,dc=<domain name suffix> |
<partition_root> |
784 |
ou=OESSystemObjects,dc=<domain name prefix>,dc=<domain name suffix> |
<ws_context> |
788 |
ou=OESSystemObjects,dc=<domain name prefix>,dc=<domain name suffix> |
<nssadmin_dn> |
792 |
cn=<hostname>.ou=OESSystemObjects.dc=<domain name prefix>.dc=<domain name suffix> |
<admin_context> |
919 |
cn=<Administrator name>.cn=Users.dc=<domain name prefix>.<domain name suffix> |
<admin_password> |
920 |
Same password that is entered in <xad_ldap_admin_password> |
<ip_address> |
923 |
IP address of the target server |
<proxy_context> |
928 |
cn=OESCommonProxy_<hostname>.ou=OESSystemObjects,dc=<domain name prefix>.<domain name suffix> |
<nameserver> |
705 |
IP address of target server |
<search> |
710 |
Domain name of target server |
<netmask> |
721 |
Subnet mask of the network |
<broadcast> |
734 |
Broadcast IP address of the network |
<gateway> |
752 |
IP address of the gateway in the network |
<admin_group > |
772 |
LUM admingroup context. You can create a new group in any context or point to an existing admingroup. |
<lum_enabled_services> |
774 |
You can choose LUM services based on your requirement. For example, if you want to enable FTP service, set the value of the <ftp> tag to yes. |
<proxy_user> |
785 |
FQDN of the common proxy user if you want to configure LUM using common proxy. Otherwise, the value of this tag can be empty. |
<proxy_user_password> |
786 |
Common proxy user password of the <proxy user> defined on line 785 |
<admin_password > |
920 |
DSfW administrator password |
<proxy_password> |
929 |
Password of the <proxy_context> |
<tree_name > |
930 |
eDirectory tree name |
<timezone> |
1451 |
Timezone |
Table 6-5 Template file modifications for ADC in a non-name-mapped installation
Tag |
Line number |
Value to be specified |
---|---|---|
<media_url> |
7 |
Path of OES media |
<ca_commonName> |
83 |
YaST Default CA (<domainname>) |
<organisation> |
86 |
Tree name |
<password> |
88 |
Machine root password |
<server_commonName> |
89 |
<hostname>.<domain name> For example, if the value of this tag is frd.dsfw.com, you must modify the value to adc.dsfw.com where adc is the hostname of the target server. |
<domain_name> |
104 |
Empty |
<group_context> |
106 |
FQDN of the DNS DHCP group object |
<host_name> |
107 |
Empty |
<ldap_basedn> |
111 |
Empty |
<ldap_server> |
112,773,791,1226 |
IP address of the target server |
<locater_context> |
113 |
FQDN of the base container that has the DNS DHCP locator object. |
<ntp_server_list> |
116 |
<listentry> NTP server IP </listentry> |
<replica_server> |
120 |
IP address of the primary domain controller |
<runtime_admin> |
121 |
Empty |
<runtime_admin_password> |
122 |
<runtime_admin> password |
<server_object> |
125 |
Empty |
<slp_da> |
129 |
<listentry> SLP server IP </listentry> |
<tree_type> |
134 |
Existing |
<xad_config_dns> |
137 |
Yes or No A value of “Yes” indicates that the server will be configured as a DNS server for the domain. |
<xad_convert_existing_container> |
138 |
Empty |
<xad_domain_type> |
140 |
Controller |
<xad_existing_container> |
141 |
Empty |
<xad_forest_root> |
142 |
Domain Name |
<xad_ldap_admin_context> |
143 |
cn=<Administrator name>.cn=Users.dc=<domain prefix>.dc=<domain name suffix> |
<xad_parent_domain_admin_context> |
150 |
FQDN of the parent domain administrator. For example: cn=<Administrator name>.cn=users.dc=<domain name prefix>.dc=<domain name suffix1>,dc=<domain name suffix2> |
<xad_replicate_partitions> |
152 |
Yes |
<xad_retain_policies> |
153 |
Yes or No |
<host_address> |
588 |
IP address of the target server |
<name> |
590 |
<hostname>.<domain name> <hostname> For example, if the value of this tag is frd.dsfw.com frd, you must modify the value to adc.dsfw.com adc where adc is the hostname of the target server. |
<ldap_domain> |
679 |
dc=<domain name prefix 1>,dc=<domain name prefix 2>,dc=<domain name suffix 1>,dc=<domain name suffix 2> |
<hostname> |
703 |
Hostname of the target server |
<nameserver> |
705 |
IP address of the existing DSfW server running DNS |
<search> |
710 |
Domain name of existing DSfW server running DNS |
<ipaddr> |
719 |
IP address of the target server |
<netmask> |
721 |
Subnet mask of the network |
<broadcast> |
734 |
Broadcast IP address of the network |
<gateway> |
752 |
IP address of the gateway in the network |
<admin_group > |
772 |
LUM admingroup context. You can create a new group in any context or point to an existing admingroup. |
<lum_enabled_services> |
774 |
You can choose LUM services based on your requirement. For example, if you want to enable FTP service, set the value of the <ftp> tag to yes. |
<sshd> |
781 |
yes |
<proxy_user> |
785 |
FQDN of the common proxy user if you want to configure LUM using common proxy. Otherwise, the value of this tag can be empty. |
<proxy_user_password> |
786 |
Common proxy user password of the <proxy user> defined on line 785 |
<nssadmin_dn> |
792 |
cn=<hostname>admin.ou=OESSystemObjects.<FQDN of the base container> |
<admin_password > |
920 |
DSfW administrator password |
<ldap_servers> |
923 |
Add the following to the ldap_servers tag: <listentry> <ip_address> IP address of the local server</ip_address> <ldap_port config:type="integer">389</ldap_port> <ldaps_port config:type="integer">636</ldaps_port> </listentry> <listentry> <ip_address> IP address of the primary domain controller</ip_address> <ldap_port config:type="integer">389</ldap_port> <ldaps_port config:type="integer">636</ldaps_port> </listentry> |
<proxy_context> |
928 |
cn=OESCommonProxy_<hostname>,ou=OESSystemObjects,<FQDN of the base container> |
<proxy_password> |
929 |
Password of the <proxy_context> |
<tree_name > |
930 |
eDirectory tree name |
<timezone> |
1451 |
Timezone |
Table 6-6 Template file modifications for CDC in a non-name-mapped installation
Tag |
Line number |
Value to be specified |
---|---|---|
<media_url> |
7 |
Path of OES media |
<ca_commonName> |
83 |
YaST Default CA (<domainname>) |
<organisation> |
86 |
Tree name |
<password> |
88 |
Machine root password |
<server_commonName> |
89 |
<hostname>.<domain name> For example, if the value of this tag is frd.dsfw.com, you must modify the value to cdc.child.dsfw.com where cdc is the hostname of the target server and child.dsfw.com is the domain name. |
<server_email> |
90 |
postmaster@<domain name> |
<domain_name> |
104 |
Empty |
<group_context> |
106 |
FQDN of the DNS DHCP group object |
<host_name> |
107 |
Empty |
<ldap_basedn> |
111 |
Empty |
<ldap_server> |
112,773,791,1226 |
IP address of the target server |
<locater_context> |
113 |
FQDN of the base container that has the DNS DHCP locator object. |
<ntp_server_list> |
116 |
<listentry> NTP server IP </listentry> |
<replica_server> |
120 |
IP address of the existing eDirectory server |
<runtime_admin> |
121 |
Empty |
<runtime_admin_password> |
122 |
<runtime_admin> password |
<server_context> |
124 |
ou=OESSystemObjects.<FQDN of the base container> |
<server_object> |
125 |
Empty |
<slp_da> |
129 |
<listentry> SLP server IP </listentry> |
<tree_type> |
134 |
Existing |
<xad_config_dns> |
137 |
Yes or No A value of “Yes” indicates that the server will be configured as a DNS server for the domain. |
<xad_domain_name> |
139 |
domain name |
<xad_domain_type> |
140 |
domain |
<xad_existing_container> |
141 |
FQDN of the base container that has been partitioned |
<xad_forest_root> |
142 |
Domain Name |
<xad_ldap_admin_context> |
143 |
cn=<Administrator name>.cn=Users.dc=<domain prefix>.dc=<domain name suffix> |
<xad_netbios> |
146 |
Unique netBIOS in the subnet |
<xad_parent_domain> |
148 |
Domain name of the parent domain |
<xad_parent_domain_address> |
149 |
IP address of the parent domain |
<xad_parent_domain_admin_context> |
150 |
FQDN of parent domain administrator. For example: cn=Administrator.cn=Users.dc=<domain name>.dc=<domain suffix 1>.dc=<domain suffix 2>. |
<xad_parent_domain_admin_password> |
151 |
Password of the parent domain |
<host_address> |
588 |
IP address of the target server |
<name> |
590 |
<hostname>.<domain name> <hostname> |
<hostname> |
679 |
hostname |
<domain> |
702 |
domain name |
<nameserver> |
705 |
IP address of the existing DSfW server running DNS |
<search> |
710 |
Domain name of existing DSfW server running DNS |
<ipaddr> |
719 |
IP address of the target server |
<netmask> |
721 |
Subnet mask of the network |
<broadcast> |
734 |
Broadcast IP address of the network |
<gateway> |
752 |
IP address of the gateway in the network |
<admin_group > |
772 |
LUM admingroup context. You can create a new group in any context or point to an existing admingroup. |
<lum_enabled_services> |
774 |
You can choose LUM services based on your requirement. For example, if you want to enable FTP service, set the value of the <ftp> tag to yes. |
<partition_root> |
784 |
ou=OESSystemObjects,<FQDN of the base container> |
<proxy_user> |
785 |
FQDN of the common proxy user if you want to configure LUM using common proxy. Otherwise, the value of this tag can be empty. |
<proxy_user_password> |
786 |
Common proxy user password of the <proxy user> defined on line 785 |
<ws_context> |
788 |
ou=OESSystemObjects,<FQDN of the base container> |
<nssadmin_dn> |
792 |
cn=<hostname>admin.ou=OESSystemObjects.<FQDN of the base container> |
<admin_context> |
919 |
cn=<Administrator name>.cn=Users.dc=<domain name cdc prefix>.dc=<domain name frd prefix>.dc=<domain suffix1>.<dc suffix2>. |
<admin_password > |
920 |
DSfW administrator password |
<ldap_servers> |
923 |
Add the following to the ldap_servers tag: <listentry> <ip_address> IP address of the local server</ip_address> <ldap_port config:type="integer">389</ldap_port> <ldaps_port config:type="integer">636</ldaps_port> </listentry> <listentry> <ip_address> IP address of the parent domain</ip_address> <ldap_port config:type="integer">389</ldap_port> <ldaps_port config:type="integer">636</ldaps_port> </listentry> |
<proxy_context> |
928 |
cn=OESCommonProxy_<hostname>,ou=OESSystemObjects,<FQDN of the base container> |
<proxy_password> |
929 |
Password of the <proxy_context> |
<tree_name > |
930 |
eDirectory tree name |
<timezone> |
1451 |
Timezone |