<?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: activate vg in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206438#M167641</link>
    <description>Try doing a dd for both of the disks to see if there are some bad blocks,&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/cxtxdx of=/dev/zero bs=1024k&lt;BR /&gt;&lt;BR /&gt;You should see equal number of blocks in and out without any error.&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
    <pubDate>Tue, 02 Mar 2004 03:35:48 GMT</pubDate>
    <dc:creator>Karthik S S</dc:creator>
    <dc:date>2004-03-02T03:35:48Z</dc:date>
    <item>
      <title>activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206434#M167637</link>
      <description>ioscan -fnCdisk /dev/dsk/c1t0d3&lt;BR /&gt;Class     I  H/W Path    Driver S/W State H/W Type  Description&lt;BR /&gt;================================================================&lt;BR /&gt;disk     10  10/4/4.0.3  disc3  CLAIMED   DEVICE    DGC     C2300WD&lt;BR /&gt;                        /dev/dsk/c1t0d3      /dev/rdsk/c1t0d3&lt;BR /&gt;                        /dev/floppy/c1t0d3   /dev/rfloppy/c1t0d3&lt;BR /&gt;ioscan -fnCdisk /dev/dsk/c2t1d3&lt;BR /&gt;Class     I  H/W Path     Driver S/W State H/W Type  Description&lt;BR /&gt;=================================================================&lt;BR /&gt;disk      7  10/4/12.1.3  disc3  CLAIMED   DEVICE    DGC     C2300WD&lt;BR /&gt;                         /dev/dsk/c2t1d3      /dev/rdsk/c2t1d3&lt;BR /&gt;                         /dev/floppy/c2t1d3   /dev/rfloppy/c2t1d3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgchange -a y vg_home1&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk&lt;BR /&gt;/c1t0d3":&lt;BR /&gt;I/O error&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk&lt;BR /&gt;/c2t1d3":&lt;BR /&gt;I/O error&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c1t0d3":&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/c2t1d3":&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 "vg_home1":&lt;BR /&gt;Quorum not present, or some physical volume(s) are missing.&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2004 03:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206434#M167637</guid>
      <dc:creator>zhj_1</dc:creator>
      <dc:date>2004-03-02T03:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206435#M167638</link>
      <description>Looks to me that you might have a hardware issue here.&lt;BR /&gt; &lt;BR /&gt;If you do a "diskinfo" on the disks, do you get sensible information? &lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2004 03:12:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206435#M167638</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-02T03:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206436#M167639</link>
      <description>Your problem is that you can't activate a volume group with less than 50% of the LUN's available, this is called 'quorum'. Seems to me you have a problem with a connection, from what I've seen here to a clariion disk array. (assuming it is a clariion) Is there a connectivity problem from the management station. Perhaps a service processor port? Are there other volumes that have similar messages?</description>
      <pubDate>Tue, 02 Mar 2004 03:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206436#M167639</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-03-02T03:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206437#M167640</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could it be that the disks have bad blocks.&lt;BR /&gt;try a diskinfo -v /dev/rdsk/c?t?d?&lt;BR /&gt;And dd if=/dev/dsk/c?t?d? of=/dev/null bs=4096k &lt;BR /&gt;&lt;BR /&gt;If not you can mv /etc/lvmtab /etc/lvmtab.org and # vgscan -v -p -a | more &lt;BR /&gt;if ok vgscan -v -a&lt;BR /&gt;If not you can try vgcfgrestore to the disks, before activating.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Tue, 02 Mar 2004 03:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206437#M167640</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-03-02T03:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206438#M167641</link>
      <description>Try doing a dd for both of the disks to see if there are some bad blocks,&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/cxtxdx of=/dev/zero bs=1024k&lt;BR /&gt;&lt;BR /&gt;You should see equal number of blocks in and out without any error.&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Tue, 02 Mar 2004 03:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206438#M167641</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-03-02T03:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206439#M167642</link>
      <description>dd if=/dev/dsk/c1t0d3/ of=/dev/null bs=4096k&lt;BR /&gt;&lt;BR /&gt;dd read error:I/O error&lt;BR /&gt;0+0 records in&lt;BR /&gt;0+0 records out&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2004 03:41:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206439#M167642</guid>
      <dc:creator>zhj_1</dc:creator>
      <dc:date>2004-03-02T03:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206440#M167643</link>
      <description>Please provide:&lt;BR /&gt;&lt;BR /&gt;diskinfo /dev/rdsk/c2t1d3&lt;BR /&gt;diskinfo /dev/rdsk/c1t0d3</description>
      <pubDate>Tue, 02 Mar 2004 03:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206440#M167643</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-03-02T03:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206441#M167644</link>
      <description>diskinfo:can't open /dev/rdisk/c2t1d3</description>
      <pubDate>Tue, 02 Mar 2004 03:48:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206441#M167644</guid>
      <dc:creator>zhj_1</dc:creator>
      <dc:date>2004-03-02T03:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206442#M167645</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think some hardware problem in ur Disk Arry&lt;BR /&gt;&lt;BR /&gt;u try out command&lt;BR /&gt;&lt;BR /&gt;diskinfo -v /dev/rdsk/cXtXdX&lt;BR /&gt;&lt;BR /&gt;Thanx</description>
      <pubDate>Tue, 02 Mar 2004 03:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206442#M167645</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2004-03-02T03:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206443#M167646</link>
      <description>May be I am asking some silly stuff ... but I guess might have tried with the wrong device file ...&lt;BR /&gt;&lt;BR /&gt;diskinfo:can't open /dev/rdisk/c2t1d3&lt;BR /&gt;                        -------&lt;BR /&gt;&lt;BR /&gt;try with /dev/rdsk/c2t1d3&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Tue, 02 Mar 2004 03:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206443#M167646</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-03-02T03:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206444#M167647</link>
      <description>Just checking, did you spell it correctly:&lt;BR /&gt;&lt;BR /&gt;diskinfo /dev/rdsk/c2t1d3&lt;BR /&gt;diskinfo /dev/rdsk/c1t0d3&lt;BR /&gt;&lt;BR /&gt;Perhaps you can tell us more about your system?&lt;BR /&gt;When was it last rebooted?&lt;BR /&gt;When was it last used successfully?&lt;BR /&gt;Have any changes been made recently?</description>
      <pubDate>Tue, 02 Mar 2004 03:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206444#M167647</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-03-02T03:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206445#M167648</link>
      <description>diskinfo -v /dev/rdisk/c2t1d3&lt;BR /&gt;diskinfo: can't open /dev/rdisk/c2t1d3:NO such file or directory</description>
      <pubDate>Tue, 02 Mar 2004 03:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206445#M167648</guid>
      <dc:creator>zhj_1</dc:creator>
      <dc:date>2004-03-02T03:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206446#M167649</link>
      <description>zhj,&lt;BR /&gt;&lt;BR /&gt;pl. try,&lt;BR /&gt;&lt;BR /&gt;rdsk&lt;BR /&gt;&lt;BR /&gt;and not,&lt;BR /&gt;&lt;BR /&gt;rdisk&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Tue, 02 Mar 2004 03:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206446#M167649</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-03-02T03:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206447#M167650</link>
      <description>sorry!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;diskinfo /dev/rdsk/c2t1d3&lt;BR /&gt;SCSI describe of /dev/rdsk/c2t1d3:&lt;BR /&gt;             vendor: DGC&lt;BR /&gt;         product id: C2300WD&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 17416350 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Mar 2004 03:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206447#M167650</guid>
      <dc:creator>zhj_1</dc:creator>
      <dc:date>2004-03-02T03:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206448#M167651</link>
      <description>dd if=/dev/dsk/c1t0d3/ of=/dev/null bs=4096k&lt;BR /&gt;&lt;BR /&gt;dd read error:I/O error&lt;BR /&gt;0+0 records in&lt;BR /&gt;0+0 records out&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;Since you got the error for other disk too, do a diskinfo again,&lt;BR /&gt;&lt;BR /&gt;diskinfo -v /dev/dsk/c1t0d3&lt;BR /&gt;&lt;BR /&gt;Is it a internal or external disk?? Mostly I think the disk has some bad blocks. Do you have spare disks and backup???&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Tue, 02 Mar 2004 04:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206448#M167651</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-03-02T04:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206449#M167652</link>
      <description>the box is k360&lt;BR /&gt;it is autoraid disk array</description>
      <pubDate>Tue, 02 Mar 2004 04:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206449#M167652</guid>
      <dc:creator>zhj_1</dc:creator>
      <dc:date>2004-03-02T04:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: activate vg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206450#M167653</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could try an insf -e .Since you got a no such file or dir on the diskinfo command.&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Tue, 02 Mar 2004 04:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/activate-vg/m-p/3206450#M167653</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-03-02T04:25:22Z</dc:date>
    </item>
  </channel>
</rss>

