LoginSignup
3
8

More than 5 years have passed since last update.

Clustered Ontapで遊ぶ #1

Last updated at Posted at 2016-02-24

目的

Netappのsupportサイトから入手できるClustered Ontap Simulatorをインストールして遊んで見る。

Clustered Ontap Simulatorの入手

おそらくここが一番の鬼門。どうにかして手に入れてください。。
私は、会社でNetappを使っているので比較的簡単に入手できるのですが、、

  • 今回はvsim-esx-DOT8.3.1-cm.ovaを入手
  • ESXiがない人は先にESXiを用意してください(ここも鬼門)
  • ovaでのインストール
  • Disk節約のためにThinで
  • NetworkはVM NetworkがManagement/data traffic用、Cluster NetworkがCluster間の専用ネットワーク。私の環境では、前者をVM Network、後者をcluster_networkとして事前に作成しています
    image

  • 待ちます
    image

  • 確認。NICが4本。2本が通信用、2本がcluster間用みたいです
    image

初期設定

  • "Ctrl+C" をポチッと。
    image

  • 同じくsupportページから入手できるinstallation guideにしたがって、(4)を選択
    image

image

  • 引き継ぎ設定
    image

  • Interfaceの設定

私の環境では
10.1.2.1/16 GW:10.1.0.1
  • image
  • adminでログイン
  • "cluster setup"と入力
  • image

  • cluster "create"を選択

  • sshがdefaultで有効になっていないので、有効化します

  • security login create -application ssh -user-or-group-name admin -authmethod password 
    
  • sshの確認

ssh -l admin 10.1.2.1
Password:
netapp::> 
  • これでsshでログインできるようになりました。
  • Installation guideには、cluster nodeの追加方法も記載されていますので、本来の意味での"clustered"にしたい方は追加してください。
  • Serial Numberの変更、Clusterの選択で"Join"を選択すれば自動的に追加されるはずです
netapp::> network interface show
            Logical    Status     Network            Current       Current Is
Vserver     Interface  Admin/Oper Address/Mask       Node          Port    Home
----------- ---------- ---------- ------------------ ------------- ------- ----
Cluster
            netapp-01_clus1 
                         up/up    169.254.15.59/16   netapp-01     e0a     true
            netapp-01_clus2 
                         up/up    169.254.85.165/16  netapp-01     e0b     true
            netapp-02_clus1 
                         up/up    169.254.242.234/16 netapp-02     e0a     true
            netapp-02_clus2 
                         up/up    169.254.69.123/16  netapp-02     e0b     true
netapp
            netapp-01_mgmt1 
                         up/up    10.1.2.1/16        netapp-01     e0c     true
            netapp-02_mgmt1 
                         up/up    10.1.2.2/16        netapp-02     e0c     true
6 entries were displayed.


netapp::> 
netapp::> cluster show
Node                  Health  Eligibility
--------------------- ------- ------------
netapp-01             true    true
netapp-02             true    true
2 entries were displayed.
3
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
8