Sun Cluster 快速入门指南(适用于 Solaris OS)

Procedure如何创建磁盘集

  1. phys-sun 为将要配置的每个数据服务创建一个磁盘集。

    1. phys-sun 作为 Apache 和 NFS 数据服务的主节点。


      phys-sun# metaset -s nfsset -a -h phys-sun phys-moon
      phys-sun# metaset -s apacheset -a -h phys-sun phys-moon
      
    2. phys-moon 作为 Oracle 数据服务的主节点。


      phys-sun# metaset -s oraset -a -h phys-moon phys-sun
      
  2. 检验磁盘集的配置是否正确,且对于两个节点是否可见。


    phys-X# metaset
    Set name = nfsset, Set number = 1
    …
    Set name = apacheset, Set number = 2
    …
    Set name = oraset, Set number = 3
    …