You are on page 1of 29

Grid installation errors

Preparing to Install Grid Infrastructure


Oracle Database 11g Release 2 introduces the new Grid Infrastructure Oracle Home which includes Oracle Restart
and Oracle Automatic Storage Management(ASM). To implement ASM, you must install Grid Infrastructure. ASM
requires unformatted partitions to use as ASM disks and group into ASM diskgroups..
In this topic, you partition the disk to be used by ASM, then use oracleasm to label the the disks for discovery by
ASM.
Partitioning the disks
Using oracleasm to label ASM disks

To partition the disks, perform the following steps:


1. Open a terminal window, and become the root OS user. Use the su - root command

2.

As the root user, determine the partitions available. the following command shows all the partitions known to the OS.
cat /proc/partitions

3.

Determine which devices will be partitioned. Use the fdisk <device_name> command for each disk /dev/sdc,
/dev/sdd, /dev/sde, /dev/sdf and specify the values as shown in the screenshots

Check that the expected partitions exist. Partitions named /dev/sdc1, /dev/sdd1, /dev/sde1, and /dev/sdf1should exist. Check by using
cat /proc/partitions

1.
As the root user, configure oracleasm by using the command
lrmj050:~ # oracleasm configure -i
If 'oracleasm' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf oracleasm
Install oracleasm rpm files by downloading the rpm packages for sles 12 os
(oracleasm-support-2.1.8-1.SLE12.x86_64.rpm, oracleasmlib-2.0.12-1.sle12.x86_64.rpm)
lrmj050:/tmp # rpm -ivh oracleasm-support-2.1.8-1.SLE12.x86_64.rpm
Preparing...

################################# [100%]

Updating / installing...
1:oracleasm-support-2.1.8-1.SLE12 ################################# [100%]
lrmj050:/tmp # rpm -ivh oracleasmlib-2.0.12-1.sle12.x86_64.rpm
Preparing...

################################# [100%]

Updating / installing...
1:oracleasmlib-2.0.12-1.SLE12

################################# [100%]*

oracleasm configure -i
and answer the prompts as shown in the screenshot.
lrmj050:/tmp # oracleasm configure -i
Configuring the Oracle ASM library driver.
This will configure the on-boot properties of the Oracle ASM library driver. The following questions will determine
whether the driver is loaded on boot and what permissions it will have. The current values will be shown in brackets
('[]'). Hitting <ENTER> without typing an answer will keep that current value. Ctrl-C will abort.
Default user to own the driver interface []: oracle
Default group to own the driver interface []: dba
Start Oracle ASM library driver on boot (y/n) [n]: y
Scan for Oracle ASM disks on boot (y/n) [y]: y
Writing Oracle ASM library driver configuration: done

2.
Initialize the asmlib with the oracleasm init command. This command loads the oracleasm module and mounts
the oracleasm filesystem.
lrmj050:/tmp # oracleasm init
Creating /dev/oracleasm mount point: /dev/oracleasm
Loading module "oracleasm": oracleasm
Configuring "oracleasm" to use device physical block size
Mounting ASMlib driver filesystem: /dev/oracleasm

3.
Use the oracleasm createdisk <diskname> <device_name> command to create the ASM disk label for
each disk.
In this tutorial name the disks DATA1, DATA2, DATA3, and DATA4 as shown in the screenshot.
lrmj050:/tmp # oracleasm createdisk ASMDATA1 /dev/sdb1
Writing disk header: done

Instantiating disk: done


lrmj050:/tmp # oracleasm createdisk ASMDATA2 /dev/sdc1
Writing disk header: done
Instantiating disk: done
lrmj050:/tmp # oracleasm createdisk ASMDATA3 /dev/sdd1
Writing disk header: done
Instantiating disk: done
lrmj050:/tmp # oracleasm createdisk ASMDATA4 /dev/sde1
Writing disk header: done
Instantiating disk: done

4.
Check that the disk are visible using the oracleasm listdisks command.
lrmj050:/tmp # oracleasm listdisks
ASMDATA1
ASMDATA2
ASMDATA3
ASMDATA4

