<?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: Operating system backup and network install in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/operating-system-backup-and-network-install/m-p/3740168#M21993</link>
    <description>For a network install/update from ISOs or distribution files, you'll need a tftp and pxe server.  Fortunately, if you work with CD or DVD media, "update OS" is one of the selections you can choose.&lt;BR /&gt;&lt;BR /&gt;Or you can use up2date.  Or you can download the newer kernel rpm and use rpm -Uvh on it.&lt;BR /&gt;&lt;BR /&gt;As for making backups, read up on dd, tar, and amanda.  I'd personally would stick an additional set of drives in the unit and do a dd of each physical device to a new drive.</description>
    <pubDate>Tue, 28 Feb 2006 10:40:54 GMT</pubDate>
    <dc:creator>Alan_152</dc:creator>
    <dc:date>2006-02-28T10:40:54Z</dc:date>
    <item>
      <title>Operating system backup and network install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/operating-system-backup-and-network-install/m-p/3740166#M21991</link>
      <description>Hello,&lt;BR /&gt;sorry for my neophyte question: i have to upgrade my Red Hat Rel3 from U3 to U6: in the release notes it is suggested a "network" install in order to avoid a scratch instalaltion: how to perform this network installation?&lt;BR /&gt;More: i need to backup the operating system before the activity; in hpux there is a tool (make_tape_recovery) that creates a tape able to reinstall the operating system; is there any simialr tool in Red Hat?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance &lt;BR /&gt;RV</description>
      <pubDate>Mon, 27 Feb 2006 11:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/operating-system-backup-and-network-install/m-p/3740166#M21991</guid>
      <dc:creator>Roberto Volsa</dc:creator>
      <dc:date>2006-02-27T11:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Operating system backup and network install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/operating-system-backup-and-network-install/m-p/3740167#M21992</link>
      <description>AFAIK, RH suggests to use "up2date" for updating their RHEL. up2date uses RHN server for downloading &amp;amp; installing patches.&lt;BR /&gt;&lt;BR /&gt;As for Linux OS backup - there are several tools, for example Mondo rescue (&lt;A href="http://www.mondorescue.org/)," target="_blank"&gt;http://www.mondorescue.org/),&lt;/A&gt; &lt;BR /&gt;systemImager (&lt;A href="http://www.systemimager.org)" target="_blank"&gt;www.systemimager.org)&lt;/A&gt; and others.&lt;BR /&gt;&lt;BR /&gt;But again - as far as I understand, you don't need backup/restore your system; you should register and update your system using up2date/RHN.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
      <pubDate>Mon, 27 Feb 2006 14:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/operating-system-backup-and-network-install/m-p/3740167#M21992</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-02-27T14:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Operating system backup and network install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/operating-system-backup-and-network-install/m-p/3740168#M21993</link>
      <description>For a network install/update from ISOs or distribution files, you'll need a tftp and pxe server.  Fortunately, if you work with CD or DVD media, "update OS" is one of the selections you can choose.&lt;BR /&gt;&lt;BR /&gt;Or you can use up2date.  Or you can download the newer kernel rpm and use rpm -Uvh on it.&lt;BR /&gt;&lt;BR /&gt;As for making backups, read up on dd, tar, and amanda.  I'd personally would stick an additional set of drives in the unit and do a dd of each physical device to a new drive.</description>
      <pubDate>Tue, 28 Feb 2006 10:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/operating-system-backup-and-network-install/m-p/3740168#M21993</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-02-28T10:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Operating system backup and network install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/operating-system-backup-and-network-install/m-p/3740169#M21994</link>
      <description>The only supported way to update your current red hat to a new "update level" is using up2date (Red Hat Network). The other option is to download the easy iso from RHN, but you must reinstall your server.&lt;BR /&gt;&lt;BR /&gt;To fully backup your server, you can use mondo as described above, or make a backup of all your file systems with the "star" command, like this:&lt;BR /&gt;&lt;BR /&gt;star â  c f=/dev/st0 â  xdev â  sparse â  acl /boot &lt;BR /&gt;star â  c f=/dev/st0 â  xdev â  sparse â  acl â  C / &lt;BR /&gt;star â  c f=/dev/st0 â  xdev â  sparse â  acl â  C /usr&lt;BR /&gt;star â  c f=/dev/st0 â  xdev â  sparse â  acl â  C /var&lt;BR /&gt;star â  c f=/dev/st0 â  xdev â  sparse â  acl â  C /home&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Feb 2006 11:17:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/operating-system-backup-and-network-install/m-p/3740169#M21994</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-28T11:17:41Z</dc:date>
    </item>
  </channel>
</rss>

