Sponsored Content
Full Discussion: Server reboot
Operating Systems Linux Red Hat Server reboot Post 302981192 by admin_db on Thursday 8th of September 2016 09:03:37 AM
Old 09-08-2016
Server reboot

Hi,

The server got rebooted and below messages can be seen in /var/log/messages

Code:
Sep  7 10:49:12 minersville kernel: Call Trace: <IRQ> <ffffffff80167420>{__alloc_pages+796}
Sep  7 10:49:12 minersville kernel:        <ffffffff80182814>{kmem_getpages+106} <ffffffff80183c16>{fallback_alloc+304}
Sep  7 10:49:12 minersville kernel:        <ffffffff8018411b>{__kmalloc+179} <ffffffff8028d4b7>{__alloc_skb+93}
Sep  7 10:49:12 minersville kernel:        <ffffffff880e3595>{:bnx2x:bnx2x_rx_int+4951} <ffffffff88294db6>{:bonding:bond_xmit_activebackup+86}
Sep  7 10:49:12 minersville kernel:        <ffffffff802c3496>{tcp_rcv_established+355} <ffffffff802c8f51>{tcp_v4_do_rcv+42}
Sep  7 10:49:12 minersville kernel:        <ffffffff880f4fcb>{:bnx2x:bnx2x_poll+180} <ffffffff802c76f2>{tcp_delack_timer+0}
Sep  7 10:49:12 minersville kernel:        <ffffffff802c77e9>{tcp_delack_timer+247} <ffffffff80293298>{net_rx_action+165}
Sep  7 10:49:12 minersville kernel:        <ffffffff8013a048>{__do_softirq+85} <ffffffff8010c1f6>{call_softirq+30}
Sep  7 10:49:12 minersville kernel:        <ffffffff8010d184>{do_softirq+44} <ffffffff8010d54e>{do_IRQ+64}
Sep  7 10:49:12 minersville kernel:        <ffffffff8010b332>{ret_from_intr+0} <EOI> <ffffffff80169a34>{__pagevec_release+0}
Sep  7 10:49:12 minersville kernel:        <ffffffff8016ad24>{shrink_zone+1379} <ffffffff802a1fa4>{__qdisc_run+54}
Sep  7 10:49:12 minersville kernel:        <ffffffff801fff25>{find_next_bit+96} <ffffffff8016c713>{try_to_free_pages+379}
Sep  7 10:49:12 minersville kernel:        <ffffffff801672d9>{__alloc_pages+469} <ffffffff8028d4d5>{__alloc_skb+123}
Sep  7 10:49:12 minersville kernel:        <ffffffff802bb33b>{tcp_sendmsg+1437} <ffffffff8028706e>{do_sock_write+201}
Sep  7 10:49:12 minersville kernel:        <ffffffff80287fc8>{sock_aio_write+72} <ffffffff80186985>{do_sync_write+199}
Sep  7 10:49:12 minersville kernel:        <ffffffff802f31b8>{do_page_fault+1018} <ffffffff801489d6>{autoremove_wake_function+0}
Sep  7 10:49:12 minersville kernel:        <ffffffff801872d1>{vfs_write+234} <ffffffff80187887>{sys_write+69}
Sep  7 10:49:12 minersville kernel:        <ffffffff8010ae16>{system_call+126}
Sep  7 10:49:12 minersville kernel: Mem-info:
Sep  7 10:49:12 minersville kernel: Node 0 DMA per-cpu:

Regards,
Vishal
 

9 More Discussions You Might Find Interesting

1. SCO

Reboot the sco server

Dear sir, I am using sco open server 5.06.How we can reboot the system without using root password? Whar are the permision need to change to do this. Thanks, Mostafizur Rahman (3 Replies)
Discussion started by: rahmanm
3 Replies

2. Shell Programming and Scripting

Server Reboot Alert

I want to get an email alert from a cronjob when a server got rebooted unexpectedly. Please help. Thanks! :confused: (2 Replies)
Discussion started by: angloi
2 Replies

