zoukankan      html  css  js  c++  java
  • 053531

    When starting up your ASM instance, you receive the following error:


    What is the cause of the error?
    A. The ASM_DISKGROUPS parameter is configured for three disk groups: DGROUP1, DGROUP2, and DGROUP3.The underlying disks for these disk groups have apparently been lost.
    B. The format of the ASM_DISKGROUPS parameter is incorrect. It should reference the disk group numbers, not the names of the disk groups
    C. The ASM_POWER_LIMIT parameter is incorrectly set to 1. It should be set to the number of disk groups being attached to the ASM instance.
    D. The ASM_DISKSTRING parameter is not set; therefore disk discovery is not possible.
    E. There is insufficient information to solve this problem.

      The ASM_DISKSTRING parameter is not set correctly.When the ASM instance is started,it will use the ASM_DISKSTRING to do ASM disk discovery.Correct the ASM_DISKSTRING parameter,and restart the instance to correct the problem.
      ASM_DISKSTRING 是一个与操作系统相关的值,ASM 使用它来限制搜索时考虑的磁盘集即是设置 ASM启动时检查的磁盘,该选项可以同时指定多个值,并且支持通配符。比如只检查/DEV/SD*。默认值为空字符串,为空的话,表示 ASM 将查找系统中所有 ASM 拥有读写权限的设备。这在大多数情况下就足够了。如上所示的约束性更强的值可以减少 ASM 执行搜索所需的时间,从而提高磁盘组装载次数。
      从图上可以,他的 ASM_DISKSTRING 没有设置。

  • 相关阅读:
    单链表的反转是常见的面试题目
    线程状态
    史上最强Android只是总结
    常见的一些算法
    Android LayoutInflater.inflate()使用详解
    Android事件分发机制及滑动冲突解决方案
    Kotlin——高阶函数详解与标准的高阶函数使用
    Kotlin 中的伴生对象和静态成员
    知识点
    Android Studio:多包名打包
  • 原文地址:https://www.cnblogs.com/Babylon/p/7798572.html
Copyright © 2011-2022 走看看