zoukankan      html  css  js  c++  java
  • REHL8 ORACLE 19c ASM[INS-30502] No ASM disk group found

    环境:

    SQL*Plus: Release 19.0.0.0.0

    问题:

    [INS-30502] No ASM disk group found.
      CAUSE: There were no disk groups managed by the ASM instance +ASM.
       ACTION: Use Automatic Storage Management Configuration Assistant to add disk groups.
    日志:

    INFO:  [Jun 23, 2020 11:29:41 PM] Executing [/oracle/app/19c/grid/bin/kfod.bin, nohdr=true, verbose=true, op=groups, cluster=true, asmcompatibility=true]
    INFO:  [Jun 23, 2020 11:29:41 PM] Starting Output Reader Threads for process /oracle/app/19c/grid/bin/kfod.bin
    INFO:  [Jun 23, 2020 11:29:46 PM] Parsing KFOD-00300: OCI error [-1] [OCI error] [ORA-01017: invalid username/password; logon denied
    INFO:  [Jun 23, 2020 11:29:46 PM] Parsing ] [1017]
    INFO:  [Jun 23, 2020 11:29:46 PM] Parsing
    INFO:  [Jun 23, 2020 11:29:46 PM] The process /oracle/app/19c/grid/bin/kfod.bin exited with code 1
    INFO:  [Jun 23, 2020 11:29:46 PM] Waiting for output processor threads to exit.
    INFO:  [Jun 23, 2020 11:29:46 PM] Output processor threads exited.
    SEVERE:  [Jun 23, 2020 11:29:46 PM] [FATAL] [INS-30502] No ASM disk group found.
       CAUSE: There were no disk groups managed by the ASM instance +ASM.
       ACTION: Use Automatic Storage Management Configuration Assistant to add disk groups.

    解决方案:

    [root@mtxdb InstallActions2020-06-23_11-28-57PM]# chmod +s /oracle/app/19c/grid/bin/kfod.bin
    [root@mtxdb InstallActions2020-06-23_11-28-57PM]# ls -ltr /oracle/app/19c/grid/bin/kfod.bin
    -rwsr-s---. 1 grid oinstall 173872 Jun 23 11:08 /oracle/app/19c/grid/bin/kfod.bin
  • 相关阅读:
    Python
    python参数传递方式
    python可变类型和不可变类型
    进程、线程和协程的理解
    cookie原理
    http报文格式
    Charles的HTTPS抓包方法及原理分析
    fiddler抓包https请求
    python正则表达式
    java的Junit单元测试
  • 原文地址:https://www.cnblogs.com/tingxin/p/13185440.html
Copyright © 2011-2022 走看看