-
-
-
VMware ESX、Linux KVM、およびCitrix HypervisorでNetScaler ADC VPXのパフォーマンスを最適化する
-
-
NetScalerアプライアンスのアップグレードとダウングレード
-
-
-
-
-
-
-
-
-
-
-
-
-
サービスの監視なしオプション
-
-
-
-
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!
サービスの監視なしオプション
外部システムを使用してサービスのヘルスチェックを実行し、NetScalerアプライアンスにサービスのヘルスを監視させたくない場合は、サービスの監視なしオプションを設定できます。その場合、アプライアンスはサービスの状態を確認するためのプローブを送信せず、サービスを UP と表示します。サービスがダウンしても、アプライアンスは負荷分散方式で指定されたとおりにクライアントからサービスにトラフィックを送信し続けます。
no-monitor オプションを設定すると、モニターは ENABLED または DISABLED 状態になり、no-monitor オプションを削除すると、モニターの以前の状態が再開されます。
サービスの作成時に、サービスの監視なしオプションを設定できます。既存のサービスに no-monitor オプションを設定することもできます。
監視なしオプションを設定した場合の結果は次のとおりです。
- 監視なしオプションを有効にしたサービスが停止しても、アプライアンスは引き続きサービスを稼働中として表示し、トラフィックをサービスに転送し続けます。サービスへの永続的な接続は状況を悪化させる可能性があります。その場合、または UP と表示されている多くのサービスが実際にDOWNの場合、システムに障害が発生する可能性があります。このような状況を回避するには、サービスを監視する外部メカニズムがサービスをDOWNと報告するときに、NetScaler ADC構成からサービスを削除します。
- サービスで no-monitor オプションを構成する場合は、ダイレクトサーバーリターン (DSR) モードでロードバランシングを構成できません。既存のサービスでは、no-monitor オプションを設定すると、そのサービスの DSR モードを設定できません。
CLI を使用して新しいサービスの監視なしオプションを設定するには
コマンドプロンプトで次のコマンドを入力して、ヘルスモニターオプションを使用してサービスを作成し、構成を確認します。
add service <serviceName> <IP | serverName> <serviceType> <port> -healthMonitor (YES|NO)
<!--NeedCopy-->
例:
add service nomonsrvc 10.102.21.21 http 80 -healthMonitor no
Done
show service nomonsrvc
nomonsrvc (10.102.21.21:80) - HTTP
State: UP
Last state change was at Mon Nov 15 22:41:29 2010
Time since last state change: 0 days, 00:00:00.970
Server Name: 10.102.21.21
Server ID : 0 Monitor Threshold : 0
...
Access Down Service: NO
...
Down state flush: ENABLED
Health monitoring: OFF
1 bound monitor:
1) Monitor Name: tcp-default
State: UNKNOWN Weight: 1
Probes: 3 Failed [Total: 3 Current: 3]
Last response: Probe skipped - Health monitoring is turned off.
Response Time: N/A
Done
<!--NeedCopy-->
CLI を使用して既存のサービスの監視なしオプションを設定するには
コマンドプロンプトで次のコマンドを入力して、ヘルスモニターオプションを設定します。
set service <name> -healthMonitor (YES|NO)
<!--NeedCopy-->
例:
By default, the state of a service and the state of the corresponding monitor are UP.
>show service LB-SVC1
LB-SVC1 (10.102.29.5:80) - HTTP
State: UP
1) Monitor Name: http-ecv
State: UP Weight: 1
Probes: 99992 Failed [Total: 0 Current: 0]
Last response: Success - Pattern found in response.
Response Time: 3.76 millisec
Done
When the no-monitor option is set on a service, the state of the monitor changes to UNKNOWN.
set service LB-SVC1 -healthMonitor NO
Done
show service LB-SVC1
LB-SVC1 (10.102.29.5:80) - HTTP
State: UP
Last state change was at Fri Dec 10 10:17:37 2010.
Time since last state change: 5 days, 18:55:48.710
Health monitoring: OFF
1) Monitor Name: http-ecv
State: UNKNOWN Weight: 1
Probes: 100028 Failed [Total: 0 Current: 0]
Last response: Probe skipped - Health monitoring is turned off.
Response Time: 0.0 millisec
Done
When the no-monitor option is removed, the earlier state of the monitor is resumed.
> set service LB-SVC1 -healthMonitor YES
Done
>show service LB-SVC1
LB-SVC1 (10.102.29.5:80) - HTTP
State: UP
Last state change was at Fri Dec 10 10:17:37 2010
Time since last state change: 5 days, 18:57:47.880
1) Monitor Name: http-ecv
State: UP Weight: 1
Probes: 100029 Failed [Total: 0 Current: 0]
Last response: Success - Pattern found in response.
Response Time: 5.690 millisec
Done
<!--NeedCopy-->
GUI を使用してサービスの監視なしオプションを設定するには
- [Traffic Management] > [Load Balancing] > [Services] の順に移動します。
- サービスを開き、ヘルスモニタリングをクリアします。
共有
共有
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.