We faced with that issue while we are trying to install Oracle12cR2 database on Solaris 11
While we tried to install grid software on solaris root.sh ended by below syntax:
DATE CLSRSC-4001: Installing Oracle Trace File Analyzer (TFA) Collector. DATE CLSRSC-4002: Successfully installed Oracle Trace File Analyzer (TFA) Collector. DATE CLSRSC-594: Executing installation step 2 of 19: 'ValidateEnv'. DATE CLSRSC-175: Failed to write the checkpoint 'ROOTCRS_STACK' with status 'START' (error code 1) DATE CLSRSC-177: Failed to add (property/value):('VERSION'/'12.2.0.1.0') for checkpoint 'ROOTCRS_STACK' (error code 1) DATE CLSRSC-363: User ignored prerequisites during installation DATE CLSRSC-594: Executing installation step 3 of 19: 'CheckFirstNode'. DATE CLSRSC-594: Executing installation step 4 of 19: 'GenSiteGUIDs'. DATE CLSRSC-594: Executing installation step 5 of 19: 'SaveParamFile'. DATE CLSRSC-175: Failed to write the checkpoint 'ROOTCRS_PARAM' with status 'START' (error code 1) DATE CLSRSC-594: Executing installation step 6 of 19: 'SetupOSD'. DATE CLSRSC-594: Executing installation step 7 of 19: 'CheckCRSConfig'. DATE CLSRSC-594: Executing installation step 8 of 19: 'SetupLocalGPNP'. DATE CLSRSC-175: Failed to write the checkpoint 'ROOTCRS_GPNPSETUP' with status 'START' (error code 1) DATE CLSRSC-175: Failed to write the checkpoint 'ROOTCRS_GPNPSETUP' with status 'SUCCESS' (error code 1) DATE CLSRSC-175: Failed to write the checkpoint 'ROOTCRS_GPNPSETUP' with status 'SUCCESS' (error code 1) DATE CLSRSC-175: Failed to write the checkpoint 'ROOTCRS_STACK' with status 'FAIL' (error code 1) Died at /u01/app/12.2.0/grid/crs/install/crsutils.pm line 4120. The command '/u01/app/12.2.0/grid/perl/bin/perl -I/u01/app/12.2.0/grid/perl/lib -I/u01/app/12.2.0/grid/crs/install /u01/app/12.2.0/grid/crs/install/rootcrs.pl ' execution failed
After made some search on metalink there is a bug for 12cR1 release which is related to gris user permisson on installation path.
I followed:
root.sh fails with CLSRSC-46 CLSRSC-175 as su command to grid user not working (Doc ID 2017629.1)
Below command runs without any issue: root@node1:/tmp# /bin/su oracle -c ' echo CLSRSC_START; pwd ' CLSRSC_START /tmp
We run runcluvfy.sh to be sure our setups are correct.
/u01/app/12.2.0/grid/runcluvfy.sh stage -pre crsinst -n node1,node2 -fixup -verbose
It fails with below erros:
checking response for name "node1" from each of the name servers specified in "/etc/resolv.conf" Node Name Source Comment Status ------------ ------------------------ ------------------------ ---------- node1 10.x.x.x IPv4 failed node1 10.x.x.x IPv4 failed node1 10.x.x.x IPv4 failed checking response for name "node2" from each of the name servers specified in "/etc/resolv.conf" Node Name Source Comment Status ------------ ------------------------ ------------------------ ---------- node2 10.x.x.x IPv4 failed node2 10.x.x.x IPv4 failed node2 10.x.x.x IPv4 failed Verifying (SunOS) resolv.conf Integrity ...FAILED (PRVG-10048) Verifying resolv.conf Integrity ...FAILED node2: PRVG-10048 : Name "node2" was not resolved to an address of the specified type by name servers o"10.x.x.x". node2: PRVG-10048 : Name "node2" was not resolved to an address of the specified type by name servers o"10.x.x.x ". node2: PRVG-10048 : Name "node2" was not resolved to an address of the specified type by name servers o"10.x.x.x". node2: Check for integrity of file "/etc/resolv.conf" failed node1: PRVG-10048 : Name "node1" was not resolved to an address of the specified type by name servers o"10.x.x.x". node1: PRVG-10048 : Name "node1" was not resolved to an address of the specified type by name servers o"10.x.x.x ". node1: PRVG-10048 : Name "node1" was not resolved to an address of the specified type by name servers o"10.x.x.x". node1: Check for integrity of file "/etc/resolv.conf" failed Verifying (SunOS) resolv.conf Integrity ...FAILED node2: PRVG-10048 : Name "node2" was not resolved to an address of the specified type by name servers o"10.x.x.x". node2: PRVG-10048 : Name "node2" was not resolved to an address of the specified type by name servers o"10.x.x.x ". node2: PRVG-10048 : Name "node2" was not resolved to an address of the specified type by name servers o"10.x.x.x". node1: PRVG-10048 : Name "node1" was not resolved to an address of the specified type by name servers o"10.x.x.x". node1: PRVG-10048 : Name "node1" was not resolved to an address of the specified type by name servers o"10.x.x.x ". node1: PRVG-10048 : Name "node1" was not resolved to an address of the specified type by name servers o"10.x.x.x".
Similar issue mention MOS note:
11.2 Grid Install Fails with SEVERE: [FATAL] [INS-13013], and PRVF-5640 or a Warning in “Task resolv.conf Integrity” (Doc ID 1271996.1)
- Our resolv.conf seems fine,
- Our /etc/hosts has correct entery
- Our /etc/nsswitch.conf file is –> “hosts: files dns” which mean check first /etc/hosts file than go dns)
We started to digging logs… I checked below log first:
I checked rootcrs.log
tail -100f $GRID_HOME/crsdata/node1/crsconfig/rootcrs_node1_DATE.log
This log bring me to below log:
more /u01/app/grid/crsdata/node1/crsconfig/cluutil3.log
In that log I noticed below line:
[main] [ DATE ] [ClusterwareCkpt.:162] UnknownHostException caught
Complete log: [ DATE ] [nativesystem.OCRNative.Native] JNI: error = Error retrieving ocrconfig_loc property. [main] [ DATE ] [nativesystem.OCRNative.Native] getConf: procr_get_conf failed: invalid configuration [main] [ DATE ] [OCR.isCluster:1059] OCR Result status = false [main] [ DATE ] [OCR.isCluster:1066] error Message = [Ljava.lang.String;@64b8f8f4 [main] [ DATE ] [Cluster.isCluster:234] Failed to detect cluster: Error retrieving ocrconfig_loc property. Failed to detect cluster: Error retrieving ocrconfig_loc property. oracle.ops.mgmt.cluster.Cluster.isCluster(Cluster.java:283) oracle.ops.mgmt.cluster.Cluster.isCluster(Cluster.java:223) oracle.cluster.util.SRVMContext.init(SRVMContext.java:123) oracle.cluster.util.SRVMContext.init(SRVMContext.java:84) oracle.ops.util.ClusterUtil.main(ClusterUtil.java:301) [main] [ DATE ] [SRVMContext.init:126] No CRS configuration found [main] [ DATE ] [ClusterUtil.parseArgs:138] m_ckpt=true [main] [ DATE ] [ClusterUtil.parseArgs:139] m_copy=false [main] [ DATE ] [ClusterUtil.parseArgs:140] m_isshared=false [main] [ DATE ] [ClusterUtil.parseArgs:141] m_exec=false [main] [ DATE ] [ClusterUtil.parseArgs:142] m_rmFile=false [main] [ DATE ] [ClusterUtil.parseArgs:143] m_help=false [main] [ DATE ] [ClusterwareCkpt.:162] UnknownHostException caught [main] [ DATE ] [ClusterUtil.main:338] node1: DNS server failure [response code 2] oracle.ops.util.ClusterwareCkpt.(ClusterwareCkpt.java:163) oracle.ops.util.ClusterUtil.execute(ClusterUtil.java:157) oracle.ops.util.ClusterUtil.main(ClusterUtil.java:332)
So problem is clearly related with DNS… I checked /etc/hosts file one more times and it was correct. In 11g we dont need to register IPs to DNS.. But seems its neccessary for 12cR2.
After We register our IPs to DNS root.sh has been ended without any issue.
4 yorum
Comments feed for this article
Temmuz 6, 2017 10:53 pm
fabionavarro
Hi Gunes,
I had the same issue here. After reading your post, I could complete the installation process.
Thanks for sharing.
Best Regards,
Fabio
(Oracle DBA from Brazil)
Temmuz 7, 2017 1:27 pm
Gunes Erol
Hi Fabio,
Its nice to hear issue solved..
Temmuz 8, 2017 11:03 pm
Gurvinderpal Narula
Hi Gunes,
Thanks for the post. This is very helpful.
I’ve run into the same issue trying to install Grid Infrastructure on Solaris 11. I’m getting the same error in the cluutil6.log.
However, I have verified that my host name IS registered with DNS. I verified it by executing the following commands :
dig db-host-1.athome.net
I get the following results :
; <> DiG 9.6-ESV-R11-P3 <> db-host-1.athome.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34046
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;db-host-1.athome.net. IN A
;; ANSWER SECTION:
db-host-1.athome.net. 3600 IN A 172.16.75.1
;; Query time: 0 msec
;; SERVER: 172.16.255.254#53(172.16.255.254)
;; WHEN: Sat Jul 08 15:58:53 EDT 2017
;; MSG SIZE rcvd: 54
Here's the output from ifconfig net0 confirming I have the right IP Address :
net0: flags=100001004843 mtu 1500 index 2
inet 172.16.75.1 netmask ffff0000 broadcast 172.16.255.255
ether 2:8:20:99:f7:b4
Even nslookup give me the proper result :
Server: 172.16.255.254
Address: 172.16.255.254#53
Name: db-host-1.athome.net
Address: 172.16.75.1
Can you please help me identify what I’m missing here.
Temmuz 21, 2017 3:51 pm
Gunes Erol
Hi seems all is ok.. Its better to rise SR..