- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error on NFS-mounted filesystem.
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
03-19-2003 07:20 AM
03-19-2003 07:20 AM
Error on NFS-mounted filesystem.
Sometimes we get this error when running an application. The application data is located on a NFS-mounted volume (HP-UX 11.11 server). We don't get this error with local data or with NFS mounts on a Linux server.
? FORTRAN Runtime Error:
? Attempt to read past end of record
? READ(UNIT=10,...
Command exited with non-zero status 255
2550.43user 203.71system 57:22.47elapsed 80%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (18085major+128941minor)pagefaults 0swaps
execution complete /home/appl/okg/hot_bird/okg_bird/cas/c169_kjell
Tue Mar 18 10:53:16 CET 2003
Anyone who have an idea about the reason ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 07:24 AM
03-19-2003 07:24 AM
Re: Error on NFS-mounted filesystem.
Are the mounts soft or hard -
If soft try hard.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 01:21 AM
03-20-2003 01:21 AM
Re: Error on NFS-mounted filesystem.
The filesystem is mounted with default options, as I can find, hard is default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 02:01 AM
03-20-2003 02:01 AM
Re: Error on NFS-mounted filesystem.
Increase the timeout .by specifying timeo= option while mounting or in /etc/fstab.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 03:28 AM
03-20-2003 03:28 AM
Re: Error on NFS-mounted filesystem.
We use nfs mounted filesystems a lot and we have had to do a lot of research into nfs performance. The best source we found is the book "Optimizing NFS performance" by Olker (for HP). Excellent. It points out things like; do NOT use the timeo option!
We get errors ocassionally but always with an error in syslog/dmesg also. Weve found the following nfs mount options the more reliable and for good performance;
rw,bg,hard,intr,retry=999,retrans=999,rsize=32768,wsize=32768,proto=tcp,vers=3
You can confirm you current mount options with;
nfsstat -m
And dont forget to load the latest nfs patches (very important) and change quite a few kernel parameters (even some undoccumented ones for nfs - theyre in the book).