Skip to main content
日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。

SMBのみ:SMBサーバを作成する

共同作成者

ソースSVMでSMB構成が使用されていて、をに選択した場合 identity-preserve 終了: `false`では、デスティネーションSVM用のSMBサーバを作成する必要があります。SnapMirror 関係の初期化の際、共有などの一部の SMB 構成では SMB サーバが必要です。

手順
  1. を使用して、デスティネーションSVMを起動します vserver start コマンドを実行します

    destination_cluster::> vserver start -vserver dvs1
    [Job 30] Job succeeded: DONE
  2. デスティネーションSVMがにあることを確認します running 状態およびサブタイプはです dp-destination を使用します vserver show コマンドを実行します

    destination_cluster::> vserver show
                                       Admin      Operational Root
    Vserver  Type    Subtype           State      State       Volume     Aggregate
    -------- ------- ----------       ---------- ----------- ---------- ----------
    dvs1     data    dp-destination    running    running       -         -
  3. を使用してLIFを作成します network interface create コマンドを実行します

    destination_cluster::>network interface create -vserver dvs1 -lif NAS1 -role data -data-protocol cifs -home-node destination_cluster-01 -home-port a0a-101  -address 192.0.2.128 -netmask 255.255.255.128
  4. を使用してルートを作成します network route create コマンドを実行します

    destination_cluster::>network route create -vserver dvs1 -destination 0.0.0.0/0
    -gateway 192.0.2.1
  5. を使用してDNSを設定します vserver services dns create コマンドを実行します

    destination_cluster::>vserver services dns create -domains mydomain.example.com -vserver
    dvs1 -name-servers 192.0.2.128 -state enabled
  6. を使用して、優先ドメインコントローラを追加します vserver cifs domain preferred-dc add コマンドを実行します

    destination_cluster::>vserver cifs domain preferred-dc add -vserver dvs1 -preferred-dc
    192.0.2.128 -domain mydomain.example.com
  7. を使用してSMBサーバを作成します vserver cifs create コマンドを実行します

    destination_cluster::>vserver cifs create -vserver dvs1 -domain mydomain.example.com
    -cifs-server CIFS1
  8. を使用して、デスティネーションSVMを停止します vserver stop コマンドを実行します

    destination_cluster::> vserver stop -vserver dvs1
    [Job 46] Job succeeded: DONE