5.
Check the the disks are mounted in the oracleasm filesystem with the command
ls -l /dev/oracleasm/disks
lrmj050:/tmp # ls -l /dev/oracleasm/disks
total 0
brw-rw---- 1 oracle dba 8, 17 May 25 22:37 ASMDATA1
brw-rw---- 1 oracle dba 8, 33 May 25 22:37 ASMDATA2

brw-rw---- 1 oracle dba 8, 49 May 25 22:37 ASMDATA3


brw-rw---- 1 oracle dba 8, 65 May 25 22:38 ASMDATA4

To install Grid Infrastructure for single Server, perform the


following steps:
1. Under home create a directory and copy the grid packages
lrmj050:/home # mkdir SW-Package
unzip the grid packages
lrmj050:/home/SW-Package # unzip linuxamd64_12c_grid_1of2.zip
lrmj050:/home/SW-Package # unzip linuxamd64_12c_grid_2of2.zip
lrmj050:/home/SW-Package # ls
SW-Packagecd grid linuxamd64_12c_database_1of2.zip
linuxamd64_12c_database_2of2.zip linuxamd64_12c_grid_1of2.zip
linuxamd64_12c_grid_2of2.zip
2. Start the Oracle Universal Installer by logging in as oracle user
su oracle
oracle@lrmj050:/home/SW-Package/grid> ls
install response rpm runInstaller runcluvfy.sh sshsetup stage
welcome.html
./runinstaller
When you face the below error
Steps to resolve this issue:Checking monitor: must be configured to display at
least 256 colors
>>> Could not execute auto check for display colors using command
/usr/bin/xdpyinfo. C
heck if the DISPLAY variable is set. Failed <<<<
Do the below steps to resolve the above issue
a) login into root user( su -l root)
b) execute this command : xhost +SI:localuser:oracle

c) login to the oracle user


d) execute ./runInstaller

Click yes

Used Fabxsve01 for password

Click yes and proceed.

Click yes and proceed

Save the response file and click install

Errors while installing GRID


1.

Log shows

INFO: /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
/home/oracle/product/12cR1/grid/lib//libnls12.a(lxhlang.o): undefined reference to
symbol '__tls_get_addr@@GLIBC_2.3'
/lib64/ld-linux-x86-64.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
INFO: /home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk:826: recipe for
target '/home/oracle/product/12cR1/grid/rdbms/lib/dbv' failed
INFO: make: *** [/home/oracle/product/12cR1/grid/rdbms/lib/dbv] Error 1
INFO: End output from spawned process.
INFO: ---------------------------------INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'all_no_orcl' of makefile
'/home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk'. See
'/home/oracle/oraInventory/logs/installActions2016-05-25_11-32-16PM.log' for
details.
Exception Severity: 1
Solution
For the same you need do following
Create a backup copy of /home/oracle/product/12cR1/grid/lib/stubs
cp -rip /home/oracle/product/12cR1/grid/lib/stubs/
/home/oracle/product/12cR1/grid/lib/stubs.orig
Delete folder
rm -rf /home/oracle/product/12cR1/grid/lib/stubs
Create a backup copy of /home/oracle/product/12cR1/grid /rdbms/lib/env_rdbms.mk
cp -rip /home/oracle/product/12cR1/grid/rdbms/lib/env_rdbms.mk
/home/oracle/product/12cR1/grid/rdbms/lib/env_rdbms.mk.orig
Open home/oracle/product/12cR1/grid/rdbms/lib/env_rdbms.mk file in vi. Search for
RMAN_LINKLINE. You will see following lines.

RMAN_LINKLINE=$(LINK) $(OPT) $(S0MAIN) $(SSKRMED) $(SKRMPT) \


$(LLIBDBTOOLS) $(LLIBCLIENT) $(LLIBSQL) $(LLIBPLSQL) \
$(LLIBSNLSRTL) $(LLIBUNLSRTL) $(LLIBNLSRTL) \
$(LLIBSLAX) $(LLIBPLSQL) $(LIBPLCN) $(LINKTTLIBS)
Now change it to as follows

