全文検索:
- 55 corosync pacemaker @01_linux:01_net
- 号機|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 @01_linux:01_net
- 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 @01_linux:01_net
- | 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.
- 22 Ceph create-volume でエラー @01_linux:13_storage
- [root@cephdev001 my-cluster]# lvcreate -n data -l 100%Free ssd Logical volume "data" created. [root@... er ceph --setgroup ceph stderr: 2020-09-02 18:30:10.301 7f600913da80 -1 bluestore(/var/lib/ceph/osd/c... ad_fsid unparsable uuid stderr: 2020-09-02 18:30:10.303 7f600913da80 -1 rocksdb: Invalid argument: Ca... tion compaction_threads stderr: 2020-09-02 18:30:10.558 7f600913da80 -1 bluestore(/var/lib/ceph/osd/c
- 01 JuJu Maas Openstack @01_linux:08_仮想化:juju
- me ^ external ^ internal ^ tag ^ |MAAS| 192.168.0.10|10.10.0.10| | |juju-controller| | DHCP | bootstrap | |node01| |DHCP|node01| |node02| |DHCP|node02| |node03
- 28 Ceph Mon 追加 @01_linux:13_storage
- ceph001, ceph004, ceph005, ceph-mon02 mon_host = 10.10.0.101,10.10.0.104,10.10.0.105, 10.10.10.12 auth_cluster_required = cephx auth_service_required = cephx aut
- 06 Ubuntu Network設定 @01_linux:30_ubuntu
- transmit-hash-policy: layer3+4 vlans: vlan.100: id: 100 link: bond1 bridges: br0: interfaces: - bond0 addresses: - 10.10.0.10/16 nameservers: addresses: [] search: [] br1: interfaces:
- CentOS - Nat @01_linux:01_net
- 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
- 11_Zabbix自体の監視 @01_linux:04_監視:zabbix
- が生きているのにキューが溜まり続ける事がある。 その場合、telnet [Zabbix Host] 10051 で確認すると接続できなくなっている。 ===== 手動でtelnetした場合 ===== ... ==== 異常な場合 ===== <code console> $ telnet 192.168.100.10 10051 Trying 192.168.100.10... telnet: connect to address 192.168.100.10: Connection timed out telnet
- fio @01_linux:09_ベンチマーク
- =1 -rw=write -bs=4k -size=2G -numjobs=64 -runtime=10 -group_reporting -name=fio ==== ランダムwrite ==== ... rw=randwrite -bs=4k -size=2G -numjobs=64 -runtime=10 -group_reporting -name=fio ==== シーケンシャルread ====... t=1 -rw=read -bs=4k -size=2G -numjobs=64 -runtime=10 -group_reporting -name=fio ==== ランダムwrite ==== ... -rw=randread -bs=4k -size=2G -numjobs=64 -runtime=10 -group_reporting -name=fio ==== 結果 ==== 下記はシーケ
- 51 Heartbeat + Pacemaker + galera(3 server) @01_linux:01_net
- 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 +----------------+-----------------+
- 06 WireGuard @01_linux:10_network
- _ > /etc/wireguard/wg0.conf [Interface] Address = 10.0.1.1/24 #wg0に付けるIP ListenPort = 51820 PrivateKe... #~/WireGuard/client01/preshared の値 AllowedIPs = 10.0.1.2/32 #client01に割り当てるIP [Peer] # client02 P... #~/WireGuard/client02/preshared の値 AllowedIPs = 10.0.1.3/32 #client02に割り当てるIP __EOM__ </code> ==... 20 qdisc noqueue state UNKNOWN group default qlen 1000 inet 10.0.0.1/24 scope global wg0 va
- 03 Strongswan IKEv2 with PSK @01_linux:10_network
- /IPsec のVPNを接続すると、下記のようにローカル間で通信可能となります。 tokyo[10.10.0.0/16] <---> osaka[172.16.0.0/24] ^location^ IP ^ local ^ |tokyo| 100.100.0.100| 10.10.0.0/16| |osaka| 200.200.0.200| 172.16.0.0/24| ===== 1.Install ===== yum insta
- 02_ネットワーク負荷試験iperf @01_linux:09_ベンチマーク
- == クライアント側 === <code console> # iperf -c 192.168.10.10 -p 8080 -i 1 </code> ===== UDP ===== === サーバ側 === <code console> # iperf -s -p 8080 -u -i 1 </... == クライアント側 === <code console> # iperf -c 192.168.10.10 -p 8080 -u -b 200M -i 1 </code> ===== オプション一覧 ===== <code> # iperf --help Usage: iperf [-s|-c ho
- 04 CentOS7 古いカーネルで起動 @01_linux:21_centos7
- i++ " : " $2}' /etc/grub2.cfg 0 : CentOS Linux (3.10.0-957.5.1.el7.x86_64) 7 (Core) 1 : CentOS Linux (3.10.0-957.el7.x86_64) 7 (Core) 2 : CentOS Linux (0-re... 7.x86_64) 7 (Core) index=1 kernel=/boot/vmlinuz-3.10.0-1062.12.1.el7.x86_64 args="ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb qui