<?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 command option clarification.. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362309#M502785</link>
    <description>If I am not wrong, &lt;BR /&gt;&lt;BR /&gt;without the -A -x option it includes the whole system.&lt;BR /&gt;&lt;BR /&gt;with -A which includes only the essential files /opt/ignite/recovery/mnr_essentials&lt;BR /&gt;&lt;BR /&gt;with -x it includes the entire VG files.</description>
    <pubDate>Thu, 19 Feb 2009 16:36:49 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2009-02-19T16:36:49Z</dc:date>
    <item>
      <title>ignite command option clarification..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362300#M502776</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can someone clarify the difference between the options -A and -x inc_entire=vg00 with make_tape_recovery command ?&lt;BR /&gt;&lt;BR /&gt;I got little confused with these options. I understand that both will take the entire VG00.&lt;BR /&gt;&lt;BR /&gt;Am I right? or misunderstand? If I don't want to take entire vg00, which options needs to be given with make_tape_recovery? In this case what are the files/directories will be included in the archive and what are the files/directories will be excluded from the archive?</description>
      <pubDate>Thu, 19 Feb 2009 13:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362300#M502776</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-19T13:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: ignite command option clarification..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362301#M502777</link>
      <description>Yes, you are right. Both -A and -x inc_entire=vg00 will add your boor vg to recovery archive.&lt;BR /&gt;&lt;BR /&gt;With option inc_entire you can add an additional volume groups to the archive.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Thu, 19 Feb 2009 13:15:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362301#M502777</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-02-19T13:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: ignite command option clarification..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362302#M502778</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;#make_tape_recovery -Av -a /dev/rmt/0mn&lt;BR /&gt;and&lt;BR /&gt;#make_tape_recovery -v -x inc_entire=vg00 -a /dev/rmt/0mn&lt;BR /&gt;and&lt;BR /&gt;#make_tape_recovery -Avx inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;are the same.&lt;BR /&gt;&lt;BR /&gt;-A --- include all the lvols as fully included in the root VG (vg00)&lt;BR /&gt;&lt;BR /&gt;-x inc_entire=vg00 --- include all the lvols in the VG vg00.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;perhaps the -A option in the latest version of ignite is only for the sake of backward compatibility and sometime is going to be discontinued.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Thu, 19 Feb 2009 13:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362302#M502778</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-02-19T13:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: ignite command option clarification..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362303#M502779</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The '-A' option as described in the 'make_tape_recovery' manpages causes a selection of volume groups and/or disks that need to be included in the archive in order to archive the essential files.&lt;BR /&gt;&lt;BR /&gt;I prefer to use the '-x' options like:&lt;BR /&gt;&lt;BR /&gt;# /make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;...where my vg00 consists only of the standard HP-UX logical volumes.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 19 Feb 2009 13:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362303#M502779</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-02-19T13:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: ignite command option clarification..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362304#M502780</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks to all for your replies..&lt;BR /&gt;&lt;BR /&gt;Ok. If I haven't mentioned -A or -x inc_entire=vg00, What files/directories will be included and excluded from default filesytems root, boot, var, opt, home, usr,  tmp.&lt;BR /&gt;&lt;BR /&gt;My question is, Will all the files from these filesystems including application related be backed up or some files/dir will be excluded?</description>
      <pubDate>Thu, 19 Feb 2009 14:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362304#M502780</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-19T14:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: ignite command option clarification..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362305#M502781</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I think ii suugest you to run an ignite backupo on any server and have a look .&lt;BR /&gt;right now nit near any servers.&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Thu, 19 Feb 2009 14:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362305#M502781</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-02-19T14:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: ignite command option clarification..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362306#M502782</link>
      <description>Ignite/UX product is used as a tool to recover the volume group vg00.&lt;BR /&gt;Eventhough there are options to recover the entire system, it is not recommended as it is not efficient with more tapes and time.&lt;BR /&gt;&lt;BR /&gt;The best would be to just ignite vg00 and use the normal backup for the restoration.&lt;BR /&gt;&lt;BR /&gt;To answer your question:&lt;BR /&gt;&lt;BR /&gt;you cannot predict which files would be included.&lt;BR /&gt;When you include the -A option,based on the files that are specified and if found with other VG's the entire VG's would be included.&lt;BR /&gt;&lt;BR /&gt;&lt;FROM man="" page.=""&gt;&lt;BR /&gt;Based on the files that are specified for inclusion, this option determines which disk(s) and/or volume group(s) contain those specified files, and includes all files from those disk(s) and/or volume group(s) in the archive.&lt;BR /&gt;&lt;BR /&gt;&lt;/FROM&gt;</description>
      <pubDate>Thu, 19 Feb 2009 14:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362306#M502782</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-02-19T14:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: ignite command option clarification..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362307#M502783</link>
      <description>Hi Ganeshan,&lt;BR /&gt;&lt;BR /&gt;Also on a server on whicg you might have made a successful Ignite tape/ network backup you can have a look at the Ignite Recovery log at &lt;BR /&gt;&lt;BR /&gt;/var/opt/ignite/recovery/archives/latest&lt;BR /&gt;for the tape backup &lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/var/opt/ignite/clients/{0xLLA}/recovery/archives/latest&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;there as you scroll thru the logs  which are descriptive , those files/dirs/LVs which are marked as &lt;BR /&gt;&lt;BR /&gt;0 -- not included&lt;BR /&gt;1 -- partially included&lt;BR /&gt;2 -- Fully Included.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sorry not near a system right now.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Thu, 19 Feb 2009 15:44:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362307#M502783</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-02-19T15:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: ignite command option clarification..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362308#M502784</link>
      <description>Thanks again to all,&lt;BR /&gt;&lt;BR /&gt;Actually what I would like to know is that when I run #make_tape_recovery -v -I command,&lt;BR /&gt;&lt;BR /&gt;will it take entire filesystem of root,boot,home,tmp,var,usr,opt? or only essential files and exclude other files/directories like application related?&lt;BR /&gt;&lt;BR /&gt;I remember, somewhere I read that it will take only essential files not all the files/dirs.</description>
      <pubDate>Thu, 19 Feb 2009 16:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362308#M502784</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-19T16:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: ignite command option clarification..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362309#M502785</link>
      <description>If I am not wrong, &lt;BR /&gt;&lt;BR /&gt;without the -A -x option it includes the whole system.&lt;BR /&gt;&lt;BR /&gt;with -A which includes only the essential files /opt/ignite/recovery/mnr_essentials&lt;BR /&gt;&lt;BR /&gt;with -x it includes the entire VG files.</description>
      <pubDate>Thu, 19 Feb 2009 16:36:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362309#M502785</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-02-19T16:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: ignite command option clarification..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362310#M502786</link>
      <description>&lt;BR /&gt;I spent couple of time again in the lab to capture some data for your better understanding. &lt;BR /&gt;&lt;BR /&gt;Please find the Lab tests which includes my comments also&lt;BR /&gt;+++++++++ Created the filesystems Layout Similar to your Setup ++++++++++++++&lt;BR /&gt;# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    1540096  315808 1214760   21% /&lt;BR /&gt;/dev/vg00/lvol1    1490424   57408 1283968    4% /stand&lt;BR /&gt;/dev/vg00/lvol8    4718592 2142560 2557248   46% /var&lt;BR /&gt;/dev/vg00/lvol7    4882432 1950072 2909576   40% /usr&lt;BR /&gt;/dev/vg00/lvol6    5144576  407760 4699848    8% /tmp&lt;BR /&gt;/dev/vg00/lvol5    5636096 3240752 2376696   58% /opt&lt;BR /&gt;/dev/vg00/lvol4    4096000   16808 4047328    0% /home&lt;BR /&gt;/dev/vg00/oracle    327680    1189  306093    0% /oracle&lt;BR /&gt;/dev/nehadg/oracle2&lt;BR /&gt;                    655360   16629  598818    3% /oracle/VBP&lt;BR /&gt;/dev/vg00/oracle1   327680    1189  306093    0% /oracle/VBP/102_64&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1. Lets try the command which you tried&lt;BR /&gt;# make_tape_recovery -Av -p  &lt;BR /&gt;       * Creating local directories for configuration files and archive.&lt;BR /&gt;=======  02/22/07 01:33:34 IST  Started make_tape_recovery. (Thu Feb 22 &lt;BR /&gt;         01:33:34 IST 2007)&lt;BR /&gt;         @(#)Ignite-UX Revision C.6.10.97&lt;BR /&gt;         @(#)ignite/net_recovery (opt) $Revision: 10.834 $ $Date: 2006/06/14 &lt;BR /&gt;         13:47:40 $&lt;BR /&gt;&lt;BR /&gt;       * Testing for necessary pax patch.&lt;BR /&gt;       * Passed pax tests.&lt;BR /&gt;       * Recovery Archive Description = Recovery Archive&lt;BR /&gt;         &lt;BR /&gt;       * Recovery Archive Location    = /dev/rmt/0mn&lt;BR /&gt;         &lt;BR /&gt;       * Number of Archives to Save   = 2&lt;BR /&gt;         &lt;BR /&gt;       * Pax type  = tar&lt;BR /&gt;         &lt;BR /&gt;        &lt;BR /&gt;        In?     dsk/vg  name                    minor#  Associated disks/mountpoints&lt;BR /&gt;        2       v       /dev/nehadg             0x03    /dev/dsk/c0t0d0 &lt;BR /&gt;                                                /dev/nehadg/rajlv&lt;BR /&gt;                                                /dev/nehadg/lvol1&lt;BR /&gt;                                                /dev/nehadg/oracle2     /oracle/VBP     2&lt;BR /&gt;        2       v       /dev/vg00               0x00    /dev/dsk/c0t4d0 /dev/dsk/c0t6d0 &lt;BR /&gt;                                                /dev/vg00/lvol1 /stand  2&lt;BR /&gt;                                                /dev/vg00/lvol2&lt;BR /&gt;                                                /dev/vg00/lvol3 /       2&lt;BR /&gt;                                                /dev/vg00/lvol4 /home   2&lt;BR /&gt;                                                /dev/vg00/lvol5 /opt    2&lt;BR /&gt;                                                /dev/vg00/lvol6 /tmp    2&lt;BR /&gt;                                                /dev/vg00/lvol7 /usr    2&lt;BR /&gt;                                                /dev/vg00/lvol8 /var    2&lt;BR /&gt;                                                /dev/vg00/oracle        /oracle 2&lt;BR /&gt;                                                /dev/vg00/oracle1       /oracle/VBP/102_64      2&lt;BR /&gt;&lt;BR /&gt;        ** 0 - The Volume Group or Filesystem is Not included in the&lt;BR /&gt;               System Recovery Archive&lt;BR /&gt;        ** 1 - The Volume Group or Filesystem is Partially included in the&lt;BR /&gt;               System Recovery Archive&lt;BR /&gt;        ** 2 - The Volume Group or Filesystem is Fully included in the&lt;BR /&gt;               System Recovery Archive&lt;BR /&gt;&lt;BR /&gt;       * Checking Versions of Ignite-UX filesets&lt;BR /&gt;       * Creating System Configuration.&lt;BR /&gt;       * /opt/ignite/bin/save_config -f &lt;BR /&gt;         /var/opt/ignite/recovery/2007-02-22,01:33/system_cfg nehadg vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;++++++++ Comments by me +++++++++++&lt;BR /&gt;If we take backup like the above command, we are taking complete backup of vg00 and nehadg. &lt;BR /&gt;If you restore this ignite backup, it will restore all the data in vg00 and nehadg from the&lt;BR /&gt;ignite tape. So you will loose the data if anything modified in agenda volumes&lt;BR /&gt;+++++++++++++++++++++++++++++++++++&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Feb 2009 19:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362310#M502786</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-02-20T19:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: ignite command option clarification..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362311#M502787</link>
      <description>2. Lets take including only vg00 with -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;# make_tape_recovery v -x inc_entire=vg00 -p &lt;BR /&gt;       * Creating local directories for configuration files and archive.&lt;BR /&gt;=======  02/22/07 01:34:00 IST  Started make_tape_recovery. (Thu Feb 22 &lt;BR /&gt;         01:34:00 IST 2007)&lt;BR /&gt;         @(#)Ignite-UX Revision C.6.10.97&lt;BR /&gt;         @(#)ignite/net_recovery (opt) $Revision: 10.834 $ $Date: 2006/06/14 &lt;BR /&gt;         13:47:40 $&lt;BR /&gt;&lt;BR /&gt;       * Testing for necessary pax patch.&lt;BR /&gt;       * Passed pax tests.&lt;BR /&gt;       * Recovery Archive Description = Recovery Archive&lt;BR /&gt;         &lt;BR /&gt;       * Recovery Archive Location    = /dev/rmt/0mn&lt;BR /&gt;         &lt;BR /&gt;       * Number of Archives to Save   = 2&lt;BR /&gt;         &lt;BR /&gt;       * Pax type  = tar&lt;BR /&gt;         &lt;BR /&gt;        &lt;BR /&gt;        In?     dsk/vg  name                    minor#  Associated disks/mountpoints&lt;BR /&gt;        1       v       /dev/nehadg             0x03    /dev/dsk/c0t0d0 &lt;BR /&gt;                                                /dev/nehadg/rajlv&lt;BR /&gt;                                                /dev/nehadg/lvol1&lt;BR /&gt;                                                /dev/nehadg/oracle2     /oracle/VBP     1&lt;BR /&gt;        2       v       /dev/vg00               0x00    /dev/dsk/c0t4d0 /dev/dsk/c0t6d0 &lt;BR /&gt;                                                /dev/vg00/lvol1 /stand  2&lt;BR /&gt;                                                /dev/vg00/lvol2&lt;BR /&gt;                                                /dev/vg00/lvol3 /       2&lt;BR /&gt;                                                /dev/vg00/lvol4 /home   2&lt;BR /&gt;                                                /dev/vg00/lvol5 /opt    2&lt;BR /&gt;                                                /dev/vg00/lvol6 /tmp    2&lt;BR /&gt;                                                /dev/vg00/lvol7 /usr    2&lt;BR /&gt;                                                /dev/vg00/lvol8 /var    2&lt;BR /&gt;                                                /dev/vg00/oracle        /oracle 2&lt;BR /&gt;                                                /dev/vg00/oracle1       /oracle/VBP/102_64      2&lt;BR /&gt;&lt;BR /&gt;        ** 0 - The Volume Group or Filesystem is Not included in the&lt;BR /&gt;               System Recovery Archive&lt;BR /&gt;        ** 1 - The Volume Group or Filesystem is Partially included in the&lt;BR /&gt;               System Recovery Archive&lt;BR /&gt;        ** 2 - The Volume Group or Filesystem is Fully included in the&lt;BR /&gt;               System Recovery Archive&lt;BR /&gt;&lt;BR /&gt;       * Checking Versions of Ignite-UX filesets&lt;BR /&gt;       * Creating System Configuration.&lt;BR /&gt;WARNING: The volume group /dev/nehadg will be only partially included in the &lt;BR /&gt;         System Recovery Archive.  This means that not all files and &lt;BR /&gt;         directories on this volume group will be restored when the archive is &lt;BR /&gt;         installed.  This message can be suppressed using the "-P s" option for&lt;BR /&gt;         make_tape_recovery. See make_tape_recovery(1M) for more details.&lt;BR /&gt;         &lt;BR /&gt;       * /opt/ignite/bin/save_config -f &lt;BR /&gt;         /var/opt/ignite/recovery/2007-02-22,01:34/system_cfg nehadg vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;++++++++ Comments by me +++++++++++&lt;BR /&gt;If you take Ignite backup with the command in step 2, we are taking the entire vg00 backup&lt;BR /&gt;+ a partial data from nehadg from this mount point (/oracle/VBP). Actually we take backup&lt;BR /&gt;of only mountpoints from that directory no actual data&lt;BR /&gt;&lt;BR /&gt;If you restore this ignite image, during the restore we do pvcreate/vgcreate/lvcreate/mkfs&lt;BR /&gt;on nehadg also. See this warning in man page of make_tape_recovery&lt;BR /&gt;....&lt;BR /&gt;  Disks Will be Reformatted&lt;BR /&gt;   If any file from a disk or volume group is included in the recovery&lt;BR /&gt;   archive, that disk (or all disks in the volume group) will be&lt;BR /&gt;   reformatted during the recovery, and only the files included will be&lt;BR /&gt;   recovered.  Any files that were not included in the archive, will &lt;BR /&gt;   have to be restored from normal backups.&lt;BR /&gt;.....&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Feb 2009 19:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362311#M502787</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-02-20T19:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: ignite command option clarification..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362312#M502788</link>
      <description>***********&lt;BR /&gt;I faced this situation once and forced to restore the data from backup. Often we get cases&lt;BR /&gt;once customer lost the data. This time I want to be more proactive since I know what problems&lt;BR /&gt;you are going to face. &lt;BR /&gt;See this Ignite News Letter (Point 3)&lt;BR /&gt;ignite_ux_news_45.htm&lt;BR /&gt;***********&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In the current setup you can take the backup with any of the below Steps&lt;BR /&gt;Step 3. # make_tape_recovery -v -x inc_entire=vg00 -x exclude=/oracle/VBP -p&lt;BR /&gt;       * Creating local directories for configuration files and archive.&lt;BR /&gt;&lt;BR /&gt;=======  02/22/07 01:34:29 IST  Started make_tape_recovery. (Thu Feb 22 &lt;BR /&gt;         01:34:29 IST 2007)&lt;BR /&gt;         @(#)Ignite-UX Revision C.6.10.97&lt;BR /&gt;         @(#)ignite/net_recovery (opt) $Revision: 10.834 $ $Date: 2006/06/14 &lt;BR /&gt;         13:47:40 $&lt;BR /&gt;&lt;BR /&gt;       * Testing for necessary pax patch.&lt;BR /&gt;       * Passed pax tests.&lt;BR /&gt;       * Recovery Archive Description = Recovery Archive&lt;BR /&gt;         &lt;BR /&gt;       * Recovery Archive Location    = /dev/rmt/0mn&lt;BR /&gt;         &lt;BR /&gt;       * Number of Archives to Save   = 2&lt;BR /&gt;         &lt;BR /&gt;       * Pax type  = tar&lt;BR /&gt;         &lt;BR /&gt;        &lt;BR /&gt;        In?     dsk/vg  name                    minor#  Associated disks/mountpoints&lt;BR /&gt;        0       v       /dev/nehadg             0x03    /dev/dsk/c0t0d0 &lt;BR /&gt;                                                /dev/nehadg/rajlv&lt;BR /&gt;                                                /dev/nehadg/lvol1&lt;BR /&gt;                                                /dev/nehadg/oracle2     /oracle/VBP     0&lt;BR /&gt;        1       v       /dev/vg00               0x00    /dev/dsk/c0t4d0 /dev/dsk/c0t6d0 &lt;BR /&gt;                                                /dev/vg00/lvol1 /stand  2&lt;BR /&gt;                                                /dev/vg00/lvol2&lt;BR /&gt;                                                /dev/vg00/lvol3 /       2&lt;BR /&gt;                                                /dev/vg00/lvol4 /home   2&lt;BR /&gt;                                                /dev/vg00/lvol5 /opt    2&lt;BR /&gt;                                                /dev/vg00/lvol6 /tmp    2&lt;BR /&gt;                                                /dev/vg00/lvol7 /usr    2&lt;BR /&gt;                                                /dev/vg00/lvol8 /var    2&lt;BR /&gt;                                                /dev/vg00/oracle        /oracle 2&lt;BR /&gt;                                                /dev/vg00/oracle1       /oracle/VBP/102_64      0&lt;BR /&gt;&lt;BR /&gt;        ** 0 - The Volume Group or Filesystem is Not included in the&lt;BR /&gt;               System Recovery Archive&lt;BR /&gt;        ** 1 - The Volume Group or Filesystem is Partially included in the&lt;BR /&gt;               System Recovery Archive&lt;BR /&gt;        ** 2 - The Volume Group or Filesystem is Fully included in the&lt;BR /&gt;               System Recovery Archive&lt;BR /&gt;&lt;BR /&gt;       * Checking Versions of Ignite-UX filesets&lt;BR /&gt;       * Creating System Configuration.&lt;BR /&gt;WARNING: The volume group /dev/vg00 will be only partially included in the &lt;BR /&gt;         System Recovery Archive.  This means that not all files and &lt;BR /&gt;         directories on this volume group will be restored when the archive is &lt;BR /&gt;         installed.  This message can be suppressed using the "-P s" option for&lt;BR /&gt;         make_tape_recovery. See make_tape_recovery(1M) for more details.&lt;BR /&gt;         &lt;BR /&gt;       * /opt/ignite/bin/save_config -f &lt;BR /&gt;         /var/opt/ignite/recovery/2007-02-22,01:34/system_cfg vg00&lt;BR /&gt;       * Backing Up Volume Group /dev/nehadg&lt;BR /&gt;       * /usr/sbin/vgcfgbackup /dev/nehadg&lt;BR /&gt;       * Creating Map Files for Volume Group /dev/nehadg&lt;BR /&gt;       * /usr/sbin/vgexport -s -p -m /etc/lvmconf/nehadg.mapfile /dev/nehadg&lt;BR /&gt;&lt;BR /&gt;       * Backing Up Volume Group /dev/vg00&lt;BR /&gt;       * /usr/sbin/vgcfgbackup /dev/vg00&lt;BR /&gt;        * Creating Map Files for Volume Group /dev/vg00&lt;BR /&gt;       * /usr/sbin/vgexport -s -p -m /etc/lvmconf/vg00.mapfile /dev/vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;+++++ Comments by me++++++++++++++&lt;BR /&gt;In this backup you won't touch anything from nehadg so there won't be any issues with restore. &lt;BR /&gt;If /oracle filesystem modified consistently, then you need to restore /oracle and /oracle/VBP/102_64&lt;BR /&gt;filesystems after the ignite restore. &lt;BR /&gt;&lt;BR /&gt;If there won't be any modifications to /oracle filesystems then you can use this option&lt;BR /&gt;+++++++++++++++++++++++++++++++++++&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Feb 2009 19:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362312#M502788</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-02-20T19:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: ignite command option clarification..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362313#M502789</link>
      <description>Step 4. Take only OS filesystems backup&lt;BR /&gt;# make_tape_recovery -v -x inc_entire=vg00 -x exclude=/oracle -p        &lt;BR /&gt;&lt;BR /&gt;       * Creating local directories for configuration files and archive.&lt;BR /&gt;&lt;BR /&gt;=======  02/22/07 01:35:12 IST  Started make_tape_recovery. (Thu Feb 22 &lt;BR /&gt;         01:35:12 IST 2007)&lt;BR /&gt;         @(#)Ignite-UX Revision C.6.10.97&lt;BR /&gt;         @(#)ignite/net_recovery (opt) $Revision: 10.834 $ $Date: 2006/06/14 &lt;BR /&gt;         13:47:40 $&lt;BR /&gt;&lt;BR /&gt;       * Testing for necessary pax patch.&lt;BR /&gt;       * Passed pax tests.&lt;BR /&gt;       * Recovery Archive Description = Recovery Archive&lt;BR /&gt;         &lt;BR /&gt;       * Recovery Archive Location    = /dev/rmt/0mn&lt;BR /&gt;         &lt;BR /&gt;       * Number of Archives to Save   = 2&lt;BR /&gt;         &lt;BR /&gt;       * Pax type  = tar&lt;BR /&gt;         &lt;BR /&gt;        &lt;BR /&gt;        In?     dsk/vg  name                    minor#  Associated disks/mountpoints&lt;BR /&gt;        0       v       /dev/nehadg             0x03    /dev/dsk/c0t0d0 &lt;BR /&gt;                                                /dev/nehadg/rajlv&lt;BR /&gt;                                                /dev/nehadg/lvol1&lt;BR /&gt;                                                /dev/nehadg/oracle2     /oracle/VBP     0&lt;BR /&gt;        1       v       /dev/vg00               0x00    /dev/dsk/c0t4d0 /dev/dsk/c0t6d0 &lt;BR /&gt;                                                /dev/vg00/lvol1 /stand  2&lt;BR /&gt;                                                /dev/vg00/lvol2&lt;BR /&gt;                                                /dev/vg00/lvol3 /       2&lt;BR /&gt;                                                /dev/vg00/lvol4 /home   2&lt;BR /&gt;                                                /dev/vg00/lvol5 /opt    2&lt;BR /&gt;                                                /dev/vg00/lvol6 /tmp    2&lt;BR /&gt;                                                /dev/vg00/lvol7 /usr    2&lt;BR /&gt;                                                /dev/vg00/lvol8 /var    2&lt;BR /&gt;                                                /dev/vg00/oracle        /oracle 0&lt;BR /&gt;                                                /dev/vg00/oracle1       /oracle/VBP/102_64      0&lt;BR /&gt;&lt;BR /&gt;        ** 0 - The Volume Group or Filesystem is Not included in the&lt;BR /&gt;               System Recovery Archive&lt;BR /&gt;        ** 1 - The Volume Group or Filesystem is Partially included in the&lt;BR /&gt;               System Recovery Archive&lt;BR /&gt;        ** 2 - The Volume Group or Filesystem is Fully included in the&lt;BR /&gt;               System Recovery Archive&lt;BR /&gt;&lt;BR /&gt;       * Checking Versions of Ignite-UX filesets&lt;BR /&gt;       * Creating System Configuration.&lt;BR /&gt;WARNING: The volume group /dev/vg00 will be only partially included in the &lt;BR /&gt;         System Recovery Archive.  This means that not all files and &lt;BR /&gt;         directories on this volume group will be restored when the archive is &lt;BR /&gt;         installed.  This message can be suppressed using the "-P s" option for&lt;BR /&gt;         make_tape_recovery. See make_tape_recovery(1M) for more details.&lt;BR /&gt;         &lt;BR /&gt;       * /opt/ignite/bin/save_config -f &lt;BR /&gt;         /var/opt/ignite/recovery/2007-02-22,01:35/system_cfg vg00&lt;BR /&gt;       * Backing Up Volume Group /dev/nehadg&lt;BR /&gt;       * /usr/sbin/vgcfgbackup /dev/nehadg&lt;BR /&gt;       * Creating Map Files for Volume Group /dev/nehadg&lt;BR /&gt;       * /usr/sbin/vgexport -s -p -m /etc/lvmconf/nehadg.mapfile /dev/nehadg&lt;BR /&gt;&lt;BR /&gt;       * Backing Up Volume Group /dev/vg00&lt;BR /&gt;       * /usr/sbin/vgcfgbackup /dev/vg00&lt;BR /&gt;       * Creating Map Files for Volume Group /dev/vg00&lt;BR /&gt;       * /usr/sbin/vgexport -s -p -m /etc/lvmconf/vg00.mapfile /dev/vg00&lt;BR /&gt;&lt;BR /&gt;       * Creating Control Configuration.&lt;BR /&gt;       * Creating Archive File List&lt;BR /&gt;       * Creating Archive Configuration&lt;BR /&gt;&lt;BR /&gt;       * /opt/ignite/lbin/make_arch_config -c &lt;BR /&gt;         /var/opt/ignite/recovery/2007-02-22,01:35/archive_cfg -g &lt;BR /&gt;         /var/opt/ignite/recovery/2007-02-22,01:35/flist -n 2007-02-22,01:35 -r&lt;BR /&gt;         pa -b 64 -d Recovery\ Archive -t 1 -i 1 -m t&lt;BR /&gt;       * Saving the information about archive to &lt;BR /&gt;         /var/opt/ignite/recovery/previews&lt;BR /&gt;&lt;BR /&gt;         &lt;BR /&gt;++++ Comments by me ++++++++++++++++&lt;BR /&gt;In this case you only take backup of OS filesystems. After the ignite restore customer need to &lt;BR /&gt;restore all other non-os filesystems from their regular backups&lt;BR /&gt;++++++++++++++++++++++++++++++++++++</description>
      <pubDate>Fri, 20 Feb 2009 19:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362313#M502789</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-02-20T19:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: ignite command option clarification..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362314#M502790</link>
      <description>Note: Ignite backup is only meant for OS Backup/Recovery. For Non-OS filesystems customer need&lt;BR /&gt;to take backup with either native OS Backup utitilies(like tar,cpio,fbackup) or other backup &lt;BR /&gt;solutions. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I would strongly suggest not to use this type of configurations. Its because if customer&lt;BR /&gt;takes ignite backup without knowing all these details with either Step 1 or Step 2 they end&lt;BR /&gt;up in loosing their oracle data after the ignite restore. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Instead would suggest the following type of configuration&lt;BR /&gt;++&lt;BR /&gt;Don't mount any logical volumes of vg00 under some other volume groups mount points &lt;BR /&gt;In my case /dev/vg00/lvol12(its mount point /oracle/VBP/102_64) will under &lt;BR /&gt;/oracle/VBP(whose logical volume belongs to vg02 /dev/vg02/lvol2)&lt;BR /&gt;++&lt;BR /&gt;&lt;BR /&gt;You can either do the following options&lt;BR /&gt;Mount the /dev/vg00/lvol12 to Some other directory&lt;BR /&gt;or&lt;BR /&gt;Create /oralce/VBP/102_64 filesystem under /dev/vg02&lt;BR /&gt;&lt;BR /&gt;Note: If you are taking the complete vg00 backup, after the ignite restore you need to restore the NON-OS data from the backup if those files are modified after customer taken the ignite backup</description>
      <pubDate>Fri, 20 Feb 2009 19:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-command-option-clarification/m-p/4362314#M502790</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-02-20T19:29:47Z</dc:date>
    </item>
  </channel>
</rss>