RMAN_LINKLINE=$(LINK) $(OPT) $(S0MAIN) $(SSKRMED) $(SKRMPT) \


$(LLIBDBTOOLS) $(LLIBCLIENT) $(LLIBSQL) $(LLIBPLSQL) \
$(LLIBSNLSRTL) $(LLIBUNLSRTL) $(LLIBNLSRTL) \
$(LLIBSLAX) $(LLIBPLSQL) $(LIBPLCN) $(LINKTTLIBS) -lons
And click on retry button.
2. This time I got error for utilities

In the logs for above error I have observed following line


INFO: /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
/home/oracle/product/12cR1/grid/lib//libclient12.a(kpue.o): undefined reference to
symbol 'ons_subscriber_close'
/home/oracle/product/12cR1/grid/lib/libons.so: error adding symbols: DSO missing
from command line
collect2: error: ld returned 1 exit status

INFO: /home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk:880: recipe for


target '/home/oracle/product/12cR1/grid/rdbms/lib/plshprof' failed
INFO: make: *** [/home/oracle/product/12cR1/grid/rdbms/lib/plshprof] Error 1
INFO: End output from spawned process.
INFO: ---------------------------------INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'utilities' of makefile
'/home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk'. See
'/home/oracle/oraInventory/logs/installActions2016-05-25_12-21-44AM.log' for
details.
Exception Severity: 1
Solution
Backup /home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk
cp -rip /home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk
/home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk.orig
For above error we need to do changes in
/home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk. Search for PLSHPROF and
you will see following lines in the file.
$(PLSHPROF) : $(ALWAYS) $(PLSHPROF_DEPS)
$(SILENT)$(ECHO)
$(SILENT)$(ECHO) " - Linking hierarchical profiler utility (plshprof)"
$(RMF) $@
$(PLSHPROF_LINKLINE)
Change it to as follows
$(PLSHPROF) : $(ALWAYS) $(PLSHPROF_DEPS)
$(SILENT)$(ECHO)
$(SILENT)$(ECHO) " - Linking hierarchical profiler utility (plshprof)"
$(RMF) $@

$(PLSHPROF_LINKLINE) lons
Click on retry to go further

3. Again I got error for utilities

In the logs for above error I have observed following line


INFO: /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld:
/home/oracle/product/12cR1/grid/rdbms/lib/houzi.o: undefined reference to symbol
'ztcsh'
/home/oracle/product/12cR1/grid/lib/libnnz12.so: error adding symbols: DSO missing
from command line
collect2: error: ld returned 1 exit status
INFO: /home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk:1064: recipe for
target '/home/oracle/product/12cR1/grid/rdbms/lib/dg4pwd' failed
INFO: make: *** [/home/oracle/product/12cR1/grid/rdbms/lib/dg4pwd] Error 1
INFO: End output from spawned process.
INFO: ---------------------------------INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'utilities' of makefile
'/home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk'. See
'/home/oracle/oraInventory/logs/installActions2016-05-25_12-21-44AM.log' for
details.
Exception Severity: 1

Solution
For above error we need to do changes in
/home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk. Search for TG4PWD and
you will see following lines in the file.
$(TG4PWD) : $(ALWAYS) $(TG4PWD_DEPS)
$(SILENT)$(ECHO)
$(SILENT)$(ECHO) " - Linking $(TG4DG4)pwd utility"
$(RMF) $@
$(TG4PWD_LINKLINE)

Change it to as follows
$(TG4PWD) : $(ALWAYS) $(TG4PWD_DEPS)
$(SILENT)$(ECHO)
$(SILENT)$(ECHO) " - Linking $(TG4DG4)pwd utility"
$(RMF) $@
$(TG4PWD_LINKLINE) -lnnz12

Click retry to go further.

4. Again I got error for utilities

In the logs for above error I have observed following line


