- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS problem causing Oracle database to 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
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
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
тАО06-21-2007 09:40 PM
тАО06-21-2007 09:40 PM
NFS problem causing Oracle database to hang
Network connectivity to the remote data center lost. Because of that NFS file system mounted from the server located in that data center was not accessible. Though this NFS file system is not used by Oracle database anyway databases hosted on this server stopped responding. Once we got NFS file system back database started responding. Is there anything common between Oracle databse and NFS which is causing the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2007 10:47 PM
тАО06-21-2007 10:47 PM
Re: NFS problem causing Oracle database to hang
Can you check the process under normal circumstances
fuser -cu /nfsfilesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2007 11:25 PM
тАО06-21-2007 11:25 PM
Re: NFS problem causing Oracle database to hang
> Though this NFS file system is not used by
> Oracle database anyway databases hosted on
> this server stopped responding.
I doubt this statement is true. Double-check your database configuration for any reference to the NFS filesystem.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2007 12:10 AM
тАО06-22-2007 12:10 AM
Re: NFS problem causing Oracle database to hang
To confim again, oracle databases are not using NFS file system at all. The file system is mend for putting installation binaries. fuser -cu /filesystem did not result anything (hung) as the file system was not accessible.
Is there any thing common between NFS and oracle? NFS uses rpc, does oracle also uses rpc for anything? Can it be that rpc hung while trying for NFS and which inturn caused oracle databases not to respond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2007 06:12 AM
тАО06-22-2007 06:12 AM
Re: NFS problem causing Oracle database to hang
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2007 09:48 AM
тАО06-23-2007 09:48 AM
Re: NFS problem causing Oracle database to hang
Are you positive there is nothing in the Oracle environment that references the NFS mount? I'm talking about PATH variables, environment variables, etc.? Anything that would cause the Oracle process to somehow reference the down NFS filesystem would potentially lead to a hang situation if the server is down.
I've seen plenty of cases where applications that were not using an NFS filesystem at all would hang when the server went down simply because an environment variable used by the application or by the user who launched the application, somehow referenced the down NFS mount point.
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
тАО06-23-2007 12:17 PM
тАО06-23-2007 12:17 PM
Re: NFS problem causing Oracle database to hang
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2007 01:00 PM
тАО06-23-2007 01:00 PM
Re: NFS problem causing Oracle database to hang
> Network connectivity to the remote data center lost.
> Because of that NFS file system mounted from the server
> located in that data center was not accessible.
How do you know the Oracle database going non-responsive was related to the NFS mount point in the first place? It's not like the NFS server went down and your application hung, your entire connection to the remote data center was down. Could there be another connection between the local system and the remote data center that would explain your Oracle database hang?
> Once we got NFS file system back database started responding.
I assume this means once the connection between the local and remote data centers was restored things started working again. While this would certainly explain the NFS mount point working again, this might also mean any other network connection between these sites was also restored.
Is there anything specifically tying the Oracle hang with the NFS mount point?
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
тАО06-24-2007 10:47 AM
тАО06-24-2007 10:47 AM