<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Server rebooting in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118700#M31102</link>
    <description>check /var/log/messages</description>
    <pubDate>Wed, 19 Dec 2007 06:47:47 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2007-12-19T06:47:47Z</dc:date>
    <item>
      <title>Server rebooting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118698#M31100</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I am new to Linux. We have an IBM x-345 server running RHEL 3 connected to fastt600 box. It just reboots often by every 2 hrs or so for an unknown reason. Can some give me an advice what and where I should look for to know the cause of the problem?&lt;BR /&gt;&lt;BR /&gt;I checked messages, dmesg,boot file but no show of what's caused the reboot (;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Wed, 19 Dec 2007 06:30:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118698#M31100</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2007-12-19T06:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Server rebooting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118699#M31101</link>
      <description>did u check /var/log/boot.log?</description>
      <pubDate>Wed, 19 Dec 2007 06:45:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118699#M31101</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-19T06:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Server rebooting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118700#M31102</link>
      <description>check /var/log/messages</description>
      <pubDate>Wed, 19 Dec 2007 06:47:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118700#M31102</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2007-12-19T06:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Server rebooting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118701#M31103</link>
      <description>Yes, I did check both the files and I don't see anything related to cause of the reboot.&lt;BR /&gt;Looks usual messages to me. Should I look for some specific information there?&lt;BR /&gt;&lt;BR /&gt;Where else I can look and what else I can do?&lt;BR /&gt;crash dump analysis possible?&lt;BR /&gt;&lt;BR /&gt;I guess there should be some kernel message maybe panic but not sure where I can see that messages which migh have logged somewhere just before reboot?&lt;BR /&gt;&lt;BR /&gt;Since it's rebooting again and again and if I want to capture any console messages how can I do that?</description>
      <pubDate>Wed, 19 Dec 2007 07:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118701#M31103</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2007-12-19T07:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Server rebooting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118702#M31104</link>
      <description>I suggest to start from run some test for CPU/memory and other hardware.&lt;BR /&gt;MAny linux liveCD contain these tools, for example SystemRescueCD.</description>
      <pubDate>Thu, 20 Dec 2007 07:04:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118702#M31104</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-12-20T07:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Server rebooting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118703#M31105</link>
      <description>Hi rccmum,&lt;BR /&gt;&lt;BR /&gt;Another way of checkin is by "trial and error"  booting the server through runlevel 1,2,3,and 5. (See "man init")&lt;BR /&gt;Is it working on level 1? OK go to init 2 to start networking. Init 3 starts networking services like NFS, NIS, user login, etc. Finally, init 5 starts the X server and local GUI.&lt;BR /&gt;  If the rebooting is caused by OS or software, you might see what causes the error by this. Is it hardware error, you might figure out the reason by matching which hardware that is configured in which runlevel.&lt;BR /&gt;  Good luck,  /Joakim</description>
      <pubDate>Thu, 20 Dec 2007 12:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118703#M31105</guid>
      <dc:creator>Joakim Brosten</dc:creator>
      <dc:date>2007-12-20T12:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Server rebooting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118704#M31106</link>
      <description>Guess that the problem refers to three letters, IBM :P&lt;BR /&gt;&lt;BR /&gt;But try to check if you have a reboot command from your system or the system just reboots.&lt;BR /&gt;&lt;BR /&gt;If just rebooting, try to check your firmware or any hardware log for your IBM server.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 20 Dec 2007 19:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118704#M31106</guid>
      <dc:creator>Venilton Junior</dc:creator>
      <dc:date>2007-12-20T19:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Server rebooting</title>
      <link>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118705#M31107</link>
      <description>Thank you all for the replies.&lt;BR /&gt;&lt;BR /&gt;It looks like after replacing the primary p/s of the server, the server is stable since last few hours. I was hoping to find some clue somewhere in the system logs etc. Apparently issues with p/s can't be trapped by OS kernel but sure does by the server management processor/Light Path Diagnostics. The symptoms might in-variably change with such issues.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Dec 2007 23:38:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/server-rebooting/m-p/4118705#M31107</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2007-12-26T23:38:45Z</dc:date>
    </item>
  </channel>
</rss>

