<?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: d530 desktop in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/d530-desktop/m-p/3147116#M72822</link>
    <description>I would follow SEP advice specialy on the power supply &lt;BR /&gt;&lt;BR /&gt;You can also try out a few parameter with hdparm (do a hdparm -h first to see valid option, or man hdparm )&lt;BR /&gt;&lt;BR /&gt;Beware that changind hd params may sometime be a little tricky and could leave disk hanging... best have a rescue disk close by)&lt;BR /&gt;&lt;BR /&gt;Having say'd that I did try it on my hardisk (no problem) and have set the parameter to &lt;BR /&gt;&lt;BR /&gt;hdparm -X66 -d1 -u1 -m16 -c3 /dev/hdg&lt;BR /&gt;&lt;BR /&gt;(I have written this in /etc/rc.local so it get set at each reboot ...much faster then default that come with redhat install now !&lt;BR /&gt;&lt;BR /&gt;to check speed do&lt;BR /&gt;hdparm -Tt /dev/hdX    (replace X with yours)&lt;BR /&gt;this will take a little while&lt;BR /&gt;&lt;BR /&gt;hdparm /dev/hdX&lt;BR /&gt;will show you your hd setup's&lt;BR /&gt;&lt;BR /&gt;hdparm -m16 /dev/hdX&lt;BR /&gt;will set multcount to 16&lt;BR /&gt;&lt;BR /&gt;after that check speed and so on ... until no more improvements .&lt;BR /&gt;&lt;BR /&gt;You can more then double your performance of &lt;BR /&gt;&lt;BR /&gt; Timing buffer-cache reads and your Timing buffered disk reads by setting params to other values then default...&lt;BR /&gt;&lt;BR /&gt;Some older HD have problems with DMA set to 1&lt;BR /&gt;this could be your case ?&lt;BR /&gt;&lt;BR /&gt;Hope this help you out&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Dec 2003 12:55:01 GMT</pubDate>
    <dc:creator>Huc_1</dc:creator>
    <dc:date>2003-12-17T12:55:01Z</dc:date>
    <item>
      <title>d530 desktop</title>
      <link>https://community.hpe.com/t5/operating-system-linux/d530-desktop/m-p/3147113#M72819</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I installed redhat 9 on a d530 desktop.&lt;BR /&gt;Sometimes (2 times a week)the computer stops working. The led from the Harddisk is then green all the time.&lt;BR /&gt;I tried it on different systems but with the same result.&lt;BR /&gt;I remember that when the Harddisk is new, so the first time, the system shows a warning that if unix has to be installed, you have to run the setup utility first, without telling what to change there.&lt;BR /&gt;&lt;BR /&gt;Anyone any idea??</description>
      <pubDate>Wed, 17 Dec 2003 09:44:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/d530-desktop/m-p/3147113#M72819</guid>
      <dc:creator>A.G.M. Velthof</dc:creator>
      <dc:date>2003-12-17T09:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: d530 desktop</title>
      <link>https://community.hpe.com/t5/operating-system-linux/d530-desktop/m-p/3147114#M72820</link>
      <description>Since this issue is following the disk, replace the disk. Whoever sold it to you will take it back based on this testimoney. Linux does not need any add in software to deal with IDE disks.&lt;BR /&gt;&lt;BR /&gt;My notes on this sympton in general.&lt;BR /&gt;&lt;BR /&gt;On the hardware side, check the power supply. This is symptomatic of difficulties with that part.&lt;BR /&gt;&lt;BR /&gt;Its also possible another machine is coming up on the network with the same IP address. That would also cause this problem. Check that.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 17 Dec 2003 11:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/d530-desktop/m-p/3147114#M72820</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-17T11:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: d530 desktop</title>
      <link>https://community.hpe.com/t5/operating-system-linux/d530-desktop/m-p/3147115#M72821</link>
      <description>My hunch is that some process brought up by the weekly cron job is running amok holding up HDD activity.  I have seen hdparm trying to set dma on and holding up the HDD.  After this only a hard reset brings the machine up.</description>
      <pubDate>Wed, 17 Dec 2003 11:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/d530-desktop/m-p/3147115#M72821</guid>
      <dc:creator>Ragu_1</dc:creator>
      <dc:date>2003-12-17T11:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: d530 desktop</title>
      <link>https://community.hpe.com/t5/operating-system-linux/d530-desktop/m-p/3147116#M72822</link>
      <description>I would follow SEP advice specialy on the power supply &lt;BR /&gt;&lt;BR /&gt;You can also try out a few parameter with hdparm (do a hdparm -h first to see valid option, or man hdparm )&lt;BR /&gt;&lt;BR /&gt;Beware that changind hd params may sometime be a little tricky and could leave disk hanging... best have a rescue disk close by)&lt;BR /&gt;&lt;BR /&gt;Having say'd that I did try it on my hardisk (no problem) and have set the parameter to &lt;BR /&gt;&lt;BR /&gt;hdparm -X66 -d1 -u1 -m16 -c3 /dev/hdg&lt;BR /&gt;&lt;BR /&gt;(I have written this in /etc/rc.local so it get set at each reboot ...much faster then default that come with redhat install now !&lt;BR /&gt;&lt;BR /&gt;to check speed do&lt;BR /&gt;hdparm -Tt /dev/hdX    (replace X with yours)&lt;BR /&gt;this will take a little while&lt;BR /&gt;&lt;BR /&gt;hdparm /dev/hdX&lt;BR /&gt;will show you your hd setup's&lt;BR /&gt;&lt;BR /&gt;hdparm -m16 /dev/hdX&lt;BR /&gt;will set multcount to 16&lt;BR /&gt;&lt;BR /&gt;after that check speed and so on ... until no more improvements .&lt;BR /&gt;&lt;BR /&gt;You can more then double your performance of &lt;BR /&gt;&lt;BR /&gt; Timing buffer-cache reads and your Timing buffered disk reads by setting params to other values then default...&lt;BR /&gt;&lt;BR /&gt;Some older HD have problems with DMA set to 1&lt;BR /&gt;this could be your case ?&lt;BR /&gt;&lt;BR /&gt;Hope this help you out&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2003 12:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/d530-desktop/m-p/3147116#M72822</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-12-17T12:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: d530 desktop</title>
      <link>https://community.hpe.com/t5/operating-system-linux/d530-desktop/m-p/3147117#M72823</link>
      <description>Well, I think it all really depends if the HD activity goes on forever or ends after a finite amount of time (lets say 10 minutes).&lt;BR /&gt;&lt;BR /&gt;If the first case I tend to agree with the HW problem suggestion, in the second case it really might be a cron job. Prime candidate for such a behaviou are e.g. jobs that update the catman database or the data used by locate (which essentially touches every single directory entry on the disk).</description>
      <pubDate>Wed, 17 Dec 2003 18:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/d530-desktop/m-p/3147117#M72823</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-12-17T18:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: d530 desktop</title>
      <link>https://community.hpe.com/t5/operating-system-linux/d530-desktop/m-p/3147118#M72824</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Bios Power settings ?&lt;BR /&gt;Lock disk after ....min  of somthing like that ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Succes&lt;BR /&gt;&lt;BR /&gt;Idriz</description>
      <pubDate>Thu, 18 Dec 2003 15:26:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/d530-desktop/m-p/3147118#M72824</guid>
      <dc:creator>I.Delic</dc:creator>
      <dc:date>2003-12-18T15:26:49Z</dc:date>
    </item>
  </channel>
</rss>

