歷史文章列表

CentOS 6 Cluster 設定

2013-07-04 11:29
  1. Install the needed packages   % yum groupinstall "High Availability" "Resilient Storage" % yum groupinstall "High Availability Management" (head node only) % yum install iscsi-initiator-utils   2. Add the following ports to /etc/sysconfig/iptables   5404, 5405 UDP...

建立本地端的 yum repository

2013-07-03 15:48
將光碟片中的檔案都 copy 到 /rhel5 下   [root@node2 ~]# cd /media/RHEL_5.6\ x86_64\ DVD/   [root@node2 RHEL_5.6 x86_64 DVD]# cp -r * /rhel5/   編輯  /etc/yum.repos.d/rhel-debuginfo.repo 檔案   [root@node1 /]# vi...

Nagios 安裝在 RHEL 5.6(x64)

2013-07-02 16:40
  Installing_Nagios_Core_From_Source_4.0.0.beta1.pdf (225776)   

HAproxy 顯示連線數狀態網頁

2013-07-02 11:11
  在設定檔中加入   listen  stats :6000         mode          http         stats           refresh 5s        ...

HAproxy Load balance mode

2013-07-02 11:07
  HAProxy的演算法有如下8種:   1. roundrobin,表示簡單的輪詢 2. static-rr,表示根據權重  3. leastconn,表示最少連接者先處理  4. source,表示根據請求源 IP 5. uri,表示根據請求的 URI 6. url_param,表示根據請求的URl參數...

Web 壓測工具 webbench

2013-07-02 11:00
  webbench 最多可以模擬3萬個 client 連線去測試網站的負載能力,安裝使用也特別方便。   編譯安裝:   tar zxvf webbench-1.5.tar.gz cd webbench-1.5 make && make install   使用:   webbench -c 500 -t 30 https://127.0.0.1/test.jpg 參數說明:-c 表示連線數,-t 表示時間(秒)     測試結果示例:   Webbench - Simple Web...

HAproxy static-rr 的 weight 和 session 分配的關係 - 2

2013-07-02 10:51
  設定檔如下   listen  80-balancer         mode http         bind 0.0.0.0:80         balance        ...

HAproxy static-rr 的 weight 和 session 分配的關係

2013-07-02 10:27
  設定檔如下   listen  80-balancer         mode http         bind 0.0.0.0:80         balance        ...

HAproxy stat 出現 "Proxy 'stats': in multi-process mode, stats will be limited to process assigned to the current request"

2013-07-02 10:23
[root@haproxy haproxy-1.4.24]# ./haproxy -f haproxy.cfg [WARNING] 181/181524 (13128) : Proxy 'stats': in multi-process mode, stats will be limited to process assigned to the current request. 只要在設定檔中加入 bind-process 1 ,讓它只跑在一顆 CPU 上 ,就不會出現錯誤訊息了。   [root@haproxy haproxy-1.4.24]# cat...

HAproxy.cfg 設定

2013-06-27 18:08
HAProxy 錯誤排除 在上述啟動時, 若有出現下述錯誤: Starting haproxy: [ALERT] 015/191034 (15631) : Starting proxy webfarm: cannot bind socket...on both load balancers 或 [ALERT] 056/103843 (1358) : Starting proxy www-balancer: cannot bind socket 解法 暫時解法, 直接先修改設定, 讓它先跑起來: sysctl -e...
項目: 131 - 140 之 152
<< 12 | 13 | 14 | 15 | 16 >>