<?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 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973614#M493036</link>
    <description>Daniel,&lt;BR /&gt;&lt;BR /&gt;You may have two or more disks in your volume group vg02.&lt;BR /&gt;&lt;BR /&gt;The device names for the disks are /dev/dsk/c3t4d0 and /dev/dsk/c3t5d0.&lt;BR /&gt;#vgdisplay -v /dev/vg02&lt;BR /&gt;&lt;BR /&gt;ioscan would not give you any errors since the system can still access the disks but the system is having problems reading/writing to these disks. You may have temporary problems but you can get the system checked up by a HP engineer if you are getting these errors repeatedly.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Piyush&lt;BR /&gt;</description>
    <pubDate>Wed, 14 May 2003 19:36:29 GMT</pubDate>
    <dc:creator>PIYUSH D. PATEL</dc:creator>
    <dc:date>2003-05-14T19:36:29Z</dc:date>
    <item>
      <title>disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973607#M493029</link>
      <description>Is the below error message from dmesg serious? how can I fix it?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;BR /&gt;&lt;BR /&gt;SCSI: Write error -- dev: b 31 0x043000, errno: 126, resid: 262144,&lt;BR /&gt; blkno: 67072, sectno: 134144, offset: 68681728, bcount: 262144.&lt;BR /&gt;&lt;BR /&gt;SCSI: Write error -- dev: b 31 0x043000, errno: 126, resid: 26624,&lt;BR /&gt; blkno: 774, sectno: 1548, offset: 792576, bcount: 26624.&lt;BR /&gt;LVM: Failed to automatically resync PV 1f043000  error: 5&lt;BR /&gt;&lt;BR /&gt;SCSI: Read error -- dev: b 31 0x043000, errno: 126, resid: 2048,&lt;BR /&gt;&lt;BR /&gt;SCSI: Read error -- dev: b 31 0x053000, errno: 126, resid: 2048,&lt;BR /&gt; blkno: 8, sectno: 16, offset: 8192, bcount: 2048.&lt;BR /&gt; blkno: 8, sectno: 16, offset: 8192, bcount: 2048.&lt;BR /&gt;LVM: Recovered Path (device 0x1f043000) to PV 1 in VG 2.&lt;BR /&gt;LVM: Recovered Path (device 0x1f053000) to PV 1 in VG 2.&lt;BR /&gt;LVM: Restored PV 1 to VG 2.&lt;BR /&gt;LVM: Recovered Path (device 0x1f043000) to PV 1 in VG 2.&lt;BR /&gt;LVM: Restored PV 1 to VG 2.&lt;BR /&gt;LVM: Failed to automatically resync PV 1f043000  error: 5&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 19:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973607#M493029</guid>
      <dc:creator>Daniel Gizaw</dc:creator>
      <dc:date>2003-05-14T19:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973608#M493030</link>
      <description>Daniel,&lt;BR /&gt;&lt;BR /&gt;Unmount the filesystem and run fsck on the filesystem and check for any errors.&lt;BR /&gt;&lt;BR /&gt;Seems to be some problem with the disk media. Good option is to replace the disk but for the timebeing you can format the disk and reuse it.&lt;BR /&gt;Take proper backup and then restore the data after formatting.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Piyush</description>
      <pubDate>Wed, 14 May 2003 19:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973608#M493030</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2003-05-14T19:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973609#M493031</link>
      <description>Yes, it's almost certainly serious. At the very least /dev/dsk/c4t3d0 has problems (disk is probably failing)and /dev/dsk/c5t3d0 may have problems as well. Did a drive enclosure suffer a momentary power failure? Were cables unplugged? The system seems to have recovered but VG2 has some stale PE's. Try a vgsync /dev/vg02. If VG2 is mirrored then this is no big deal but if not then I hope you have recent/reliable backups.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 19:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973609#M493031</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-05-14T19:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973610#M493032</link>
      <description>Piyush,&lt;BR /&gt;Thank you very much for your fast response. &lt;BR /&gt;How can I identify the disk?&lt;BR /&gt;&lt;BR /&gt;ioscan does not show me any error.&lt;BR /&gt;&lt;BR /&gt;Daniel</description>
      <pubDate>Wed, 14 May 2003 19:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973610#M493032</guid>
      <dc:creator>Daniel Gizaw</dc:creator>
      <dc:date>2003-05-14T19:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973611#M493033</link>
      <description>Hi Daniel:&lt;BR /&gt;&lt;BR /&gt;The disk(s) in question are c4t3d0 and c5t3d0.&lt;BR /&gt;&lt;BR /&gt;They are identified in hexadecimal notation (0x) with the device kind (a SCSI disk) noted as the first two hex-digits ('1f' or decimal 31) or as 'dev: b 31' for a block device, kind-31.&lt;BR /&gt;&lt;BR /&gt;The general device format is:&lt;BR /&gt;&lt;BR /&gt;MMBBTLFF&lt;BR /&gt;&lt;BR /&gt;Where: MM = Major number&lt;BR /&gt; BB  = Bus number&lt;BR /&gt; T = Target&lt;BR /&gt; L = LUN&lt;BR /&gt; FF = Flags&lt;BR /&gt; &lt;BR /&gt;Hence, the major number = 0x1f = 31 in decimal (a disk);&lt;BR /&gt;...and the Bus is the card instance number = 04&lt;BR /&gt;...and the Target = 3 or the device???s SCSI ID&lt;BR /&gt;...and the LUN = 0 or the logical unit number&lt;BR /&gt;...and therefore the device is /dev/dsk/c4t3d0&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 14 May 2003 19:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973611#M493033</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-05-14T19:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973612#M493034</link>
      <description>Daniel,&lt;BR /&gt;&lt;BR /&gt;You may have two or more disks in your volume group vg02.&lt;BR /&gt;&lt;BR /&gt;The device names for the disks are /dev/dsk/c3t4d0 and /dev/dsk/c3t5d0.&lt;BR /&gt;#vgdisplay -v /dev/vg02&lt;BR /&gt;&lt;BR /&gt;ioscan would not give you any errors since the system can still access the disks but the system is having problems reading/writing to these disks. You may have temporary problems but you can get the system checked up by a HP engineer if you are getting these errors repeatedly.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Piyush&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 19:35:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973612#M493034</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2003-05-14T19:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973613#M493035</link>
      <description>Daniel,&lt;BR /&gt;&lt;BR /&gt;You may have two or more disks in your volume group vg02.&lt;BR /&gt;&lt;BR /&gt;The device names for the disks are /dev/dsk/c3t4d0 and /dev/dsk/c3t5d0.&lt;BR /&gt;#vgdisplay -v /dev/vg02&lt;BR /&gt;&lt;BR /&gt;ioscan would not give you any errors since the system can still access the disks but the system is having problems reading/writing to these disks. You may have temporary problems but you can get the system checked up by a HP engineer if you are getting these errors repeatedly.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Piyush&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 19:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973613#M493035</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2003-05-14T19:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973614#M493036</link>
      <description>Daniel,&lt;BR /&gt;&lt;BR /&gt;You may have two or more disks in your volume group vg02.&lt;BR /&gt;&lt;BR /&gt;The device names for the disks are /dev/dsk/c3t4d0 and /dev/dsk/c3t5d0.&lt;BR /&gt;#vgdisplay -v /dev/vg02&lt;BR /&gt;&lt;BR /&gt;ioscan would not give you any errors since the system can still access the disks but the system is having problems reading/writing to these disks. You may have temporary problems but you can get the system checked up by a HP engineer if you are getting these errors repeatedly.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Piyush&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 19:36:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973614#M493036</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2003-05-14T19:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973615#M493037</link>
      <description>Thank you all for the good education I got. I will do fsck first and call HP to replace the disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you agian&lt;BR /&gt;&lt;BR /&gt;Daniel</description>
      <pubDate>Wed, 14 May 2003 20:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973615#M493037</guid>
      <dc:creator>Daniel Gizaw</dc:creator>
      <dc:date>2003-05-14T20:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973616#M493038</link>
      <description>Daniel:&lt;BR /&gt;&lt;BR /&gt;You got good answers, but check this post. It has very good answers regarding your situation.&lt;BR /&gt;&lt;BR /&gt;Good Luck!!&lt;BR /&gt;&lt;BR /&gt;DR&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf84063f96280d711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf84063f96280d711abdc0090277a778c,00.html&lt;/A&gt;</description>
      <pubDate>Wed, 14 May 2003 20:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/2973616#M493038</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-05-14T20:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: disk error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/7180067#M493039</link>
      <description>&lt;P&gt;Quick fix&lt;BR /&gt;Check the boot order in the BIOS settings, and change the settings if necessary.&lt;BR /&gt;Reset BIOS to default.&lt;BR /&gt;Use a repair tool to repair the Master Boot Record (MBR) or Boot Sector.&lt;BR /&gt;Check all cables and jumpers.&amp;nbsp;&lt;BR /&gt;Test your computer's RAM to check if the read disk error is related to faulty RAM stick or slot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rachel Gomez&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 06:16:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-error/m-p/7180067#M493039</guid>
      <dc:creator>rachelgomez_123</dc:creator>
      <dc:date>2023-01-03T06:16:31Z</dc:date>
    </item>
  </channel>
</rss>

