Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

root.sh faile with " mkdir: Failed to make directory "/opt/ORCLfmap/prot1_

user12115Mar 25 2010 — edited Aug 12 2010
Hi All,

I am installing RAC 11g on unix box. This unix box implemented the zone system. So I have two local zone "zone1" and "zone2" and the physical box is the global zone.

zone1 is my first node and zone2 is my second node in cluster.


now when I run the roo.sh on the 1st node its failling with below error:
==================================================================
Running Oracle 11g root.sh script...

The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /oracle/app/oracle/product/11.2.0/crs_1

Enter the full pathname of the local bin directory: [usr/local/bin]:
The file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n) [n]:
The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]:
The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]:

Entries will be added to the /var/opt/oracle/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.
mkdir: Failed to make directory "/opt/ORCLfmap/prot1_64"; Read-only file system
mkdir: Failed to make directory "/opt/ORCLfmap/prot1_64/bin"; No such file or directory
mkdir: Failed to make directory "/opt/ORCLfmap/prot1_64/etc"; No such file or directory
mkdir: Failed to make directory "/opt/ORCLfmap/prot1_64/log"; No such file or directory
cp: cannot create /opt/ORCLfmap/prot1_64/bin: No such file or directory
cp: cannot create /opt/ORCLfmap/prot1_64/bin: No such file or directory
chmod: WARNING: can't access /opt/ORCLfmap/prot1_64/bin/fmputl
chmod: WARNING: can't access /opt/ORCLfmap/prot1_64/bin/fmputlhp
cp: cannot create /opt/ORCLfmap/prot1_64/etc: No such file or directory
2010-03-25 02:39:39: Parsing the host name
2010-03-25 02:39:39: Checking for super user privileges
2010-03-25 02:39:39: User has super user privileges
Using configuration parameter file: /oracle/app/oracle/product/11.2.0/crs_1/crs/install/crsconfig_params
mkdir /opt/oracle: Read-only file system at /oracle/app/oracle/product/11.2.0/crs_1/crs/install/crsconfig_lib.pm line 4467
==============================================================================

I also try with simple mkdir in /opt on my 1st node and its failed to create directory (read only file system). when I test the same thing on global zone then its work fine... I thought because of this zone utlitiy my root.sh script failed...

Can any one suggest me what is the actual cause? or the zones can work in cluster?


Thanks...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 9 2010
Added on Mar 25 2010
19 comments
5,640 views