INFO: Linking external procedure agent
(/home/oracle/product/12cR1/grid/rdbms/lib/extproc)
INFO: rm -f /home/oracle/product/12cR1/grid/rdbms/lib/extproc
INFO: /home/oracle/product/12cR1/grid/bin/orald -o
/home/oracle/product/12cR1/grid/rdbms/lib/extproc -m64 -z noexecstack -Wl,-disable-new-dtags -L/home/oracle/product/12cR1/grid/rdbms/lib/

-L/home/oracle/product/12cR1/grid/lib/ -L/home/oracle/product/12cR1/grid/lib/stubs/
--Wl,--no-as-needed /home/oracle/product/12cR1/grid/rdbms/lib/hormc.o
/home/oracle/product/12cR1/grid/rdbms/lib/homts.o
-lagtsh -lpthread
-lclntsh -lclntshcore `cat /home/oracle/product/12cR1/grid/lib/sysliblist` -Wl,rpath,/home/oracl
INFO: e/product/12cR1/grid/lib -lm `cat
/home/oracle/product/12cR1/grid/lib/sysliblist` -ldl -lm
-L/home/oracle/product/12cR1/grid/lib -lnsgr12
INFO: gcc: error: unrecognized command line option --Wl,--no-as-needed
INFO: /home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk:911: recipe for
target '/home/oracle/product/12cR1/grid/rdbms/lib/extproc' failed
INFO: make: *** [/home/oracle/product/12cR1/grid/rdbms/lib/extproc] Error 1
INFO: End output from spawned process.
INFO: ---------------------------------INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'utilities' of makefile
'/home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk'. See
'/home/oracle/oraInventory/logs/installActions2016-05-25_12-21-44AM.log' for
details.
Exception Severity: 1
Solution
For above error we need to do changes in
/home/oracle/product/12cR1/grid/rdbms/lib /ins_rdbms.mk. Search for Linking
external procedure agent and you will see following lines in the file.
$(EXTPROC): $(ALWAYS) $(EXTPROC_DEPS)
$(SILENT)$(ECHO)
$(SILENT)$(ECHO) "Linking external procedure agent ($@)"
$(RMF) $@
$(EXTPROC_LINKLINE)

Change it to as follows
$(EXTPROC): $(ALWAYS) $(EXTPROC_DEPS)
$(SILENT)$(ECHO)
$(SILENT)$(ECHO) "Linking external procedure agent ($@)"
$(RMF) $@
$(EXTPROC_LINKLINE) -lagtsh

Click retry to go further.

5. Again I got error for utilities

In the logs for above error I have observed following line


INFO: Linking external procedure agent
(/home/oracle/product/12cR1/grid/rdbms/lib/extproc)
INFO: rm -f /home/oracle/product/12cR1/grid/rdbms/lib/extproc
INFO: /home/oracle/product/12cR1/grid/bin/orald -o
/home/oracle/product/12cR1/grid/rdbms/lib/extproc -m64 -z noexecstack -Wl,-disable-new-dtags -L/home/oracle/product/12cR1/grid/rdbms/lib/
-L/home/oracle/product/12cR1/grid/lib/ -L/home/oracle/product/12cR1/grid/lib/stubs/
--Wl,--no-as-needed /home/oracle/product/12cR1/grid/rdbms/lib/hormc.o
/home/oracle/product/12cR1/grid/rdbms/lib/homts.o
-lagtsh -lpthread
-lclntsh -lclntshcore `cat /home/oracle/product/12cR1/grid/lib/sysliblist` -Wl,rpath,/home/oracl
INFO: e/product/12cR1/grid/lib -lm `cat
/home/oracle/product/12cR1/grid/lib/sysliblist` -ldl -lm
-L/home/oracle/product/12cR1/grid/lib -lnsgr12 -lagtsh
INFO: gcc: error: unrecognized command line option --Wl,--no-as-needed
INFO: /home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk:911: recipe for
target '/home/oracle/product/12cR1/grid/rdbms/lib/extproc' failed
INFO: make: *** [/home/oracle/product/12cR1/grid/rdbms/lib/extproc] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------

