-
-
-
スポット構成と部分ストライプ構成のノードグループの設定
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
スポット構成と部分ストライプ構成のノードグループの設定
ノードグループをスポット構成と部分ストライプ構成用に構成するには、最初にノードグループを作成してから、必要なノードをノードグループにバインドする必要があります。次に、必要なエンティティをそのノードグループに関連付けます。ノードグループにバインドされているエンティティは次のとおりです。
- Spoted -ノードが 1 つしかないノードグループにバインドされている場合。
- 部分ストライプ -複数のノードを持つノードグループにバインドされている場合。
覚えておくべきいくつかのポイント:
- GSLBは、GSLBサイトが単一のクラスターノードを持つノードグループにバインドされている場合にのみ、クラスターでサポートされます。詳細については、「 クラスタ内の GSLB の設定」を参照してください。
- NetScaler Gatewayは、VPN仮想サーバーが単一のクラスターノードを持つノードグループにバインドされている場合にのみ、クラスターでサポートされます。スティッキーオプションはノードグループで有効になっている必要があります。
- NetScaler 11より前のバージョンでは、アプリケーションファイアウォールは個々のクラスターノード(スポット構成)でのみサポートされます。アプリケーションファイアウォールプロファイルは、単一のクラスターノードを持つノードグループにバインドされた仮想サーバーにのみ関連付けることができます。つまり、申請者には以下の操作は許可されていないということです。
- アプリケーションファイアウォールプロファイルを、ストライプまたは部分的にストライピングされた仮想サーバーにバインドします。
- ポリシーをグローバルバインドポイントまたはユーザー定義のポリシーラベルにバインドします。
- アプリケーションファイアウォールプロファイルを持つ仮想サーバーをノードグループからバインド解除します。
- NetScaler 11では、ストライプ構成と部分ストライプ構成のアプリケーションファイアウォールサポートが導入されました。詳細については、「 クラスタ構成に対するアプリケーションファイアウォールのサポート」を参照してください。
クラスタでサポートされるNetScaler ADC機能をチェックして、クラスタでGSLB 、NetScaler Gateway、およびアプリケーションファイアウォールがサポートされているNetScaler バージョンを確認します。
コマンドラインインターフェイスを使用してノードグループを構成するには
-
クラスタ IP アドレスにログオンします。
-
ノードグループを作成します。タイプ:
add cluster nodegroup <name> -strict (YES | NO)<!--NeedCopy-->
例
add cluster nodegroup NG0 -strict YES
-
必要なノードをノードグループにバインドします。ノードグループのメンバーごとに次のコマンドを入力します。
bind cluster nodegroup <name> -node <nodeId><!--NeedCopy-->
例
ID が 1、5、および 6 のノードをバインドします。
> bind cluster nodegroup NG0 -node 1 > bind cluster nodegroup NG0 -node 5 > bind cluster nodegroup NG0 -node 6
-
エンティティをノードグループにバインドします。バインドするエンティティごとに、次のコマンドを 1 回入力します。
bind cluster nodegroup <name> (-vServer <string> | -identifierName <string> | -gslbSite <string> -service <string>)<!--NeedCopy-->
注
GSLBサイトとサービスパラメーターは、NetScaler 10.5以降で使用できます。
例
仮想サーバ VS1 と VS2 をバインドし、識別子 1 という名前のレート制限識別子をバインドします。
> bind cluster nodegroup NG0 -vServer VS1 > bind cluster nodegroup NG0 -vServer VS2 > bind cluster nodegroup NG0 -identifierName identifier1
-
ノードグループの詳細を表示して、構成を確認します。タイプ:
show cluster nodegroup <name><!--NeedCopy-->
例
> show cluster nodegroup NG0
構成ユーティリティを使用してノードグループを構成するには
- クラスタ IP アドレスにログオンします。
- [ システム] > [クラスタ] > [ノードグループ] に移動します。
- 詳細ペインで、[ 追加] をクリックします。
- 「 ノードグループの作成 」ダイアログで、ノードグループを設定します。
- 「 クラスターノード」で、「 追加 」ボタンをクリックします。
- Available リストにはノードグループにバインドできるノードが表示され、Configured リストにはノードグループにバインドされているノードが表示されます。
- Available リストの + 記号をクリックしてノードをバインドします。同様に、「Configured」リストの「 - 」記号をクリックしてノードをバインド解除します。
- 「 仮想サーバー」で、ノードグループにバインドする仮想サーバーのタイプに対応するタブを選択します。[追加] をクリックします。
- Available リストにはノードグループにバインドできる仮想サーバーが表示され、Configured リストにはノードグループにバインドされている仮想サーバーが表示されます。
- 「使用可能」リストの「 + 」記号をクリックして、仮想サーバーをバインドします。同様に、「構成済み」リストの「-」記号をクリックして仮想サーバーのバインドを解除します。
- 「 クラスターノード」で、「 追加 」ボタンをクリックします。
共有
共有
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.