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 没有设置。

  • 相关阅读:
    php开发_图片验证码
    php开发_php环境搭建
    中序线索二叉树算法
    WPF技巧(1)异步绑定
    WPF技巧(2)绑定到附加属性
    nhibernate 抓取策略
    wpf 控件开发基础(6) 单一容器(Decorator)
    WPF技巧(3)监测属性变更
    Caliburn v2 变更启动初始化
    wpf单容器中的Chrome
  • 原文地址:https://www.cnblogs.com/Babylon/p/7798572.html
Copyright © 2011-2022 走看看