INFO: Exception thrown from action: make


Exception Name: MakefileException
Exception String: Error in invoking target 'utilities' of makefile
'/home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk'. See
'/home/oracle/oraInventory/logs/installActions2016-05-25_12-21-44AM.log' for
details.
Exception Severity: 1
Solution
For above error we need to do changes
in //home/oracle/product/12cR1/grid/rdbms/lib/ins_rdbms.mk' . Search for Linking

external procedure agent and you will see following lines in the file.
$(EXTPROC): $(ALWAYS) $(EXTPROC_DEPS)
$(SILENT)$(ECHO)
$(SILENT)$(ECHO) "Linking external procedure agent ($@)"
$(RMF) $@
$(EXTPROC_LINKLINE)

Change it to as follows
$(EXTPROC): $(ALWAYS) $(EXTPROC_DEPS)
$(SILENT)$(ECHO)
$(SILENT)$(ECHO) "Linking external procedure agent ($@)"
$(RMF) $@
$(EXTPROC_LINKLINE) -lagtsh

Further we also need to do changes in


/home/oracle/product/12cR1/grid/rdbms/lib/env_rdbms.mk file. Open the file with
text editor and search for EXTPROC_LINKLINE and you will see following lines in the
file.
EXTPROC_LINKLINE=$(LINK) $(OPT) $(EXTPMAI) $(PROD_EXTPROC_OPT) \
$(HSALIB_SUBSET1) $(HSALIB_SUBSET2)
EXTPROC_LINKLINE=$(LINK) $(OPT) -Wl,--no-as-needed $(EXTPMAI) $(PROD_EXTPROC_OPT) \
$(HSALIB_SUBSET1) $(HSALIB_SUBSET2)

Click retry to go further.

If your root.sh script fails with below error


linux-7a6p:/home/oracle/product/12cR1/grid # ./root.sh
Performing root user operation for Oracle 12c

The following environment variables are set as:


ORACLE_OWNER= oracle
ORACLE_HOME= /home/oracle/product/12cR1/grid

Enter the full pathname of the local bin directory: [/usr/local/bin]:


The contents of "dbhome" have not changed. No need to overwrite.
The contents of "oraenv" have not changed. No need to overwrite.
The contents of "coraenv" have not changed. No need to overwrite.

Entries will be added to the /etc/oratab file as needed by


Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Using configuration parameter file:
/home/oracle/product/12cR1/grid/crs/install/crsconfig_params
2016/05/25 03:32:17 CLSRSC-351: Improper Oracle Clusterware configuration found
on this host

2016/05/25 03:32:17 CLSRSC-353: Run


'/home/oracle/product/12cR1/grid/crs/install/roothas.pl -deconfig' to deconfigure
existing failed configuration and then re-run 'root.sh

The command '/home/oracle/product/12cR1/grid/perl/bin/perl


-I/home/oracle/product/12cR1/grid/perl/lib
-I/home/oracle/product/12cR1/grid/crs/install
/home/oracle/product/12cR1/grid/crs/install/roothas.pl ' execution failed

https://community.oracle.com/thread/2352285?start=0&tstart=0

Solving using https://community.hds.com/blogs/DBAatHDS/2015/02/04/problemstarting-cluster-services-when-installing-oracle-rac-11gr2-on-red-hat-enterpriselinux-7


After doing the above part I got this

lrmj050:/home/oracle/product/12cR1/grid # ./root.sh
Performing root user operation for Oracle 12c

The following environment variables are set as:


ORACLE_OWNER= oracle
ORACLE_HOME= /home/oracle/product/12cR1/grid

Enter the full pathname of the local bin directory: [/usr/local/bin]:


The contents of "dbhome" have not changed. No need to overwrite.
The contents of "oraenv" have not changed. No need to overwrite.
The contents of "coraenv" have not changed. No need to overwrite.

