Sponsored Content
Operating Systems Linux Red Hat NFS does not start during boot process Post 302858995 by @dagio on Wednesday 2nd of October 2013 05:01:13 AM
Old 10-02-2013
Thanks for the responce fpmurphy.
Code:
/etc/sysconfig/network-scripts/ifcfg-lo

file was missing and causing that issue..
After creating the file, the service started properly.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

start a process at boot up time

Hi, I have a program that check the IP address and automatic update it to the DNS server. I would like to run this program when the computer bootup after pppd get a connection. How do I add it to the init file. Does any one have any information of how to do it. I run a Linux Mandrake as a... (1 Reply)
Discussion started by: vtran4270
1 Replies

2. UNIX for Dummies Questions & Answers

Can't start nfs server!

ok i am pretty new i am thinking this maybe a dns situatioan i dunno.... i am trying to start nfs server i get the followin error: mountd svc_tli create could not bind to requested address: address mismatch svc_create: svc_tli_create failed /usr/lib/nfs/nfsd : tli_bind to wrong address... (14 Replies)
Discussion started by: rmuhammad
14 Replies

3. Shell Programming and Scripting

how to start a process and make it sleep for 5 mins and then kill that process

how to start a process and make it sleep for 5 mins and then kill that process (6 Replies)
Discussion started by: shrao
6 Replies

4. AIX

NFS does not mount on boot!

Hi, Can someone help me on this? I'm not able to enable a well working mounting process for NFS filesystems on boot time. On the server side (AIX 5.2) everything seems to be OK and correctly exported, seeing other clients (AIX 5.2) are able to mount normally on boot time. On a client in... (5 Replies)
Discussion started by: padawan75
5 Replies

5. AIX

How to start/stop/restart NFS on AIX

Hi, Very new to aix How to start/stop/restart NFS on AIX thanks, (2 Replies)
Discussion started by: jredx
2 Replies

6. Shell Programming and Scripting

Script - How to automatically start another process when the previous process ends?

Hi all, I'm doing automation task for my team and I just started to learn unix scripting so please shed some light on how to do this: 1) I have 2 sets of datafiles - datafile A and B. These datafiles must be loaded subsequently and cannot be loaded concurrently. 2) So I loaded datafile A... (10 Replies)
Discussion started by: luna_soleil
10 Replies

7. HP-UX

HP UX start process at boot time

When I get start program at boot I read which run level /sbin/rcx.d runlevel=0.....x only read directory which directory name has UpperCase 'S' is not enough someone says that I need to reference another file which file I need to reference 1)/etc/rc.config.d/all file which parameter... (4 Replies)
Discussion started by: alert0919
4 Replies

8. UNIX for Dummies Questions & Answers

Script to start background process and then kill process

What I need to learn is how to use a script that launches background processes, and then kills those processes as needed. The script successfully launches the script. But how do I check to see if the job exists before I kill it? I know my problem is mostly failure to understand parameter... (4 Replies)
Discussion started by: holocene
4 Replies

9. UNIX for Dummies Questions & Answers

NFS not mouting at boot

hi guys I have a server suse 11 two IP different segments one IP is point to point to NFS Storage. Administration IP: 10.7.10.100 NFS-Storage IP: 192.168.10.50 weird thing is I defined the NFS I can mount them using mount -a but when I reboot the server the NFS mount points are not there... (11 Replies)
Discussion started by: karlochacon
11 Replies

10. Red Hat

No reponse to 'service NFS start' command

Hello, I have a newly kickstarted RHEL 6.4 server that I'm trying to set-up as a kickstart server. I have done this before on other machines, but I am encountering some strange behaviour in this one. # service nfs status rpc.svcgssd is stopped rpc.mountd is stopped nfsd is stopped... (0 Replies)
Discussion started by: Chopstyx
0 Replies
IFUP(8) 						       Network configuration							   IFUP(8)

