<?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: system log file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-log-file/m-p/3504430#M843715</link>
    <description>try logging what is happening to a log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sar -d 5 30 &lt;BR /&gt;&lt;BR /&gt;sar -u 5 30&lt;BR /&gt;&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;This can and will tell you something of the performance (place in a loop, and run continuously, then review after the reboot to get a clue as to what is going on.&lt;BR /&gt;</description>
    <pubDate>Thu, 17 Mar 2005 15:11:57 GMT</pubDate>
    <dc:creator>Jim Butler</dc:creator>
    <dc:date>2005-03-17T15:11:57Z</dc:date>
    <item>
      <title>system log file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-log-file/m-p/3504425#M843710</link>
      <description>I have a 10.20 unix. My system suddenly shuts down. The last I have was an email that my cpu idle is 0% and have low memory too. Is it possible that my system will crash?Where can I find some useful system log files. I tried to view /etc/shutdownlog, but it only prompts some errors ex. "Reboot after panic:   , isr.ior = 0'10240085.40000000'fedc4a5c"&lt;BR /&gt;does anybody know what this means&lt;BR /&gt;&lt;BR /&gt;I even tried to view on syslog.log&lt;BR /&gt;and I have sample errors below stating that&lt;BR /&gt;"btlan1: Initializing 10/100BASE-T card at 10/16/16.......&lt;BR /&gt; Networking memory for fragment reassembly is restricted to 204800 bytes&lt;BR /&gt; Logical volume 64, 0x3 configured as ROOT&lt;BR /&gt;Logical volume 64, 0x2 configured as SWAP&lt;BR /&gt;Logical volume 64, 0x2 configured as DUMP&lt;BR /&gt;Swap device table:  (start &amp;amp; size given in 512-byte blocks)&lt;BR /&gt;entry 0 - major is 64, minor is 0x2; start = 0, size = 2097152&lt;BR /&gt;WARNING: Insufficient space on dump device to save full crashdump.&lt;BR /&gt;Only 1073741824 of 2684355584 bytes will be saved.&lt;BR /&gt;Dump device table:  (start &amp;amp; size given in 1-Kbyte blocks)&lt;BR /&gt; entry 0 - major is 31, minor is 0x46000; start = 207712, size = 1048576&lt;BR /&gt;netisr real-time priority reset to 100&lt;BR /&gt;Starting the STREAMS daemons.&lt;BR /&gt;9245XB HP-UX (B.10.20) #1: Sun Jun  9 06:31:19 PDT 1996"&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 14 Mar 2005 19:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-log-file/m-p/3504425#M843710</guid>
      <dc:creator>allan_47</dc:creator>
      <dc:date>2005-03-14T19:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: system log file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-log-file/m-p/3504426#M843711</link>
      <description>cd /var/adm/crash&lt;BR /&gt;&lt;BR /&gt;after the failure.&lt;BR /&gt;&lt;BR /&gt;See if there is a subdirectory. There probably is. Clear old crash dumps, make sure there is room for a new one.&lt;BR /&gt;&lt;BR /&gt;If yes, check the date and do a q4 crash dump analysis on it.&lt;BR /&gt;&lt;BR /&gt;If there is no crash, change the first variable in /etc/rc.config.d/savecrash to 1, Restart the system, wait for the next crash. &lt;BR /&gt;&lt;BR /&gt;If its a traditional crash, you'll get data to run q4 analysis on.&lt;BR /&gt;&lt;BR /&gt;If your system has GSP, log on during a frozen condition and do a TC, which is really a TOC Tranfer of Control. That will do a crash dump.&lt;BR /&gt;&lt;BR /&gt;After analyzing any crash dump, send it to the response center. They will analyze it, tell you what is wrong and give you instructions on how to fix it.&lt;BR /&gt;&lt;BR /&gt;Also, check /var/adm/syslog/syslog.log and dmesg output for hardware problems.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 14 Mar 2005 20:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-log-file/m-p/3504426#M843711</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-14T20:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: system log file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-log-file/m-p/3504427#M843712</link>
      <description>Other files to check (in addition to what Steven has mentioned) are:&lt;BR /&gt;&lt;BR /&gt;- /etc/shutdownlog (if you have a support contract with HP, you might want to include this in the list of files to send)&lt;BR /&gt;- /var/adm/tombstones (check for ts* files with the same timestamp as when the crash occurred)&lt;BR /&gt;- /var/adm/syslog/OLDsyslog.log (check the last entries of the log file)&lt;BR /&gt;&lt;BR /&gt;Please note that the warning message as indicated in your post suggests that there was insufficient disk space on your dump device to save a full crashdump.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Ira</description>
      <pubDate>Mon, 14 Mar 2005 21:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-log-file/m-p/3504427#M843712</guid>
      <dc:creator>Isralyn Manalac_1</dc:creator>
      <dc:date>2005-03-14T21:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: system log file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-log-file/m-p/3504428#M843713</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Have a look at your OLDsyslog.log.&lt;BR /&gt;&lt;BR /&gt;you should also check your GSP console.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Mon, 14 Mar 2005 23:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-log-file/m-p/3504428#M843713</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-03-14T23:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: system log file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-log-file/m-p/3504429#M843714</link>
      <description>hi Allen &lt;BR /&gt;on the GSP (console) &lt;BR /&gt;&lt;CONTROL b=""&gt;&lt;BR /&gt;&lt;BR /&gt;SL     (: Show Logs (chassis code buffer)&lt;BR /&gt;Select Chassis Code Buffer to be displayed:&lt;BR /&gt;Incoming, Activity, Error, Current boot or Last boot? (I/A/E/C/L)  E&lt;BR /&gt;&lt;BR /&gt;check the entries .&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Henk&lt;/CONTROL&gt;</description>
      <pubDate>Tue, 15 Mar 2005 02:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-log-file/m-p/3504429#M843714</guid>
      <dc:creator>Henk Geurts</dc:creator>
      <dc:date>2005-03-15T02:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: system log file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-log-file/m-p/3504430#M843715</link>
      <description>try logging what is happening to a log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sar -d 5 30 &lt;BR /&gt;&lt;BR /&gt;sar -u 5 30&lt;BR /&gt;&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;This can and will tell you something of the performance (place in a loop, and run continuously, then review after the reboot to get a clue as to what is going on.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Mar 2005 15:11:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-log-file/m-p/3504430#M843715</guid>
      <dc:creator>Jim Butler</dc:creator>
      <dc:date>2005-03-17T15:11:57Z</dc:date>
    </item>
  </channel>
</rss>

