Corporate Traing
CRSCTL
DBA RAC
Error
Institute
Online Training
Oracle
Oracle DBA RAC
Oracle RAC
VirtualNuggets
https://oracledbaraconlinetraining.blogspot.com/2015/11/how-to-troubleshoot-crsctl-error.html
It took some time
to investigate why CRSCTL REPLACE VOTEDISK command is not working.
[oracle@node1 ~]$
crsctl replace votedisk VDISK
CRS-4264: The
operation could not be validated
CRS-4000: Command
Replace failed, or completed with errors.
When you get an
error during VOTEDISK replacement, make sure you check the following items:
- Make sure the disk
group you’re moving the voting disk is mounted on all nodes.
- Make sure the
compatibility parameter is set to the version of Grid software you’re using.
You can change it using the following command:
alter diskgroup
VDISK set attribute ‘compatible.asm’=’11.2′;
Query
V$ASM_DISKGROUP view to make sure it’s the same with the rest disk groups and
with the version of the Grid Software:
select group_number,
name, compatibility, database_compatibility from v$asm_diskgroup;
- Check alert.log
file of an ASM instance, any available trace file of the ASM instance. Check /var/log/messages
file and trace the replace command usint strace file. See if you can catch any
error from the log file:
[grid@node5 ~]strace
crsctl replace votedisk VDISK
- Make sure you’ve
an odd number of votedisk
- Make sure there’s
enough space in the diskgroup
- Make sure disk
permissions is correct
- Make sure you’re
running the command using Grid Software owner
Corporate Traing,
CRSCTL,
DBA RAC,
Error,
Institute,
Online Training,
Oracle,
Oracle DBA RAC,
Oracle RAC,
VirtualNuggets
VirtualNuggets
8652742928984622210
Post a Comment


:noprob:

:smile:

:shy:

:trope:

:sneered:

:happy:

:escort:

:rapt:

:love:

:heart:

:angry:

:hate:

:sad:

:sigh:

:disappointed:

:cry:

:fear:

:surprise:

:unbelieve:

:shit:

:like:

:dislike:

:clap:

:cuff:

:fist:

:ok:

:file:

:link:

:place:

:contact:
Home
item
Blog Archive
Popular Posts
-
In database computing, Oracle Real Application Clusters (RAC) - an option for the Oracle Database software produced by Oracle Corporat...
-
This is an Oracle RAC database administration, task-oriented guide that shows you how to configure and manage the environment fo...
-
In most of the environment we know few tableapces zero data change happned in test environment. In a such environment tablespace data is ...
-
1. What is VIP IP used for? It returns a dead connection IMMIDIATELY, when its primary node fails. Without using VIP IP, the clients...
-
Cloning the single instance oracle home (This method require -Sudo privilage on both servers) here we are going to clone the oracle ho...
-
1.What is cache fusion? In a RAC environment, it is the combining of data blocks, which are shipped across the interconnect fr...
-
This procedure will work for all file systems including raw or ASM. Through this example we will be using user12 (datafile). 1) On stan...
-
It took some time to investigate why CRSCTL REPLACE VOTEDISK command is not working. [oracle@node1 ~]$ crsctl replace votedisk V...