<?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: vgchange -a e /dev/vgas3 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781537#M263348</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;how about the status in ioscan and did you check the syslog.&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk  &lt;BR /&gt;&lt;BR /&gt;the status of the disk need to be CLAIMED.&lt;BR /&gt;&lt;BR /&gt;GOOD LUCK!!</description>
    <pubDate>Wed, 03 May 2006 03:25:16 GMT</pubDate>
    <dc:creator>Warren_9</dc:creator>
    <dc:date>2006-05-03T03:25:16Z</dc:date>
    <item>
      <title>vgchange -a e /dev/vgas3 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781536#M263347</link>
      <description>I'm trying to execute "vgchange -a e /dev/vgas3" but I get the following error:&lt;BR /&gt;&lt;BR /&gt;vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c0t2d0":&lt;BR /&gt;The path of the physical volume refers to a device that does not&lt;BR /&gt;exist, or is not configured into the kernel.&lt;BR /&gt;vgchange: Warning: couldn't query physical volume "/dev/dsk/c0t2d0":&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/vgas3":&lt;BR /&gt;Quorum not present, or some physical volume(s) are missing.&lt;BR /&gt;&lt;BR /&gt;This error appears after system down.&lt;BR /&gt;I checked disks physically and they seem to be fine.&lt;BR /&gt;&lt;BR /&gt;Do you have any idea what could happen?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 03:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781536#M263347</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2006-05-03T03:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: vgchange -a e /dev/vgas3 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781537#M263348</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;how about the status in ioscan and did you check the syslog.&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk  &lt;BR /&gt;&lt;BR /&gt;the status of the disk need to be CLAIMED.&lt;BR /&gt;&lt;BR /&gt;GOOD LUCK!!</description>
      <pubDate>Wed, 03 May 2006 03:25:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781537#M263348</guid>
      <dc:creator>Warren_9</dc:creator>
      <dc:date>2006-05-03T03:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: vgchange -a e /dev/vgas3 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781538#M263349</link>
      <description>Hi Charles,&lt;BR /&gt;&lt;BR /&gt;Looks like the disk is either not present or not accessible .&lt;BR /&gt;Please attach the outputs of&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;diskinfo /dev/rdsk/c0t2d0&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Wed, 03 May 2006 03:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781538#M263349</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-05-03T03:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: vgchange -a e /dev/vgas3 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781539#M263350</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;      If the output of ioscan is indeed shown as present, then do the following.&lt;BR /&gt;&lt;BR /&gt;     1) move the /etc/lvmtab to /tmp and restore back lvmtab fiel.&lt;BR /&gt;&lt;BR /&gt;        mv /etc/lvmtab /tmp&lt;BR /&gt;        vgscan -a&lt;BR /&gt;&lt;BR /&gt;        Now try activating the VG.&lt;BR /&gt;&lt;BR /&gt;        If the above does not work, then...&lt;BR /&gt;&lt;BR /&gt;     2) try restoring the LVM metadata structure on "/dev/dsk/c0t2d0"...&lt;BR /&gt;&lt;BR /&gt;        vgcfgrestore -n /dev/vgas3 /dev/rdsk/c0t2d0&lt;BR /&gt;&lt;BR /&gt;        now try activating the VG..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Wed, 03 May 2006 03:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781539#M263350</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-05-03T03:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: vgchange -a e /dev/vgas3 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781540#M263351</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Thanks for your answers.&lt;BR /&gt;&lt;BR /&gt;here you're ioscan and diskinfo output:&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;Class     I  H/W Path    Driver      S/W State H/W Type  Description&lt;BR /&gt;=====================================================================&lt;BR /&gt;disk      2  8/4.0.0     sdisk       CLAIMED   DEVICE    SEAGATE ST34573WC&lt;BR /&gt;                        /dev/dsk/c0t0d0   /dev/rdsk/c0t0d0&lt;BR /&gt;disk      3  8/4.1.0     sdisk       CLAIMED   DEVICE    SEAGATE ST39173WC&lt;BR /&gt;                        /dev/dsk/c0t1d0   /dev/rdsk/c0t1d0&lt;BR /&gt;disk      5  8/4.3.0     sdisk       CLAIMED   DEVICE    SEAGATE ST34573WC&lt;BR /&gt;                        /dev/dsk/c0t3d0   /dev/rdsk/c0t3d0&lt;BR /&gt;disk      0  8/16/5.5.0  sdisk       CLAIMED   DEVICE    SEAGATE ST34573N&lt;BR /&gt;                        /dev/dsk/c1t5d0   /dev/rdsk/c1t5d0&lt;BR /&gt;disk      1  8/16/5.6.0  sdisk       CLAIMED   DEVICE    SEAGATE ST34573N&lt;BR /&gt;                        /dev/dsk/c1t6d0   /dev/rdsk/c1t6d0&lt;BR /&gt;disk      7  10/12.0.0   sdisk       CLAIMED   DEVICE    SEAGATE ST34573WC&lt;BR /&gt;                        /dev/dsk/c3t0d0   /dev/rdsk/c3t0d0&lt;BR /&gt;disk      8  10/12.1.0   sdisk       CLAIMED   DEVICE    SEAGATE ST39173WC&lt;BR /&gt;                        /dev/dsk/c3t1d0   /dev/rdsk/c3t1d0&lt;BR /&gt;disk      9  10/12.2.0   sdisk       CLAIMED   DEVICE    SEAGATE ST39175LC&lt;BR /&gt;                        /dev/dsk/c3t2d0   /dev/rdsk/c3t2d0&lt;BR /&gt;disk     10  10/12.3.0   sdisk       CLAIMED   DEVICE    SEAGATE ST34573WC&lt;BR /&gt;                        /dev/dsk/c3t3d0   /dev/rdsk/c3t3d0&lt;BR /&gt;# diskinfo /dev/rdsk/c0t2d0&lt;BR /&gt;diskinfo: can't open /dev/rdsk/c0t2d0: No such device or address&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;I don't understand why this disk is not visible.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 04:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781540#M263351</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2006-05-03T04:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: vgchange -a e /dev/vgas3 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781541#M263352</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;most likely it is a hardware problem and the disk cannot be found...&lt;BR /&gt;&lt;BR /&gt;please check the /var/adm/syslog/OLDsyslog.log,  you may found some disk error in there.&lt;BR /&gt;&lt;BR /&gt;GOOD LUCK!!</description>
      <pubDate>Wed, 03 May 2006 04:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781541#M263352</guid>
      <dc:creator>Warren_9</dc:creator>
      <dc:date>2006-05-03T04:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: vgchange -a e /dev/vgas3 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781542#M263353</link>
      <description>Charles,&lt;BR /&gt;&lt;BR /&gt;As suspected the disk is either not present or not visible to the server. Now you may need to physically check if the disk is present or not.&lt;BR /&gt;Was there any error on disk and was replaced previously ? &lt;BR /&gt;Can you paste the strings /etc/lvmtab output - especially the output for the vgas3&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Wed, 03 May 2006 04:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781542#M263353</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-05-03T04:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: vgchange -a e /dev/vgas3 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781543#M263354</link>
      <description>Hi all again,&lt;BR /&gt;&lt;BR /&gt;I checked OLDsyslog file and I haven't found any reference to disk crash.&lt;BR /&gt;&lt;BR /&gt;About strings /etc/lvmtab output, here you're:&lt;BR /&gt;&lt;BR /&gt;/dev/vgas1&lt;BR /&gt;70bQ&lt;BR /&gt;/dev/dsk/c0t0d0&lt;BR /&gt;/dev/dsk/c3t0d0&lt;BR /&gt;/dev/vgas2&lt;BR /&gt;70be&lt;BR /&gt;/dev/dsk/c0t1d0&lt;BR /&gt;/dev/dsk/c3t1d0&lt;BR /&gt;/dev/vgas3&lt;BR /&gt;70bp&lt;BR /&gt;/dev/dsk/c0t2d0&lt;BR /&gt;/dev/dsk/c3t2d0&lt;BR /&gt;/dev/vgas4&lt;BR /&gt;/dev/dsk/c0t3d0&lt;BR /&gt;/dev/dsk/c3t3d0&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c1t6d0&lt;BR /&gt;/dev/dsk/c1t5d0&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 05:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781543#M263354</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2006-05-03T05:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: vgchange -a e /dev/vgas3 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781544#M263355</link>
      <description>Charles,&lt;BR /&gt;&lt;BR /&gt;So the VG was existing with 2 disks some time back and now that one of the 2 disks is not visible to the server.&lt;BR /&gt;Now the solution would be -&lt;BR /&gt;1st check physically what the problem is with the disk - for any LED indications on the disks etc.&lt;BR /&gt;2nd thing - you need to either have a disk at the location required by the missing disk OR the VG recreated and data restored OR have this disk (PV) removed from the VG config and add another disk and then restore data from backup.&lt;BR /&gt;&lt;BR /&gt;What do you intend to do now ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Wed, 03 May 2006 05:23:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781544#M263355</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-05-03T05:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: vgchange -a e /dev/vgas3 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781545#M263356</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if the VG is mirrored, you could activate the VG and backup the data 1st.... just in case....!!&lt;BR /&gt;&lt;BR /&gt;# vgchange -a y -q n vgas3&lt;BR /&gt;# mount -a &lt;BR /&gt;&lt;BR /&gt;GOOD LUCK!!&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 05:32:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781545#M263356</guid>
      <dc:creator>Warren_9</dc:creator>
      <dc:date>2006-05-03T05:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: vgchange -a e /dev/vgas3 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781546#M263357</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;    Can you compare teh current ioscan output to the ioscan output which was taken before system shutdown. See wether you are able to find the H/W path is missing are not compared to the old data. If the path still exists try restoring the device file using the command,&lt;BR /&gt;&lt;BR /&gt;      insf -e&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Wed, 03 May 2006 05:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781546#M263357</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-05-03T05:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: vgchange -a e /dev/vgas3 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781547#M263358</link>
      <description>Could it be one of the mirrored disks has failed?&lt;BR /&gt;&lt;BR /&gt;It is very easy for this to happen, and go undetected until the next reboot.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 23:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781547#M263358</guid>
      <dc:creator>Leon Allen</dc:creator>
      <dc:date>2006-05-03T23:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: vgchange -a e /dev/vgas3 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781548#M263359</link>
      <description>Try this command:&lt;BR /&gt;&lt;BR /&gt;vgexport -m /etc/lvmconf/vgas3.mapfile -s -p -v vgas3&lt;BR /&gt;&lt;BR /&gt;What does it respond with?&lt;BR /&gt;&lt;BR /&gt;Another revealing command might be:&lt;BR /&gt;&lt;BR /&gt;vgcfgbackup -f /etc/lvmconf/vgas3.bak vgas3</description>
      <pubDate>Wed, 03 May 2006 23:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781548#M263359</guid>
      <dc:creator>Leon Allen</dc:creator>
      <dc:date>2006-05-03T23:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: vgchange -a e /dev/vgas3 error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781549#M263360</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;Finally I resolved situation as the volumes were mirrored on separated physical paths:&lt;BR /&gt;&lt;BR /&gt;vgchange -a e -q n&lt;BR /&gt;&lt;BR /&gt;It allows to mount filesystem temporally till we resolve mirror issue.&lt;BR /&gt;&lt;BR /&gt;Problem is this server uses a very old storage system and I'm not sure client has spare disks(!), but this is another stuff.&lt;BR /&gt;&lt;BR /&gt;Thanks to all for your help.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Carles&lt;BR /&gt;</description>
      <pubDate>Fri, 05 May 2006 01:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgchange-a-e-dev-vgas3-error/m-p/3781549#M263360</guid>
      <dc:creator>Carles Viaplana</dc:creator>
      <dc:date>2006-05-05T01:53:31Z</dc:date>
    </item>
  </channel>
</rss>

