Visit Counter

Sunday, November 5, 2017

Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed


While installing Oracle12c Grid software getting below error.



# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000003bb7c14d70, pid=10336, tid=140026722985744
#
# JRE version: 6.0_37-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [ld-linux-x86-64.so.2+0x14d70]
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid10336.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
2017/11/05 16:06:31 CLSRSC-184: Configuration of ASM failed

2017/11/05 16:06:32 CLSRSC-258: Failed to configure and start ASM

Died at /ora/oracle/app/grid/crs/install/crsinstall.pm line 1976.
The command '/ora/oracle/app/grid/perl/bin/perl -I/ora/oracle/app/grid/perl/lib -I/ora/oracle/app/grid/crs/install /ora/oracle/app/grid/crs/install/rootcrs.pl ' execution failed
[root@rac01 grid]#




Solution:

# export LD_BIND_NOW=1

Then I run root.sh script in each node...It was successfully done.







Thursday, November 2, 2017

The avahi-Daemon service must be disabled.



While installing  Oracle 12c Grid Software Geeting error.


Checking daemon "avahi-daemon" is not configured and running daemon not configured check
failed for process "avahi-daemon"
check failed on nodes: rac01,rac02




Stop on both cluster nodes.

rac01

[root@rac01]# service avahi-daemon status
avahi-daemon (pid 1132) is running....
[root@rac01]#service avahi-daemon stop
shutting down Avahi Daemon:                       [OK]
[root@rac01]#
[root@rac01]#/sbin/chkconfig avahi-daemon off
[root@rac01]#

rac02



[root@rac02]# service avahi-daemon status
avahi-daemon (pid 1144) is running....
[root@rac02]#service avahi-daemon stop
shutting down Avahi Daemon:                       [OK]
[root@rac02]#
[root@rac02]#/sbin/chkconfig avahi-daemon off
[root@rac02]#

Package: cvuqdisk-1.0.9-1.rpm



Check Failed on Nodes [rac01,rac02]


Goto Oracle 12c Grid software directory

Package location : cvuqdisk-1.0.9-1.rpm


/ora/oracle/Desktop/Grid/rpm/cvuqdisk-1.0.9-1.rpm


Install it on both cluster nodes

INS-40927 Interfaces with common subnets that have different names

While Install GRID 12c software getting below error.




INS-40927 Interfaces with common subnets that have different names







Question:  How do I fix the INS-40927 error? I am getting the "INS-40927: Interfaces with common subnets have different names on different nodes." error when trying to install Oracle 11g r2 Grid control:

 


Answer: The oerr utility says this for the INS-40927 error:
INS-40927: Interfaces with common subnets have different names on different nodes.
Cause: The following nodes have interfaces in common subnets that have different interface names: string
Action: Ensure that the names of interfaces defined on common subnets are the same on all cluster member nodes

All interfaces have to use the same name. The interface (e.g. a public LAN), must have the same name on all nodes, same naming ruke for the interconnect. 


Solution:

First of all, stop all virtual machines. Goto virtual machine setting and remove network cards and add one by one in each virtual machine and startup machines.








PRVF-5410 check of common NTP Time Server failed


Do it on all cluster nodes


Either configure NTP, or make sure it is not configured so the Oracle Cluster Time Synchronization Service (ctssd) can synchronize the times of the RAC nodes. In this case we will deconfigure NTP.
# service ntpd stop
Shutting down ntpd:                                        [FAILED]
# chkconfig ntpd off
# mv /etc/ntp.conf /etc/ntp.conf.orig
# rm /var/run/ntpd.pid

Thursday, October 26, 2017

VT-x is not available” when i start my Virtual Machine [Fixed] on Windows 10



Actually I created a virtual machine using Oracle VM software and getting an error while starting VM.


Error:

VT-x is not available. (VERR_VMX_NO_VMX)











Solution 1: Go to Computer BIOS and enable the below option:

Configuration ----> Intel-----> Virtual Technology ----->  Enable

Save changes and reboot computer.




Monday, October 23, 2017

RMAN-20001: target database not found in recovery catalog


============================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS==============
RMAN-00571: ===================================================
RMAN-03002: failure of list command at 11/13/2015 04:00:00
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20001: target 
database not found in recovery catalog



From Production 

$ ./rman target / catalog catman/pwd@catsserp

Recovery Manager: Release 11.2.0.4.0 - Production on Mon NOV 13 16:04:11 2017

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

connected to target database: SSAERP (DBID=3389811866)
connected to recovery catalog database

RMAN> register database;

database registered in recovery catalog
starting full resync of recovery catalog
full resync complete

RMAN> report schema;

Report of database schema for database with db_unique_name SSAERP

List of Permanent Datafiles
===========================
File Size(MB) Tablespace           RB segs Datafile Name
---- -------- -------------------- ------- ------------------------
1    610      SYSTEM               YES     /ora_dat/ssaerp/system01.dbf
2    25805    UNDOTBS1             YES     /ora_dat/ssaerp/undotbs01.dbf
3    6720     SYSAUX               NO      /ora_dat/ssaerp/sysaux01.dbf
4    1020     USERS                NO      /ora_dat/ssaerp/users01.dbf
5    2048     SYSTEM               YES     /ora_dat/ssaerp/system02.dbf
6    10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP01.dbf
7    10240    BAANIDX              NO      /ora_idx/ssaerp/xdb_SSAERP01.dbf
8    10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP02.dbf
9    10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP03.dbf
10   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP04.dbf
11   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP05.dbf
12   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP06.dbf
13   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP07.dbf
14   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP08.dbf
15   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP09.dbf
16   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP10.dbf
17   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP11.dbf
18   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP12.dbf
19   10240    BAANIDX              NO      /ora_idx/ssaerp/idb_SSAERP02.dbf
20   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP03.dbf
21   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP04.dbf
22   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP05.dbf
23   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP06.dbf
24   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP07.dbf
25   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP08.dbf
26   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP09.dbf
27   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP10.dbf
28   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP11.dbf
29   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP12.dbf
30   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP13.dbf
31   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP14.dbf
32   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP15.dbf
33   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP13.dbf
34   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP14.dbf
35   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP15.dbf
36   10240    BAANIDX              NO      /ora_dat/ssaerp/idx_SSAERP16.dbf
37   10240    BAANIDX              NO      /ora_dat/ssaerp/idx_SSAERP17
38   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP16.dbf
39   10240    BAANIDX              NO      /ora_dat/ssaerp/idx_SSAERP18.dbf
40   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP19.dbf
41   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP19.dbf
42   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP20.dbf
43   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP20.dbf
44   10240    BAANDAT              NO      /ora_dat/ssaerp/xdb_SSAERP21.dbf
45   10240    BAANIDX              NO      /ora_idx/ssaerp/idx_SSAERP21.dbf

List of Temporary Files
=======================
File Size(MB) Tablespace           Maxsize(MB) Tempfile Name
---- -------- -------------------- ----------- --------------------
1    20       TEMP                 32767       /ora_dat/ssaerp/temp01.dbf
2    30000    TEMP                 30000       /ora_dat/ssaerp/temp02.dbf
3    30000    TEMP                 30000       /ora_dat/ssaerp/temp03
4    500      TEMP                 500         /ora_dat/ssaerp/temp04.dbf
5    30000    TEMP                 30000       /ora_dat/ssaerp/temp05.dbf
6    30000    TEMP                 30000       /ora_dat/ssaerp/temp06.dbf

RMAN>