<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275416#M513536</link>
    <description>Elena,&lt;BR /&gt;&lt;BR /&gt;I have the same thing.&lt;BR /&gt;&lt;BR /&gt;$ more /etc/exports&lt;BR /&gt;/var/opt/ignite/clients -anon=2&lt;BR /&gt;/var/opt/ignite/recovery/archives/host2 -anon=2,access=host2&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 13 May 2004 10:26:55 GMT</pubDate>
    <dc:creator>Brent DeGennaro</dc:creator>
    <dc:date>2004-05-13T10:26:55Z</dc:date>
    <item>
      <title>make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275409#M513529</link>
      <description>I just started tinkering with Ignite and attempted to make a network recovery archive and I'm getting this error.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Unable to mount or write host:/var/opt/ignite/recovery/archive/host2&lt;BR /&gt;On host you may need to:&lt;BR /&gt;mkdir -p /var/opt/ignite/recovery/archives/host2&lt;BR /&gt;chown bin:bin /var/opt/ignite/recovery/archives/host2&lt;BR /&gt;vi /etc/exports (add or modify an entry)&lt;BR /&gt;exportfs -av&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I've done all of these things so I'm not sure where my problem is. Any help would be greatly appreciated. &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 13 May 2004 09:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275409#M513529</guid>
      <dc:creator>Brent DeGennaro</dc:creator>
      <dc:date>2004-05-13T09:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275410#M513530</link>
      <description>Brent&lt;BR /&gt;&lt;BR /&gt;is NFS running?&lt;BR /&gt;&lt;BR /&gt;check /etc/rc.config.d/nfsconf&lt;BR /&gt;NFS_CLIENT=&lt;BR /&gt;NFS_SERVER=&lt;BR /&gt;&lt;BR /&gt;set both to 1 on the server, and set NFS_CLIENT to 1 on the client.&lt;BR /&gt;&lt;BR /&gt;run&lt;BR /&gt;/sbin/inti.d/nfs.core start&lt;BR /&gt;/sbin/init.d/nfs.client start&lt;BR /&gt;/sbin/init.d/nfs.server start&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Thu, 13 May 2004 09:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275410#M513530</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2004-05-13T09:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275411#M513531</link>
      <description>on host2, run rpcinfo to see if you have all the required rpc stuff needed for nfs, then run the following on host2 to verify the processes:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -efH|head -1; UNIX95= ps -efH|egrep "inetd|rpc|mount|nfs"|grep -v grep;  rpcinfo -p|egrep "service|nfs"; showmount -e; mount -p&lt;BR /&gt;&lt;BR /&gt;the last two commands in that string should show you the exported and mounted file systems for host2.</description>
      <pubDate>Thu, 13 May 2004 09:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275411#M513531</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-05-13T09:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275412#M513532</link>
      <description>Bernhard,&lt;BR /&gt;&lt;BR /&gt;On my ignite server:&lt;BR /&gt;&lt;BR /&gt;NFS_CLIENT=1&lt;BR /&gt;NFS_SERVER=1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On the client:&lt;BR /&gt;&lt;BR /&gt;NFS_CLIENT=1&lt;BR /&gt;NFS_SERVER=1</description>
      <pubDate>Thu, 13 May 2004 09:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275412#M513532</guid>
      <dc:creator>Brent DeGennaro</dc:creator>
      <dc:date>2004-05-13T09:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275413#M513533</link>
      <description>Brent&lt;BR /&gt;&lt;BR /&gt;try if you can maunally mount and umount an exported filesystem.&lt;BR /&gt;&lt;BR /&gt;Also use nslookup to verify hostname resolution and reverse lookup of ip adress match.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Thu, 13 May 2004 09:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275413#M513533</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2004-05-13T09:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275414#M513534</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;Looks like everything is there.&lt;BR /&gt;&lt;BR /&gt;host:/var/opt/ignite/clients  /var/opt/ignite/recovery/client_mnt  nfs   defaults,NFSv3                0 0</description>
      <pubDate>Thu, 13 May 2004 09:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275414#M513534</guid>
      <dc:creator>Brent DeGennaro</dc:creator>
      <dc:date>2004-05-13T09:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275415#M513535</link>
      <description>Brent,&lt;BR /&gt;&lt;BR /&gt;How your /etc/exports file looks like on the Ignite server? On my Ignite server I have:&lt;BR /&gt;&lt;BR /&gt;more /etc/exports&lt;BR /&gt;&lt;BR /&gt;/var/opt/ignite/clients -anon=2&lt;BR /&gt;/var/opt/ignite/recovery/archives/clienthostname -anon=2,access=clienthostname&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Elena.</description>
      <pubDate>Thu, 13 May 2004 10:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275415#M513535</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2004-05-13T10:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275416#M513536</link>
      <description>Elena,&lt;BR /&gt;&lt;BR /&gt;I have the same thing.&lt;BR /&gt;&lt;BR /&gt;$ more /etc/exports&lt;BR /&gt;/var/opt/ignite/clients -anon=2&lt;BR /&gt;/var/opt/ignite/recovery/archives/host2 -anon=2,access=host2&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 May 2004 10:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275416#M513536</guid>
      <dc:creator>Brent DeGennaro</dc:creator>
      <dc:date>2004-05-13T10:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275417#M513537</link>
      <description>It should work!&lt;BR /&gt;&lt;BR /&gt;Try to mount it manually from host2&lt;BR /&gt;On host2&lt;BR /&gt;# mount \&lt;BR /&gt;host:/var/opt/ignite/recovery/archives/host2  \&lt;BR /&gt;/mnt/&lt;BR /&gt;&lt;BR /&gt;# touch /mnt/test&lt;BR /&gt;&lt;BR /&gt;What happens?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Where /var/opt/ignite/recovery/archives/host2 stays? What logical volume on?&lt;BR /&gt;&lt;BR /&gt;On host:&lt;BR /&gt;# exportfs&lt;BR /&gt;# mount&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 May 2004 10:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275417#M513537</guid>
      <dc:creator>Francesco Campalastri</dc:creator>
      <dc:date>2004-05-13T10:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275418#M513538</link>
      <description>This is from the recovery.log&lt;BR /&gt;&lt;BR /&gt;# more recovery.log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=======  05/13/04 11:20:51 EDT  Started /opt/ignite/bin/make_net_recovery. (Thu&lt;BR /&gt;         May 13 11:20:51 EDT 2004)&lt;BR /&gt;         @(#) Ignite-UX Revision B.5.3.35&lt;BR /&gt;         @(#) net_recovery (opt) $Revision: 10.624 $&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       * User interface starting.&lt;BR /&gt;NOTE:    vgdisplay -v unsuccessful&lt;BR /&gt;Permission denied&lt;BR /&gt;ERROR:   Could not NFS mount the directory&lt;BR /&gt;         "/var/opt/ignite/recovery/archives/earl" from "ej". Ensure that the&lt;BR /&gt;         directory has been exported using the "exportfs" command.&lt;BR /&gt;Permission denied&lt;BR /&gt;ERROR:   Could not NFS mount the directory&lt;BR /&gt;         "/var/opt/ignite/recovery/archives/earl" from "ej". Ensure that the&lt;BR /&gt;         directory has been exported using the "exportfs" command.&lt;BR /&gt;       * User interface was cancelled.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=======  05/13/04 11:50:29 EDT  make_net_recovery completed unsuccessfully</description>
      <pubDate>Thu, 13 May 2004 12:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275418#M513538</guid>
      <dc:creator>Brent DeGennaro</dc:creator>
      <dc:date>2004-05-13T12:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275419#M513539</link>
      <description>Ok, on ej:&lt;BR /&gt;&lt;BR /&gt;# mount&lt;BR /&gt;# exportfs &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and give us the output please,&lt;BR /&gt;francesco</description>
      <pubDate>Thu, 13 May 2004 12:16:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275419#M513539</guid>
      <dc:creator>Francesco Campalastri</dc:creator>
      <dc:date>2004-05-13T12:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275420#M513540</link>
      <description>Brent, &lt;BR /&gt;&lt;BR /&gt;I wonder if you have a problem with the /etc/lvmtab? Do strings /etc/lvmtab and vgdisplay -v vg00. Do your Cur PV and Act Pv are consistent and lvmtab looks as you expect?&lt;BR /&gt;&lt;BR /&gt;Just a thought, &lt;BR /&gt;Elena.</description>
      <pubDate>Thu, 13 May 2004 12:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275420#M513540</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2004-05-13T12:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275421#M513541</link>
      <description># mount&lt;BR /&gt;/ on /dev/vg00/lvol3 log on Wed May  5 06:28:06 2004&lt;BR /&gt;/stand on /dev/vg00/lvol1 defaults on Wed May  5 06:28:07 2004&lt;BR /&gt;/web/test3.morris.com on /dev/vg00/test3 delaylog,nodatainlog on Wed May  5 06:28:16 2004&lt;BR /&gt;/web/test3.morris.com/wayne on /dev/vg00/wayne delaylog,nodatainlog on Wed May  5 06:28:16 2004&lt;BR /&gt;/web/ows1 on /dev/vg00/owslog delaylog,nodatainlog on Wed May  5 06:28:16 2004&lt;BR /&gt;/var on /dev/vg00/lvol8 delaylog,nodatainlog on Wed May  5 06:28:16 2004&lt;BR /&gt;/var/spool/apfeed on /dev/vg00/apfeed delaylog,nodatainlog on Wed May  5 06:28:16 2004&lt;BR /&gt;/var/opt/perforce on /dev/vg00/lvol_perforce delaylog,nodatainlog on Wed May  5 06:28:17 2004&lt;BR /&gt;/var/opt/nms on /dev/vg00/lvol_var_nms delaylog,nodatainlog on Wed May  5 06:28:17 2004&lt;BR /&gt;/var/opt/inn on /dev/vg00/inn delaylog,nodatainlog on Wed May  5 06:28:17 2004&lt;BR /&gt;/var/adm/sw on /dev/vg00/vasw delaylog,nodatainlog on Wed May  5 06:28:17 2004&lt;BR /&gt;/usr on /dev/vg00/lvol7 delaylog,nodatainlog on Wed May  5 06:28:17 2004&lt;BR /&gt;/u02 on /dev/vg00/u02 delaylog,nodatainlog on Wed May  5 06:28:17 2004&lt;BR /&gt;/u01 on /dev/vg00/u01 delaylog,nodatainlog on Wed May  5 06:28:17 2004&lt;BR /&gt;/tmp on /dev/vg00/lvol4 delaylog,nodatainlog on Wed May  5 06:28:18 2004&lt;BR /&gt;/opt on /dev/vg00/lvol6 delaylog,nodatainlog on Wed May  5 06:28:18 2004&lt;BR /&gt;/opt/nms on /dev/vg00/lvol_opt_nms delaylog,nodatainlog on Wed May  5 06:28:18 2004&lt;BR /&gt;/opt/gnome on /dev/vg00/lvol_gnome delaylog,nodatainlog on Wed May  5 06:28:18 2004&lt;BR /&gt;/opt/Netscape on /dev/vg00/lvol_opt_Netscape delaylog,nodatainlog on Wed May  5 06:28:18 2004&lt;BR /&gt;/home on /dev/vg00/lvol5 delaylog,nodatainlog on Wed May  5 06:28:18 2004&lt;BR /&gt;/home/rnelson on /dev/vg00/lvol_home_rnelson delaylog,nodatainlog on Wed May  5 06:28:19 2004&lt;BR /&gt;/home/rnelson/projects on /dev/vg00/jungrm delaylog,nodatainlog on Wed May  5 06:28:19 2004&lt;BR /&gt;# exportfs&lt;BR /&gt;/var/opt/ignite/clients                           -anon=2&lt;BR /&gt;/var/opt/ignite/recovery/archives/earl.morris.com -anon=2,access=earl.morris.com</description>
      <pubDate>Thu, 13 May 2004 12:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275421#M513541</guid>
      <dc:creator>Brent DeGennaro</dc:creator>
      <dc:date>2004-05-13T12:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275422#M513542</link>
      <description>hmm just a wild guess, &lt;BR /&gt;&lt;BR /&gt;are sure certain the ownership is bin:bin for /var/opt/ignite/recovery on both sides? And the permissions are set correctly 755.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 May 2004 13:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275422#M513542</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2004-05-13T13:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275423#M513543</link>
      <description>755 on both hosts</description>
      <pubDate>Thu, 13 May 2004 13:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275423#M513543</guid>
      <dc:creator>Brent DeGennaro</dc:creator>
      <dc:date>2004-05-13T13:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275424#M513544</link>
      <description>Brent,&lt;BR /&gt;&lt;BR /&gt;this looks like you have an exported directory /var/opt/ignite/recovery/archives/earl.morris.com on ej&lt;BR /&gt;&lt;BR /&gt;but earl wants to mount&lt;BR /&gt;ej:/var/opt/ignite/recovery/archives/earl&lt;BR /&gt;&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;So you should check /etc/hosts and /etc/nsswitch.conf plus your DNS servers to get things straight.&lt;BR /&gt;&lt;BR /&gt;For your current issue it *might* help to&lt;BR /&gt;run exportfs -ua cd /var/opt/ignite/recovery/archives&lt;BR /&gt;mv earl.morris.com earl&lt;BR /&gt;edit /etc/exports and remove .morris.com&lt;BR /&gt;run exportfs -va&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard&lt;BR /&gt;</description>
      <pubDate>Thu, 13 May 2004 13:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275424#M513544</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2004-05-13T13:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: make_net_recovery question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275425#M513545</link>
      <description>I totally agree with Bernhard,&lt;BR /&gt;probably the servers have two different name resolution.&lt;BR /&gt;&lt;BR /&gt;Probably&lt;BR /&gt;/etc/hosts differ between two servers or&lt;BR /&gt;/etc/resolv.conf differs or&lt;BR /&gt;/etc/nsswitch.conf differ.&lt;BR /&gt;&lt;BR /&gt;Francesco</description>
      <pubDate>Thu, 13 May 2004 17:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-net-recovery-question/m-p/3275425#M513545</guid>
      <dc:creator>Francesco Campalastri</dc:creator>
      <dc:date>2004-05-13T17:01:37Z</dc:date>
    </item>
  </channel>
</rss>

