systemd-networkd-wait-online.service(8) [posix man page]
SYSTEMD-NETWORKD-WAIT-ONLINE.SERVICE(8) systemd-networkd.service SYSTEMD-NETWORKD-WAIT-ONLINE.SERVICE(8)NAME
systemd-networkd-wait-online.service, systemd-networkd-wait-online - Wait for network to come online
SYNOPSIS
systemd-networkd-wait-online.service
/lib/systemd/systemd-networkd-wait-online
DESCRIPTION
systemd-networkd-wait-online is a one-shot system service that waits for the network to be configured. By default, it will wait for all
links it is aware of and which are managed by systemd-networkd.service(8) to be fully configured or failed, and for at least one link to
gain a carrier.
OPTIONS
The following options are understood:
-i, --interface=
Network interface to wait for before deciding if the system is online. This is useful when a system has several interfaces which will
be configured, but a particular one is necessary to access some network resources. This option may be used more than once to wait for
multiple network interfaces. When used, all other interfaces are ignored.
--ignore=
Network interfaces to be ignored when deciding if the system is online. By default, only the loopback interface is ignored. This option
may be used more than once to ignore multiple network interfaces.
--timeout=
Fail the service if the network is not online by the time the timeout elapses. A timeout of 0 disables the timeout. Defaults to 120
seconds.
SEE ALSO systemd(1), systemd-networkd.service(8)systemd 237SYSTEMD-NETWORKD-WAIT-ONLINE.SERVICE(8)
Check Out this Related Man Page
SYSTEMD-NETWORKD-WAIT-ONLINE.SERVICE(8) systemd-networkd.service SYSTEMD-NETWORKD-WAIT-ONLINE.SERVICE(8)NAME
systemd-networkd-wait-online.service, systemd-networkd-wait-online - Wait for network to come online
SYNOPSIS
systemd-networkd-wait-online.service
/lib/systemd/systemd-networkd-wait-online
DESCRIPTION
systemd-networkd-wait-online is a one-shot system service that waits for the network to be configured. By default, it will wait for all
links it is aware of and which are managed by systemd-networkd.service(8) to be fully configured or failed, and for at least one link to
gain a carrier.
OPTIONS
The following options are understood:
-i, --interface=
Network interface to wait for before deciding if the system is online. This is useful when a system has several interfaces which will
be configured, but a particular one is necessary to access some network resources. This option may be used more than once to wait for
multiple network interfaces. When used, all other interfaces are ignored.
--ignore=
Network interfaces to be ignored when deciding if the system is online. By default, only the loopback interface is ignored. This option
may be used more than once to ignore multiple network interfaces.
--timeout=
Fail the service if the network is not online by the time the timeout elapses. A timeout of 0 disables the timeout. Defaults to 120
seconds.
SEE ALSO systemd(1), systemd-networkd.service(8)systemd 237SYSTEMD-NETWORKD-WAIT-ONLINE.SERVICE(8)
Hello,
I want to delete a logfile but not all the message in the log;
example,
wait
wait
wait
wait
hello
hello
hello
hello
so in the logfile i will delete only the text hello and the wait not. (4 Replies)
I have a server with multiple network interfaces. 2 of these interfaces, lets say en2 and en6 make up an etherchannel interface, which let's say en8.
when I run the command
lsattr -El ent8
I can see the designated primary and backup interfaces as ent6 and ent2, in the given order. But... (10 Replies)
Hi!
I have Sun SPARC Enterprise T5140 with Solaris 10 and it unable to up network interface after boot, but after issuing ifconfig interface begins to work... svcs -xv says that service svc:/network/physical:default is failed to start and service log stores something like "service method... (5 Replies)
Hi All,
Str="online maintenance"
if then perform some action
I know the above comparison is wrong ..... Actually I am very new to this solaris..
I want to check for online in a variable and perform some action based on that How can I do it? (6 Replies)
hi,
I use red hat linux .
When I start up network service .
I get below error in eth2
root@vls etc]# service network restart
Shutting down interface eth2:
Shutting down loopback interface:
Bringing up loopback interface:
Bringing up interface eth2: RTNETLINK answers: File exists
Error... (10 Replies)
I have the shell script to call a Perl routine and pass the Informatica WorkFlow name to it. Jobs in each group executes in background do not seem to wait at all. How do I make it to WAIT for the prior group to complete before execute the next group of jobs?
Sample of the jobs flow:
{
... (6 Replies)
When I use who it shows who is online and from what time they logged in but is there a way I can see the last time someone was logged on if they aren't online? Is it with the who command?
thx (11 Replies)
Recently while reading an linux magazine I understood that FOSS (Free or open source software) is gaining momentum.. And in my home town there is an reputed university which offers M.Sc online program on FOSS.
The course covers:
INTRODUCTION TO COMPUTING, PHILOSOPHY AND PRACTICE OF FOSS,... (4 Replies)
Hi!
I'm a Solaris admin. I don't know how to check whether a service is online or not in Linux.
example:i've started a service using
#service named start
#service http start
How can i verify that these services are in running mode? (5 Replies)
Hey guys, I want to use a a quick bash script/command to determine what network interface is connected to the internet so I can pipe it out to become a variable, in order so the user does not have to manually type it in each time or have to 'hardcode' the variable into the script.
I know about... (6 Replies)