Sun Cluster 2.2 ソフトウェアのインストール

共有 CCD ボリュームを構成するには

  1. CCD 用のボリュームを構成済みであることを確認します。

    両方ノード上で次のコマンドを実行してください。詳細は、scconf(1M) のマニュアルページを参照してください。

    # scconf clustername -S ccdvol
    
  2. 1 つのノード上でだけ confccdssa(1M) コマンドを実行し、CCD 用のディスクを選択します。

    共有 CCD ボリュームを構成する共有ディスク拡張装置から 2 つのディスクを選択してください。

    # /opt/SUNWcluster/bin/confccdssa clustername
    
     On a 2-node configured cluster you may select two disks 
    that are shared between the 2 nodes to store the CCD 
    database in case of a single node failure.
    
     Please, select the disks you want to use from the following list:
    
     Select devices from list.
     Type the number corresponding to the desired selection.
     For example: 1<CR>
    
     1) SSA:00000078C9BF
     2) SSA:00000080295E
     3) DISK:c3t32d0s2:9725B71845
     4) DISK:c3t33d0s2:9725B70870
     Device 1: 3
    
     Disk c3t32d0s2 with serial id 9725B71845 has been selected
     as device 1.
    
     Select devices from list.
     Type the number corresponding to the desired selection.
     For example: 1<CR>
    
     1) SSA:00000078C9BF
     2) SSA:00000080295E
     3) DISK:c3t33d0s2:9725B70870
     4) DISK:c3t34d0s2:9725B71240
     Device 2: 4
    
     Disk c3t34d0s2 with serial id 9725B71240 has been selected
     as device 2.
    
     newfs: construct a new file system /dev/vx/rdsk/sc_dg/ccdvol:
     (y/n)? y
    ...

    これ以降、選択した 2 つのディスクを別のディスクグループに含めることはできません。選択すると、ボリュームが作成され、ファイルシステムが配置されます。詳細は、confccdssa(1M) のマニュアルページを参照してください。