Re: secondary nameserver in kickstart network option

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 24 Jan 2001, Anne POSSOZ wrote:

> I am talking of kickstart for redhat 7.0 now.
>
> I enjoy the new possibility of having the possibility to start
> kickstart from nfs (ks=nfs:<server:>/<path>) as it helps a lot
> during test phase.
We use two DNS/NFS-Server at installation time in our CLIC environment.
And the trick is, that we use two different network boot images

  mknbi-linux $KSINSTROOT/ks-cd-img-6.2/misc/src/trees/boot/vmlinuz \
           $KSINSTROOT/ks-cd-img-6.2/misc/src/trees/initrd-network.img \
           --append="ks=nfs:192.168.250.253:$KSINSTROOT/ks-roots/ " \
           > linux-6.2.nbi.192.168.250.253

     bzw.

  mknbi-linux $KSINSTROOT/ks-cd-img-6.2/misc/src/trees/boot/vmlinuz
           $KSINSTROOT/ks-cd-img-6.2/misc/src/trees/initrd-network.img \
           --append="ks=nfs:192.168.250.254:$KSINSTROOT/ks-roots/ " \
           > linux-6.2.nbi.192.168.250.254

and the lines in ks-script to obtain the host information of the client is:

  network --bootproto dhcp

If you want install many nodes in a short time you should change the
tftp line in /etc/inetd.conf on both servers

### /etc/inetd.conf
 tftp dgram udp wait.120 root /usr/sbin/tcpd  in.tftpd <boot image path>
### /etc/inetd.conf

and execute "killall -HUP inetd" to make sure that inetd get this
informations.

For more informations please consult (!!!sorry only in german!!!):
  http://www.tu-chemnitz.de/urz/anwendungen/cluster/publish/RemoteInstall/

> My question is the following. I would like to put 2 dns servers
> in the kickstart file. The documentation says that the network options
> works as:
> network --bootproto static
>     --ip 10.0.2.15
>     --netmask 255.255.255.0
>     --gateway 10.0.2.254
>     --nameserver 10.0.2.1
>
> Is there any hidden way to add a secondary name server?
> That will ensure a more stable installation method.
>
> If the option is not available, could I ask for an enhancement
> with this new feature?
>
> Thanks.
> 				Anne
>
hope this help
   mike
-- 
----------------------------------------------------------------------
email:  Mike.Becher@xxxxxxxxxxxxxxxxxx http://www.tu-chemnitz.de/~mibe
mail:   TU Chemnitz, URZ, Str. d. Nationen 62, 09107 Chemnitz, Germany
phone:  (+49) (0)371/531-1725          fax: (+49) (0)371/531-1629
----------------------------------------------------------------------





[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux