<?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_net_recovery error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/3354640#M514101</link>
    <description>The model for make_net_recovery is to create a machine specific archive on an Ignite Server.&lt;BR /&gt;&lt;BR /&gt;Two choices I think on how to deal with it:&lt;BR /&gt;&lt;BR /&gt;1) Make the Netapp directory an exported NFS mount. This will let you write your archive directly to that server as part of the command line you use to built the recovery archive.&lt;BR /&gt;&lt;BR /&gt;2) Manually copy the archives over to the Netapp server at the end of the make_net_recovery process.&lt;BR /&gt;&lt;BR /&gt;Either way you'll need to test this.  The naming convention on make_net_recovery archives is somewhat difficult for me to remember or script, but I'm sure it can be done.&lt;BR /&gt;&lt;BR /&gt;Note item 1 won't work if Netapp can'd do an NFS export.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 11 Aug 2004 10:14:23 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-08-11T10:14:23Z</dc:date>
    <item>
      <title>make_net_recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/3354639#M514100</link>
      <description>Hello All &lt;BR /&gt;I have an Ignite server, and i replace the directory - /var/opt/ignite/recovery/archives&lt;BR /&gt;to a link which lead to another server (Netapp directory - give me much more disk space) , but when i am doing make_net_recovery the command fails because it is needed to be export at the /etc/exports file at the ignite server.&lt;BR /&gt;Can i do make_net_recovery and save the archives on another server ?&lt;BR /&gt;10x&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2004 09:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/3354639#M514100</guid>
      <dc:creator>yaron daniel</dc:creator>
      <dc:date>2004-08-11T09:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/3354640#M514101</link>
      <description>The model for make_net_recovery is to create a machine specific archive on an Ignite Server.&lt;BR /&gt;&lt;BR /&gt;Two choices I think on how to deal with it:&lt;BR /&gt;&lt;BR /&gt;1) Make the Netapp directory an exported NFS mount. This will let you write your archive directly to that server as part of the command line you use to built the recovery archive.&lt;BR /&gt;&lt;BR /&gt;2) Manually copy the archives over to the Netapp server at the end of the make_net_recovery process.&lt;BR /&gt;&lt;BR /&gt;Either way you'll need to test this.  The naming convention on make_net_recovery archives is somewhat difficult for me to remember or script, but I'm sure it can be done.&lt;BR /&gt;&lt;BR /&gt;Note item 1 won't work if Netapp can'd do an NFS export.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 11 Aug 2004 10:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/3354640#M514101</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-08-11T10:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/3354641#M514102</link>
      <description>Yes, you can use make_net_recovery to create and store the recovery archive on a different system (IUX server).&lt;BR /&gt;&lt;BR /&gt; But for the IUX client to be able to create the archives, it should be able to mount the directories from the IUX server via NFS.&lt;BR /&gt;&lt;BR /&gt; Try this from the IUX server&lt;BR /&gt;&lt;BR /&gt;# exportfs -iv -o anon=2 /var/opt/ignite/clients&lt;BR /&gt;# mkdir /var/opt/ignite/recovery/archives/&lt;CLIENTNAME&gt;&lt;BR /&gt;# chown bin:bin /var/opt/ignite/recovery/archives/&lt;CLIENTNAME&gt;&lt;BR /&gt;# exportfs -iv -o anon=2,access=&lt;CLIENTNAME&gt; /var/opt/ignite/recovery/archives/&lt;CLIENTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;  Now from the IUX client, try make_net_recovery - it should work.&lt;BR /&gt;&lt;BR /&gt;&lt;/CLIENTNAME&gt;&lt;/CLIENTNAME&gt;&lt;/CLIENTNAME&gt;&lt;/CLIENTNAME&gt;</description>
      <pubDate>Wed, 11 Aug 2004 10:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/3354641#M514102</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-08-11T10:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/3354642#M514103</link>
      <description>10x to u all&lt;BR /&gt;&lt;BR /&gt;I make it with a script file:&lt;BR /&gt;On the Netapp i export the qtree with root access to the client.&lt;BR /&gt;On the make_net_recovery i used the -a netapp:dir and it is working o.k.&lt;BR /&gt;&lt;BR /&gt;Here is the script: (need to be run from the client)&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;HOST=`/bin/hostname`&lt;BR /&gt;BASE_DIR="/n/NETAPP/IGNITE/archives"&lt;BR /&gt;&lt;BR /&gt;if [ -d ${BASE_DIR}/${HOST} ] ; then&lt;BR /&gt;  echo "Dir exist"&lt;BR /&gt; else&lt;BR /&gt;  mkdir ${BASE_DIR}/${HOST} ; chown bin:bin ${BASE_DIR}/${HOST}&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;make_net_recovery -s Ignite-server -a NETAPP:/IGNITE/archives/${HOST} -x inc_entire=/dev/vg00 -n 2 -v&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2004 03:38:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-error/m-p/3354642#M514103</guid>
      <dc:creator>yaron daniel</dc:creator>
      <dc:date>2004-08-12T03:38:47Z</dc:date>
    </item>
  </channel>
</rss>

