Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Database \ Oracle 11g RAC root.sh execution error second node failure example     - JDK installation under CentOS (Linux)

- How to use Xmanager Remote Desktop and VNC Log (Linux)

- Java deserialization test (Programming)

- Ubuntu install snmp packets Unlinked OID in IPATM-IPMC-MIB: marsMIB (Linux)

- To set up the printer use Nagios Monitoring Server (Server)

- Redis configuration file interpretation (Database)

- Use OpenWrt build WDS wireless network extension on V2 WHR-G300N (Linux)

- IntelliJ IDEA run in Mac10.9 and JDK7 environment (Linux)

- CentOS install SVN server configuration and automatically synchronized to the Web directory (Server)

- Restrict console access to Linux servers to improve security (Linux)

- Python maketrans () method (Programming)

- Four IDS intrusion detection tool under Linux environment (Linux)

- Linux find command usage summary (Linux)

- To install Python-Pip and Fabric under CentOS / Ubuntu (Linux)

- Linux file compression and file system packaged with instructions (Linux)

- The new features of MySQL 5.7 Generated Column (index function) (Database)

- Security Features Linux and Unix operating system, programming (Linux)

- Fedora 22 Server how to upgrade to Fedora 23 Beta Server (Linux)

- Linux operating system security management skills notes (Linux)

- Hibernate in profile (Database)

 
         
  Oracle 11g RAC root.sh execution error second node failure example
     
  Add Date : 2018-11-21      
         
         
         
  Oracle 11g rac only recorded once the installation process

1. Using RHEL6.5 multipath multipath software is installed using udev configure ASM shared disk is unsuccessful, then because of the time and try not too much analysis.
2. Using RHEL6.5 multipath multipath software is installed using ASMLIB configure ASM disk shared success, but at the second node execute root.sh reported the following error message, see 3 solution.

Disk Group CRS creation failed with the following message:
ORA-15018: diskgroup can not be created
ORA-15072: command requires at least 1 regular failure groups, discovered only 0
ORA-15080: synchronous I / O operation to a disk failed

Configuration of ASM ... failed
see asmca logs at / u01 / app / grid / cfgtoollogs / asmca for details
Did not succssfully configure and start ASM at /u01/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 6912.
/u01/app/11.2.0/grid/perl/bin/perl -I / u01 / app / 11.2.0 / grid / perl / lib - I / u01 / app / 11.2.0 / grid / crs / install / u01 /app/11.2.0/grid/crs/install/rootcrs.pl execution failed

3. The solution is as follows

node1, node2 follows:

# Vi / etc / sysconfig / oracleasm

ORACLEASM_ENABLED = true
ORACLEASM_UID = grid
ORACLEASM_GID = asmdba
ORACLEASM_SCANBOOT = true
ORACLEASM_SCANORDER = "dm"
ORACLEASM_SCANEXCLUDE = "sd"
ORACLEASM_USE_LOGICAL_BLOCK_SIZE = false

# /etc/init.d/oracleasm Restart


The second node to perform cleanup configuration, you can then execute root.sh:
# /u01/app/11.2.0/grid/crs/install/roothas.pl -delete -force -verbose
# /u01/app/11.2.0/grid/root.sh
     
         
         
         
  More:      
 
- To compile install and test Swift under Linux (Linux)
- MySQL binlog group to submit XA (two-phase commit) (Database)
- Spring multi data source configuration (Programming)
- How to use GRUB2 files directly from the hard disk to run ISO (Linux)
- Oracle RAC 10.2.0.5 upgrade to 11.2.0.4 problems encountered (Database)
- Easily create RPM packages using the FPM (Linux)
- Ten best plug surge Emacs Productivity (Linux)
- Linux kernel RCU (Read Copy Update) lock Brief (Linux)
- ASP.NET 5 is connected with the Redis server on the Linux platform (Server)
- MySQL 5.6 use GTIDs build the master database (Database)
- Git Experience Sharing - Using a remote repository (Linux)
- MySQL restart process can not be taken lightly (Database)
- Type Linux commands (Linux)
- MySQL optimization resulting order by using filesort (Database)
- lolcat: an output terminal rainbow effects in the Linux command-line tool (Linux)
- Use web2py + uWSGI + Nginx Web server built on Linux (Server)
- Linux platform NTOP Installation and Configuration (Linux)
- Ubuntu 14.04 Configuring cuda-convnet (Linux)
- Security enhancements in Ubuntu ssh service (Linux)
- Story timestamp and time zones: daily programmer (Programming)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.