Sponsored Content
Operating Systems Linux Red Hat RHEL5 Kickstart NFS & DHCP Problem Post 302330532 by apfistler on Wednesday 1st of July 2009 02:00:36 PM
Old 07-01-2009
Thanks for your help. I tried putting ksdevice=eth0 in my pxelinux.cfg default file but it didn't really have any affect. It seems like a random network problem because sometimes even if all the devices do start installing it can hang in the middle of package installation too. My network is an isolated network on its own switch with only build devices off of it. The network is 10.254.254.0.


Quote:
Originally Posted by sunckell
You may want to try and tell Kickstart which interface to use....

add the ksdevice to your boot config:
linux ks=nfs:kserver.company.com:/kickstart.file ksdevice=eth0

or what ever you normal line is...
 

10 More Discussions You Might Find Interesting

1. AIX

Problem with NFS & rpc.lockd-Help Needed

We have windows clients that access drawing files shared from our AIX server using NFS. The Windows clients are intermittently unable to open files or access the system. For some reason restarting the rpc.lockd temporarily resolves the problem. However, that is the only clue I have to what the... (1 Reply)
Discussion started by: theologic
1 Replies

2. UNIX for Advanced & Expert Users

Problem: Automounting Home directory for nis & nfs configuration doesn't work

Hi all, First of all, i am so sorry about my bad level in English writing. I have some problem in linux and i hope the experts of this forum to help me if they have enough time to reply to me. I have a scenario of configuring NIS and NFS in Redhat Linux environment such that user can login... (0 Replies)
Discussion started by: pioneer
0 Replies

3. Linux

NFS not mounting during kickstart

Hi, Re-building linux server from a kickstart image on cdrom. We have a kickstart server. the cdrom contacins the kickstart ks.cfg file and does a NFS mount from an IP to load the iso images and other files needed during the kickstart (re-build) Now for some reason the kickstart stops and... (2 Replies)
Discussion started by: Andrek
2 Replies

4. UNIX for Dummies Questions & Answers

Mounting an NFS share: Kickstart Postinstall

For my kickstart install I use an NFS share on another machine in order to install the packages. For the most part, all configuration required after each time I reimage is set up in the kickstart file, but this one portion is giving me issues. I'm trying to mount an NFS share in the kickstart post... (0 Replies)
Discussion started by: Colton
0 Replies

5. Linux

RHEL5 Kickstart Problem... HELP!

Folks, Im hoping you guys can help me. Here is a description of what I have going on. Fresh VM, trying to run a Kickstart Install on it for RHEL5. I am looking to access the kickstart file through nfs. I boot from a local ISO image and everything goes fine, I get to the boot prompt and enter... (3 Replies)
Discussion started by: mkono
3 Replies

6. Red Hat

nfs on RHEL5.4 in relation to the selected kernel

I have 2 RHEL5.4 systems connected by a network. I start nfs server on one (fill /etc/exports , exportfs -ra, service nfs start, portmpa is up) and the client is on the other . I can mount the exported directory on the client and work there . Now the RH54 kernel is 2.6.18 . I now installed... (2 Replies)
Discussion started by: dubi
2 Replies

7. Solaris

documents needed for dhcp and nfs tuning configuration

hi all i am learning about solaris. I am trying to configure dhcp in my sun blade 150 which is running with solaris 5.10 and i dont have any step by step guide to configure dhcp. I am requesting you all to suggest me some good document for nfs tuning too. Regards Kingston S (1 Reply)
Discussion started by: kingston
1 Replies

8. Red Hat

"ERROR : failed to mount nfs source" Red Hat Kickstart

Hi There, I have been googling for this error and try solution provided but still not avail to resolve Kickstart Issue. Any expert have encounter this problem? Thanks. Regards, Regmaster (4 Replies)
Discussion started by: regmaster
4 Replies

9. Web Development

NFS Share & Mount problem

Hi, I want to mount an NFS Shared folder on Windows XP to vxWorks. There doesnt seem to be a problem with the sharing. Now, when i try to mount the directory onto vxWorks (it runs on a Tumbleweed card), using a mount script (.sh), the following is the print i see on Tera Term: hostAdd... (0 Replies)
Discussion started by: chinmayzen
0 Replies

10. SuSE

Non Graphical AutoYast installations & Kickstart

Hi We are using Kickstart to push images out for Suse using various releases as far back as 9.0. The trouble is we often have issues with ILO, ILO2, & ILO3 so prefer to use ssh onto the ILO and use textcons to get a text console. AutoYast when using the AutoYast.xml file goes into... (0 Replies)
Discussion started by: Swaps
0 Replies
avahi-autoipd(8)					      System Manager's Manual						  avahi-autoipd(8)

NAME
avahi-autoipd - IPv4LL network address configuration daemon SYNOPSIS
avahi-autoipd [options] interface avahi-autoipd --kill interface avahi-autoipd --refresh interface avahi-autoipd --check interface DESCRIPTION
avahi-autoipd implements IPv4LL, "Dynamic Configuration of IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for automatic IP address configuration from the link-local 169.254.0.0/16 range without the need for a central server. It is primarily intended to be used in ad-hoc networks which lack a DHCP server. IPv4LL is part of the Zeroconf stack. avahi-autoipd can be used as stand-alone address allocator or as plugin for a DHCP client such as ISC's dhclient, where it can be used as fallback solution if no DHCP server is found. To allow communication between hosts that have only an IPv4LL address assigned and hosts that only have a routable IP address assigned you may add the following routes to both network configurations: route add -net 169.254.0.0 netmask 255.255.0.0 dev eth0 metric 99 route add default dev eth0 metric 99 See http://developer.apple.com/qa/qa2004/qa1357.html for more information. OPTIONS
-D | --daemonize Daemonize after startup. Implies --syslog. -k | --kill Kill an already running avahi-autoipd on the specified network interface. (Equivalent to sending a SIGTERM) -r | --refresh Tell an already running avahi-autoipd to re-announce the acquired IP address on the specified network interface. (Equivalent to sending a SIGHUP) -c | --check Return 0 as return code if avahi-autoipd is already running for the specified network interface. -s | --syslog Log to syslog instead of STDERR. Implied by --daemonize. --debug Enable verbose mode. --no-drop-root Don't drop root privileges after startup. We recommend not to use this option. --no-chroot Don't chroot(2) the daemon. This option is only available when compiled with chroot() support. -S | --start= Try to acquire the specified IP address, which must be from the IPv4LL range 169.254.0.0/16. -w | --wait Wait until a IP address has been successfully acquired before detaching. Only valid in combination with --daemonize. --force-bind Acquire an IPv4LL address, even if a routable address has been configured on the interface. --no-proc-title Don't change the process name while running. Unless this option is specified avahi-autoipd will reflect its current state and the IP address in the process title. -h | --help Show help. -v | --version Show version information. FILES
/home/lennart/tmp/avahi/etc/avahi/avahi-autoipd.action: the script to run when an IP address as been acquired or is lost. SIGNALS
SIGINT, SIGTERM: avahi-autoipd will shutdown. (Same as --kill) SIGHUP: avahi-autoipd will re-announce the acquired IP address. (Same as --refresh) AUTHORS
The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from http://avahi.org/ SEE ALSO
autoipd.action(8), dhclient(8) http://avahi.org/wiki/AvahiAutoipd documents how avahi-autoipd is best packaged and integrated into distributions. COMMENTS
This man page was written using xml2man(1) by Oliver Kurth. Manuals User avahi-autoipd(8)
All times are GMT -4. The time now is 01:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy