当前位置:网站首页>Oracle 11.2.0.4 ASM single instance does not start automatically with system startup
Oracle 11.2.0.4 ASM single instance does not start automatically with system startup
2022-07-24 11:45:00 【51CTO】
database :Oracle 11.2.0.4
System :CentOS 7.9
Environmental Science :ASM Single instance
problem : The cluster service does not start automatically with the start of the system , The alarm log reports the following errors :
2022-07-24 10:21:20.779:
[ohasd(2107)]CRS-0715:Oracle High Availability Service has timed out waiting for init.ohasd to be started.
Temporary solutions :
conversation 1:
conversation 1 perform start has after , Immediately in conversation 2 Execute the following statement , stay has After successful startup , Press CTRL+C End dd command .
So how to realize that the cluster service starts automatically with the start of the system ?
Let's solve this problem :
The following new parts have special instructions , Add three lines in total .
disable*)
$LOGERR "Oracle HA daemon is disabled for autostart."
After restarting the system, the cluster will start automatically .
边栏推荐
- Cgo+gsoap+onvif learning summary: 9. Go and C conduct socket communication and onvif protocol processing
- Imeta view | is short reading long amplicon sequencing applicable to the prediction of microbiome function?
- Repeated calls, messages, idempotent schemes, full collation
- Use prometheus+grafana to monitor server performance in real time
- What is the difference between low code and no code?
- 1184. Distance between bus stops: simple simulation problem
- Experience of redis deepwater area -- Interview reference
- Two important laws about parallelism
- cgo+gSoap+onvif学习总结:9、go和c进行socket通信进行onvif协议处理
- Record a garbage collection and analysis of gceasy
猜你喜欢
随机推荐
DevOps及DevOps常用的工具介绍
JVM visualvm: multi hop fault handling tool
How to use a third party without obtaining root permission topic: MIUI chapter
tcp 服务端接收数据处理思路梳理,以及select: Invalid argument报错 笔记
Hash - 242. valid alphabetic ectopic words
Microservice - eruka
Operational amplifier - Notes on rapid recovery [1] (parameters)
【反序列化漏洞-01】序列化与反序列化简介
Imeta view | is short reading long amplicon sequencing applicable to the prediction of microbiome function?
The art of management - driving software R & D efficiency through leadership
Talk about software testing - automated testing framework
Recommended SSH cross platform terminal tool tabby
Stack Title: basic calculator II
Database operation through shell script
Best practice | using Tencent cloud AI character recognition to realize enterprise qualification certificate recognition
stream流
Import the data in MariaDB into columnstore
C # entry series (29) -- preprocessing commands
Hash - 15. Sum of three numbers
String -- 344. Reverse string






](/img/fd/e12f43e23e6ec76c2b44ce7813e204.png)

