1

自己ホスト型の .Net 3.5/WCF アプリケーションを使用する Windows Server 2003 環境で、アプリケーションはどのようにしてそのステータスを BigIP Local Traffic Manager に報告できますか?

例: 私のサービス エラーの 1 つ。私のカスタム WCF アプリケーション ホスティング ソフトウェア (Windows Server 2008 がまだ利用できず、私は WCF TCP バインディングを使用しているため作成されたもの) がこれを検出し、誤ったサービスを回復できるまでダウンしていると報告しようとします。クライアントからの要求が送信されないように、BigIP LTM にダウンしていると報告する必要があります。

4

1 に答える 1

2

For the scenario you describe I would use iControl (SOAP/XML based management API) to have the application tell BIG-IP it is down. Basically you'll just be setting up a SOAP call to BIG-IP and invoking a web service with the appropriate information so BIG-IP knows the application is down.

You can find the documentation and download the SDK as well as .NET assemblies at DevCentral (devcentral.f5.com). There are also other folks out there that can help you if you need it in the forums.

Though I will also say that BIG-IP will notice the application is down and should automatically remove it from service until it notices it is back in service. That can be configured through the use of monitors attached to nodes.

于 2009-03-17T23:46:10.817 に答える