2012年1月27日金曜日

How To Add Dhcp To Nds Server Ini Linux

how to add dhcp to nds server ini linux

DSfW: Post Configuration of DNS on an Additional Domain Controller in OES2SP3

(View Disclaimer)

During DSfW configuration, you are provided with an option to select the installation of DNS. For the first domain controller (DC) of the forest root domain, this is done by default. For all the additional domain controllers (ADC), the DNS configuration in OES2SP3 is optional. However, after DSfW configuration on the ADC, if you need to configure DNS on the ADC, it cannot be done using YaST. The script provided here enables you to configure DNS on the ADC in a post-configuration manner.

This script can be run on an ADC in scenarios like:

  1. The ADC in OES2SP2 upgraded to OES2SP3, and DNS server is to be configured
  2. The ADC already in OES2SP3 code level and it is not already configured as a DNS server.

    The script does the following operations:


    1. Configure DNS by running "dns-inst". This installs DNS on the ADC.
    2. Add the ADC's DNS server object to the forward zone and reverse zone objects in the dNIPZoneServers attribute.
    3. Add the forward and reverse zone object to the dNIPZoneList attribute of the ADC's DNS server.
    4. Add the NS record for the ADC's DNS server to the forward zone.
    5. Update the "xad.ini" configuration file for "DNSSERVER" and "DNS Master" entries, as it changes after the DNS configuration on the ADC.
    6. Update /etc/resolv.conf with "nameserver" referring the local server IP.
    7. Restart the novell-named. Re-start is attempted twice. Even then if it still doesn't come up, restart it after the script execution is complete.
    8. All the DNS related contexts and administrator FQDNs are read from the install registry (xad.ini and XAD::registry perl module).
      The passwords are read from the environment variables.
      More information is provided below.
    9. The execution logs appear on console as well as goes to /var/opt/novell/xad/log/dns_config.log.

The script need be executed by exporting the following environment variables or can be given inline during the execution of the script ;

The example of command line execution of the script is:

# NDSEXISTINGADMINPASSWD= DOMAINADMINPASSWD= perl ./configure_dns_adc.pl 

The script accepts two environment variables:

NDSEXISTINGADMINPASSWD - Tree Administrator password

  1. In case of name-mapped (NM), it is the tree administrator password.
  2. In case of non-name-mapped (NNM), it is the Forest Root Domain (FRD) administrator password.

DOMAINADMINPASSWD - Domain Administrator Password.


The DNS configuration on a ADC provides the mechanism for load balancing between domain controllers. Also this helps in the scenario when the PDC role transfer/seizure need to be done. With DNS server also present on the ADC, the new PDC will be completely functional as a primary domain controller.

Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).

It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.



These are our most popular posts: how to add dhcp to nds server ini linux

DSfW: Post Configuration of DNS on an Additional Domain ...

Partner Locator SUSE Linux Enterprise ISV Catalog Certified Partner Products .... This installs DNS on the ADC. Add the ADCs DNS server object to the forward zone and reverse zone objects in the dNIPZoneServers attribute. Add the forward and reverse zone object to the dNIPZoneList attribute of the ADCs DNS server. ... Update the configuration file for and DNS Master entries, as it changes after the DNS configuration on the ADC. read more

Set Up A Fileserver For Small/Medium Enterprises With SME Server ...

SME Server is an open-source Linux server distribution (released under the GPL) based on CentOS that can turn a computer into a gateway, firewall, fileserver, printserver, mailserver (including webmail), etc. ... I already have a gateway with a firewall and a DHCP server on it (IP address: 192.168.0.1), therefore I dont configure the SME Server as a gateway, and I also disable DHCP on the SME Server. ... Dont specify any DNS servers: .... Cari Artikel di blog ini ... read more

Cara Setting Mikrotik ISP Telkom Speedy

Tutorial kali ini akan menjelaskan tentang Cara Setting Mikrotik dasar ISP Telkom Speedy. Skema Jaringan dan IP Address yang akan dibuat ... Menambahkan DHCP Network. ip dhcp - server network add address = 10.0.0.0/27 gateway = 10.0. 0.30 dns - server = 203.130.193.74 , 202.134.0.155. Menambahkan server DHCP. ip dhcp - server add name = DHCP LAN disable = no interface = ether2 address - pool = dhcp - pool. Sekarang coba lakukan testing dari komputer client, ... read more

Tugas Semester Jarkom

Berikut ini konfigurasi dari gambar di atas : Router 0: Routerenable. Router#conf t. Router(config)#interface fastEthernet 0/0. Router(config-if)#ip ... Router(config-if)#exit. Router(config)#ip dhcp pool lan1. Router(dhcp-config)#network 192.168. 1.32 255.255.255.240. Router(dhcp-config)#default-router 192.16.1.33. Router(dhcp-config)#dns-server 192.168.1.34. Router(dhcp-config)#exit. Router(config)#. Router(config)# ip route 0.0.0.0 0.0.0.0 192.168.1.65. Router 1: ... read more

0 件のコメント:

コメントを投稿

登録 コメントの投稿 [Atom]

<< ホーム