<?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: Ignite doesn't bring back SAN Volume Groups in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343759#M502591</link>
    <description>Hi Eric / Sujit&lt;BR /&gt;&lt;BR /&gt;OK I have an ignite server and I want to make an archive of a client. The client is on the same segment and is succesfully registered in the Ignite GUI on the server.&lt;BR /&gt;&lt;BR /&gt;The client has a vg00 on an internal disk and a few other vg's on SAN disks.&lt;BR /&gt;&lt;BR /&gt;I only want to archive the vg00 which is about 10GB. This I can do successfully. I run "make_net_recovery -s &lt;SERVER&gt; -x inc_entire=vg00" on the command line of the client and the archive is created and stored in /var/opt/ignite/recovery/archives/&lt;CLIENT&gt; directory on the Ignite Server.&lt;BR /&gt;&lt;BR /&gt;When I then do a new install for the client (from the server GUI) and select the archive that I just created it restores the vg00 but when I execute bdf on the client once the restore is complete all filesystems in vg00 are there but none of the SAN volume groups have been mounted.&lt;BR /&gt;&lt;BR /&gt;Does this make sense?&lt;BR /&gt;&lt;BR /&gt;j&lt;/CLIENT&gt;&lt;/SERVER&gt;</description>
    <pubDate>Tue, 27 Jan 2009 10:17:34 GMT</pubDate>
    <dc:creator>jackie baron_1</dc:creator>
    <dc:date>2009-01-27T10:17:34Z</dc:date>
    <item>
      <title>Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343748#M502580</link>
      <description>My Ignite server is working nicely and archives and restores a test client perfectly.&lt;BR /&gt;&lt;BR /&gt;I then tried to archive the vg00 of another server that also had some volume groups on SAN disks.&lt;BR /&gt;&lt;BR /&gt;The Ignite server created the vg00 archive perfectly.&lt;BR /&gt;It was then time to restore it.&lt;BR /&gt;&lt;BR /&gt;It ran through all the phases (load software, build kernel, etc.) but failed at the post installation scripts.&lt;BR /&gt;&lt;BR /&gt;The server came back up but with only vg00 restored. None of the other volume groups returned. It also seemed to blow them out of the /etc/lvmtab even though they're all still in the fstab. The device files are all still there.&lt;BR /&gt;&lt;BR /&gt;Attached is a text file of bdf before and after and also the logfile extract from where it started failing.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help&lt;BR /&gt;&lt;BR /&gt;j</description>
      <pubDate>Fri, 23 Jan 2009 16:30:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343748#M502580</guid>
      <dc:creator>jackie baron_1</dc:creator>
      <dc:date>2009-01-23T16:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343749#M502581</link>
      <description>Hi Jackie,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;u will need to include the other vgs also at the time of making the Archives.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;while using the command line syntax of ceating the archives which include vg00 and other VG say vg01 also u need to do like this:&lt;BR /&gt;&lt;BR /&gt;#make_net_recovery -v -x enc_entire=vg00 -x inc_entire=vg01 -x enc_entire=vgxx -s &lt;IP_ADDRESS_OF_IGNITE_SERVER&gt; -s &lt;DIRECTORY_ON_IGNITE_SERVER_WHERE_U_WANT_TO_KEEP_THE_ARCHIVE&gt;&lt;BR /&gt;&lt;BR /&gt;While using GUI u shall get in the right side of screen where u can include the other VG.&lt;BR /&gt;&lt;BR /&gt;Once ur Ignite image contains the archives of vg00 as well as the other VG(s) u will be surely prompted for the other VG configuratuions at the time of restoring the Clients using that Image.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sujit&lt;/DIRECTORY_ON_IGNITE_SERVER_WHERE_U_WANT_TO_KEEP_THE_ARCHIVE&gt;&lt;/IP_ADDRESS_OF_IGNITE_SERVER&gt;</description>
      <pubDate>Fri, 23 Jan 2009 17:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343749#M502581</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-23T17:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343750#M502582</link>
      <description>I'm just think out loud here, but I have to wonder if you don't just need to import them.  Check and see if the /dev entries are there already (/dev/vg01 and /dev/vg01/group, for example).  Then you just have to run the vgimport.  If the entries aren't there, just create them and then run the import.  These steps could be put into the post installation scripts, I would think.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 23 Jan 2009 17:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343750#M502582</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-01-23T17:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343751#M502583</link>
      <description>Sorry - "thinking out loud"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 23 Jan 2009 17:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343751#M502583</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-01-23T17:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343752#M502584</link>
      <description>NOTE: The data on SAN disk is not touched&lt;BR /&gt;&lt;BR /&gt;# If you like to use the same disk on the SAN for this server, and if the disk are claimed, and if you are having the old /etc/lvmtab and could identify the disk to which vg it belong, you could well create the VG's directory again (mkdir /dev/vg01, mknod .. ) and do a vgimport with the disk.&lt;BR /&gt;&lt;BR /&gt;If you are having the mapfiles(/etc/lvmconf/*.map), then you need to include -m with vgimport so that you could get the original lvol name instead of default lvol1,2...</description>
      <pubDate>Fri, 23 Jan 2009 17:08:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343752#M502584</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-23T17:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343753#M502585</link>
      <description>hello Jakie,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;aloght mistake in the command in the earlier post please note that &lt;BR /&gt;&lt;BR /&gt;#make_net_recovery -v -x enc_entire=vg00 -x inc_entire=vg01 -x enc_entire=vgxx -s &lt;IP_ADDRESS_OF_IGNITE_SERVER&gt; -s &lt;DIRECTORY_ON_IGNITE_SERVER_WHERE_U_WANT_TO_KEEP_THE_ARCHIVE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;here actually shud be -d &lt;DIRECTORY_ON_IGNITE_SERVER_WHERE_U_WANT_TO_KEEP_THE_ARCHIVE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also if u have vg01(,vg02,.., vgxx) as included in teh make_net_archive, u will be gettting an opportunity to congigure the other VGs also and the size of the LVs while restoring that image on to the Client.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;sujit&lt;/DIRECTORY_ON_IGNITE_SERVER_WHERE_U_WANT_TO_KEEP_THE_ARCHIVE&gt;&lt;/DIRECTORY_ON_IGNITE_SERVER_WHERE_U_WANT_TO_KEEP_THE_ARCHIVE&gt;&lt;/IP_ADDRESS_OF_IGNITE_SERVER&gt;</description>
      <pubDate>Fri, 23 Jan 2009 17:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343753#M502585</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-23T17:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343754#M502586</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;might be my earlie rreplies are far too away from what the post talks .... but jakie did u configure the other VGs and the disks to be used by them while u were restoring the image on to the client ...&lt;BR /&gt;&lt;BR /&gt;assuming that ur ignite image had vg00 and other vgs included when the archive was being made.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;REgards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sujit</description>
      <pubDate>Fri, 23 Jan 2009 17:35:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343754#M502586</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-23T17:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343755#M502587</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;did u choose the disks properly for the rootVG and the other VGs in the Ignite Restoration and OS install screen Filesystems Menu?&lt;BR /&gt;&lt;BR /&gt;actually from the Filesystem TAB of the Ignite Restoration screen also u can get an opportunity of configuring the root VG and other VGs during the Ignite Install Screen on to the client.&lt;BR /&gt;&lt;BR /&gt;just few questions&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Fri, 23 Jan 2009 18:03:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343755#M502587</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-23T18:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343756#M502588</link>
      <description>Sujit you write "enc_entire" in your conmmand recommendation....&lt;BR /&gt;&lt;BR /&gt;...is that correct syntax?&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 27 Jan 2009 08:21:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343756#M502588</guid>
      <dc:creator>jackie baron_1</dc:creator>
      <dc:date>2009-01-27T08:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343757#M502589</link>
      <description>I should think, that you want to import the vgs/data on the san disks, not restore all the data from the ignite backup, otherwise you could finish with a gigantic ignite image.That would take ages to restore.&lt;BR /&gt;&lt;BR /&gt;You should check on the ignite gui you check the import vgs option.&lt;BR /&gt;&lt;BR /&gt;And then check the logs and have a look at why it has failed the post installation scripts.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jan 2009 09:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343757#M502589</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2009-01-27T09:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343758#M502590</link>
      <description>Bonjour Jackie,&lt;BR /&gt;&lt;BR /&gt;As previously said by orange, don't deal with inc_entire other than vg00. That would produce a big image and the goal of ignite is not to save aplications and their datas. Just keep something like "make_net_recovery -x enc_entire=vg00 -s YourIgniteServer".&lt;BR /&gt;&lt;BR /&gt;Back to your initial post :&lt;BR /&gt;&lt;BR /&gt;"I then tried to archive the vg00 of another server that also had some volume groups on SAN disks.&lt;BR /&gt;&lt;BR /&gt;The Ignite server created the vg00 archive perfectly.&lt;BR /&gt;It was then time to restore it."&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; Where did you restore this image ? On the original server ? Which kind of external storage are you using ? Did you modified something on the storage ?&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Tue, 27 Jan 2009 10:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343758#M502590</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2009-01-27T10:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343759#M502591</link>
      <description>Hi Eric / Sujit&lt;BR /&gt;&lt;BR /&gt;OK I have an ignite server and I want to make an archive of a client. The client is on the same segment and is succesfully registered in the Ignite GUI on the server.&lt;BR /&gt;&lt;BR /&gt;The client has a vg00 on an internal disk and a few other vg's on SAN disks.&lt;BR /&gt;&lt;BR /&gt;I only want to archive the vg00 which is about 10GB. This I can do successfully. I run "make_net_recovery -s &lt;SERVER&gt; -x inc_entire=vg00" on the command line of the client and the archive is created and stored in /var/opt/ignite/recovery/archives/&lt;CLIENT&gt; directory on the Ignite Server.&lt;BR /&gt;&lt;BR /&gt;When I then do a new install for the client (from the server GUI) and select the archive that I just created it restores the vg00 but when I execute bdf on the client once the restore is complete all filesystems in vg00 are there but none of the SAN volume groups have been mounted.&lt;BR /&gt;&lt;BR /&gt;Does this make sense?&lt;BR /&gt;&lt;BR /&gt;j&lt;/CLIENT&gt;&lt;/SERVER&gt;</description>
      <pubDate>Tue, 27 Jan 2009 10:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343759#M502591</guid>
      <dc:creator>jackie baron_1</dc:creator>
      <dc:date>2009-01-27T10:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343760#M502592</link>
      <description>Unless you have modified the file /var/opt/ignite/client/&lt;MACOFCLIENT&gt;/control_cfg, or modified storage configuration, HBA in the box, etc ... it has no sense following my knowledge. Please post "control_cfg" &lt;BR /&gt;&lt;BR /&gt;Eric&lt;/MACOFCLIENT&gt;</description>
      <pubDate>Tue, 27 Jan 2009 10:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343760#M502592</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2009-01-27T10:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343761#M502593</link>
      <description>Here is the control_cfg:&lt;BR /&gt;&lt;BR /&gt;# more control_cfg &lt;BR /&gt;RECOVERY_MODE=TRUE &lt;BR /&gt;enum _HP_CLONING &lt;BR /&gt;_HP_CLONING help_text "Cloning to different HW?" &lt;BR /&gt;_HP_CLONING = { "TRUE", "FALSE" } &lt;BR /&gt;(MODEL == "9000/800/L3000-6x") &lt;BR /&gt;{ init _HP_CLONING = "FALSE" } &lt;BR /&gt;else &lt;BR /&gt;{ init _HP_CLONING = "TRUE" } &lt;BR /&gt;&lt;BR /&gt;enum _IMPORT_VG &lt;BR /&gt;_IMPORT_VG help_text "Import the Volume Group(s)?" &lt;BR /&gt;_IMPORT_VG = { "TRUE", "FALSE" } &lt;BR /&gt;init _IMPORT_VG = "TRUE" &lt;BR /&gt;(_IMPORT_VG == "TRUE") &lt;BR /&gt;{ &lt;BR /&gt;post_config_cmd = " &lt;BR /&gt;        /usr/sbin/vgimport -v -m /etc/lvmconf/vgdata1.mapfile /dev/vgdata1  \ &lt;BR /&gt;        /dev/dsk/c10t0d0 \ &lt;BR /&gt;        /dev/dsk/c11t0d0 \ &lt;BR /&gt;        /dev/dsk/c6t0d0 \ &lt;BR /&gt;        /dev/dsk/c7t0d0 \ &lt;BR /&gt;        /dev/dsk/c10t0d5 \ &lt;BR /&gt;        /dev/dsk/c11t0d5 \ &lt;BR /&gt;        /dev/dsk/c6t0d5 \ &lt;BR /&gt;        /dev/dsk/c7t0d5 &lt;BR /&gt;        /usr/sbin/vgchange -a r vgdata1 &lt;BR /&gt;&lt;BR /&gt;        /usr/sbin/vgimport -v -m /etc/lvmconf/vgdata2.mapfile /dev/vgdata2  \ &lt;BR /&gt;        /dev/dsk/c10t0d3 \ &lt;BR /&gt;        /dev/dsk/c11t0d3 \ &lt;BR /&gt;        /dev/dsk/c6t0d3 \ &lt;BR /&gt;        /dev/dsk/c7t0d3 \ &lt;BR /&gt;        /dev/dsk/c10t0d4 \ &lt;BR /&gt;        /dev/dsk/c11t0d4 \ &lt;BR /&gt;        /dev/dsk/c6t0d4 \ &lt;BR /&gt;        /dev/dsk/c7t0d4 &lt;BR /&gt;        /usr/sbin/vgchange -a r vgdata2 &lt;BR /&gt;&lt;BR /&gt;        test -d /dev/vg00 &amp;amp;&amp;amp; /usr/sbin/vgcfgbackup /dev/vg00 &lt;BR /&gt;        test -d /dev/vgdata1 &amp;amp;&amp;amp; /usr/sbin/vgcfgbackup /dev/vgdata1 &lt;BR /&gt;        test -d /dev/vgdata2 &amp;amp;&amp;amp; /usr/sbin/vgcfgbackup /dev/vgdata2 &lt;BR /&gt;"} &lt;BR /&gt;else &lt;BR /&gt;{ &lt;BR /&gt;post_config_cmd = "" &lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;_hp_allow_use_of_imports help_text "Allow use of other disks" &lt;BR /&gt;enum _hp_allow_use_of_imports &lt;BR /&gt;init _hp_allow_use_of_imports = "NO" &lt;BR /&gt;_hp_hide_other_disks visible_if false &lt;BR /&gt;_hp_allow_use_of_imports = { "YES", "NO" } &lt;BR /&gt;(_hp_allow_use_of_imports == "NO") &lt;BR /&gt;{ &lt;BR /&gt;        _hp_hide_other_disks = "0/2/0/0.21.0.239.0.0.0 &lt;BR /&gt;                0/2/0/0.21.2.239.0.0.0 &lt;BR /&gt;                0/5/0/0.20.0.239.0.0.0 &lt;BR /&gt;                0/5/0/0.20.5.239.0.0.0 &lt;BR /&gt;                0/2/0/0.21.0.239.0.0.5 &lt;BR /&gt;                0/2/0/0.21.2.239.0.0.5 &lt;BR /&gt;                0/5/0/0.20.0.239.0.0.5 &lt;BR /&gt;                0/5/0/0.20.5.239.0.0.5 &lt;BR /&gt;                0/2/0/0.21.0.239.0.0.3 &lt;BR /&gt;                0/2/0/0.21.2.239.0.0.3 &lt;BR /&gt;                0/5/0/0.20.0.239.0.0.3 &lt;BR /&gt;                0/5/0/0.20.5.239.0.0.3 &lt;BR /&gt;                0/2/0/0.21.0.239.0.0.4 &lt;BR /&gt;                0/2/0/0.21.2.239.0.0.4 &lt;BR /&gt;                0/5/0/0.20.0.239.0.0.4 &lt;BR /&gt;                0/5/0/0.20.5.239.0.0.4" &lt;BR /&gt;} else { &lt;BR /&gt;        _hp_hide_other_disks = "" &lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jan 2009 13:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343761#M502593</guid>
      <dc:creator>jackie baron_1</dc:creator>
      <dc:date>2009-01-27T13:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343762#M502594</link>
      <description>Well,&lt;BR /&gt;&lt;BR /&gt;Every thing is ready in this file to import external VG.&lt;BR /&gt;&lt;BR /&gt;Now, from the box you have just installed with the ignite image, I mean the box where import of vg has failed, post in attachment "ioscan -fkn". &lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Tue, 27 Jan 2009 13:38:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343762#M502594</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2009-01-27T13:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343763#M502595</link>
      <description>Eric, Guys,&lt;BR /&gt;&lt;BR /&gt;The problem is that I can't use the ignite GUI on the Ignite server. I have X windows sending back the display to my desktop but it doesn't work when I try to create an ignite archive of my client machine's vg00.&lt;BR /&gt;&lt;BR /&gt;The ignite client has 3 volume groups vg00, vgdata1 and vgdata2. vg00 is on an internal disk while vgdata1 and vgdata2 are on SAN disks.&lt;BR /&gt;&lt;BR /&gt;Can ANYONE give me the command line syntax to be able to create an archive of this machine with all the data in vg00 but also not lose vgdata1 and vgdata2 information?&lt;BR /&gt;&lt;BR /&gt;Sujit gave some command line stuff but it included stuff that I don't think is the right syntax (Enc_entire instead of Inc_entire).&lt;BR /&gt;&lt;BR /&gt;When I run make_net_recovery -s &lt;IGNITE server=""&gt; -x inc_include=vg00 &lt;BR /&gt; it creates the archive. When I go to the Ignite server and launch the GUI and do a new install to the client machine and select the archive I just created (with vg00) it restores is but a bdf on the newly ignited client machine only shows vg00 files systems.&lt;BR /&gt;&lt;BR /&gt;&lt;/IGNITE&gt;</description>
      <pubDate>Tue, 03 Feb 2009 11:11:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343763#M502595</guid>
      <dc:creator>jackie baron_1</dc:creator>
      <dc:date>2009-02-03T11:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343764#M502596</link>
      <description>Hi Jackie, &lt;BR /&gt;&lt;BR /&gt;That had been a big typo from me.&lt;BR /&gt;For your client that is "The ignite client has 3 volume groups vg00, vgdata1 and vgdata2. vg00 is on an internal disk while vgdata1 and vgdata2 are on SAN disks." The command shall be like that &lt;BR /&gt;&lt;BR /&gt;#make_net_recovery -v -x inc_entire=vg00 -x inc_entire=vgdata1 -x inc_entire=vgdata2 -s &lt;IP_ADDR_OF_IGNITE_SERVER&gt; -d &lt;DIRECTORY_ON_IGNITE_SERVER_WHERE_YOU_WANT_TO_PUT_THE_ARCHIVE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sujit&lt;/DIRECTORY_ON_IGNITE_SERVER_WHERE_YOU_WANT_TO_PUT_THE_ARCHIVE&gt;&lt;/IP_ADDR_OF_IGNITE_SERVER&gt;</description>
      <pubDate>Tue, 03 Feb 2009 16:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343764#M502596</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-02-03T16:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343765#M502597</link>
      <description>Hi Jakie,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the above command is supposed to crrate all the Image that will have all the data as wel as LVM configuration for all the three VGs that is vg00, vgdata1 and vgdata2.&lt;BR /&gt;&lt;BR /&gt;after that go the client:&lt;BR /&gt;&lt;BR /&gt;1)boot the client from the Ignite Server from the preferred method.&lt;BR /&gt;2)YOu remenber choosing /selecting the disks for the Root VG that vg00 at the time of the Ignite Installation of the Client? IN that way only you will need and you shall be able to choose/select the disks (From SAN)for creation of vgdata1 and vgdata2, You can also modify the LV sizes for the LVs in vgdata1 and vgdata2 as in VG Vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Tue, 03 Feb 2009 17:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343765#M502597</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-02-03T17:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343766#M502598</link>
      <description>Bonsoir Jackie,&lt;BR /&gt;&lt;BR /&gt;As previously said in an other thread, I have no many time to answer in forums this week. But I hate giving up a thread ...&lt;BR /&gt;&lt;BR /&gt;As previously said, importing other vg than vg00 SHOULD work properly. The configuration file you have posted is clean.&lt;BR /&gt;&lt;BR /&gt;So if it does not work I can sea some reasons :&lt;BR /&gt;- the box on wich you are trying to reinstall is not the same that the original one. That's why I asked you to post output of a full ioscan, and you did not ;-) But anyway, it doesn't seem to be the case&lt;BR /&gt;- some configuration has changed in the SAN (san switches, storage area, etc ..) between the moment you took the ignite image and the moment you tried to restore it. ioscan could also shows the differences if any ...&lt;BR /&gt;- you storage needs a multipathing solution and the devices you use to create the vg are totaly handled by this software. In this case at ignite time the multipathing layer is not active and in fact vg are not imported.&lt;BR /&gt;&lt;BR /&gt;Did you try to import those vg manually, after ignite time ? It could give some informations that could explain why it did not work during installation. For example, are devices the same ?&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Tue, 03 Feb 2009 17:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343766#M502598</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2009-02-03T17:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite doesn't bring back SAN Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343767#M502599</link>
      <description>Eric,&lt;BR /&gt;&lt;BR /&gt;The machine I am trying to backup and restore is one and the same. I am the only one logged onto it so nobody is messing around with SAN information between the time I create the Ignite archive and the time that I restore it. Attached is a copy of the ioscan listing.&lt;BR /&gt;&lt;BR /&gt;Sujit you give the command "make_net_recovery -v -x ince_entire=vg00 -x inc_entire=vgdata1 -x inc_entire=vgdata2" ....but won't this create a HUGE Ignite archive that includes ALL the data on the entire server? No?&lt;BR /&gt;&lt;BR /&gt;Thanks for all help.&lt;BR /&gt;&lt;BR /&gt;j</description>
      <pubDate>Thu, 05 Feb 2009 08:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-doesn-t-bring-back-san-volume-groups/m-p/4343767#M502599</guid>
      <dc:creator>jackie baron_1</dc:creator>
      <dc:date>2009-02-05T08:48:01Z</dc:date>
    </item>
  </channel>
</rss>

