<?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: Disk Full? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751881#M70422</link>
    <description>Ok that BDF output script didn't show any change when recreating the error. I changed it so it would output every second and still no change. Any other ideas?</description>
    <pubDate>Tue, 25 Jun 2002 16:11:24 GMT</pubDate>
    <dc:creator>Robie Lutsey</dc:creator>
    <dc:date>2002-06-25T16:11:24Z</dc:date>
    <item>
      <title>Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751875#M70416</link>
      <description>Hey guys!&lt;BR /&gt;&lt;BR /&gt;I am getting the following error: &lt;BR /&gt;&lt;BR /&gt;Arc: build navpoint point&lt;BR /&gt; Building points...&lt;BR /&gt;FATAL ERROR&lt;BR /&gt;MSEEK: No space left on device&lt;BR /&gt;while accessing file (writing 1024 (-1) bytes to 9216): /dsk9/dncproj/dnc7ct/lib&lt;BR /&gt;data/lib_coa7/tiles/hdka/navpoint/prf.adf&lt;BR /&gt;ISP channel# 1 was not properly closed (INFEND)&lt;BR /&gt;Bailing out of PNTPRF&lt;BR /&gt;&lt;BR /&gt;however my BDF output looks like this:&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/dsk/c0t6d0    1550284  868931  526324   62% /&lt;BR /&gt;/dev/dsk/c1t4d0    8699070 6734114 1095049   86% /dsk9&lt;BR /&gt;/dev/dsk/c1t0d0    4053992 1524553 2529439   38% /dsk0&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jun 2002 15:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751875#M70416</guid>
      <dc:creator>Robie Lutsey</dc:creator>
      <dc:date>2002-06-25T15:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751876#M70417</link>
      <description>&lt;BR /&gt;Maybe the application deleted the file already, or was unable to completed the write?&lt;BR /&gt;&lt;BR /&gt;What does &lt;BR /&gt;&lt;BR /&gt;/dsk9/dncproj/dnc7ct/libdata/lib_coa7/tiles/hdka/navpoint/prf.adf &lt;BR /&gt;&lt;BR /&gt;look like?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 25 Jun 2002 15:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751876#M70417</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-25T15:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751877#M70418</link>
      <description>It's some sort of database file. I'm concered that I am getting a disk full error but the disk is not full according to the BDF output.</description>
      <pubDate>Tue, 25 Jun 2002 15:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751877#M70418</guid>
      <dc:creator>Robie Lutsey</dc:creator>
      <dc:date>2002-06-25T15:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751878#M70419</link>
      <description>Maybe the write does not complete, when it could not find any more disk space it aborted and hence bdf shows the output before the file was written.</description>
      <pubDate>Tue, 25 Jun 2002 15:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751878#M70419</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-25T15:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751879#M70420</link>
      <description>If the file being written is larger than the 14% remaining on /dsk9, the write will fail.&lt;BR /&gt;Subsequent bdf will show the 86% because the file isn't there.&lt;BR /&gt;&lt;BR /&gt;Can you try watching it?  Do multiple bdf's while it's being written and you should see the usage growing right on up to 99%.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 25 Jun 2002 15:54:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751879#M70420</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-06-25T15:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751880#M70421</link>
      <description>The file size that is being written is more than the free size . does it ahppen immmedately&lt;BR /&gt;or after sometime&lt;BR /&gt;and waht is the o/p of bdf then as it will deifnatley take some time to fill up . &lt;BR /&gt;Just monitor the bdf after every 2 seconds and then see which mount point is getting full&lt;BR /&gt;&lt;BR /&gt;while true&lt;BR /&gt;do &lt;BR /&gt;date &amp;gt;&amp;gt; /tmp/diskfull&lt;BR /&gt;bdf &amp;gt;&amp;gt; /tmp/diskfull&lt;BR /&gt;sleep 2&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;and run this script when u are running the command , the partiotn will fill up to 99% before erroring out as it looks the files size is more that the free size avaialble . you can also try storing it in dsk0 as it seems to ahve more space.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 25 Jun 2002 16:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751880#M70421</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-25T16:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751881#M70422</link>
      <description>Ok that BDF output script didn't show any change when recreating the error. I changed it so it would output every second and still no change. Any other ideas?</description>
      <pubDate>Tue, 25 Jun 2002 16:11:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751881#M70422</guid>
      <dc:creator>Robie Lutsey</dc:creator>
      <dc:date>2002-06-25T16:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751882#M70423</link>
      <description>Ok Now I recovered a directory from backup tape to another HP-UX system we have and attempted to open the database and no errors. Now when I copy the directory on to that device (/dsk9) I am getting an error indication that it's corrupt. Could this be a clue to a failing drive?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jun 2002 16:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751882#M70423</guid>
      <dc:creator>Robie Lutsey</dc:creator>
      <dc:date>2002-06-25T16:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751883#M70424</link>
      <description>Yes ofcourse&lt;BR /&gt;&lt;BR /&gt;can u do a diskinfo on that disk , i think there lvm structure report more free baclks than they actually are , also if you shift hte o/p to go to the other mount point does it work properly.&lt;BR /&gt;&lt;BR /&gt;dmesg o/p should also be a good palce to look for i/o errors.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 25 Jun 2002 16:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751883#M70424</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-25T16:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751884#M70425</link>
      <description>Hi you guys.  Thanks for all your help so far.  I'm taking over this thread from Cliff, and have a question.  Do you think a  fsck would be helpful on dsk9?  If it is going bad wouldn't that  kind of prove it?</description>
      <pubDate>Tue, 25 Jun 2002 17:15:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751884#M70425</guid>
      <dc:creator>robie_1</dc:creator>
      <dc:date>2002-06-25T17:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751885#M70426</link>
      <description>You are right please do that also bcoz incase there are irregualrites it will come up infsck also.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 25 Jun 2002 17:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751885#M70426</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-25T17:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751886#M70427</link>
      <description>Yes, run fsck on the files systems on that disk.&lt;BR /&gt;&lt;BR /&gt;If the file in question is a database file, have you used the database tools to look at the contents of the file? To verify integrety?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Tue, 25 Jun 2002 18:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751886#M70427</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-06-25T18:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751887#M70428</link>
      <description>will do, right now I'm waiting on a backup of the disk to finish before I pull out the scalple(shovel).</description>
      <pubDate>Tue, 25 Jun 2002 18:54:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751887#M70428</guid>
      <dc:creator>robie_1</dc:creator>
      <dc:date>2002-06-25T18:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751888#M70429</link>
      <description>Hello again.&lt;BR /&gt;&lt;BR /&gt;I have done a fsck, and both the sanity check and the normal fsck return ok.&lt;BR /&gt;&lt;BR /&gt;the diskinfo also failed to return any unusual status.&lt;BR /&gt;&lt;BR /&gt;I'm not sure where to look after this.&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;robiel</description>
      <pubDate>Thu, 27 Jun 2002 20:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751888#M70429</guid>
      <dc:creator>robie_1</dc:creator>
      <dc:date>2002-06-27T20:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751889#M70430</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Cliff and Robie&lt;BR /&gt;&lt;BR /&gt;You can show your appreciation to the guys that have helped you in this thread by assigning points. A little gratitude is all thats required. You may get more input that way&lt;BR /&gt;&lt;BR /&gt;N/A please&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 27 Jun 2002 21:24:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751889#M70430</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-06-27T21:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751890#M70431</link>
      <description>Steven, I always assign points (See Profile). I tend to wait until after the issue is resolved though. Thanks everyone for your help. &lt;BR /&gt;&lt;BR /&gt;Any other clues to resolving this issue?</description>
      <pubDate>Thu, 27 Jun 2002 21:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751890#M70431</guid>
      <dc:creator>Robie Lutsey</dc:creator>
      <dc:date>2002-06-27T21:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751891#M70432</link>
      <description>Cliff&lt;BR /&gt;&lt;BR /&gt;Sorry, &lt;BR /&gt;&lt;BR /&gt;What does &lt;BR /&gt;&lt;BR /&gt;du -sk /dsk9&lt;BR /&gt;&lt;BR /&gt;Give&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 27 Jun 2002 21:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751891#M70432</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-06-27T21:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Full?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751892#M70433</link>
      <description>du -dk /dsk9 returns&lt;BR /&gt;6734113 /dsk9&lt;BR /&gt;hope that helps.</description>
      <pubDate>Thu, 27 Jun 2002 22:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-full/m-p/2751892#M70433</guid>
      <dc:creator>robie_1</dc:creator>
      <dc:date>2002-06-27T22:45:41Z</dc:date>
    </item>
  </channel>
</rss>