3. UNIX for Advanced & Expert Users

server reboot

hi all, :) for a reboot of sun box for patch installation i would like to know where do the reboot logs apart from /var/adm/messages and patch run messages would be available, i would like to know the sequence of messages logged in the file like requesting the users to log out sending a... (1 Reply)
Discussion started by: matrixmadhan
1 Replies

4. AIX

IP setting changes after server reboot

I've recently changed my gateway setting using SMIT. Everything went fine except that the gateway setting kept reverting back to the old one everytime I reboot the server. I'm on AIX 5.2 running p-Series. Thanks for any info. (3 Replies)
Discussion started by: dereklow
3 Replies

5. Solaris

Reboot the server through console

Hi All, I want to know the procedure like if server is down, i want to reboot the server through console ($rsc or $sc prompt).Could you please help me out. I would really appreciate your cooperation. thanks for understanding regards krishna (5 Replies)
Discussion started by: murthy76
5 Replies

6. Solaris

Change gateway without reboot server

Hi Gurus Recently i had change the gateway for a server i had change the IP in the /etc/defaultrouter and run the below command # route add default 10.86.33.222 # route delete default 10.86.33.1 # netstat -rn Routing Table: IPv4 Destination Gateway Flags Ref ... (2 Replies)
Discussion started by: SmartAntz
2 Replies

7. Solaris

Zones not booting after server reboot

Hello guys This is my first post. I have very little experience and I woud appreciate your input on this problem. I have a server running Solaris 10. In that server I have 2 zones that work perfectly fine, however, if I reboot the server, the zones don't boot and I have to do it manually. i... (12 Replies)
Discussion started by: designbc
12 Replies

8. Linux

Linux server reboot

We reboot our linux servers daily. Is it needed ? (10 Replies)
Discussion started by: linuxadmin
10 Replies

9. Solaris

Validate mountpoints on solaris server after server reboot

Hi, anyone please let us know how to write shell script to find the missing mountpoints after server reboot. i want to take the mountpount information before server reboot, and validate the mountpoints after server reboot if any missing.please let us know the shell script from begining to end as... (24 Replies)
Discussion started by: VenkatReddy786
24 Replies
logger(1B)					     SunOS/BSD Compatibility Package Commands						logger(1B)

NAME
logger - add entries to the system log SYNOPSIS
/usr/ucb/logger [-f filename] [-i] [-p priority] [-t tag] mm [message]... DESCRIPTION
The logger utility provides a method for adding one-line entries to the system log file from the command line. One or more message argu- ments can be given on the command line, in which case each is logged immediately. If message is unspecified, either the file indicated with -f or the standard input is added to the log. Otherwise, a filename can be specified, in which case each line in the file is logged. If neither is specified, logger reads and logs messages on a line-by-line basis from the standard input. OPTIONS
The following options are supported: -i Log the process ID of the logger process with each line. -f filename Use the contents of filename as the message to log. -p priority Enter the message with the specified priority. The message priority can be specified numerically, or as a facility.level pair. For example, `-p local3.info' assigns the message priority to the info level in the local3 facility. The default pri- ority is user.notice. -t tag Mark each line added to the log with the specified tag. EXAMPLES
Example 1 Logging a message The command: example% logger System rebooted will log the message `System rebooted' to the facility at priority notice to be treated by syslogd as other messages to the facility notice are. Example 2 Logging messages from a file The command: example% logger -p local0.notice -t HOSTIDM -f /dev/idmc will read from the file /dev/idmc and will log each line in that file as a message with the tag `HOSTIDM' at priority notice to be treated by syslogd as other messages to the facility local0 are. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscpu | +-----------------------------+-----------------------------+ SEE ALSO
syslogd(1M), syslog(3C), attributes(5) SunOS 5.11 14 Sep 1992 logger(1B)
All times are GMT -4. The time now is 12:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy