<?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: Ignite Server and NFS Hang in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870418#M398652</link>
    <description>This is during the backup, not a restore. The problem is the ignite server has the client mount the ignite filesystem with HARD mounts. Is there a way to change them to soft mounts.</description>
    <pubDate>Fri, 12 Nov 2004 15:44:38 GMT</pubDate>
    <dc:creator>hpuxrox</dc:creator>
    <dc:date>2004-11-12T15:44:38Z</dc:date>
    <item>
      <title>Ignite Server and NFS Hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870416#M398650</link>
      <description>I am testing a ignite server in the lab for planing an ignite roll-out to production.&lt;BR /&gt;&lt;BR /&gt;I was wondering if anyone has had problems with the NFS mounts hanging the client machine? I started a make_net_reovery form three machines over night and when I came in this morning, all three machines had NFS hang problems. (bdf hangs etc) I tested this again by disconnecting the lan interface from the ignite server while all three machines were doing make recoverys and it did it again. If this is the case, if the clients hang when they loss connction to the ignite server; There is no way this is going to production.</description>
      <pubDate>Fri, 12 Nov 2004 15:21:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870416#M398650</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2004-11-12T15:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Server and NFS Hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870417#M398651</link>
      <description>This is a pretty common problem.&lt;BR /&gt;&lt;BR /&gt;Ignite needs the networking configuruation just perfect to work properly.&lt;BR /&gt;&lt;BR /&gt;1) Make sure you boot off the private built in lan card. Ignite won't boot of add in lans.&lt;BR /&gt;2)inst_adm -d will show ignite networking&lt;BR /&gt;3) inst_adm -d &amp;gt; file to put the info in a file&lt;BR /&gt;4) edit the file to match actual networking&lt;BR /&gt;5) inst_adm -f file to load the new networking settings&lt;BR /&gt;&lt;BR /&gt;Try again.&lt;BR /&gt;&lt;BR /&gt;It should work. The actual settings depend on the NIC card in use.&lt;BR /&gt;&lt;BR /&gt;You need to boot off built in but can use faster GB add in NIC cards to actually push the golden image.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 12 Nov 2004 15:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870417#M398651</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-12T15:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Server and NFS Hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870418#M398652</link>
      <description>This is during the backup, not a restore. The problem is the ignite server has the client mount the ignite filesystem with HARD mounts. Is there a way to change them to soft mounts.</description>
      <pubDate>Fri, 12 Nov 2004 15:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870418#M398652</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2004-11-12T15:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Server and NFS Hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870419#M398653</link>
      <description>Whoops.&lt;BR /&gt;&lt;BR /&gt;Few more things to check:&lt;BR /&gt;&lt;BR /&gt;1) /etc/exports on the NFS server. It can grant or deny access based on hostname. You need to make sure those permissions are consistent. exportfs -av to see them re-export&lt;BR /&gt;2) Check switch configuration and make sure 1000 BaseT NIC cards are autonegotiate, evven in switch config. 100 BaseT NIC's need to be set to manual in the switch config and on the server in /etc/rc.config.d/hpbtlanconf&lt;BR /&gt;&lt;BR /&gt;Most of my issues with this stuff had to do with /etc/exports configuration.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 12 Nov 2004 15:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870419#M398653</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-12T15:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Server and NFS Hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870420#M398654</link>
      <description>The hard|soft mounts are determained from mount_nfs from the client, not from the servers exports file. The problem is, "make_net_recovery -s igniteserver" run from the client, mount these mounts automagicly. Not from /etc/fstab. So, my question is how to I make Ignite use soft mounts verses hard mounts?</description>
      <pubDate>Fri, 12 Nov 2004 15:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870420#M398654</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2004-11-12T15:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Server and NFS Hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870421#M398655</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I don't know how to configure Ignite to use soft NFS mounts, but my question is: why would you want to use soft mounts in this case?&lt;BR /&gt;&lt;BR /&gt;If you suspect you're having some type of network problem that is causing the NFS mounts to stop responding, a soft mount won't buy you anything except the client may not be hung when you come in the next morning. It doesn't mean the backup will be successful, or that it will have made any better progress than the hard mount did.&lt;BR /&gt;&lt;BR /&gt;Rather than worry about mount options, I'd first try to determine the reason for the NFS mount stop responding,.&lt;BR /&gt;&lt;BR /&gt;Are these clients able to successfully NFS mount filesystems from this server under normal conditions? If so, what mount options do they use when they work properly? UDP/TCP? PV2/PV3? rsize/wsize? Do manual NFS mounts work in addition to automounted filesystems? Have you tried using a tool like iozone to test reading/writing large amounts of data across the NFS mounts, as Ignite does when it performs a backup or install, to see if the client stop responding,during normal read/write operations?&lt;BR /&gt;&lt;BR /&gt;Again, until you get to the bottom of why a normal hard mount is stop responding,I wouldn't spend a lot of time trying to make it a soft mount.&lt;BR /&gt;&lt;BR /&gt;Just my opinion...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 12:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870421#M398655</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2021-06-23T12:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Server and NFS Hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870422#M398656</link>
      <description>Dave knows more about NFS than I'd ever hope to know. I will state for the record that I've done many successful make_net_recovery implementations.&lt;BR /&gt;&lt;BR /&gt;It was done with hard mounts and all trial and error was dealt with by modifying the /etc/exports on the target server.&lt;BR /&gt;&lt;BR /&gt;Here is the successful implementation I used for a three server group, all writing make_net_recovery backups to a target server named tzfat. Here is the relavent portion of tzfat's /etc/exports file.&lt;BR /&gt;&lt;BR /&gt;/images -access=moriah:hebron:jufdev:jufprod&lt;BR /&gt;/var/opt/ignite/recovery/archives/tzfat -anon=2,access=tzfat&lt;BR /&gt;&lt;BR /&gt;All make_net_recovery archives go to /images which I set up to told them. Permissions allow access. The second line was made so the servers can have access to their configuration files when recovering. It may have been necessary to make the recoveries work. I recall some errors complaining the servers could not access their config files.&lt;BR /&gt;&lt;BR /&gt;Ignite version:&lt;BR /&gt;Sat Nov 13 18:10:13 2004:tzfat:/ root user&lt;BR /&gt;[5001 /root #] swlist -l product | grep -i ignite&lt;BR /&gt;  Ignite-UX             B.5.4.50       HP-UX System Installation Services&lt;BR /&gt;&lt;BR /&gt;Which means I have the Ignite version you were seeking in your other thread. I'm starting the rolling upgrade process to V6 right now.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 13 Nov 2004 19:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870422#M398656</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-13T19:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Server and NFS Hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870423#M398657</link>
      <description>Hi Randall&lt;BR /&gt;&lt;BR /&gt;Have you checked your syslog for any messages during the ignites ? We had huge issues here with make_net_recovery. Problem with us was put down to an issue in the SAN. We were getting a tonne of PV timeouts which in turn was causing nfsd to become extremely overworked, this led to him not responding to I/O requests and in the end ignoring an rpcinfo from the cluster monitor daemon. This caused the nfspkg to failover which failed because there was an ignite process that wouldn't let go of the filesystem&lt;BR /&gt;&lt;BR /&gt;nice.....&lt;BR /&gt;&lt;BR /&gt;We are currently re-engineering another solution.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Nov 2004 21:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870423#M398657</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2004-11-13T21:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Server and NFS Hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870424#M398658</link>
      <description>Well, there is no problem to research. I disconnected the LAN card myself from the ignite server to test the affects on the clients. &lt;BR /&gt;&lt;BR /&gt;We are planing a large rollout to 100s of machines. And, these are all very critical machines and cant afford a single point of failure; ignite backups are secondary.&lt;BR /&gt;&lt;BR /&gt;So, system uptime is 100% more important that the ignite back. And, if the ignite has any affect on production it will never be implemented. &lt;BR /&gt;&lt;BR /&gt;I do not want to come in at 1:30AM and find that the ignite server went down and 10 of my production machines are offline becuase of NFS hangs; this is simply unacceptible.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2004 16:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870424#M398658</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2004-11-15T16:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Server and NFS Hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870425#M398659</link>
      <description>If you want to use soft NFS mounts with Ignite you can try mounting filesystem manually with 'soft' option before running make_net_recovery. make_net_recovery won't try to remount the filesystem if it's already mounted.&lt;BR /&gt;&lt;BR /&gt;# mount -o soft &lt;IGNITE_SERVER&gt;:/var/opt/ignite/clients /var/opt/ignite/recovery_client_mnt&lt;BR /&gt;# /opt/ignite/bin/make_net_recovery -s &lt;IGNITE_SERVER&gt;&lt;BR /&gt;# umount /var/opt/ignite/recovery_client_mnt&lt;/IGNITE_SERVER&gt;&lt;/IGNITE_SERVER&gt;</description>
      <pubDate>Mon, 15 Nov 2004 19:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870425#M398659</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-11-15T19:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Server and NFS Hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870426#M398660</link>
      <description>I understand your ignite concerns.&lt;BR /&gt;&lt;BR /&gt;Ignite imaging is used in my shop and extensively all over hp. Every time I went to class and messed over a education center machine, Ignite was used to fix it.&lt;BR /&gt;&lt;BR /&gt;That being said, the issues you are experiencing with Ignite are networking issues. They may or may not have to do with your Ignite configuration.&lt;BR /&gt;&lt;BR /&gt;Its possible there is a networking issue uncovered with Ignite.&lt;BR /&gt;&lt;BR /&gt;You are busy and have a lot more machines to maintain than I do. It still might be worth carefully looking into this issue.&lt;BR /&gt;&lt;BR /&gt;I think there is probably an inconsistency in your server or client instl_adm -d ouptut. That means a network setting is wrong somewhere and is responsible for the entire NFS hang issue.&lt;BR /&gt;&lt;BR /&gt;I had this exact same issue and the response center helped me fix it and avoid a nasty production problem that was just waiting to happen because of how someone had my switch port settings set.&lt;BR /&gt;&lt;BR /&gt;Maybe the response center is the way to go. &lt;BR /&gt;&lt;BR /&gt;If you post some specific data I'm betting you can resolve the issue right here without disrupting production.&lt;BR /&gt;&lt;BR /&gt;Regards and good luck,&lt;BR /&gt;&lt;BR /&gt;steve&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2004 20:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870426#M398660</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-15T20:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Server and NFS Hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870427#M398661</link>
      <description>From  mount_nfs(1M):&lt;BR /&gt;&lt;BR /&gt;  Hard vs. Soft&lt;BR /&gt;           File systems that are mounted read-write or that contain&lt;BR /&gt;           executable files should always be mounted with the hard option.&lt;BR /&gt;           Applications using soft mounted file systems may incur unexpected&lt;BR /&gt;           I/O errors.&lt;BR /&gt;&lt;BR /&gt;Since the purpose of make_net_recovery is an "insurance" in case of future disaster, the most conservative path (hard mount) was taken with regard to writing the archives on NFS.&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Nov 2004 11:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870427#M398661</guid>
      <dc:creator>Michael Roberts_3</dc:creator>
      <dc:date>2004-11-16T11:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Server and NFS Hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870428#M398662</link>
      <description>After working with HP Support, they stated that the mounting of the file systems is hardcoded in the make_net_recovery command. So, that can not be changed. They also suggested running a script that verifies that the NFS mounts have been dismounted properly; which I will put in the make_net_recovery push script. I talked with my mananger and suggested clustering the server due to its criticality, and he seems to not have much of an issue with it. so, i guess my solution, or rather mediation, is to,&lt;BR /&gt;&lt;BR /&gt;Script to verify mounts&lt;BR /&gt;MC/SG Clustering of the ignite server&lt;BR /&gt;&lt;BR /&gt;Thanks for all your help</description>
      <pubDate>Tue, 16 Nov 2004 12:36:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870428#M398662</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2004-11-16T12:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite Server and NFS Hang</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870429#M398663</link>
      <description>Thanks</description>
      <pubDate>Tue, 16 Nov 2004 12:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-server-and-nfs-hang/m-p/4870429#M398663</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2004-11-16T12:37:26Z</dc:date>
    </item>
  </channel>
</rss>

