全文検索:
- 55 corosync pacemaker
- 号機|VIP| ^ HostName|node01|node02|node03| ^Global|10.100.10.11|10.100.10.12|10.100.10.13|10.100.10.10| ^Local01|172.16.10.11|172.16.10.12|172.16.10.13|172.16.10.
- 22 ipvsadm と ldirectord
- orward Weight ActiveConn InActConn TCP 192.168.0.10:80 wrr -> 127.0.0.1:80 Local 1 0 0 TCP 1192.168.0.10:443 wrr -> 127.0.0.1:443 Local ... ケジュールオプション] [バランスアルゴリズム] </code> === 例 === VIP: 10.1.0.100のポート80番を負荷の少ないサーバへリクエストを飛ばす <code console> # ipvsadm -A -t 10.1.0.100:80 -s lc </code> UDPの場
- 23 LVS on CloudStack
- | Virtual Router | +----+-----------+ | 10.1.0.1/24 GW | -----+------ 10.1.0.0/24 ------+-------------------+-------- | ... | | | eth0 10.1.0.10/24 | | | eth0:0 10.1.0.100/24 | eth0 10.1.0.150 | eth0 10.1.
- CentOS - Nat
- c/sys/net/ipv4/ip_forward 下記の状態で、eth1側から192.168.100.0/24からのアクセスだけIPマスカレードする。 |eth0|グローバル側|10.10.10.76| |eth1|ローカル側|192.168.100.76| <code console> iptables -P FORWARD DROP iptables -t nat -A POSTR
- 51 Heartbeat + Pacemaker + galera(3 server)
- era(3 server) ====== ^ host ^ IP ^ |galera-1|10.0.0.11| |galera-2|10.0.0.12| |galera-3|10.0.0.13| <code> | | vip: 10.0.0.10 +----------------+-----------------+
- tcで帯域制限
- |NICのスピード変更(ethtool)]]では、NIC自体のスピードを変更できる。 ====== 10Mに制限 ====== bitで指定 <code console> tc qdisc add dev eth0 root tbf limit 15Kb buffer 10Kb/8 rate 10Mbit </code> ====== 確認コマンド ====== <code console> tc qdisc show qdisc tbf 8002: dev eth0 rate 50000Kbit burst 10Kb lat 819us </code> ====== 制限を削除 ====== <code co
- ip_contrack
- B以上で65536ぐらいになります。 1GBのメモリーを積んでいる場合、1時間あたりのアクセス数が100,000ページビュー程度までならデフォルト値でも問題ないのですが、 ぞれ以上になってくるとip_c... nntrack tcp 6 431999 ESTABLISHED src=192.168.100.50 dst=192.168.10.11 sport=62856 dport=22 packets=2107 bytes=129391 src=192.168.10.11 dst=192.168.100.50 sport=22 dport
- 40 CentOS VLAN tag
- config add 物理インターフェース VLAN番号 </box> === VLANタグ番号210を追加 === <code console> # vconfig add eth0 210 </code> ==== 2.IPアドレスの追加 ==== 追加したVLANインターフェースにIPを追加して通信を確認してみる。 <code console> # ifconfig eth0.210 10.11.12.13 netmask 255.255.255.0 </code> ==== 3.VLANインターフェース削除 ==== <box left orange round> vconfi
- 09 Heartbeat
- me 30 initdead 120 udpport 694 ucast eth1 192.168.10.2 auto_failback off node test1 node test2 </code>... st名と、VIPを指定</color> <code> test1 IPaddr::192.168.10.10/24/eth1 </code> ==== /etc/ha.d/authkeys ==== <code console> # vi /etc/ha.d/authkeys auth 2 2 sha... /code> ==== /etc/hosts ==== 以下追加 <code> 192.168.10.1 test1 192.168.10.2 test2 </code>
- 16 unboundでキャッシュサーバ
- matic: no outgoing-range: 32768 outgoing-num-tcp: 100 incoming-num-tcp: 100 so-rcvbuf: 16777216 so-sndbuf: 16777216 msg-cache-size: 750m msg-cache-slabs: ... yes use-caps-for-id: no unwanted-reply-threshold: 10000000 prefetch: yes prefetch-key: yes rrset-round... .core.wmem_max = 16777216 リクエスト処理 num-thread x 1024 = 16384 num-queries-per-thread:16384 下記が増えているな
- 32_CentOSでiSCSI環境構築
- ===== == iSCSIサーバ(iscsi-target)側 == IP: 192.168.10.200 == iSCSIクライアント(iscsi-initiator)側 == IP: 192.168.10.101 ===== ①iSCSIサーバ(iscsi-target)側 ===== ==== 1.iscsiイニシエータの用意 ==== === インストール === <code console>... --mode target --tid 0 --initiator-address 192.168.10.101 # tgtadm --lld iscsi --op bind --mode target
- 62 CentOS OpenVPNブリッジ接続
- VPNインタフェースとしてTAPを指定 ;dev tun ← コメントアウト ;server 10.8.0.0 255.255.255.0 ← コメントアウト server-bridge 10.8.0.4 255.255.255.0 10.8.0.50 10.8.0.100 ← Bridge IP 10.8.0.4を指定し、クライアントを10.8.0.50-100割り当て push "route 192.168.1.0 255.255.
- 52 Heartbeat + Pacemaker + DRBD
- cemaker + DRBD ====== ^ host ^ IP ^ |nfs-1|10.0.0.31| |nfs-2|10.0.0.32| <code> | | vip: 10.0.0.30 +--------+--------+ | | | eth0:10.0.0.31 | eth0:10.0.0.32 +-----+-----+ +-----
- NICのスピード変更(ethtool)
- 0Mにするなど、微調整もできる。 <code console> # ethtool speed 1000 duplex full autoneg off # ethtool speed 10 duplex full autoneg off </code> ethtoolに与えられるオプションは以下の通り。 <code> speed の設定値 10 10Mbps 100 100Mbps 1000 1000Mbps duplex の設定値 half half-duplex full full-duplex autoneg の設定
- 29 TGT で thin provision
- https://blog.csdn.net/bobpen/article/details/79445104|参考URL]] ===== 1. Sparseファイル作成 ===== これで500G のSp... Type: disk SCSI ID: IET 00010001 SCSI SN: beaf11 Size: ... rwxrwxrwx. 1 root root 9 Mar 24 00:40 ip-192.168.10.16:3260-iscsi-iqn.2014-03.storage-server:disk1-lu... with unmap bit supported (LBWS): 1 Write same (10) with unmap bit supported (LBWS10): 1 Logical b