当前位置:网站首页>19C中ASM network未自动启动的处理
19C中ASM network未自动启动的处理
2022-04-23 06:02:00 【还不算晕】
近期在一个ODA一体机环境,发现19C GRID的ASM network未启动,检查属性发现此资源的启动属性为AUTO_START=restore;使用srvctl命令,成功启动服务。之后再重启集群验证,ASM network可以正常启动,对应的监听资源等均恢复正常。相关处理日志如下:
[root@syhis2 ~]# crsctl stat res ora.asmnet1.asmnetwork -p |grep AUTO
AUTO_START=restore
[root@syhis2 ~]# srvctl start asmnetwork -node syhis2
[root@syhis2 ~]# crsctl stat res -t
--------------------------------------------------------------------------------
Name Target State Server State details
--------------------------------------------------------------------------------
Local Resources
--------------------------------------------------------------------------------
…………
Cluster Resources
--------------------------------------------------------------------------------
ora.ASMNET1LSNR_ASM.lsnr(ora.asmgroup)
1 ONLINE ONLINE syhis1 STABLE
2 ONLINE ONLINE syhis2 STABLE
ora.DATA.dg(ora.asmgroup)
1 ONLINE ONLINE syhis1 STABLE
2 ONLINE ONLINE syhis2 STABLE
ora.LISTENER_SCAN1.lsnr
1 ONLINE ONLINE syhis1 STABLE
ora.RECO.dg(ora.asmgroup)
1 ONLINE ONLINE syhis1 STABLE
2 ONLINE ONLINE syhis2 STABLE
ora.asm(ora.asmgroup)
1 ONLINE ONLINE syhis1 Started,STABLE
2 ONLINE ONLINE syhis2 Started,STABLE
ora.asmnet1.asmnetwork(ora.asmgroup)
1 ONLINE ONLINE syhis1 STABLE
2 ONLINE ONLINE syhis2 STABLE
…………
--------------------------------------------------------------------------------
[root@syhis2 ~]# ps -ef|grep tns
root 425 2 0 Jan06 ? 00:00:00 [netns]
grid 58715 1 0 21:14 ? 00:00:00 /u01/app/19.0.0.0/grid/bin/tnslsnr LISTENER -no_crs_notify -inherit
grid 77325 1 0 21:21 ? 00:00:00 /u01/app/19.0.0.0/grid/bin/tnslsnr ASMNET1LSNR_ASM -no_crs_notify -inherit
root 78690 53591 0 21:22 pts/0 00:00:00 grep --color=auto tns
[grid@syhis2 ~]$ lsnrctl status ASMNET1LSNR_ASM
LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 08-JAN-2022 21:23:12
Copyright (c) 1991, 2020, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=ASMNET1LSNR_ASM)))
STATUS of the LISTENER
------------------------
Alias ASMNET1LSNR_ASM
Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production
Start Date 08-JAN-2022 21:21:04
Uptime 0 days 0 hr. 2 min. 8 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/app/19.0.0.0/grid/network/admin/listener.ora
Listener Log File /u01/app/grid/diag/tnslsnr/syhis2/asmnet1lsnr_asm/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=ASMNET1LSNR_ASM)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.17.3)(PORT=1525)))
Services Summary...
Service "+ASM" has 2 instance(s).
Instance "+ASM1", status READY, has 1 handler(s) for this service...
Instance "+ASM2", status READY, has 2 handler(s) for this service...
Service "+ASM_DATA" has 2 instance(s).
Instance "+ASM1", status READY, has 1 handler(s) for this service...
Instance "+ASM2", status READY, has 2 handler(s) for this service...
Service "+ASM_RECO" has 2 instance(s).
Instance "+ASM1", status READY, has 1 handler(s) for this service...
Instance "+ASM2", status READY, has 2 handler(s) for this service...
The command completed successfully
重启CRS检查,可以正常启动。
版权声明
本文为[还不算晕]所创,转载请带上原文链接,感谢
https://blog.csdn.net/q947817003/article/details/122945428
边栏推荐
- MySQL【sql性能分析+sql调优】
- qs. In the stringify interface, the input parameter is converted into a & connected string (with the application / x-www-form-urlencoded request header)
- openvswitch 编译安装
- Build a cloud blog based on ECS (send blessings on the cloud Xiaobao code and draw iphone13 for free)
- 异常记录-6
- JS realizes modal box dragging
- Prometheus Cortex架构概述(水平可扩展、高可用、多租户、长期存储)
- 通过源码探究@ModelAndView如何实现数据与页面的转发
- LeetCode刷题|38外观数组
- bcc安装和基本工具使用说明
猜你喜欢
使用prom-label-proxy实现Prometheus Thanos的基于标签的多租户读
ovs与ovs+dpdk架构分析
LeetCode刷题|13罗马数字转整数
Winter combat camp hands-on combat - first understand the cloud foundation, hands-on practice ECS ECS ECS novice on the road to get the mouse cloud Xiaobao backpack shadowless
使用百度智能云人脸检测接口实现照片质量检测
Imitation scallop essay reading page
Virtio and Vhost_ Net introduction
XDP类型的BPF程序
High performance gateway for interconnection between VPC and IDC based on dpdk
rdam 原理解析
随机推荐
如何通过dba_hist_active_sess_history分析数据库历史性能问题
Prometheus的relabel_configs和metric_relabel_configs解释及用法示例
异常记录-18
Will restarting the Oracle listener break the existing connection
High performance gateway for interconnection between VPC and IDC based on dpdk
redis 常见问题
阿里矢量库的图标使用教程(在线,下载)
Arranges the objects specified in the array in front of the array
Common views of Oracle database performance analysis
2021年国产数据库12强介绍
DNA reveals surprise ancestry of mysterious Chinese mummies
MySQL索引【数据结构+索引创建原则】
BPF program of type XDP
Prometheus和Thanos Receiver的“写多租户”实现
异常记录-19
JS implementation of web page rotation map
用Future与CountDownLatch实现多线程执行多个异步任务,任务全部完成后返回结果
openvswitch 编译安装
冬季实战营 动手实战-MySQL数据库快速部署实践 领鼠标 云小宝
关于Postgres主从复制延迟监控的错误告警问题