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-20-2001 10:52 AM
11-20-2001 10:52 AM
NFS
NFS is able to mount the directory needed between two Unix boxes.
The NFS client running an EDI software package can see touch,vi,read, basically everything it needs to do to the files that are exported from the NFS server......except run the translator program. When it tries to execute it just sits there. We moved the files to a local file system and the program works fine. This application has been working and setup the same way for over a year.
any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 10:57 AM
11-20-2001 10:57 AM
Re: NFS
If auto mounter, then what is actual mountpoint(usually under /tmp_mnt)t and configured mountpoints?...
Cheers...
Satish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 11:04 AM
11-20-2001 11:04 AM
Re: NFS
ie.
hostname:/sapmnt/SID /sapmnt/SID nfs rw,suid 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 11:10 AM
11-20-2001 11:10 AM
Re: NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 11:18 AM
11-20-2001 11:18 AM
Re: NFS
1) Check whether all rpc daemons properly running?
2) Have u unmounted and remounted the NFS directory while system running?.. if yes,then check whethre u have mounted without write permission.
Cheers...
Satish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 11:28 AM
11-20-2001 11:28 AM
Re: NFS
What files/ports does the translator application use?
Does it have a debug mode, where you can see the point at which it hangs?
You can track the list of open files it uses through glance.
Well, if nothing works you always have the option of unmounting the fs and restarting the nFS client.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2001 01:05 PM
11-20-2001 01:05 PM
Re: NFS
Here is a small update.
Kevin - Do you mean remote NFS ports?
If you are asking about the local port
that the translator uses...this is not
the problem because it does run when
I move the files off the NFS dir.
Satish - All process are running on each box.
I also ran the folling commands to see
the health of the network or NFS.
netstat -s -p upd
nfsstat -rc from the client
nfsstat -s from ther server
These all looked fine. However, I did
notice that rpc.lockd was the top
process running on the NFS server.
I might kill this and re-start but
doing a little more digging.
Rajman - The translator is working fine when I
move the files off the NFS directory
and the translator uses the same local
port..so that isn't it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 06:32 AM
11-21-2001 06:32 AM
Re: NFS
Are the dates in sync on both the NFS server and client? Some applications apply time/date stamps to header files when running programs and if they appear to be out of sync you will get errors or the system may hang. This may sound strange but it really happened to me.
Also, go to SAM and make sure to volumes are not soft mounted and automounter is turned off.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 09:03 AM
11-21-2001 09:03 AM
Re: NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2001 11:10 AM
11-21-2001 11:10 AM
Re: NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2001 05:42 AM
11-22-2001 05:42 AM
Re: NFS
If you have glance, can you see what the translator process is stopping on? is it processing or sleeping?
Share and enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2001 08:05 AM
11-30-2001 08:05 AM
Re: NFS
The answer was removing the /var/statmon directory's.
When we changed to ethernet and changed the I.P of the box and the statmon files had pointers to the old I.P.
This only occured when a program that tried to get a lock ran on a NFS filesystem.