- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Problems with NFS mounted drives
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
12-09-2004 06:33 AM
12-09-2004 06:33 AM
Problems with NFS mounted drives
We are just putting datafiles on the NFS mounted drives and getting the following errors:
BTW - if i move any of the datafiles to local drives on the HP, we do not get the error for those datafiles:
ORA-01157: cannot identify/lock data file 3 - see DBWR trace file
ORA-01110: data file 3: '/ap4/MAUI/mauidata/system03.dbf'
ORA-27086: skgfglk: unable to lock file - already in use
HP-UX Error: 13: Permission denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 07:04 AM
12-09-2004 07:04 AM
Re: Problems with NFS mounted drives
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 07:28 AM
12-09-2004 07:28 AM
Re: Problems with NFS mounted drives
You MIGHT be able to get away with it if you connect on a private Gigabit switch via all Gigabit cards. I run my websites like that. My websites are NOT hosted in a database.
But the bottom line is your configuration is not supported by Oracle and you need do to something different.
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
12-09-2004 07:54 AM
12-09-2004 07:54 AM
Re: Problems with NFS mounted drives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 08:10 PM
12-09-2004 08:10 PM
Re: Problems with NFS mounted drives
We have SLES8 here and we found that locking does not work over NFS is the nfslock service is not running.
To fix that, just run /etc/init.d/nfslock start and try again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 09:33 PM
12-09-2004 09:33 PM
Re: Problems with NFS mounted drives
the problem may be caused by wrong permissions also. Verify if you are having write access to the nfs from Hp-UX server.
Try to write and read regular files to the nfs space before trying to run oracle.
regards,
xyko
PS. I recommend not using nfs with oracle also. Ok, I know you say that it's a temporary situation but .... just in case your space problem become worst.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 04:35 AM
12-10-2004 04:35 AM
Re: Problems with NFS mounted drives
I did not see any process like nfslock running , so i started it.
I then did status and i get the following:
hecking for NFS file locking daemon: unused
Checking for NFS stat daemon: running
I'm not sure what it is supposed to look like?
I did try to start my dbs again and I'm getting the same errors.
I am able to write files to the nfs mounted directories. I am able to vi and save a file. I am able to run a shell script.
My dbs file have the correct permissions and owner.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 04:41 AM
12-10-2004 04:41 AM
Re: Problems with NFS mounted drives
There should be a lockd running, either run /etc/init.d/nfslock restart or just run it yourself by just typing lockd.
You have to be root to run these commands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 04:56 AM
12-10-2004 04:56 AM
Re: Problems with NFS mounted drives
ps -ef | grep lock
shows nothing
There are no errors in /var/adm/messages
I tried to restart nfslock and it is showing the same status
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 05:09 AM
12-10-2004 05:09 AM