<?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: Backup OS using ignite-UX server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-os-using-ignite-ux-server/m-p/3433654#M206185</link>
    <description>I don't think the tape drive on node2 is accessible to node1 even if its running serviceguard. If I'm wrong about that, ignore the rest of this post.&lt;BR /&gt;&lt;BR /&gt;Two choices then.&lt;BR /&gt;&lt;BR /&gt;Veritas Netbackup media servers ($5,000 per box) will allow you to make node2's tape drive available to node 1. Then a standatd make_tape_recovery script will do the job.&lt;BR /&gt;&lt;BR /&gt;There are probably other ways to go.&lt;BR /&gt;&lt;BR /&gt;Or you can do a make_sys_image to an NFS share on node 2 and use ssh to archive the image to tape.&lt;BR /&gt;&lt;BR /&gt;Here is how to do that.&lt;BR /&gt;&lt;BR /&gt;1) define an NFS share on node2 edit /etc/exports and make sure the directory has lots of space.&lt;BR /&gt;&lt;BR /&gt;2) exportfs -av make sure you were successful&lt;BR /&gt;&lt;BR /&gt;3) /usr/contrib/bin/make_sys_image -d /images -s local -u&lt;BR /&gt;&lt;BR /&gt;Step 3 assumes you exported a folder called images. The make_sys_image command temporarily disrupts permissions on files and should be run while the system is idle. Other command options might make it less obnoxious. Note that when you run make_tape_recovery that script calls make_sys_image with options.&lt;BR /&gt;&lt;BR /&gt;4) on node 1 in the backup script &lt;BR /&gt;ssh root@node2 "/usr/bin/tar /images/filename.gz"&lt;BR /&gt;&lt;BR /&gt;This command will take the file directly to tape.&lt;BR /&gt;&lt;BR /&gt;Caveat Emptor. This process is not fully tested and should require tweaks. It will however get the job done at the end of the day.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 30 Nov 2004 22:39:08 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-11-30T22:39:08Z</dc:date>
    <item>
      <title>Backup OS using ignite-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-os-using-ignite-ux-server/m-p/3433653#M206184</link>
      <description>I have 2 node Cluster (just named node1,node2). Tape driver DDS4 is externally attached to node2. both server are installed  ignite-UX bundle. Now i want to back up node1's OS. How do i configure it? (pls explain step by step for me).&lt;BR /&gt;Thank.</description>
      <pubDate>Tue, 30 Nov 2004 22:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-os-using-ignite-ux-server/m-p/3433653#M206184</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2004-11-30T22:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Backup OS using ignite-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-os-using-ignite-ux-server/m-p/3433654#M206185</link>
      <description>I don't think the tape drive on node2 is accessible to node1 even if its running serviceguard. If I'm wrong about that, ignore the rest of this post.&lt;BR /&gt;&lt;BR /&gt;Two choices then.&lt;BR /&gt;&lt;BR /&gt;Veritas Netbackup media servers ($5,000 per box) will allow you to make node2's tape drive available to node 1. Then a standatd make_tape_recovery script will do the job.&lt;BR /&gt;&lt;BR /&gt;There are probably other ways to go.&lt;BR /&gt;&lt;BR /&gt;Or you can do a make_sys_image to an NFS share on node 2 and use ssh to archive the image to tape.&lt;BR /&gt;&lt;BR /&gt;Here is how to do that.&lt;BR /&gt;&lt;BR /&gt;1) define an NFS share on node2 edit /etc/exports and make sure the directory has lots of space.&lt;BR /&gt;&lt;BR /&gt;2) exportfs -av make sure you were successful&lt;BR /&gt;&lt;BR /&gt;3) /usr/contrib/bin/make_sys_image -d /images -s local -u&lt;BR /&gt;&lt;BR /&gt;Step 3 assumes you exported a folder called images. The make_sys_image command temporarily disrupts permissions on files and should be run while the system is idle. Other command options might make it less obnoxious. Note that when you run make_tape_recovery that script calls make_sys_image with options.&lt;BR /&gt;&lt;BR /&gt;4) on node 1 in the backup script &lt;BR /&gt;ssh root@node2 "/usr/bin/tar /images/filename.gz"&lt;BR /&gt;&lt;BR /&gt;This command will take the file directly to tape.&lt;BR /&gt;&lt;BR /&gt;Caveat Emptor. This process is not fully tested and should require tweaks. It will however get the job done at the end of the day.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 30 Nov 2004 22:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-os-using-ignite-ux-server/m-p/3433654#M206185</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-30T22:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Backup OS using ignite-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-os-using-ignite-ux-server/m-p/3433655#M206186</link>
      <description>Thank SEP.&lt;BR /&gt;How about make_net_recovery and make_tape_recovery (using -s option).I want to build node2 as ignite-UX server.and make node1's OS backing up. Whenever node1 fail, I recover node1's OS from recover tape.</description>
      <pubDate>Wed, 01 Dec 2004 03:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-os-using-ignite-ux-server/m-p/3433655#M206186</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2004-12-01T03:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Backup OS using ignite-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-os-using-ignite-ux-server/m-p/3433656#M206187</link>
      <description>Nguyen,&lt;BR /&gt;&lt;BR /&gt;good idea, having a recovery server for the node without tape. However, the thing to consider is that you have a cluster, and typically (though not necessarily) the core IO lan card is used for a seperate, dedicated heartbeat lan.&lt;BR /&gt;&lt;BR /&gt;Now, the issue is that you can only boot over the network via this core IO lan card.&lt;BR /&gt;&lt;BR /&gt;Therefore you need to make sure your ignite server responds to boot requests through the heartbeat lan. I.e. you need to setup a boot IP in /etc/opt/ignite/instl_boottab within the HB-lan and use instl_adm to set the server ip, netmask and route config appropriate.&lt;BR /&gt;&lt;BR /&gt;Run instl_adm -d to display current values.&lt;BR /&gt;&lt;BR /&gt;If you have a chance, test it.&lt;BR /&gt;&lt;BR /&gt;Alternatives are to create a boot CD or use a default install CD to boot from and then you can select a non-core IO lan card to use a certein IP etc. and recover through the default network. The Ignite version on the CD and on your Ignite server should be a relative close match.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Thu, 02 Dec 2004 03:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-os-using-ignite-ux-server/m-p/3433656#M206187</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2004-12-02T03:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Backup OS using ignite-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-os-using-ignite-ux-server/m-p/3433657#M206188</link>
      <description>Nquyen,&lt;BR /&gt;It's a very good idea to config node2 as a ignite server and node1 as a client. But don`t forgot to do a make_tape_recovery -Av of the node2 ( the ignite server . You need a backup of the vg00 of the server too and you have a tape  attached to this.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2004 03:40:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-os-using-ignite-ux-server/m-p/3433657#M206188</guid>
      <dc:creator>Claudio Martin_1</dc:creator>
      <dc:date>2004-12-02T03:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Backup OS using ignite-UX server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-os-using-ignite-ux-server/m-p/3433658#M206189</link>
      <description>Thank all.&lt;BR /&gt;Just Image that 2 nodes independently. (do not think its made 2 nodes cluster). I can shutdown cluster and run 2 node separately.&lt;BR /&gt;Now Image that. I have one Ignite-UX server and want to backup another server'OS. how can i do it.&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2004 04:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-os-using-ignite-ux-server/m-p/3433658#M206189</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2004-12-02T04:57:08Z</dc:date>
    </item>
  </channel>
</rss>