Entries will be added to the /etc/oratab file as needed by


Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Using configuration parameter file:
/home/oracle/product/12cR1/grid/crs/install/crsconfig_params
LOCAL ADD MODE
Creating OCR keys for user 'oracle', privgrp 'oinstall'..
Operation successful.
LOCAL ONLY MODE

Successfully accumulated necessary OCR keys.


Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
CRS-4664: Node lrmj050 successfully pinned.
2016/05/26 01:23:22 CLSRSC-330: Adding Clusterware entries to file '/etc/inittab'

2016/05/26 01:25:28 CLSRSC-214: Failed to start 'ohasd'

Failed to start the Clusterware. Last 20 lines of the alert log follow:
2016-05-26 01:09:07.113:
[client(19645)]CRS-1001:The OCR was formatted using version 4.
2016-05-26 01:19:13.438:
[ohasd(19710)]CRS-0715:Oracle High Availability Service has timed out waiting for
init.ohasd to be started.
2016-05-26 01:19:13.440:
[ohasd(19710)]CRS-0714:Oracle Clusterware Release 12.1.0.1.0 - Production
Copyright 1996, 2010 Oracle. All rights reserved.
2016-05-26 01:19:13.454:
[ohasd(19710)]CRS-2112:The OLR service started on node lrmj050.
2016-05-26 01:19:13.486:
[ohasd(19710)]CRS-1301:Oracle High Availability Service started on node lrmj050.
2016-05-26 01:19:32.652:
[ohasd(19203)]CRS-0714:Oracle Clusterware Release 12.1.0.1.0 - Production
Copyright 1996, 2010 Oracle. All rights reserved.
2016-05-26 01:19:32.723:
[ohasd(19203)]CRS-0704:Oracle High Availability Service aborted due to Oracle
Local Registry error [PROCL-24: Error in the messaging layer Messaging error
[gipcretAddressInUse] [20]]. Details at (:OHAS00106:) in
/home/oracle/product/12cR1/grid/log/lrmj050/ohasd/ohasd.log.

[client(20008)]CRS-10001:26-May-16 01:20 ACFS-9459: ADVM/ACFS is not


supported on this OS version: '3.12.28-4-default SP0'
[client(20010)]CRS-10001:26-May-16 01:20 ACFS-9201: Not Supported
2016-05-26 01:23:21.102:
[client(20240)]CRS-2101:The OLR was formatted using version 4.
2016-05-26 01:23:21.693:
[client(20263)]CRS-1001:The OCR was formatted using version 4.

2016/05/26 01:25:28 CLSRSC-318: Failed to start Oracle ohasd service

Died at /home/oracle/product/12cR1/grid/crs/install/crsinstall.pm line 2985.


The command '/home/oracle/product/12cR1/grid/perl/bin/perl
-I/home/oracle/product/12cR1/grid/perl/lib
-I/home/oracle/product/12cR1/grid/crs/install
/home/oracle/product/12cR1/grid/crs/install/roothas.pl ' execution failed

Solution is run deconfig with force option


linux-7a6p:/home/oracle/product/12cR1/grid #
/home/oracle/product/12cR1/grid/crs/install/roothas.pl -deconfig -force
Using configuration parameter file:
/home/oracle/product/12cR1/grid/crs/install/crsconfig_params
CRS-4639: Could not contact Oracle High Availability Services
CRS-4000: Command Stop failed, or completed with errors.
CRS-4639: Could not contact Oracle High Availability Services
CRS-4000: Command Delete failed, or completed with errors.
CRS-4639: Could not contact Oracle High Availability Services
CRS-4000: Command Stop failed, or completed with errors.
2016/05/25 03:37:09 CLSRSC-180: An error occurred while executing the command
'/etc/init.d/ohasd deinstall' (error code -1)

Failure in execution (rc=-1, 0, Inappropriate ioctl for device) for command


/etc/init.d/ohasd deinstall
2016/05/25 03:37:09 CLSRSC-337: Successfully deconfigured Oracle Restart stack

You might also like