aflex設定
◆(例)aflexのスクリプト作成
Hostname>aflex create HTTP_REQUEST
Type in your aFleX script (type . on a line by itself when done)
when HTTP_REQUEST {
if {[LB::status pool Server_HTTP] == “down” } {
HTTP::redirect “http://backup.example.com/”
}
}
.
aFleX HTTP_REQUEST created; syntax check passed.
◆(例)aflexの適用
Hostname>conf t
Hostname#ter len 0
Hostname#sh run
!Current configuration: 3502 bytes
省略
slb virtual-server VIP_Server_1 172.16.1.3
port 80 http
service-group Group_1
template client-ssl SSL_1
aflex HTTP_REQUEST
port 8082 http
service-group Group_2
aflex <テンプレート名>にてaflexの設定を適用します。
ロードバランサの学習には以下の書籍が参考になります。
以下の書籍ではF5社のBIG-IPによる解説になります。
基本的な負荷分散の仕組みについて掲載されているので基礎を固めるのに参考になります。
書籍:【サーバ負荷分散入門】
コメント