Users get booted


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Users get booted
# 8  
Old 12-11-2012
What does
Code:
dmesg

have to say - right after someone get booted?
Code:
 /var/log messages

? (or whatever you have configured)

If you get disconnected what does
Code:
netstat -a

show -
Code:
TIME_WAIT

for high number ports like 49152?

I can't know but I think there is a network disconnect going on.
Try connecting to the console on the server. If you can stay connected for several days (or whatever you deem reasonable) then that asserts it is probably related to the network.

Does your firewall have logs - does it timestamp when a given action is taken - deny, block ,etc? Is there any correlation there with the "boot-off" problem?

Do you have the TMOUT variable defined?
# 9  
Old 12-11-2012
well i too have pointed the finger at network as well. Unfortunately our network folks arent very co-operative as they take it somewhat personal. the only messages i ever see are in /var/log/messages

Code:
messages:Dec  9 19:53:02 student kernel: e1000: eth1 NIC Link is Down
messages:Dec  9 19:53:04 student kernel: e1000: eth1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None

which tells me the network was restarted for some reason...however those messages arent on any of the other servers which sit right beside the one in question. So the million dollar question is what is restarting the network? Is it the physical network or the OS?

Last edited by Corona688; 12-11-2012 at 03:39 PM..
# 10  
Old 12-11-2012
Ah, if it thought the cable was unplugged, that would certainly kick all your network connections! Smilie

That doesn't look like an OS problem. I don't know of any way for a software problem to cause that message.

You've already ruled out most of the rest of the network as well as the firewall, leaving either the cable between server and firewall or the NIC itself. My guess would be a bad network card in the server.
# 11  
Old 12-11-2012
well that is what i thought so i replaced both the cables and the network card. But the problem is still there with the new network card.
# 12  
Old 12-11-2012
What does the firewall box show in logs/whatever. Does it see network down?
Or did I miss that the firewall is just a software add on?

Our CISCO firewall runs in a monster blade server <- where I'm coming from.
# 13  
Old 12-11-2012
I don't see anything in firewall logs that pertain, maybe I should go back through the log configuration and se how they are set up. Thanks! that might be a good next move anyway.
# 14  
Old 12-12-2012
NetworkManager

The OS RHEL 6 has Network Manager component which manages the Networking and it works great in dynamic ip assignment. It is a pain if its on in the context of static ip assignment. Ensure that it is turned off and see if the problem persists.

Code:
chkconfig --list NetworkManager

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Unmirror and machine not booted after restart

My box is aix 5.3, i have done unmirror and restart, machine count't boot up missing disk in sms, BLV, is in hdisk3 when i go through maintenance mode, many command not work such as... bosboot bootlist pls suggest me... (5 Replies)
Discussion started by: reply.ravi
5 Replies

2. Shell Programming and Scripting

Create multiple users with individual passwords to users

hi, i am new to shell scripts i write a shell script to create multiple users but i need to give passwords to that users while creating users, command to write this script (1 Reply)
Discussion started by: DONFOX
1 Replies

3. AIX

Booted to old_rootvg

Our offshore team tried to do some patching for me over the weekend, and while I'm not completely sure of how we got into this state, I know it started with them forgetting to put the alt_rootvg back to sleep before rebooting the server. Our process is this: Clone/update_all using... (1 Reply)
Discussion started by: sdiehr00
1 Replies

4. Solaris

physical device name when booted different then at ok prompt

Hi all, I am experimenting with solaris. I noticed that when the machine is booted the physical device name of the root device is different then when I am at the ok prompt: # mount | head -1 / on /dev/dsk/c1t1d0s0 # ls -l /dev/dsk/c1t1d0s0 lrwxrwxrwx 1 root root ... (2 Replies)
Discussion started by: deadeyes
2 Replies

5. Shell Programming and Scripting

FNG Question: Test if remote server has booted

Hello again, I have a script on my media server that wakes up my backup server, performs an 'rsync' backup, then shuts the backup server down. Currently, I have it send the Wake on LAN packet, and sleep for 5 minutes, just to give the backup server time to boot (of course it doesn't take that long,... (11 Replies)
Discussion started by: vwgtiturbo
11 Replies

6. UNIX for Dummies Questions & Answers

To find when is the system last re-booted

Hi, What is the command to find when is the system last re-booted? Appreciate your help in this regard. Regards, Venkatesh. (3 Replies)
Discussion started by: venkatesht
3 Replies

7. Linux

accessing a Debial home doc when booted ob Ubuntu

Sure it's been covered before my key words probably wrong for search, but I have a triple boot operate mostly in Ubuntu and would like to access debian files to see them without re-booting My first post and great to be here Thanks (1 Reply)
Discussion started by: worthamtx
1 Replies

8. What is on Your Mind?

Bush Gets booted!!

EmaBhHJbbes maybe next time they will ask journalists to take off their shoes before going for press conference :D (5 Replies)
Discussion started by: sparcguy
5 Replies

9. UNIX for Dummies Questions & Answers

Dual booted RHL 7.3 with Win XP..

Hello all, I'm a no Linux expert! But I perfectly dual booted Win XP with RHL 7.3 on a hp pavilion notebook (model ze5170). All working fantastic now. But I have a minor problem now. I can't get RHL probe the modem, so could not get the internet connection working. The modem is a Conexant... (1 Reply)
Discussion started by: Vishnu
1 Replies
Login or Register to Ask a Question