<?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: Burn-in test in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/burn-in-test/m-p/2631012#M921145</link>
    <description>I want it to be running 48 hours non-stop. Can it be done?</description>
    <pubDate>Thu, 13 Dec 2001 09:13:48 GMT</pubDate>
    <dc:creator>rodi</dc:creator>
    <dc:date>2001-12-13T09:13:48Z</dc:date>
    <item>
      <title>Burn-in test</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/burn-in-test/m-p/2631010#M921143</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I need to do a Burn-in Test of the HP L1000 (rp5400) server, running HP-UX 11i.&lt;BR /&gt;&lt;BR /&gt;Anyone know how to do the stress test on this machine using script or tools?&lt;BR /&gt;&lt;BR /&gt;The purpose of this test is make sure HDD or RAM or Processor are working fine. I/O is fine as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Rgds,</description>
      <pubDate>Thu, 13 Dec 2001 09:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/burn-in-test/m-p/2631010#M921143</guid>
      <dc:creator>rodi</dc:creator>
      <dc:date>2001-12-13T09:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Burn-in test</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/burn-in-test/m-p/2631011#M921144</link>
      <description>Fire up STM (either via cstm mstm or xstm depending on your preference, command line, menu, or X), and take a look at the 'exercise' utilitys...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 13 Dec 2001 09:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/burn-in-test/m-p/2631011#M921144</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2001-12-13T09:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Burn-in test</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/burn-in-test/m-p/2631012#M921145</link>
      <description>I want it to be running 48 hours non-stop. Can it be done?</description>
      <pubDate>Thu, 13 Dec 2001 09:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/burn-in-test/m-p/2631012#M921145</guid>
      <dc:creator>rodi</dc:creator>
      <dc:date>2001-12-13T09:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Burn-in test</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/burn-in-test/m-p/2631013#M921146</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;With regards to cstm, it is the command-line interface for stm, allowing you to interface it with scripts.&lt;BR /&gt;&lt;BR /&gt;An example script stub to allow the exercise test to continue from now until Dec 16:&lt;BR /&gt;&lt;BR /&gt;======================================&lt;BR /&gt;#!/sbin/sh&lt;BR /&gt;&lt;BR /&gt;while sleep 1&lt;BR /&gt;do&lt;BR /&gt;  if date|grep "Dec 16" &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;  then&lt;BR /&gt;    exit 0&lt;BR /&gt;  else&lt;BR /&gt;    cstm &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;# Enter commands here&lt;BR /&gt;map ...&lt;BR /&gt;exercise ...&lt;BR /&gt;EOF&lt;BR /&gt;  fi&lt;BR /&gt;done&lt;BR /&gt;======================================&lt;BR /&gt;&lt;BR /&gt;With regards to exercising disks, apart from using stm, you can also make use of stkio which is an I/O stress-test and benchmarking tool.&lt;BR /&gt;&lt;BR /&gt;It is downloadable from&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.storagetek.com/products/software/freeware/stkio/" target="_blank"&gt;http://www.storagetek.com/products/software/freeware/stkio/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Thu, 13 Dec 2001 09:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/burn-in-test/m-p/2631013#M921146</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-12-13T09:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Burn-in test</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/burn-in-test/m-p/2631014#M921147</link>
      <description>&lt;P&gt;Certainly can be....&lt;BR /&gt;&lt;BR /&gt;Using cstm:&lt;BR /&gt;--------------------&lt;BR /&gt;map # to find the a devicname- i'll choose a cpu which is device number 21 on my workstation&lt;BR /&gt;&lt;BR /&gt;sel dev 22 # select the device&lt;BR /&gt;&lt;BR /&gt;eop time 2880 # set the time for the tool to run to 2880 minutes or 48 hours&lt;BR /&gt;&lt;BR /&gt;exc # start the tool&lt;BR /&gt;------------------&lt;BR /&gt;-You can check how far through this is with map, or get some more detail using 'eal'&lt;BR /&gt;&lt;BR /&gt;You can also end the tool later if you wish using 'abt'&lt;BR /&gt;&lt;BR /&gt;HTH!&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 13:45:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/burn-in-test/m-p/2631014#M921147</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2021-06-24T13:45:46Z</dc:date>
    </item>
  </channel>
</rss>

