- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle DB 11gR2 (11.2.0.1.0) Installation Failed w...
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
тАО11-19-2010 08:46 PM
тАО11-19-2010 08:46 PM
Oracle DB 11gR2 (11.2.0.1.0) Installation Failed with ORA-27054
Machine: HP rx8640 Itanium
Installation: Oracle DB 11gR2 (11.2.0.1.0)
/etc/fstab:
10.100.250.249:/vol/Billap_d01 /d01 nfs rw,hard 0 0 #For Oracle 11gR2 Billing DB Home
10.100.250.249:/vol/Billap_d02 /d02 nfs rw,hard 0 0 #For Oracle 11gR2 Billing Oradata
Error: ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
Installation Stage: At Oracle Database Configuration Assistant (Almost Completed)
Tried the following mount option for just /d02 but get "mount: ignoring incomplete/incorrect entry for 10.100.250.249:/vol/Billap_d02 in /etc/fstab".
10.100.250.249:/vol/Billap_d02 /d02 nfs hard,rw,noac,rsize=32768,wsize=32768,suid,proto=tcp,vers=3
10.100.250.249:/vol/Billap_d02 /d02 nfs rw,bg,hard,rsize=32768,wsize=32768,vers=3,nointr,timeo=600,proto=tcp,suid, forcedirectio
10.100.250.249:/vol/Billap_d02 /d02 nfs rw,bg,hard,rsize=32768,wsize=32768,vers=3,nointr,timeo=600,proto=tcp,suid
I have other Oracle 10gR2 databases and even Peoplesoft apps using simple "nfs rw,hard 0 0" mount option work fine without any issue.
I am not sure why this is not working in 11gR2 DB installation.
Can someone advise me what, why, how... ?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2010 08:59 PM
тАО11-19-2010 08:59 PM
Re: Oracle DB 11gR2 (11.2.0.1.0) Installation Failed with ORA-27054
try to mount manually and check if its working
==> did you give the correct optiond for the host while exporting the dir.
==> check if you have used FQDN for permission.
regards,
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-19-2010 09:24 PM
тАО11-19-2010 09:24 PM
Re: Oracle DB 11gR2 (11.2.0.1.0) Installation Failed with ORA-27054
I have tried manual mount but still the same.
The below original mount are fine but just that my Oracle DB 11gR2 installation failed:
10.100.250.249:/vol/Billap_d01 /d01 nfs rw,hard 0 0
10.100.250.249:/vol/Billap_d02 /d02 nfs rw,hard 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2010 05:09 AM
тАО11-22-2010 05:09 AM
Re: Oracle DB 11gR2 (11.2.0.1.0) Installation Failed with ORA-27054
What is your NFS server version? Is it same version 3?
Can you try to mount it manually?
mount -F nfs -o rw,hard,vers=3,noac,rsize=????
Shibin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2010 12:29 AM
тАО11-23-2010 12:29 AM
Re: Oracle DB 11gR2 (11.2.0.1.0) Installation Failed with ORA-27054
I am using the following:
Netapp FAS3020
Data ONTAP ver 7.2.6.1P2
NFS version 3
I can mount /d01 and /d02 using either manual or /etc/fstab file.
10.100.250.249:/vol/Billap_d01 /d01 nfs rw,hard 0 0
10.100.250.249:/vol/Billap_d02 /d02 nfs hard,rw,noac,rsize=32768,wsize=32768,suid,proto=tcp,vers=3 0 2
The problem is that the installation still getting the following errors at DBCA stage:
ORA-19624: Operation failed, retry possible
ORA-19870: Error while restoring backup piece /d01/oracle/BILL/product/11.2.0/dbhome_1/assistants/dbca/templates/Seed_Database.dfb
ORA-19504: Failed to create file "/d02/BILLDB106/bill/system01.dbf"
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2010 06:07 AM
тАО11-23-2010 06:07 AM
Re: Oracle DB 11gR2 (11.2.0.1.0) Installation Failed with ORA-27054
rw, bg, rsize = 32768, wsize = 32768, hard, vers = 3, nointr, timeo = 600, proto = tcp, suid 0 0,
Can you try to mount with all these options. You must first unmount it and make sure, it is not at all mounted. Then retry.
Is it possible to attach "installAction*.log" ?
Shibin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2010 06:47 AM
тАО11-23-2010 06:47 AM
Re: Oracle DB 11gR2 (11.2.0.1.0) Installation Failed with ORA-27054
eg: Add this to the init.ora
#disallow MOUNT POINT checks
event="10298 trace name context forever, level 32"
.
This will disable the NFS mount checks allowing you to use
any mounts options but then the onus is on yourself to ensure
that the mount options used for each disk are correct
for the use that they are to be put to.
fyi I work in a hpux netapps oracle env and seen this myself .... the above worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2010 05:53 PM
тАО11-23-2010 05:53 PM
Re: Oracle DB 11gR2 (11.2.0.1.0) Installation Failed with ORA-27054
I have tested with the option you suggested after remounted /d02 but the installation still encounter the same error.
10.100.250.249:/vol/Billap_d02 /d02 nfs rw,bg,hard,rsize=32768,wsize=32768,vers=3,nointr,timeo=600,proto=tcp,suid 0 0
Hi Alex,
At this point of time, I will not be testing your recommended option because I have just submitted the tusc file to Oracle Support.
Regards,
Saw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-24-2010 09:59 AM
тАО11-24-2010 09:59 AM
Re: Oracle DB 11gR2 (11.2.0.1.0) Installation Failed with ORA-27054
Shibin