<?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: Make a full system backup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-a-full-system-backup/m-p/4413884#M353379</link>
    <description>The best way is to use ignite-ux , all the info you need:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/oshpux11iv2.html#Ignite-UX" target="_blank"&gt;http://docs.hp.com/en/oshpux11iv2.html#Ignite-UX&lt;/A&gt;</description>
    <pubDate>Wed, 06 May 2009 05:55:18 GMT</pubDate>
    <dc:creator>likid0</dc:creator>
    <dc:date>2009-05-06T05:55:18Z</dc:date>
    <item>
      <title>Make a full system backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-a-full-system-backup/m-p/4413883#M353378</link>
      <description>Hi,&lt;BR /&gt;I want to make a full system backup, in case of disaster, I can restore all HPUX files.&lt;BR /&gt;Please tell me, the command:&lt;BR /&gt;&lt;BR /&gt;fbackup -f /dev/rmt/0m -i /&lt;BR /&gt;&lt;BR /&gt;is enough to have a backup in the tape?&lt;BR /&gt;How to restore, in case of disaster (presuming that HPUX will not run in init 0)?&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Wed, 06 May 2009 05:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-a-full-system-backup/m-p/4413883#M353378</guid>
      <dc:creator>Samshen</dc:creator>
      <dc:date>2009-05-06T05:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Make a full system backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-a-full-system-backup/m-p/4413884#M353379</link>
      <description>The best way is to use ignite-ux , all the info you need:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/oshpux11iv2.html#Ignite-UX" target="_blank"&gt;http://docs.hp.com/en/oshpux11iv2.html#Ignite-UX&lt;/A&gt;</description>
      <pubDate>Wed, 06 May 2009 05:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-a-full-system-backup/m-p/4413884#M353379</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2009-05-06T05:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Make a full system backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-a-full-system-backup/m-p/4413885#M353380</link>
      <description>Your question if fbackup is enough.&lt;BR /&gt;&lt;BR /&gt;It will do for restoring lost and corrupted files, however for a disaster recovery,&lt;BR /&gt;you need to have in conjunction aan &lt;BR /&gt;Ignite backup of your boot disk vg00&lt;BR /&gt;&lt;BR /&gt;You should do your fbackup frequently&lt;BR /&gt;weekly and monthly.&lt;BR /&gt;&lt;BR /&gt;Your Ignite backups you need to do only after&lt;BR /&gt;a change to your vg00 or to your kernel.&lt;BR /&gt;&lt;BR /&gt;So you need both.&lt;BR /&gt;Beware.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 May 2009 06:02:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-a-full-system-backup/m-p/4413885#M353380</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2009-05-06T06:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Make a full system backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-a-full-system-backup/m-p/4413886#M353381</link>
      <description>HI,&lt;BR /&gt;The best way to take full system backup is using make_tape_recovery the full command is&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/make_tape_recovery -Av -a /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;It will take full vg00 into your defualt tape drive&lt;BR /&gt;&lt;BR /&gt;if you want to take full backup of vg00 and vg01 and you want to dump /tmp then the command will be&lt;BR /&gt;&lt;BR /&gt;# make_tape_recovery â  x inc_entire=vg00 â  x inc_entire=vg01 â  x exclude=/tmp&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 06 May 2009 06:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-a-full-system-backup/m-p/4413886#M353381</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-05-06T06:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Make a full system backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-a-full-system-backup/m-p/4413887#M353382</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You need to follow two step backup recovery process for disaster recovery plan.&lt;BR /&gt;&lt;BR /&gt;Use ignite to take OS(VG00) backup and fbackup for other filesystem(non-VG00) backup.&lt;BR /&gt;&lt;BR /&gt;To take entire vg00 backup.&lt;BR /&gt;&lt;BR /&gt;#make_tape_recovery -I -Av &lt;BR /&gt;&lt;BR /&gt;To take other VG's backup.&lt;BR /&gt;&lt;BR /&gt;#fbackup -vf /dev/rmt/0m -g &lt;GRAPH file=""&gt;&lt;BR /&gt;&lt;BR /&gt;Note: here &lt;GRAPH file=""&gt; should contain all the mount points which needs to be backed up. refer man fbackup for more details.&lt;BR /&gt;&lt;BR /&gt;In case of disaster, first you need to restore the ignite tape followed by frecover to bring the system to earlier state.&lt;/GRAPH&gt;&lt;/GRAPH&gt;</description>
      <pubDate>Wed, 06 May 2009 06:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-a-full-system-backup/m-p/4413887#M353382</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-05-06T06:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Make a full system backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-a-full-system-backup/m-p/4413888#M353383</link>
      <description>Dear Friend&lt;BR /&gt;&lt;BR /&gt;The ignite ux make_tape_recovery command creates  a system recovery tape that  can be used to boot and recover a system that has become unbootable root disk or root volume group.&lt;BR /&gt;&lt;BR /&gt;1.load writable tape in u system&lt;BR /&gt;&lt;BR /&gt; enter the command&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks and regards &lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir</description>
      <pubDate>Wed, 06 May 2009 07:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-a-full-system-backup/m-p/4413888#M353383</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-05-06T07:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Make a full system backup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-a-full-system-backup/m-p/4413889#M353384</link>
      <description>Dear,&lt;BR /&gt;&lt;BR /&gt;As per my liitle experience we are taking the os (if it is vg00)backup through ignite(only if ignite is enabled in that server)&lt;BR /&gt;&lt;BR /&gt;through make_tape_recovery -Av -a &lt;TAPE device="" file=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and the file system backup using fbackup,or else you can simply use SAM for the same purpose &lt;BR /&gt;&lt;BR /&gt;SAM---backup and recovery--interactive backup and recovery---actions ---backup fies ---Add all required logical volumes there.&lt;BR /&gt;&lt;BR /&gt;using this fbackup will occur for the file systems.&lt;/TAPE&gt;</description>
      <pubDate>Wed, 06 May 2009 09:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-a-full-system-backup/m-p/4413889#M353384</guid>
      <dc:creator>Jestin John Chacko</dc:creator>
      <dc:date>2009-05-06T09:50:00Z</dc:date>
    </item>
  </channel>
</rss>

