<?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: Question about AutoRAID disk array in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-autoraid-disk-array/m-p/2488403#M654694</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have applied the patch. The statement still exist, does this cause any harm ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;YC</description>
    <pubDate>Thu, 01 Feb 2001 02:31:56 GMT</pubDate>
    <dc:creator>yc_2</dc:creator>
    <dc:date>2001-02-01T02:31:56Z</dc:date>
    <item>
      <title>Question about AutoRAID disk array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-autoraid-disk-array/m-p/2488401#M654692</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When I perform ioscan -fnCdisk in MCSG with AutoRAID host, I got the following:&lt;BR /&gt;&lt;BR /&gt;Class     I  H/W Path      Driver S/W State   H/W Type     Description&lt;BR /&gt;   :&lt;BR /&gt;disk     15  0/12/0/0.1.5  sdisk CLAIMED     DEVICE       HP      C5447A&lt;BR /&gt;                          /dev/dsk/c4t1d5       /dev/rdsk/disk_query&lt;BR /&gt;                          /dev/rdsk/c4t1d5&lt;BR /&gt;   :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What does the line /dev/rdsk/disk_query means ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;YC&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jan 2001 09:11:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-autoraid-disk-array/m-p/2488401#M654692</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2001-01-31T09:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Question about AutoRAID disk array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-autoraid-disk-array/m-p/2488402#M654693</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;SAM creates a temporary device file /dev/dsk/disk_query for info gathering purposes.&lt;BR /&gt;When this file is left behind, the vgextend command gets confused and attempts to use it.&lt;BR /&gt;&lt;BR /&gt;Ther is a patch for this problem!&lt;BR /&gt;&lt;BR /&gt;PHCO_19047     &lt;BR /&gt;&lt;BR /&gt;Check the error description&lt;BR /&gt;&lt;BR /&gt;Good luck !</description>
      <pubDate>Wed, 31 Jan 2001 10:49:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-autoraid-disk-array/m-p/2488402#M654693</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2001-01-31T10:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question about AutoRAID disk array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-autoraid-disk-array/m-p/2488403#M654694</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have applied the patch. The statement still exist, does this cause any harm ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;YC</description>
      <pubDate>Thu, 01 Feb 2001 02:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-autoraid-disk-array/m-p/2488403#M654694</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2001-02-01T02:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question about AutoRAID disk array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-autoraid-disk-array/m-p/2488404#M654695</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;The best way is to cleanup the corrupted LVM information on your system.&lt;BR /&gt;Else you will find more problems creating vg's and lvol's in the future I guess.&lt;BR /&gt;&lt;BR /&gt;try the following solution:&lt;BR /&gt;&lt;BR /&gt;In SAM: unconfigure every disk in the problem volume group &lt;BR /&gt;From the command line:&lt;BR /&gt;rm -fr /dev/"problem_volume_group_name"&lt;BR /&gt;rm /etc/lvmtab&lt;BR /&gt;vgscan&lt;BR /&gt;&lt;BR /&gt;This should result in a /etc/lvmtab not having any /dev/dsk/disk_query entry.&lt;BR /&gt;&lt;BR /&gt;Bye.&lt;BR /&gt;CvE</description>
      <pubDate>Fri, 02 Feb 2001 10:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-autoraid-disk-array/m-p/2488404#M654695</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2001-02-02T10:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Question about AutoRAID disk array</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-autoraid-disk-array/m-p/2488405#M654696</link>
      <description>Thanks Clemens for taking the time for my question.&lt;BR /&gt;&lt;BR /&gt;I don't know why when I perform ioscan -fnCdisk today, the problem has gone.&lt;BR /&gt;&lt;BR /&gt;Not even listed in /etc/lvmtab and /dev/&lt;PROBLEM vg=""&gt;.&lt;BR /&gt;&lt;BR /&gt;Hope I have no problem from now onwards because I was having odd behaviour yesterday using SAM to extend a lvol in the problem VG. I was forced to use command line to accomplished the lvol extend.&lt;/PROBLEM&gt;</description>
      <pubDate>Sat, 03 Feb 2001 03:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-autoraid-disk-array/m-p/2488405#M654696</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2001-02-03T03:25:28Z</dc:date>
    </item>
  </channel>
</rss>

