root.sh faile with " mkdir: Failed to make directory "/opt/ORCLfmap/prot1_
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...