<?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: unique device files for vgexport vgimport with mksf in service guard in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055598#M708992</link>
    <description>Hi Tim,&lt;BR /&gt;&lt;BR /&gt;i did vgexport like you, copied to node2, created device files and tried vgimport. With the c0t.d0 as device files, everything works fine.&lt;BR /&gt;&lt;BR /&gt;I liked it with c3t4d0 as on node1, it looks good when it's the same device on both nodes.&lt;BR /&gt;The problem is:&lt;BR /&gt;node1: &lt;BR /&gt;c0t.d. is 1st HVD controler&lt;BR /&gt;c1t.d. ist SE SCSI&lt;BR /&gt;c2t.d. is 2nd HVD controller&lt;BR /&gt;&lt;BR /&gt;on node2, there is only 1 HVD controller.&lt;BR /&gt;c0t.d. is HVD controler&lt;BR /&gt;c1t.d. ist SE SCSI&lt;BR /&gt;&lt;BR /&gt;Maybe my mksf -H "8/8.4.0" /dev/dsk/c3t4d0  was wrong or is not possible.&lt;BR /&gt;&lt;BR /&gt;The man page says, with vgimport -s, you can't use the pv_path option. Maybe i have to start with c0t.d.</description>
    <pubDate>Sun, 24 Aug 2003 23:42:33 GMT</pubDate>
    <dc:creator>Michael Roeder</dc:creator>
    <dc:date>2003-08-24T23:42:33Z</dc:date>
    <item>
      <title>unique device files for vgexport vgimport with mksf in service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055596#M708990</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;i have an "optical" problem with my HW configuration.&lt;BR /&gt;&lt;BR /&gt;Node1 (2xFWD controllers):&lt;BR /&gt;/dev/vghome&lt;BR /&gt;/dev/dsk/c3t4d0&lt;BR /&gt;/dev/dsk/c3t14d0&lt;BR /&gt;disk     21  8/8.4.0     sdisk       CLAIMED   DEVICE    SEAGATE ST34371W&lt;BR /&gt;                        /dev/dsk/c3t4d0   /dev/rdsk/c3t4d0&lt;BR /&gt;disk     25  8/8.14.0    sdisk       CLAIMED   DEVICE    SEAGATE ST34371W&lt;BR /&gt;                        /dev/dsk/c3t14d0   /dev/rdsk/c3t14d0&lt;BR /&gt;&lt;BR /&gt;On Node1 with 1 FWD Controller, i didn't find the devices:&lt;BR /&gt;disk      7  8/8.4.0     sdisk       CLAIMED   DEVICE    SEAGATE ST34371W&lt;BR /&gt;disk     11  8/8.14.0    sdisk       CLAIMED   DEVICE    SEAGATE ST34371W&lt;BR /&gt;&lt;BR /&gt;I habe run mksf -e to create them, i've got&lt;BR /&gt;/dev/dsk/c0t4d0   /dev/rdsk/c0t4d0&lt;BR /&gt;and&lt;BR /&gt;/dev/dsk/c0t14d0   /dev/rdsk/c0t14d0&lt;BR /&gt;but i liked the same as on Node1.&lt;BR /&gt;I did rmsf and created new with &lt;BR /&gt;mksf -H "8/8.4.0" /dev/dsk/c3t4d0&lt;BR /&gt;mksf -H "8/8.4.0" /dev/rdsk/c3t4d0&lt;BR /&gt;and so on.&lt;BR /&gt;&lt;BR /&gt;Well, the problem is, vgimport is searching for c0t4d0:&lt;BR /&gt;vgimport -s -p -v -m /etc/cmcluster/maps/vghome.map /dev/vghome&lt;BR /&gt;Beginning the import process on Volume Group "/dev/vghome".&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c0t1d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c0t2d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c0t3d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c0t4d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c0t11d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c0t12d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c0t13d0" is not a block special file.&lt;BR /&gt;vgimport: Physical volume "/dev/dsk/c0t14d0" is not a block special file.&lt;BR /&gt;&lt;BR /&gt;I have run mksf -e again and i've got additional &lt;BR /&gt;disk      7  8/8.4.0     sdisk       CLAIMED   DEVICE    SEAGATE ST34371W&lt;BR /&gt;                        /dev/dsk/c0t4d0   /dev/rdsk/c0t4d0&lt;BR /&gt;                        /dev/dsk/c3t4d0   /dev/rdsk/c3t4d0&lt;BR /&gt;&lt;BR /&gt;With /dev/dsk/c0t4d0, i can vgimport:&lt;BR /&gt;vgimport -s -p -v -m /etc/cmcluster/maps/vghome.map /dev/vghome&lt;BR /&gt;Beginning the import process on Volume Group "/dev/vghome".&lt;BR /&gt;Logical volume "/dev/vghome/lvhome" has been successfully created&lt;BR /&gt;with lv number 1.&lt;BR /&gt;Logical volume "/dev/vghome/lvexport" has been successfully created&lt;BR /&gt;with lv number 2.&lt;BR /&gt;Volume group "/dev/vghome" has been successfully created.&lt;BR /&gt;&lt;BR /&gt;Is there any possibility to use the same device files as on node1? (/dev/dsk/c3t4d0   /dev/rdsk/c3t4d0)&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Sun, 24 Aug 2003 22:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055596#M708990</guid>
      <dc:creator>Michael Roeder</dc:creator>
      <dc:date>2003-08-24T22:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: unique device files for vgexport vgimport with mksf in service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055597#M708991</link>
      <description>Not sure if I understand your problem correctly.&lt;BR /&gt;&lt;BR /&gt;But if you have all the disks available (including device files) and have created all the necessary vol groups and lvols and filesystems, then create the mapfile again:&lt;BR /&gt;&lt;BR /&gt;# vgexport -s -p -m /tmp/vgmapfile /dev/vg??&lt;BR /&gt;&lt;BR /&gt;Copy /tmp/vgmapfile to other node.&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg??&lt;BR /&gt;# mknod /dev/vg??/group c 64 0x0?0000  (make sure this is the same as primary node)&lt;BR /&gt;&lt;BR /&gt;# vgimport -s -m /tmp/vgmapfile /dev/vg??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You don't have to worry about device files or anything as the import process uses the VGID on the disk headers.&lt;BR /&gt;&lt;BR /&gt;Hope that helps&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Sun, 24 Aug 2003 22:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055597#M708991</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-08-24T22:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: unique device files for vgexport vgimport with mksf in service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055598#M708992</link>
      <description>Hi Tim,&lt;BR /&gt;&lt;BR /&gt;i did vgexport like you, copied to node2, created device files and tried vgimport. With the c0t.d0 as device files, everything works fine.&lt;BR /&gt;&lt;BR /&gt;I liked it with c3t4d0 as on node1, it looks good when it's the same device on both nodes.&lt;BR /&gt;The problem is:&lt;BR /&gt;node1: &lt;BR /&gt;c0t.d. is 1st HVD controler&lt;BR /&gt;c1t.d. ist SE SCSI&lt;BR /&gt;c2t.d. is 2nd HVD controller&lt;BR /&gt;&lt;BR /&gt;on node2, there is only 1 HVD controller.&lt;BR /&gt;c0t.d. is HVD controler&lt;BR /&gt;c1t.d. ist SE SCSI&lt;BR /&gt;&lt;BR /&gt;Maybe my mksf -H "8/8.4.0" /dev/dsk/c3t4d0  was wrong or is not possible.&lt;BR /&gt;&lt;BR /&gt;The man page says, with vgimport -s, you can't use the pv_path option. Maybe i have to start with c0t.d.</description>
      <pubDate>Sun, 24 Aug 2003 23:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055598#M708992</guid>
      <dc:creator>Michael Roeder</dc:creator>
      <dc:date>2003-08-24T23:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: unique device files for vgexport vgimport with mksf in service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055599#M708993</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;Unless your second system is setup identically, then you wont be able to use the exact same device files.&lt;BR /&gt;&lt;BR /&gt;I agree that it does make for easier management if they are the same.  However, your second system has one less controller.&lt;BR /&gt;&lt;BR /&gt;It is possible to force the controller on the second node to use c3 instead of c0 if that is what you really want.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Aug 2003 00:11:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055599#M708993</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-08-25T00:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: unique device files for vgexport vgimport with mksf in service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055600#M708994</link>
      <description>You don't need the special files to use the same minor ID on both nodes.  They can be different.  MC/SG only cares about the VG name.  Don't stress out about making everything identical.  It's not required.  That's what makes MC/SG so flexible.&lt;BR /&gt;&lt;BR /&gt;-tjh</description>
      <pubDate>Mon, 25 Aug 2003 02:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055600#M708994</guid>
      <dc:creator>Thomas J. Harrold</dc:creator>
      <dc:date>2003-08-25T02:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: unique device files for vgexport vgimport with mksf in service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055601#M708995</link>
      <description>I know, Thomas. But, maybe, i'll upgrade with one more HVD controller later. You can get an old one for a few $. I would use the slot with the hardware path 8/4.x.y which ist c0t.d. on node1.&lt;BR /&gt;&lt;BR /&gt;Tim, you wrote, "It is possible to force the controller on the second node to use c3 instead of c0 if that is what you really want."&lt;BR /&gt;&lt;BR /&gt;Yes, that's it. Can you tell me how? Which manual? &lt;BR /&gt;</description>
      <pubDate>Mon, 25 Aug 2003 06:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055601#M708995</guid>
      <dc:creator>Michael Roeder</dc:creator>
      <dc:date>2003-08-25T06:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: unique device files for vgexport vgimport with mksf in service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055602#M708996</link>
      <description>.... an answer to your question above:&lt;BR /&gt;UXSGKBRC00005958&lt;BR /&gt;Title:  Changing I/O Instance Numbers On A ServiceGuard Server&lt;BR /&gt;&lt;BR /&gt;The document above also requires this document:&lt;BR /&gt;KBRC00004879 &lt;BR /&gt;Title: How to change the instance numbers of ext_bus and dev files &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;StephenD.</description>
      <pubDate>Mon, 25 Aug 2003 11:32:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055602#M708996</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2003-08-25T11:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: unique device files for vgexport vgimport with mksf in service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055603#M708997</link>
      <description>Stephen,&lt;BR /&gt;&lt;BR /&gt;i didn't find any of the documents/Titles on itrc.hp.com. Any more hints?</description>
      <pubDate>Mon, 25 Aug 2003 21:28:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055603#M708997</guid>
      <dc:creator>Michael Roeder</dc:creator>
      <dc:date>2003-08-25T21:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: unique device files for vgexport vgimport with mksf in service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055604#M708998</link>
      <description>You sure are game Michael :-)&lt;BR /&gt;&lt;BR /&gt;Please note that it can be extremely dangerous to change the instance number of the card. Use at your own risk.  &lt;BR /&gt;&lt;BR /&gt;Please ensure you have a good, bootable make_tape_recovery tape as a fallback.&lt;BR /&gt;&lt;BR /&gt;# ioscan -f | grep -e INTERFACE -e DEVICE |          grep -v target |          awk '{print $3, $1, $2}' &amp;gt; /newcfg&lt;BR /&gt;&lt;BR /&gt;Edit /newcfg and change the ext_bus to the number you want (ie, 3).  Make sure you get the right one!!! &lt;BR /&gt;&lt;BR /&gt;Bring down the system to run level 1.&lt;BR /&gt;&lt;BR /&gt;# init 1&lt;BR /&gt;&lt;BR /&gt;Apply the ioconfig change:&lt;BR /&gt;&lt;BR /&gt;# /sbin/ioinit -f /newcfg -r&lt;BR /&gt;&lt;BR /&gt;The system will reboot immediately if the change is successful.&lt;BR /&gt;&lt;BR /&gt;Warnings like 'Input is identical to kernel' can be ignored.&lt;BR /&gt;&lt;BR /&gt;Hopefully it works!!!!&lt;BR /&gt;&lt;BR /&gt;Good luck.  If you have problems, post again and hopefully someone can provide a soultion.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Mon, 25 Aug 2003 21:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055604#M708998</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-08-25T21:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: unique device files for vgexport vgimport with mksf in service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055605#M708999</link>
      <description>The documents I gave you are available in the ITRC.HP.COM technical knowledge database.&lt;BR /&gt;&lt;BR /&gt;Login to the ITRC.HP.COM site first (using the bar on the left and your system handle).&lt;BR /&gt;USING the "maintenance and support for hp products" window, look in the "self-solve tools"&lt;BR /&gt;section and click on the "search technical knowledge base" link.&lt;BR /&gt;&lt;BR /&gt;In the resulting window, scroll the selectable item to "search by doc.  ID" and load&lt;BR /&gt;UXSGKBRC00005958 into the search string box and "go".&lt;BR /&gt;&lt;BR /&gt;Repeat for UXSGKBRC00005958.&lt;BR /&gt;&lt;BR /&gt;Though stated as risky in the prior response, I don't get calls saying the procedures did not&lt;BR /&gt;work.  That said, unless you have a burning need to match dev special file paths between servers, ServiceGuard works even if they aren't matched.&lt;BR /&gt;&lt;BR /&gt;-=Stephen</description>
      <pubDate>Tue, 26 Aug 2003 10:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055605#M708999</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2003-08-26T10:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: unique device files for vgexport vgimport with mksf in service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055606#M709000</link>
      <description>Hello Stephen,&lt;BR /&gt;&lt;BR /&gt;i tried it again - both documents - but i had no luck.&lt;BR /&gt;Either the documents are HP only or for HP partners.&lt;BR /&gt;I tried US and Europe sites. Can you find them?&lt;BR /&gt;&lt;BR /&gt;Note:  Your search produced no results. It is either too specific or has spelling errors. Try a different search string or change your search criteria selection. &lt;BR /&gt;&lt;BR /&gt;US site:&lt;BR /&gt;&lt;A href="http://www5.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;mode=id&amp;amp;searchString=UXSGKBRC00005958&amp;amp;searchCrit=allwords&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;search.x=23&amp;amp;search.y=8" target="_blank"&gt;http://www5.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;mode=id&amp;amp;searchString=UXSGKBRC00005958&amp;amp;searchCrit=allwords&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;search.x=23&amp;amp;search.y=8&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;German site:&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;mode=text&amp;amp;searchString=UXSGKBRC00005958&amp;amp;searchCrit=allwords&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;search.x=27&amp;amp;search.y=10" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;mode=text&amp;amp;searchString=UXSGKBRC00005958&amp;amp;searchCrit=allwords&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;search.x=27&amp;amp;search.y=10&lt;/A&gt;</description>
      <pubDate>Tue, 26 Aug 2003 19:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055606#M709000</guid>
      <dc:creator>Michael Roeder</dc:creator>
      <dc:date>2003-08-26T19:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: unique device files for vgexport vgimport with mksf in service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055607#M709001</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;that was perfect. 10 pts.&lt;BR /&gt;&lt;BR /&gt;I guess that i only would have hat to change&lt;BR /&gt;8/8 ext_bus 0&lt;BR /&gt;in&lt;BR /&gt;8/8 ext_bus 3&lt;BR /&gt;&lt;BR /&gt;Do it:&lt;BR /&gt;# /sbin/ioinit -f /newcfg -r&lt;BR /&gt;Remove old device files&lt;BR /&gt;# rmsf /dev/rdsk/c0t*&lt;BR /&gt;Create new vith c3:&lt;BR /&gt;# insf ???e&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      4  8/8.1.0     sdisk       CLAIMED   DEVICE    SEAGATE ST32171W&lt;BR /&gt;                        /dev/dsk/c3t1d0   /dev/rdsk/c3t1d0&lt;BR /&gt;&lt;BR /&gt;Perfect.&lt;BR /&gt;&lt;BR /&gt;Change the HW-Path in lvmtab:&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;w[B-?:&lt;BR /&gt;/dev/dsk/c1t6d0&lt;BR /&gt;/dev/dsk/c1t5d0&lt;BR /&gt;/dev/vghome&lt;BR /&gt;/dev/dsk/c0t4d0&lt;BR /&gt;/dev/dsk/c0t14d0&lt;BR /&gt;&lt;BR /&gt;Repair my vghome:&lt;BR /&gt;bash-2.04# vgexport /dev/vghome &lt;BR /&gt;bash-2.04# strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;w[B-?:&lt;BR /&gt;/dev/dsk/c1t6d0&lt;BR /&gt;/dev/dsk/c1t5d0&lt;BR /&gt;&lt;BR /&gt;Create new and import:&lt;BR /&gt;/dev/vghome &lt;BR /&gt;cr--r--r--   1 root       sys         64 0x040000 Aug 24 20:23 group&lt;BR /&gt;&lt;BR /&gt;# vgimport -s -v -m /etc/cmcluster/maps/vghome.map /dev/vghome&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;w[B-?:&lt;BR /&gt;/dev/dsk/c1t6d0&lt;BR /&gt;/dev/dsk/c1t5d0&lt;BR /&gt;/dev/vghome&lt;BR /&gt;/dev/dsk/c3t4d0&lt;BR /&gt;/dev/dsk/c3t14d0&lt;BR /&gt;&lt;BR /&gt;Start cluster:&lt;BR /&gt;# cmrunnode&lt;BR /&gt;cmrunnode  : Waiting for cluster to form......&lt;BR /&gt;cmrunnode  : Cluster successfully formed.&lt;BR /&gt;cmrunnode  : Check the syslog files on all nodes in the cluster&lt;BR /&gt;cmrunnode  : to verify that no warnings occurred during startup.&lt;BR /&gt;bash-2.04# cmviewcl&lt;BR /&gt;&lt;BR /&gt;CLUSTER      STATUS       &lt;BR /&gt;clhp         up           &lt;BR /&gt;&lt;BR /&gt;  NODE         STATUS       STATE        &lt;BR /&gt;  haley        up           running      &lt;BR /&gt;  helios       up           running      &lt;BR /&gt;&lt;BR /&gt;    PACKAGE      STATUS       STATE        PKG_SWITCH   NODE         &lt;BR /&gt;    pkgHome      up           running      enabled      helios&lt;BR /&gt;&lt;BR /&gt;Yes, it worked! That's exactly what i wanted.&lt;BR /&gt;&lt;BR /&gt;Thank you one more time.&lt;BR /&gt;&lt;BR /&gt;P.S.: Anybody knows how to get the documents UXSGKBRC00005958 and KBRC00004879 (see above - well i switched German site: and US site: )?&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Aug 2003 13:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055607#M709001</guid>
      <dc:creator>Michael Roeder</dc:creator>
      <dc:date>2003-08-28T13:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: unique device files for vgexport vgimport with mksf in service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055608#M709002</link>
      <description>Hi,&lt;BR /&gt;As already mentionned, to search such docs, you will have to go, to ?? maintenance and support for hp products &lt;BR /&gt;  ?? technical knowledge base &lt;BR /&gt;and search by Keyword from here, I tried one and got the result:&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/enterService.do?category=c0" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/enterService.do?category=c0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;UXSGKBRC00005958:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068695434" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068695434&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is the other:&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000069332604" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000069332604&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Victor</description>
      <pubDate>Thu, 28 Aug 2003 13:36:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055608#M709002</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2003-08-28T13:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: unique device files for vgexport vgimport with mksf in service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055609#M709003</link>
      <description>I don't understand the problem with HP's search, neither "search by keyword" nor "search by doc ID" would find anything.&lt;BR /&gt;&lt;BR /&gt;Note:  Your search produced no results. ...&lt;BR /&gt;&lt;BR /&gt;The curiosity is, i can retrieve the docs from the links of Victor.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;P.S.: I did the update with more SCSI-Controllers, new devices were inserted on host2 exactly as on host1. I worked perfect for me.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Dec 2003 07:14:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unique-device-files-for-vgexport-vgimport-with-mksf-in-service/m-p/3055609#M709003</guid>
      <dc:creator>Michael Roeder</dc:creator>
      <dc:date>2003-12-06T07:14:53Z</dc:date>
    </item>
  </channel>
</rss>

