<?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: dmesg in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612798#M825218</link>
    <description>I checked ioscan again and this time the disk is showing as NO HW. I have placed a call with HP as they provide us support. Thanks guys. I will take your advice on board and keep looking into it myself. If you have any other tips please let me know. Thanks</description>
    <pubDate>Fri, 26 Aug 2005 09:19:21 GMT</pubDate>
    <dc:creator>Ravinder Singh Gill</dc:creator>
    <dc:date>2005-08-26T09:19:21Z</dc:date>
    <item>
      <title>dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612785#M825205</link>
      <description>when I did dmesg I got the following as part of my output. Can anybody advise what this is &amp;amp; what action should be taken?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SCSI: Read error -- dev: b 31 0x003000, errno: 126, resid: 2048,&lt;BR /&gt;        blkno: 8, sectno: 16, offset: 8192, bcount: 2048.&lt;BR /&gt;LVM: vg[1]: pvnum=3 (dev_t=0x1f003000) is POWERFAILED&lt;BR /&gt;&lt;BR /&gt;SCSI: Write error -- dev: b 31 0x003000, errno: 126, resid: 43008,&lt;BR /&gt;        blkno: 1238, sectno: 2476, offset: 1267712, bcount: 43008.&lt;BR /&gt;percival:/#&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2005 08:42:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612785#M825205</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2005-08-26T08:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612786#M825206</link>
      <description>Check your disks and see if you have a disk that has died.&lt;BR /&gt;&lt;BR /&gt;The worriesome message is:&lt;BR /&gt;LVM: vg[1]: pvnum=3 (dev_t=0x1f003000) is POWERFAILED&lt;BR /&gt;&lt;BR /&gt;That indicates the c0t3d0 has potentially failed.</description>
      <pubDate>Fri, 26 Aug 2005 08:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612786#M825206</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-08-26T08:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612787#M825207</link>
      <description>Hi Ravinder,&lt;BR /&gt;&lt;BR /&gt;that seems to be a bad disk.&lt;BR /&gt;Try&lt;BR /&gt;&lt;BR /&gt;ioscan -fnkCdisk&lt;BR /&gt;&lt;BR /&gt;and look for "NO_HW" to find it.</description>
      <pubDate>Fri, 26 Aug 2005 08:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612787#M825207</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2005-08-26T08:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612788#M825208</link>
      <description>Hi Ravinder,&lt;BR /&gt;&lt;BR /&gt;It means that at some point - dmesg is not time stamped, check the syslog.log for date/time - the system saw a problem with /dev/dsk/c0t3d0&lt;BR /&gt;This might have been a transient problem, but at the time the system could not access it.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 26 Aug 2005 08:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612788#M825208</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-08-26T08:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612789#M825209</link>
      <description>Yout have a bad disk in your system.&lt;BR /&gt;&lt;BR /&gt;Look at this line:&lt;BR /&gt;&lt;BR /&gt;dev: b 31 0x003000&lt;BR /&gt;&lt;BR /&gt;If you do "lsdev | grep 31", you'll see that 31 is number of disk driver, so the failed device is disk.&lt;BR /&gt;&lt;BR /&gt;To find the disk that failed, you must look at "0x003000". I guess the disk is /dev/dsk/c3t0d0.&lt;BR /&gt;&lt;BR /&gt;Do, "ioscan -fnCdisk" and look at the lines that have "NO_HW" in them. If you see it, than defentely the disk is gone. To verify it, do:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c3t0d0 of=/dev/null bs=8192&lt;BR /&gt;&lt;BR /&gt;You probably will see error messages or dd will hang. Call HP support and replace the disk.&lt;BR /&gt;&lt;BR /&gt;Alex.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2005 08:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612789#M825209</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-26T08:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612790#M825210</link>
      <description>Sorry, the disk is dev/rdsk/c0t3d0 ofcourse.&lt;BR /&gt;&lt;BR /&gt;My mistake.</description>
      <pubDate>Fri, 26 Aug 2005 08:53:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612790#M825210</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-26T08:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612791#M825211</link>
      <description>Ravinder,&lt;BR /&gt;&lt;BR /&gt;What about the lights on this disk?&lt;BR /&gt;amber/green?&lt;BR /&gt;&lt;BR /&gt;it seems something wrong on your power supply&lt;BR /&gt;of the disk.&lt;BR /&gt;&lt;BR /&gt;ioscan -fnCdisk?&lt;BR /&gt;(As Torsten mentioned) check state of disk&lt;BR /&gt;CLAIMED or NO_HW&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2005 08:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612791#M825211</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-08-26T08:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612792#M825212</link>
      <description>G'day mate,&lt;BR /&gt;&lt;BR /&gt;Just as all my other partners have posted, it looks like you could potentially have a bad disk. However, I would like to add that before tossing it in the trash, you may want to examine the disk for any loose connections/bent pins/missing terminators, etc. I've had this happen in the past where a simple reseat would solve the problem. If this does work, get a good backup asap and be sure to monitor this disk closely afterwards for any performance degradation.</description>
      <pubDate>Fri, 26 Aug 2005 08:58:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612792#M825212</guid>
      <dc:creator>John E.Ophious</dc:creator>
      <dc:date>2005-08-26T08:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612793#M825213</link>
      <description>i did an ioscan -fnC disk and all the disks showed as claimed.</description>
      <pubDate>Fri, 26 Aug 2005 08:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612793#M825213</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2005-08-26T08:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612794#M825214</link>
      <description>Hi Ravinder&lt;BR /&gt;&lt;BR /&gt;I would suggest you run a cstm .Look for errors in the output and REPLACE the drive at the earliest.&lt;BR /&gt;&lt;BR /&gt;a.cstm&lt;BR /&gt;b.map --select the device Num&lt;BR /&gt;c.sel dev "dev no"&lt;BR /&gt;d.info&lt;BR /&gt;e.infolog&lt;BR /&gt;&lt;BR /&gt;Siju</description>
      <pubDate>Fri, 26 Aug 2005 09:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612794#M825214</guid>
      <dc:creator>Siju Jose_1</dc:creator>
      <dc:date>2005-08-26T09:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612795#M825215</link>
      <description>You could do a strings on /etc/lvmtab and see if that device is in use.  Perhaps for some reason the device files exist for a disk that is no longer in the system?&lt;BR /&gt;&lt;BR /&gt;If its an in-use disk, I woud try doing the dd test Alex mentions above.&lt;BR /&gt;&lt;BR /&gt;If it seems to be working now, I would watch if closely.  This could be a sign of impending failure.</description>
      <pubDate>Fri, 26 Aug 2005 09:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612795#M825215</guid>
      <dc:creator>Pat Lieberg</dc:creator>
      <dc:date>2005-08-26T09:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612796#M825216</link>
      <description>ioscan does not test disks, it just requests a SCSI identification. Yoiu definitely have a bad disk and not only dmesg but syslog are probably full of errors. Make sure you have a good backup. If you have disk mirroring, replacement is fairly easy.</description>
      <pubDate>Fri, 26 Aug 2005 09:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612796#M825216</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-08-26T09:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612797#M825217</link>
      <description>It is beneficial for you to check the syslog for the same type of powerfail messages. Sometimes they are immediately followed by power restored to PV such and such messages. Even if the power to the PV is being restored, it is a good indication that there is somethign wrong with the hardware. A service call is definitely in order for you.</description>
      <pubDate>Fri, 26 Aug 2005 09:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612797#M825217</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-26T09:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612798#M825218</link>
      <description>I checked ioscan again and this time the disk is showing as NO HW. I have placed a call with HP as they provide us support. Thanks guys. I will take your advice on board and keep looking into it myself. If you have any other tips please let me know. Thanks</description>
      <pubDate>Fri, 26 Aug 2005 09:19:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612798#M825218</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2005-08-26T09:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612799#M825219</link>
      <description>Hmm :) Assigning some points to the ppl that helped you the most will be nice ;-)&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Fri, 26 Aug 2005 09:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612799#M825219</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-26T09:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612800#M825220</link>
      <description>What does the dd command that Alex mentions above try to do exactly?</description>
      <pubDate>Fri, 26 Aug 2005 09:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612800#M825220</guid>
      <dc:creator>Ravinder Singh Gill</dc:creator>
      <dc:date>2005-08-26T09:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: dmesg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612801#M825221</link>
      <description>dd reads byte by byte from the "if" and writes it to "of". That's input file and output file. This was you check that you can read the whole disk.&lt;BR /&gt;&lt;BR /&gt;If the disk is faulty, you'll probably get errors from dd, that it couldn't read some block.&lt;BR /&gt;&lt;BR /&gt;By the way, that's the first thing HP ask you to do.&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Fri, 26 Aug 2005 09:26:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dmesg/m-p/3612801#M825221</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-26T09:26:14Z</dc:date>
    </item>
  </channel>
</rss>

