<?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: /etc/lvmtab incorrect on cluster node after vgimport in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4848000#M565922</link>
    <description>complete</description>
    <pubDate>Mon, 02 Feb 2009 01:19:03 GMT</pubDate>
    <dc:creator>Ross W</dc:creator>
    <dc:date>2009-02-02T01:19:03Z</dc:date>
    <item>
      <title>/etc/lvmtab incorrect on cluster node after vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847990#M565912</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have added a new PV to vg01 on node1 in a high availability cluster. Then I extended a logical volume and filesystem to use this space.&lt;BR /&gt;&lt;BR /&gt;I exported the volume group information:&lt;BR /&gt;node1&lt;BR /&gt;vgexport -v -p -s -m /tmp/vg01.map vg01&lt;BR /&gt;&lt;BR /&gt;node2&lt;BR /&gt;vgexport vg01&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;vgimport -v -s -m /tmp/vg01.map vg01&lt;BR /&gt;&lt;BR /&gt;But now the /etc/lvmtab file does not reflect the changes that were made and does not include the additional physical volumes.&lt;BR /&gt;&lt;BR /&gt;When I do a vgscan -p it does not see the physical volumes and comes up with;&lt;BR /&gt;&lt;BR /&gt;Couldn't stat physical volume "/dev/dsk/c19t3d0":&lt;BR /&gt;Invalid argument&lt;BR /&gt;&lt;BR /&gt;I am assuming this happens because the volume group is active on node1.&lt;BR /&gt;&lt;BR /&gt;How can I fix the lvmtab file to add the additional disks.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ross</description>
      <pubDate>Mon, 31 Mar 2003 04:52:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847990#M565912</guid>
      <dc:creator>Ross W</dc:creator>
      <dc:date>2003-03-31T04:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab incorrect on cluster node after vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847991#M565913</link>
      <description>Hi Ross,&lt;BR /&gt;&lt;BR /&gt;Do you see the new disks on the failover server?. Do 'ioscan' and 'diskinfo' show them up correctly?. &lt;BR /&gt;&lt;BR /&gt;Your -s option should have picked up all the physical volumes per VGID. To find out if this disk is really a PV link, do the following.&lt;BR /&gt;&lt;BR /&gt;1. On the primary server, pick up any disk in vg01 and run&lt;BR /&gt;echo 0x2010?2X|adb /dev/dsk/cxtydz |awk '{print $3}'&lt;BR /&gt;&lt;BR /&gt;2. On the failover box, and the corresponding disk do the same. &lt;BR /&gt;&lt;BR /&gt;Both the values should match. If not, then that disk is not really the same disk that you are seeing on the primary server.&lt;BR /&gt;&lt;BR /&gt;Another way of importing the VG is to use "-f" option. On the primary server do&lt;BR /&gt;&lt;BR /&gt;#vgexport -p -v -m /tmp/vg01.map -f /tmp/vg01.disk vg01&lt;BR /&gt;&lt;BR /&gt;copy vg01.map and vg01.disk to the failover server. Create the directory and group files. Edit vg01.disk and replace cx with the corresponding controllers on the failover server. &lt;BR /&gt;&lt;BR /&gt;#vgimport -v -m /tmp/vg01.map -f /tmp/vg01.disk vg01&lt;BR /&gt;&lt;BR /&gt;This should be much faster than "-s" option and you should not see any errors. If so, then there is a LUN misconfiguration and is to be fixed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Mar 2003 05:41:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847991#M565913</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-31T05:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab incorrect on cluster node after vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847992#M565914</link>
      <description>Hi,&lt;BR /&gt;I have tried using the -f option instead of the -s option. Now when I run the vgimport command I get the error &lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c19t3d0" is not a block special file.&lt;BR /&gt;&lt;BR /&gt;When I run the suggested command echo 0x2010?2X|adb /dev/dsk/c19t3d0 |awk '{print $3}' I get the following output. &lt;BR /&gt;node1 &lt;BR /&gt;3D882674&lt;BR /&gt;node2&lt;BR /&gt;`/dev/dsk/c19t3d0'&lt;BR /&gt;&lt;BR /&gt;not&lt;BR /&gt;&lt;BR /&gt;It looks like I have to add a physical volume. Normally I would use pvcreate, do you use the same command for a cluster?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ross</description>
      <pubDate>Mon, 31 Mar 2003 06:08:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847992#M565914</guid>
      <dc:creator>Ross W</dc:creator>
      <dc:date>2003-03-31T06:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab incorrect on cluster node after vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847993#M565915</link>
      <description>Hi Ross,&lt;BR /&gt;&lt;BR /&gt;*DO NOT* pvcreate it on the failover box. You already did it on the primary server and all you have to do is to import the volume group with the disks.&lt;BR /&gt;&lt;BR /&gt;This tells me that the disk c19t13d0 that you are seeing on the failover server is not as same as the one you are seeing on the primary server.&lt;BR /&gt;&lt;BR /&gt;What does your 'diskinfo /dev/rdsk/c19t3d0' say?&lt;BR /&gt;&lt;BR /&gt;You may have to check up with your Storage people to see if they correctly configured this LUN for the failover box.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 31 Mar 2003 06:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847993#M565915</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-31T06:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab incorrect on cluster node after vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847994#M565916</link>
      <description>node2 diskinfo /dev/rdsk/c19t3d0&lt;BR /&gt;diskinfo: can't open /dev/rdsk/c19t3d0: No such file or directory&lt;BR /&gt; &lt;BR /&gt;node1&lt;BR /&gt;diskinfo /dev/rdsk/c19t3d0&lt;BR /&gt;SCSI describe of /dev/rdsk/c19t3d0:&lt;BR /&gt;             vendor: HP&lt;BR /&gt;         product id: A6188A&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 31457280 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 31 Mar 2003 06:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847994#M565916</guid>
      <dc:creator>Reach Managed Service</dc:creator>
      <dc:date>2003-03-31T06:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab incorrect on cluster node after vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847995#M565917</link>
      <description>Hi Ross,&lt;BR /&gt;&lt;BR /&gt;Your previous ( as Reach Managed Service??) message indicates that you are not seeing the disk that you are seeing on node1.&lt;BR /&gt;&lt;BR /&gt;How are the disks connected to the system?. What array are you using?. You will need to make sure that the same disk is visible to both the servers.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 31 Mar 2003 06:33:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847995#M565917</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-31T06:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab incorrect on cluster node after vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847996#M565918</link>
      <description>Hi Ross,&lt;BR /&gt;There is nothing wrong in your steps.&lt;BR /&gt;make sure that you can see the disk on your failover node.The device file may not be the SAME i.e. c19t3d0 on 2nd node.&lt;BR /&gt;is your minor number for group file is same as 1st node?&lt;BR /&gt;What storage are you using ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Animesh</description>
      <pubDate>Mon, 31 Mar 2003 06:34:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847996#M565918</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2003-03-31T06:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab incorrect on cluster node after vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847997#M565919</link>
      <description>&lt;BR /&gt;Hi Ross,&lt;BR /&gt;Your commands are right.&lt;BR /&gt;Try only to specificate the special file of the disk when make the vgimport (dev/dsk/cxtxdx).&lt;BR /&gt;Try to repeat all the commands...I think is only this</description>
      <pubDate>Mon, 31 Mar 2003 10:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847997#M565919</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2003-03-31T10:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab incorrect on cluster node after vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847998#M565920</link>
      <description>I could not see the special file for the disk device. So i ran the insf -e command, which created the special file and then redid the other commands for importing the volume group information. All looks OK. Thanks for all your help.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Apr 2003 02:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847998#M565920</guid>
      <dc:creator>Ross W</dc:creator>
      <dc:date>2003-04-01T02:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab incorrect on cluster node after vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847999#M565921</link>
      <description>I recreated the special file for the disk using the insf -e command.&lt;BR /&gt;Then when I vgimport ed it worked find&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;Ross</description>
      <pubDate>Tue, 01 Apr 2003 05:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4847999#M565921</guid>
      <dc:creator>Ross W</dc:creator>
      <dc:date>2003-04-01T05:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/lvmtab incorrect on cluster node after vgimport</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4848000#M565922</link>
      <description>complete</description>
      <pubDate>Mon, 02 Feb 2009 01:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-lvmtab-incorrect-on-cluster-node-after-vgimport/m-p/4848000#M565922</guid>
      <dc:creator>Ross W</dc:creator>
      <dc:date>2009-02-02T01:19:03Z</dc:date>
    </item>
  </channel>
</rss>