NAME
ifup - start a pre-configured network interface. ifdown - stop a (pre-configured) network interface. ifstatus - show the state of a (pre-configured) network interface. ifrenew - renews the dhcp lease on a network interface. ifprobe - checks if the configuration for the interface has changed SYNOPSIS
if{up,down,status,renew,probe} [ <configuration-name> ] <interface> [-o options ] NOTATION
We use the terms configuration, interface and device in a dedicated way. A device is always a piece of hardware representing a network interface, a PCI or PCMCIA card or a USB device. An interface then is the name of the network interface it gets from the kernel, when the device has been registered. A configuration is a set of parameters which can be assigned to an interface like IP addresses or routes. DESCRIPTION
ifup is used to bring up a pre-configured interface for networking. It is usually invoked by the network script at boot time or by the PCM- CIA/hotplug system. It can also be used to start interfaces manually on the command line. It activates the link, adds addresses and other parameters and sets up the routes for an interface. ifdown is used to set down the interface and flush all its addresses. It is possible to let ifdown check the interface if it is still used before setting it down. If configured it may then get rid of the using processes or refuse setting it down. Have a look at /etc/syscon- fig/network/config to enable this feature. ifstatus checks if the interface and its routes were set up properly. ifrenew is used to renew the dhcp lease on the desired interface without shutting the interface down. It only restarts the corresponding dhcpcd or dhclient process. ifprobe checks if any of the configuration files for this interface have been changed since the interface is up. Checked files are the cor- responding ifcfg-*, ifroute-*, ifservices-* and common configuration files config, dhcp and routes. <interface> is the network interface name. The network interface names of physical network devices are assigned by the kernel and may be modified by udev(7) rules; see the PERSISTENT INTERFACE NAMES section. <configuration-name> is the optional parameter with the name of a configuration, that should be used to set up the interface. Every config- uration is stored in files below /etc/sysconfig/network which are named ifcfg-<configuration-name>. By default, the interface name is used as configuration name. The parameter exists for compatibility reasons, but may be also used to circumvent this fixed relation. PERSISTENT INTERFACE NAMES
The support for persistent interface names for physical network devices using ifcfg-<hardware-description> configuration files is removed from sysconfig since openSUSE 10.3. Instead, an automatic assignment of persistent interface names is implemented using udev(7) rules. When a network device driver is loaded, the kernel assigns the next currently free interface name to it. For built-in devices there is most of the time a fixed relation between devices and interfaces, but this is no longer the case when using hot-pluggable devices. With such devices (like PCMCIA or USB) you cannot always know which interface name it will get - it depends for example on the order the devices got plugged in. The network interface assigned in the kernel is reported to the udev daemon. When a device appears the first time, the udev persistent net generator rule creates a rule matching the device, by default using the hardware (MAC) address, that renames the interface name assigned by the kernel to one, that is not used in any another rule and thus unique for the device. This rule is appended to the persistent net rule file and executed. When the same device appears in the system next time, the generated rule renames the interface to the persistent name again. The generated persistent interface name rules can be adopted in yast2 network module or by editing the rule file directly. Currently, they are stored in the /etc/udev/rules.d/70-persistent-net.rules udev rule file. OPTIONS
The following are options to be specified after the -o switch. auto Only set up the interface if the configuration has the STARTMODE=auto (or boot, onboot or hotplug.) [on]boot Alias for 'auto'. hotplug Like auto, but do some extra jobs, because hotplug indicates that the interface was just (un)registered. These extra jobs contain (if configured): starting/stopping ifplugd, renaming interface and removing all status files at ifdown. manual This is default operation mode and sets up interfaces with STARTMODE=manual. If option 'rc' is used which implies mode 'auto', you can force mode 'manual'. rc Special option for the use in rcnetwork (/etc/init.d/network). See section rcnetwork below. dhcp Indicates that script is called from dhcp client. When a interface has BOOTPROTO=dhcp ifup/down does not execute any post action immediately. After dhcp client got a lease and has set ip address, it calls ifup again, this time with option 'dhcp'. In this run we finish interface setup. nodeps If there are interfaces based on this interface, ifdown takes these depending interfaces down first. If you don't like that, use 'nodeps'. prov=<n> Use provider <n> instead that from config file. Only usefull for dialup interfaces. debug Be verbose. (no)syslog With nosyslog the scripts don't send messages to syslog even if the configuration variable USE_SYSLOG is set to "yes". This is default for ifstatus only. If you want also ifstatus messages send to syslog then call it with syslog. FILES
/sbin/ifup The script itself. /etc/sysconfig/network/config General configuration options. See section GENERAL VARIABLES below. /etc/sysconfig/network/ifcfg- <configuration-name> The files containing the configuration of the devices. An example that shows a typical configuration with the name ifcfg-eth0: IPADDRESS=10.10.11.184 NETMASK=255.255.0.0 BROADCAST=10.10.255.255 STARTMODE=onboot /etc/sysconfig/network/ifroute- <configuration-name> You can specify individual routes for every configuration in these files. See routes (5) for a detailed description. /etc/sysconfig/network/if-{up,down}.d/ Scripts in these directories will be executed when any interface is started, if-up.d, and when any interface is stopped, if-down.d. They have to be executable and may also be binary. The execution of these programs is controlled by the variables GLOBAL_POST_UP_EXEC and GLOBAL_PRE_DOWN_EXEC in the network configuration file /etc/sysconfig/network/config These are not interface specific, and can have any name. If you need interface/configfile specific scripts to be executed have a look at PRE_UP_SCRIPT, POST_UP_SCRIPT, PRE_DOWN_SCRIPTand POST_DOWN_SCRIPT. /etc/sysconfig/network/ifservices- <configuration-name>/ If you don't have a permanent network connection and like that certain services are not started at boot time unconditionally but later after the network connection was established then you can add these services here. See ifservices (5) for a detailed descrip- tion. /etc/sysconfig/network/ifcfg.template A template for writing ifcfg-* files. GENERAL VARIABLES
There are some general settings in the file /etc/sysconfig/network/config. If needed you can also set every general variable as an indi- vidual variable in the ifcfg-* files. Please see the description of these variables in /etc/sysconfig/network/config. For dhcp there are additional global options in /etc/sysconfig/network/dhcp. Also these are described there and can be used individually in ifcfg-* files. rcnetwork (/etc/init.d/network) At boot time network devices are initialized asynchronously via hotplug. Once this initialization process registered an interface for it this will also trigger a hotplug event which will call ifup. If service network was still not started ifup will just exit. As soon as ser- vice network is active ifup will do its job and set up the interface. Therefore the job of the network start script consists of: - set the 'network active' flag - set up all interfaces already available - wait for mandatory interfaces which are still not there - set up tunnel, vlan, et al. At boot time the scripts tries to determine the list of mandatory devices automatically. It considers all interfaces that have a startmode 'auto' or 'onboot' as mandatory. Normally it waits 20 seconds for them and exits then with failed is any mandatory interface is still miss- ing. Alternatively you may specify all mandatory devices manually in the variable MANDATORY_DEVICES in the file. /etc/sysconfig/network/config. There you may also tweak the timeout in WAIT_FOR_INTERFACES. The network script will only set up devices with with startmodes auto, onboot or hotplug. To set up an interface with startmode manual you have to call ifup manually. (rcnetwork calls 'ifup ... -o rc'). DIAGNOSTICS
ifstatus interface ifup and rcnetwork write status files in /dev/.sysconfig/network. If something went completely wrong this files might be interesting. BUGS
Please report bugs at <http://www.suse.de/feedback> AUTHOR
Christian Zoz <zoz@suse.de> -- ifup script Michal Svec <msvec@suse.cz> -- ifup script Bjoern Jacke -- ifup script Mads Martin Joergensen <mmj@suse.de> -- ifup manual page Michal Ludvig <mludvig@suse.cz> -- tunnel support SEE ALSO
ifcfg(5), routes(5), ifservices(5), ifcfg-wireless(5), ifcfg-tunnel(5), ifcfg-vlan(5), ifcfg-bonding(5), getcfg(8). sysconfig August 2004 IFUP(8)
All times are GMT -4. The time now is 08:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy