<?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: Volume group HS but disks OK in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898912#M403710</link>
    <description>I am afraid you are having bad disk. I think you have to call HP and log a call once again for your replacing your defective hard disks.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
    <pubDate>Fri, 29 Apr 2005 07:32:52 GMT</pubDate>
    <dc:creator>Naveej.K.A</dc:creator>
    <dc:date>2005-04-29T07:32:52Z</dc:date>
    <item>
      <title>Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898893#M403691</link>
      <description>I had a problem with the disk array DS2100. HP repaired it. The ioscan is OK : The 4 disks of my vgdata1 are CLAIMED.&lt;BR /&gt;&lt;BR /&gt;I can see the logical volumes in /dev/vgdata1. But in "sam", theses disks are in state unused ! The vgdata1 volume group is invisible in the "sam" list.&lt;BR /&gt;&lt;BR /&gt;How can i recover my vgdata1 and the data that are stored in my disks.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for help.&lt;BR /&gt;&lt;BR /&gt;grandiere</description>
      <pubDate>Fri, 29 Apr 2005 04:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898893#M403691</guid>
      <dc:creator>GRANDIERE</dc:creator>
      <dc:date>2005-04-29T04:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898894#M403692</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Post the output of vgdisplay -v /dev/vgdata1&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
      <pubDate>Fri, 29 Apr 2005 04:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898894#M403692</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-04-29T04:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898895#M403693</link>
      <description>Also,please post the output of &lt;BR /&gt;&lt;BR /&gt;#ll /dev/vgdata1</description>
      <pubDate>Fri, 29 Apr 2005 05:05:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898895#M403693</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-04-29T05:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898896#M403694</link>
      <description>[PRISME3]$vgdisplay -v /dev/vgdata1&lt;BR /&gt;vgdisplay: Volume group not activated.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vgdata1".</description>
      <pubDate>Fri, 29 Apr 2005 05:06:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898896#M403694</guid>
      <dc:creator>GRANDIERE</dc:creator>
      <dc:date>2005-04-29T05:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898897#M403695</link>
      <description>#vgchange -a y /dev/vgdata1</description>
      <pubDate>Fri, 29 Apr 2005 05:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898897#M403695</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-04-29T05:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898898#M403696</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Please check &lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab &lt;BR /&gt;and make sure that the device file matches with the one you get through the ioscan.&lt;BR /&gt;&lt;BR /&gt;if it doesn't matches.&lt;BR /&gt;&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;vgscan&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vgdata1&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
      <pubDate>Fri, 29 Apr 2005 05:12:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898898#M403696</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-04-29T05:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898899#M403697</link>
      <description>See attachment ...&lt;BR /&gt;&lt;BR /&gt;Theses logical volumes are used for Sybase devices.</description>
      <pubDate>Fri, 29 Apr 2005 05:12:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898899#M403697</guid>
      <dc:creator>GRANDIERE</dc:creator>
      <dc:date>2005-04-29T05:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898900#M403698</link>
      <description>You said you had a problem with DS 2100. was it a h/w problem?&lt;BR /&gt;&lt;BR /&gt;If yes (which i am sure of), then run ioscan -fn and check the device file name for the disks (I suppose the disks in DS 2100 must be in some RAID arrangement, and what is being presented to the OS by this DS is only logical drives).&lt;BR /&gt;&lt;BR /&gt;If you do not find the dev file name for these disks, build these files using "insf -e", take a backup of "/etc/lvmtab" and run "vgscan".&lt;BR /&gt;&lt;BR /&gt;Now u should activate the VG.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 29 Apr 2005 05:33:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898900#M403698</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-04-29T05:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898901#M403699</link>
      <description>When i "strings /etc/lvmtab" it's OK.&lt;BR /&gt;&lt;BR /&gt;The commande vgchange responds like this.&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;[PRISME3]/ $vgchange -a y /dev/vgdata1&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c4t2d0":&lt;BR /&gt;Device busy&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c4t4d0":&lt;BR /&gt;Device busy&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c4t6d0":&lt;BR /&gt;Device busy&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c4t2d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to &lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c4t4d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to &lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c4t6d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to &lt;BR /&gt;this volume group&lt;BR /&gt;vgchange: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;vgchange: Couldn't activate volume group "/dev/vgdata1":&lt;BR /&gt;Quorum not present, or some physical volume(s) are missing.&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;&lt;BR /&gt;The vgdata1 is not in RAID arangement.&lt;BR /&gt;The ioscan is OK.&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;disk      5  0/10/0/0.0.0  sdisk CLAIMED     DEVICE       HP 36.4GST336706LC&lt;BR /&gt;                          /dev/dsk/c4t0d0   /dev/rdsk/c4t0d0&lt;BR /&gt;disk      6  0/10/0/0.2.0  sdisk CLAIMED     DEVICE       HP 36.4GST336706LC&lt;BR /&gt;                          /dev/dsk/c4t2d0   /dev/rdsk/c4t2d0&lt;BR /&gt;disk      7  0/10/0/0.4.0  sdisk CLAIMED     DEVICE       HP 36.4GST336706LC&lt;BR /&gt;                          /dev/dsk/c4t4d0   /dev/rdsk/c4t4d0&lt;BR /&gt;disk      8  0/10/0/0.6.0  sdisk CLAIMED     DEVICE       HP 36.4GST336706LC&lt;BR /&gt;                          /dev/dsk/c4t6d0   /dev/rdsk/c4t6d0&lt;BR /&gt;--------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Thanks for you help.&lt;BR /&gt;&lt;BR /&gt;GRANDIERE</description>
      <pubDate>Fri, 29 Apr 2005 06:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898901#M403699</guid>
      <dc:creator>GRANDIERE</dc:creator>
      <dc:date>2005-04-29T06:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898902#M403700</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you please post the o/p of&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab??&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
      <pubDate>Fri, 29 Apr 2005 06:29:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898902#M403700</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-04-29T06:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898903#M403701</link>
      <description>[PRISME3]/ $strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;/dev/dsk/c5t9d0&lt;BR /&gt;/dev/dsk/c5t10d0&lt;BR /&gt;/dev/vgdata&lt;BR /&gt;/dev/dsk/c1t0d0&lt;BR /&gt;/dev/dsk/c2t0d0&lt;BR /&gt;/dev/dsk/c2t2d0&lt;BR /&gt;/dev/vgdata1&lt;BR /&gt;&lt;EI&gt;&lt;/EI&gt;/dev/dsk/c4t0d0&lt;BR /&gt;/dev/dsk/c4t2d0&lt;BR /&gt;/dev/dsk/c4t4d0&lt;BR /&gt;/dev/dsk/c4t6d0&lt;BR /&gt;/dev/vgdata2&lt;BR /&gt;/dev/dsk/c5t0d0&lt;BR /&gt;/dev/dsk/c5t1d0&lt;BR /&gt;/dev/dsk/c5t8d0&lt;BR /&gt;/dev/vgdata3&lt;BR /&gt;/dev/dsk/c5t2d0&lt;BR /&gt;/dev/vgdata4&lt;BR /&gt;/dev/dsk/c5t3d0&lt;BR /&gt;/dev/vgdata5&lt;BR /&gt;/dev/dsk/c5t4d0&lt;BR /&gt;/dev/vgdata6&lt;BR /&gt;/dev/dsk/c5t5d0&lt;BR /&gt;/dev/vgdata7&lt;BR /&gt;/dev/dsk/c5t6d0</description>
      <pubDate>Fri, 29 Apr 2005 06:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898903#M403701</guid>
      <dc:creator>GRANDIERE</dc:creator>
      <dc:date>2005-04-29T06:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898904#M403702</link>
      <description>Along with the o/p of "strings /etc/lvmtab", also you should run "vgscan". Before running vgscan, copy /etc/lvmtab to say /etc/lvmtab.org.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;SUraj</description>
      <pubDate>Fri, 29 Apr 2005 06:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898904#M403702</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-04-29T06:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898905#M403703</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After moving your /etc/lvmtab do a vgscan and then try to activate the VG.&lt;BR /&gt;&lt;BR /&gt;If it still doesn't work, execute the following commands and make sure the size doesn't return with 0KB&lt;BR /&gt;&lt;BR /&gt;diskinfo /dev/rdsk/c4t2d0; diskinfo /dev/rdsk/c4t4d0; diskinfo /dev/rdsk/c4t6d0&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
      <pubDate>Fri, 29 Apr 2005 06:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898905#M403703</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-04-29T06:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898906#M403704</link>
      <description>See attached file ...</description>
      <pubDate>Fri, 29 Apr 2005 06:54:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898906#M403704</guid>
      <dc:creator>GRANDIERE</dc:creator>
      <dc:date>2005-04-29T06:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898907#M403705</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think you forgot to move the /etc/lvmtab,&lt;BR /&gt;&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.old &lt;BR /&gt;vgscan -v&lt;BR /&gt;post the output.&lt;BR /&gt;&lt;BR /&gt;vgchange -a y /dev/vgdata1&lt;BR /&gt;&lt;BR /&gt;still problems??&lt;BR /&gt;&lt;BR /&gt;do a diskinfo on the disk as mentioned in my previous thread.&lt;BR /&gt;&lt;BR /&gt;post the output&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--Naveej&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2005 07:06:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898907#M403705</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-04-29T07:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898908#M403706</link>
      <description>Yes, sory, i made a copy instead of making a move.&lt;BR /&gt;&lt;BR /&gt;That the new output.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2005 07:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898908#M403706</guid>
      <dc:creator>GRANDIERE</dc:creator>
      <dc:date>2005-04-29T07:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898909#M403707</link>
      <description>[PRISME3]/etc $diskinfo /dev/rdsk/c4t2d0&lt;BR /&gt;SCSI describe of /dev/rdsk/c4t2d0:&lt;BR /&gt;             vendor: HP 36.4G&lt;BR /&gt;         product id: ST336706LC      &lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 0 Kbytes&lt;BR /&gt;   bytes per sector: 0&lt;BR /&gt;[PRISME3]/etc $diskinfo /dev/rdsk/c4t4d0&lt;BR /&gt;SCSI describe of /dev/rdsk/c4t4d0:&lt;BR /&gt;             vendor: HP 36.4G&lt;BR /&gt;         product id: ST336706LC      &lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 0 Kbytes&lt;BR /&gt;   bytes per sector: 0&lt;BR /&gt;[PRISME3]/etc $diskinfo /dev/rdsk/c4t6d0&lt;BR /&gt;SCSI describe of /dev/rdsk/c4t6d0:&lt;BR /&gt;             vendor: HP 36.4G&lt;BR /&gt;         product id: ST336706LC      &lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 0 Kbytes&lt;BR /&gt;   bytes per sector: 0&lt;BR /&gt;[PRISME3]/etc $diskinfo /dev/rdsk/c4t0d0&lt;BR /&gt;SCSI describe of /dev/rdsk/c4t0d0:&lt;BR /&gt;             vendor: HP 36.4G&lt;BR /&gt;         product id: ST336706LC      &lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 35566480 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See the fourth disk is OK and in the same disk array.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2005 07:19:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898909#M403707</guid>
      <dc:creator>GRANDIERE</dc:creator>
      <dc:date>2005-04-29T07:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898910#M403708</link>
      <description>Sorry to drag you through a lot of commands/procedures.&lt;BR /&gt;&lt;BR /&gt;I would requuest you to follow the following steps.&lt;BR /&gt;&lt;BR /&gt;# insf -e C disk&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.old.1&lt;BR /&gt;&lt;BR /&gt;# vgscan -v&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y /dev/vgdata1&lt;BR /&gt;&lt;BR /&gt;If it still doesn't work, execute the following commands and make sure the size doesn't return with 0KB&lt;BR /&gt;&lt;BR /&gt;diskinfo /dev/rdsk/c4t2d0; diskinfo /dev/rdsk/c4t4d0; diskinfo /dev/rdsk/c4t6d0&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2005 07:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898910#M403708</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-04-29T07:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898911#M403709</link>
      <description>This is serious....&lt;BR /&gt;&lt;BR /&gt;Size reported by diskinfo for c4t2d0, c4t4d0 and c4t6d0 is 0 KB.&lt;BR /&gt;&lt;BR /&gt;Hope you have the backups handy...</description>
      <pubDate>Fri, 29 Apr 2005 07:30:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898911#M403709</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-04-29T07:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Volume group HS but disks OK</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898912#M403710</link>
      <description>I am afraid you are having bad disk. I think you have to call HP and log a call once again for your replacing your defective hard disks.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
      <pubDate>Fri, 29 Apr 2005 07:32:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-hs-but-disks-ok/m-p/4898912#M403710</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-04-29T07:32:52Z</dc:date>
    </item>
  </channel>
</rss>

