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
rpm2cpio(1)							   User Commands						       rpm2cpio(1)

NAME
rpm2cpio - convert Red Hat Package (RPM) to cpio archive SYNOPSIS
rpm2cpio [file.rpm] DESCRIPTION
The rpm2cpio utility converts the .rpm file specified as its sole argument to a cpio archive on standard output. (See NOTES.) If no argu- ment is given, an rpm stream is read from standard input. In both cases, rpm2cpio will fail and print a usage message if the standard out- put is a terminal. Therefore, the output is usually redirected to a file or piped through the cpio(1) utility. EXAMPLES
Example 1: Converting an rpm file example% rpm2cpio Device3Dfx-1.1-2.src.rpm | cpio -itv CPIO archive found! -rw-r--r-- 1 root root 2635 Sep 13 16:39 1998, 3dfx.gif -rw-r--r-- 1 root root 11339 Sep 27 16:03 1998, Dev3Dfx.tar.gz -rw-r--r-- 1 root root 1387 Sep 27 16:04 1998, Device3Dfx-1.1-2.spec 31 blocks Example 2: Converting from standard input example% rpm2cpio < Device3Dfx-1.1-2.src.rpm | cpio -itv CPIO archive found! -rw-r--r-- 1 root root 2635 Sep 13 16:39 1998, 3dfx.gif -rw-r--r-- 1 root root 11339 Sep 27 16:03 1998, Dev3Dfx.tar.gz -rw-r--r-- 1 root root 1387 Sep 27 16:04 1998, Device3Dfx-1.1-2.spec 31 blocks ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWrpm | +-----------------------------+-----------------------------+ SEE ALSO
cpio(1), attributes(5) NOTES
rpm2cpio handles versions 3 and 4 RPMs. SunOS 5.10 20 Aug 2001 rpm2cpio(1)
All times are GMT -4. The time now is 02:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy