-
-
-
VMware ESX、Linux KVM、およびCitrix HypervisorでNetScaler ADC VPXのパフォーマンスを最適化する
-
-
-
-
-
-
-
-
-
-
-
ユースケース:ドメイン名ベースの自動スケールサービスグループの展開
-
-
-
-
-
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!
ユースケース:ドメイン名ベースの自動スケールサービスグループの展開
ヒント
GSLB サービスグループの詳細については、「 GSLB サービスグループの設定」を参照してください。
導入シナリオ
2 つのデータセンターが 2 つの AWS リージョン (1 つはシドニー、もう 1 つはノースバージニア) にデプロイされています。別のデータセンターが Azure にデプロイされています。各 AWS リージョンの AWS ELB は、アプリケーションサーバーの負荷分散に使用されます。ALB は Azure でアプリケーションサーバーの負荷分散に使用されます。NetScalerアプライアンスは、GSLBドメイン名ベースの自動スケールサービスグループを使用して、ELBおよびALB用のGSLB用に構成されています。
重要
AWS で必要なセキュリティグループを設定し、GSLB インスタンスにアタッチする必要があります。セキュリティグループのインバウンドルールとアウトバウンドルールでポート 53 が許可されている必要があります。また、MEP 通信用のポート(セキュア MEP 設定によっては 3009 または 3011)が開いている必要があります。アプリケーションを監視するには、対応するポートをセキュリティグループのアウトバウンドルールで許可する必要があります。
上記のデプロイシナリオの設定手順と対応する CLI コマンドは次のとおりです。
-
データセンター (GSLB サイトに代表される) を作成します。
add gslb site aws-sydney 192.0.2.2
add gslb site aws-nvirginia 198.51.100.111
add gslb site alb-southindia 203.0.113.6
-
GSLB ノードが追加される DNS ゲートウェイ IP アドレスを含むネームサーバーを追加します。これはすべてのデータセンターで行う必要があります。
add dns nameServer 8.8.8.8
-
ELB と ALB 用のサーバーを追加します。
add server aws-sydney_server lb-sydney-1052691850.ap-southeast-2.elb.amazonaws.com
add server aws-nvirginia_server LB-nvirginia-860559595.us-east-1.elb.amazonaws.com
add server alb-southindia_server alb.southindia.cloudapp.azure.com
-
ELB と ALB ごとに GSLB autoscale サービスグループを追加し、各サーバーをそれぞれのサービスグループにバインドします。
add gslb serviceGroup aws-nvirginia_sg HTTP -autoScale DNS -siteName aws-nvirginia
add gslb serviceGroup aws-sydney_sg HTTP -autoScale DNS -siteName aws-sydney
add gslb serviceGroup alb-southindia_sg HTTP -autoScale DNS -siteName alb-southindia
bind gslb serviceGroup aws-nvirginia_sg aws-nvirginia_server 80
bind gslb serviceGroup aws-sydney_sg aws-sydney_server 80
bind gslb serviceGroup alb-southindia_sg alb-southindia_server 80
-
GSLB 仮想サーバーを追加し、アプリケーションドメインとサービスグループをこの仮想サーバーにバインドします。
add gslb vserver gv1 HTTP
bind gslb vserver gv1 -serviceGroupName aws-nvirginia_sg
bind gslb vserver gv1 -serviceGroupName aws-sydney_sg
bind gslb vserver gv1 -serviceGroupName alb-southindia_sg
共有
共有
この記事の概要
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.