Network monitoring at boot level.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Network monitoring at boot level.
# 1  
Old 01-02-2012
Network monitoring at boot level.

Whenever i start my server it takes app 2 minutes to get into network (After starting the network service on boot).

I inquire the network guys for possible causes but they say it will need both side monitoring .
One is switch side and the second is server side.

I m not sure how do i check network logs (do i need to enable them at kernel level?(noob here))

I have bonded the network interfaces with LACP protocol.
# 2  
Old 01-02-2012
what do you mean by:
Quote:
After starting the network service on boot)
# 3  
Old 01-03-2012
Quote:
Originally Posted by vbe
what do you mean by:
OOh i made it little confusing .

Actually what i mean to say is this.
"I start the Server .It loads the kernel and then start running services by its own"
whenever it starts the service of network for initializing the network interface and bonding it says the status as ok.
But when i try to ping the server from different machine it remains unpingable .
After few minutes it comes to the network.

Hope i made my point clear.
# 4  
Old 01-03-2012
That may be loopback interface...
then it has to do some cleanup...then initialize all the loggers, then configure Ethernet interfaces, followed by lan interfaces and only after all that will start all internet daemons...
Only now will ping work...
Then it will go multi-user and people can start connecting...
2 minutes is not short... but its not long either... To shorten the time you could do some cleaning up before the reboot (in /tmp /var/tmp etc... could gain up to 30 sec? if it is full of garbbage...)
# 5  
Old 01-03-2012
Quote:
Originally Posted by vbe
That may be loopback interface...
then it has to do some cleanup...then initialize all the loggers, then configure Ethernet interfaces, followed by lan interfaces and only after all that will start all internet daemons...
Only now will ping work...
Then it will go multi-user and people can start connecting...
2 minutes is not short... but its not long either... To shorten the time you could do some cleaning up before the reboot (in /tmp /var/tmp etc... could gain up to 30 sec? if it is full of garbbage...)
This is not the case with the server. Actually i used to get it in the network within less than 10 sec .Recently our network team changed their switch and we started getting this problem.

I couln't ignore it as one of the service is getting affected due to this(The service is custom build by oracle as a part of Oracle VM 2.2)
They say there is a parameter called up delay (they them self not sure on this) and asking us to change it at server end.
# 6  
Old 01-03-2012
OK..
So how is the network interface configured?
If GB both sides have to be in autodetect
If 100MB then force both sides to FD
Most time it is due to getting the swith port and lan card to agree on speed and HD/FD...

Funny you mention this... I have a server lost in the country side that need rebooting after some crazy power failure test operation where we loose connection... To me the switch takes more time than the server, and the server not finding network believes he is a standalone and so gives up inet configuration... and as you say it used to work till a few months ago

CISCO stuff?
# 7  
Old 01-03-2012
Quote:
Originally Posted by vbe
OK..
So how is the network interface configured?
If GB both sides have to be in autodetect
If 100MB then force both sides to FD
Most time it is due to getting the swith port and lan card to agree on speed and HD/FD...

Funny you mention this... I have a server lost in the country side that need rebooting after some crazy power failure test operation where we loose connection... To me the switch takes more time than the server, and the server not finding network believes he is a standalone and so gives up inet configuration... and as you say it used to work till a few months ago

CISCO stuff?
The interfaces are at auto negotiate @both end i.e server and switch.1000gb
There is a delay in creating LACP establishment (@server end its LACP mode 4).
@Switch end they enabled port fast and spanning tree protocol is disabled.


Yes its CISCO stuff Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Change run level at boot

for solaris 11, how does one change the run level at boot from 3 to 2? i checked "/etc/inittab" file where i usually change it in other *nix but it seems solaris is not using it. (1 Reply)
Discussion started by: badbanana
1 Replies

2. BSD

PF OpenBSD Network Monitoring

Hi, Though I have some Linux background I'm new to BSD. Currently I'm administering an OpenBSD 5.3 firewall which based on PF. I want to view my LAN's top talkers to the internet. If it is a graphical method that's better but I like to know whether it is possible through a command like pfctl.... (3 Replies)
Discussion started by: amithad
3 Replies

3. Shell Programming and Scripting

Network Monitoring

My Office Hours between 10 A.M to 5 P.M .I am managing 16 client PCs which is remotely placed. I want to know the network status of every client PCs.I need an automatic trigger mail ,when the network connection is lost in any one of the Client PCs during office hours.I am a self study learner.I... (9 Replies)
Discussion started by: kannansoft1985
9 Replies

4. Shell Programming and Scripting

Folder level size monitoring

Hi All, I have a requirement to monitor the sub-directories under /home in a way that if the the folder size increases by 30 GB in a span of like an hour then it needs to send email alerts listing what as the actual size was and what's the current size which the subject listing the sub-directory... (25 Replies)
Discussion started by: Shailesh6
25 Replies

5. HP-UX

Monitoring traffic in the network

I Colleagues, Somebody can say me how to monitoring traffic in the network. also I am interested in monitoring memory. if somebody to know a guide with command advanced in unix welcome for me. Thank you for adcanced. (0 Replies)
Discussion started by: systemoper
0 Replies

6. UNIX for Advanced & Expert Users

Monitoring network traffic using snoop

I want to monitor network traffic. For this purpose i use snoop command. But snoop command only show those packets which are broadcasted or those packets which recieved by host. But I want to examine whole network traffic. Please tell me how to use snoop for monitoring whole network traffic or if... (3 Replies)
Discussion started by: mansoorulhaq
3 Replies

7. UNIX for Dummies Questions & Answers

network monitoring software

hi can i know if there is any GUI interface software to help in monitoring the network of the servers i have? something like a web pages or a stock pages when a processes is down, a red colour is flashes. best if it is free ;) (1 Reply)
Discussion started by: legato
1 Replies

8. UNIX for Dummies Questions & Answers

monitoring network traffic

there are commands to monitor the memory, paging, io... how about network traffic. i mean commands to see whether the network traffic (LAN) is congested? the closest i got is netstat thanks (6 Replies)
Discussion started by: yls177
6 Replies

9. UNIX for Dummies Questions & Answers

Network monitoring

Is there any way to check up the TCP/Ip port connectivity( healthiness ) without using ping or icmp calls ? (2 Replies)
Discussion started by: vikasdeshmukh
2 Replies
Login or Register to Ask a Question