CRS-2674

[email protected]:~> $ORACLE_HOME/bin/srvctl start database -d ndscdb
PRCR-1079 : Failed to start resource ora.ndscdb.db
CRS-5017: The resource action "ora.ndscdb.db start" encountered the following error:
ORA-00443: background process "LMD1" did not start
. For details refer to "(:CLSN00107:)" in "/oracle/app/grid/diag/crs/WWJD-db1/crs/trace/crsd_oraagent_oracle.trc".

CRS-2674: Start of 'ora.ndscdb.db' on 'WWJD-db1' failed
CRS-2632: There are no more servers to try to place resource 'ora.ndscdb.db' on that would satisfy its placement policy
--alert.log
Starting background process LMD1
2019-01-28T01:29:19.181299-08:00
Process startup failed, error stack:
2019-01-28T01:29:19.181569-08:00
Errors in file /oracle/app/oracle/diag/rdbms/ndscdb/NDSCDB1/trace/NDSCDB1_psp0_148992.trc:
ORA-27300: OS system dependent operation:fork failed with status: 11
ORA-27301: OS failure message: Resource temporarily unavailable
ORA-27302: failure occurred at: skgpspawn3
2019-01-28T01:29:19.181989-08:00
* Load Monitor used for high load check
* New Low - High Load Threshold Range = [61440 - 81920]
2019-01-28T01:29:19.184921-08:00
LMS0 started with pid=24, OS id=149071 at elevated (RT) priority
2019-01-28T01:29:19.186634-08:00
LMS2 started with pid=26, OS id=149075 at elevated (RT) priority
2019-01-28T01:29:19.187214-08:00
LMS1 started with pid=25, OS id=149073 at elevated (RT) priority
2019-01-28T01:29:19.187425-08:00
LMS3 started with pid=27, OS id=149077 at elevated (RT) priority
2019-01-28T01:29:20.180278-08:00
Process LMD1 died, see its trace file
2019-01-28T01:29:20.182144-08:00
USER (ospid: 148922): terminating the instance due to error 443
2019-01-28T01:29:21.228555-08:00
Instance terminated by USER, pid = 148922
--trace
[email protected]:~> more /oracle/app/oracle/diag/rdbms/ndscdb/NDSCDB1/trace/NDSCDB1_psp0_148992.trc
Trace file /oracle/app/oracle/diag/rdbms/ndscdb/NDSCDB1/trace/NDSCDB1_psp0_148992.trc
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
Build label:    RDBMS_12.2.0.1.0_LINUX.X64_170125
ORACLE_HOME:    /oracle/app/oracle/product/12.2.0/db_1
System name:    Linux
Node name:      WWJD-DB1
Release:        4.4.162-94.69-default
Version:        #1 SMP Mon Nov 5 18:58:52 UTC 2018 (9e06c56)
Machine:        x86_64
Instance name: NDSCDB1
Redo thread mounted by this instance: 0 <none>
Oracle process number: 4
Unix process pid: 148992, image: [email protected] (PSP0)

*** 2019-01-28T01:29:17.870458-08:00
*** CLIENT ID:() 2019-01-28T01:29:17.870482-08:00
*** SERVICE NAME:() 2019-01-28T01:29:17.870488-08:00
*** MODULE NAME:() 2019-01-28T01:29:17.870493-08:00
*** ACTION NAME:() 2019-01-28T01:29:17.870501-08:00
*** CLIENT DRIVER:() 2019-01-28T01:29:17.870506-08:00

[kji_attach][LMON !running, !call kjual]
*** SESSION ID:(2065.45615) 2019-01-28T01:29:19.181339-08:00
*** SERVICE NAME:() 2019-01-28T01:29:19.181353-08:00

*** 2019-01-28T01:29:19.181318-08:00
Process startup failed, error stack:
ORA-27300: OS system dependent operation:fork failed with status: 11
ORA-27301: OS failure message: Resource temporarily unavailable
ORA-27302: failure occurred at: skgpspawn3
OS - DIAGNOSTICS
----------------
loadavg : 0.32 0.51 0.63
Memory (Avail / Total) = 497616.35M / 515669.59M
Swap (Avail / Total) = 65536.00M /  65536.00M
Max user processes limits(s / h) =  65536 / 65536
----------------
[email protected]:~> 
  • 诊断 ORA-27300 ORA-27301 ORA-27302 错误 (文档 ID 2179478.1)
  • ORA-27300 OS system dependent operation:fork failed with status: 11 (文档 ID 392006.1)
  • 在 Unix AIX,HP-UX,Linux,Solaris 和 MS Windows 操作系统上安装和配置 Oracle 数据库(RDBMS)的要求的快速参考(12.1/12.2) (文档 ID 2226599.1)
--Oracle要求
Shell limits

Soft File Descriptors     最少 1024
Hard File Descriptors     最少 65536
Soft FILE size            -1 (Unlimited)
Soft CPU time            -1 (Unlimited)
Soft DATA segment   -1 (Unlimited)
Soft STACK size        -1 (Unlimited)
Number of processes (Soft) 最少 2047
Number of processes (Hard) 最少 16384
maxuprocs       16384

[email protected]:~> cat /etc/security/limits.conf
grid  soft  nproc  2047
grid  hard  nproc  16384
grid  soft   nofile  1024
grid  hard  nofile  65536
grid  soft   stack  10240
grid  hard  stack  32768

oracle  soft  nproc  2047
oracle  hard  nproc  16384
oracle  soft  nofile  1024
oracle  hard  nofile  65536
oracle  soft  stack  10240
oracle  hard  stack  32768

