- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite Server and NFS Hang
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 07:21 AM
11-12-2004 07:21 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 07:26 AM
11-12-2004 07:26 AM
Re: Ignite Server and NFS Hang
Ignite needs the networking configuruation just perfect to work properly.
1) Make sure you boot off the private built in lan card. Ignite won't boot of add in lans.
2)inst_adm -d will show ignite networking
3) inst_adm -d > file to put the info in a file
4) edit the file to match actual networking
5) inst_adm -f file to load the new networking settings
Try again.
It should work. The actual settings depend on the NIC card in use.
You need to boot off built in but can use faster GB add in NIC cards to actually push the golden image.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 07:44 AM
11-12-2004 07:44 AM
Re: Ignite Server and NFS Hang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 07:50 AM
11-12-2004 07:50 AM
Re: Ignite Server and NFS Hang
Few more things to check:
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
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
Most of my issues with this stuff had to do with /etc/exports configuration.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 07:55 AM
11-12-2004 07:55 AM
Re: Ignite Server and NFS Hang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2004 10:45 AM - last edited on 06-23-2021 05:46 AM by Ramya_Heera
11-12-2004 10:45 AM - last edited on 06-23-2021 05:46 AM by Ramya_Heera
Re: Ignite Server and NFS Hang
Hi,
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?
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.
Rather than worry about mount options, I'd first try to determine the reason for the NFS mount stop responding,.
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?
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.
Just my opinion...
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2004 11:13 AM
11-13-2004 11:13 AM
Re: Ignite Server and NFS Hang
It was done with hard mounts and all trial and error was dealt with by modifying the /etc/exports on the target server.
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.
/images -access=moriah:hebron:jufdev:jufprod
/var/opt/ignite/recovery/archives/tzfat -anon=2,access=tzfat
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.
Ignite version:
Sat Nov 13 18:10:13 2004:tzfat:/ root user
[5001 /root #] swlist -l product | grep -i ignite
Ignite-UX B.5.4.50 HP-UX System Installation Services
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.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2004 01:33 PM
11-13-2004 01:33 PM
Re: Ignite Server and NFS Hang
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
nice.....
We are currently re-engineering another solution.
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 08:18 AM
11-15-2004 08:18 AM
Re: Ignite Server and NFS Hang
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.
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 11:40 AM
11-15-2004 11:40 AM
Solution# mount -o soft
# /opt/ignite/bin/make_net_recovery -s
# umount /var/opt/ignite/recovery_client_mnt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 12:16 PM
11-15-2004 12:16 PM
Re: Ignite Server and NFS Hang
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.
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.
Its possible there is a networking issue uncovered with Ignite.
You are busy and have a lot more machines to maintain than I do. It still might be worth carefully looking into this issue.
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.
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.
Maybe the response center is the way to go.
If you post some specific data I'm betting you can resolve the issue right here without disrupting production.
Regards and good luck,
steve
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 03:14 AM
11-16-2004 03:14 AM
Re: Ignite Server and NFS Hang
Hard vs. Soft
File systems that are mounted read-write or that contain
executable files should always be mounted with the hard option.
Applications using soft mounted file systems may incur unexpected
I/O errors.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 04:36 AM
11-16-2004 04:36 AM
Re: Ignite Server and NFS Hang
Script to verify mounts
MC/SG Clustering of the ignite server
Thanks for all your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 04:37 AM
11-16-2004 04:37 AM