# End of file
* - nofile 102400
* - nproc 148270
#Oracle recommended value for memlock is set to 3145728 for user oracle
oracle  hard  memlock  3145728
#Oracle recommended value for memlock is set to 3145728 for user oracle
oracle  soft  memlock  3145728
[email protected]:~> ulimit -a
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 2062592
max locked memory       (kbytes, -l) 3145728
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 10240
cpu time               (seconds, -t) unlimited
max user processes              (-u) 2047
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
[email protected]:~> 

重启集群,好了...
下班了,先回家...

原文地址:https://www.cnblogs.com/wwjd365/p/10331314.html

时间: 2024-10-21 09:57:41

CRS-2674的相关文章

CRS和ASM有啥关系

CRS和ASM没有关系 CRS是Oracle 10gR1 RAC后推出了自身的集群软件,这个软件的名称叫做Oracle Cluster Ready Service(Oracle集群就绪服务),简称CRS ASM是Oracle 10g R2后为了简化Oracle数据库的管理而推出来的一项新功能,这是Oracle自己提供的卷管理器,主要用于替代操作系统所提供的LVM,它不仅支持单实例,同时对RAC的支持也是非常好.ASM可以自动管理磁盘组并提供有效的数据冗余功能. 总上所述,CRS是一个集群软件,只

LTE的CRS和DRS区别(转载自无线俱乐部公众号)

CRS:Cell Reference Signal(小区参考信号) 作用:(1)下行信道质量测量,如RSRP,(2)下行信道估计,用于UE端的相干检测和解调.位置:每个下行子帧都有,特殊子帧的下行导频时隙也有.在一个RB内,频域上每隔六个子载波一个参考信号,时域上每隔三个符号位一个,具体的位置排列跟CELLID有关,天线端口等于1时的参考信号位置: Shift=CELLID mod 6,CELLD=[0,503].天线端口不同时参考信号位置也不同,如下图: 上面的是两个天线端口时的参考信号位置,

【翻译自mos文章】CRS显示 正在运行的db instance 是offline状态

CRS显示 正在运行的db instance 是offline状态 转自: CRS shows Running Instance Status as OFFLINE (Doc ID 1673397.1) 适用于: Oracle Database - Enterprise Edition - Version 11.2.0.2 to 11.2.0.3 [Release 11.2] Information in this document applies to any platform. 症状: 在c

orcle 11g rac crs状态正常,节点2数据库未启动

orcle 11g rac crs状态正常,节点2数据库未启动 安装完oracle11g R2 rac后,在节点1上查看数据库状态: [[email protected] ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Wed May 17 18:56:34 2017 Copyright (c) 1982, 2013, Oracle.  All rights reserved. Connected to: Or

oracle 10g rac重建crs

1.crs文件已经损坏,删除crs信息 rac10g1节点: [[email protected] install]# ./rootdelete.sh Shutting down Oracle Cluster Ready Services (CRS): Stopping resources. Error while stopping resources. Possible cause: CRSD is down. Stopping CSSD. Shutting down CSS daemon.

DMRS、DRS、SRS、CRS各自作用区别

SRS:用于估计上行信道频域信息,做频率选择性调度;用于估计上行信道,做下行波束赋形DMRS:用于上行控制和数据信道的相关解调DRS:仅出现于波束赋型模式,用于UE解调CRS:用于下行信道估计,及非beamforming模式下的解调.调度上下行资源,用作切换测量 http://www.mscbsc.com/bbs/viewthread.php?tid=433176&page=1#pid4480601 DRS是下行业务信道波束赋形时使用的,对应port5 MIMO模式TM7,叫用户专用参考信号,所

【RAC】使用频率较高的CRS维护命令总结

与CRS有关的命令均存放在$ORA_CRS_HOME/bin目录下,使用时请多加留意.本文将在日常CRS维护中较常用的命令予以演示,供参考. 1.启动CRS如果CRS没有启动在使用crs_stat命令查看集群状态的时候将会收到如下的报错信息.[email protected] /home/oracle$ /oracle/app/crs/bin/crs_stat -tCRS-0184: Cannot communicate with the CRS daemon. 在RAC环境下启动所有节点上的C

socket文件权限变更引起crs无法启动故障

Crs无法正常启动,也无法关闭.[[email protected] ~]# crsctl stop crsStopping resources. This could take several minutes.Error while stopping resources. Possible cause: CRSD is down. [[email protected] ~]# crsctl check crsFailure 1 contacting CSS daemonCannot commu

&quot;crsctl check crs&quot; command hangs at EVMD check

 Pre-11gR2: "crsctl check crs" command hangs at EVMD check (文档 ID 1578875.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 10.2.0.3 to 11.1.0.7 [Release 10.2 to 11.1] Information in this document applies to any platform. SYMPTOMS

AIX下RAC搭建 Oracle10G(四)安装CRS

AIX下RAC搭建系列 AIX下RAC搭建Oracle10G(四)安装CRS 环境 节点 节点1 节点2 小机型号 IBM P-series 630 IBM P-series 630 主机名 AIX203 AIX204 交换机 SAN光纤交换机 存储 SAN T3存储 大纲流程如下: 第一部分:主机配置 一.检测系统环境 二.网络配置 三.用户和组 四.网络参数调整 五.时间同步 六.卷组 第二部分:安装hacmp并配置 七.hacmp安装并配置 第三部分:安装CRS 八.安装CRS 第四部分: