Links

Sourabh Dey
4 min readOct 1, 2022

https://zindagitech-my.sharepoint.com/:f:/g/personal/sodey_zindagi_tech/Ekr8A0QZKO9BvT06PIRu6hABqI0auj_pIkBIpbAQ2JpP5A?e=iLqosx “Docker-RPM”

https://zindagitech-my.sharepoint.com/:u:/g/personal/sodey_zindagi_tech/EXMAtSMXkNJJqiFrbqhLrKEBN7StAj3oeXjfhxUzku-vAA?e=P8gZtF “UCP”

https://zindagitech-my.sharepoint.com/:v:/g/personal/sodey_zindagi_tech/EZVESeTi6xtCqrVQ7v8vcAwBS3HihQCVVHOZOPC9Sc6GHQ?e=Wt2pA0 “ms-sql”

https://zindagitech-my.sharepoint.com/:u:/g/personal/sodey_zindagi_tech/EUFZ09fp5gZMvB60y6dWojYBbNaDrQgk45jjzqOBJL9OTA?e=85k3hm “another-redis”

https://zindagitech-my.sharepoint.com/:f:/g/personal/sodey_zindagi_tech/EuQRqBsnk0JLoNRA7P02EhkBANlb0RNWRYG8w8H_qe7-bg?e=h7l8qH “ssh-pass”

https://drive.google.com/drive/folders/1_9e_GsklIwwJpkaHY8FL8Ofgc8UgsTIR?usp=sharing “postgresql-rpm”

https://zindagitech-my.sharepoint.com/:v:/g/personal/sodey_zindagi_tech/EZgdnnVB7h5HgWZA2jk0C7cB98S1V1pyboTw3m6OEf7LTg?e=ZvIg6I “sql & os clustering”

https://drive.google.com/drive/folders/1j3DuZ8DnTwo7evdRU1uLdXV6iQWHPHTm. Etcd

https://zindagitech-my.sharepoint.com/:u:/g/personal/sodey_zindagi_tech/EQXpKcR0ar1IpyWFnOJnmE0BP6sl_IMWM43JZ7R1AayCxg?e=3RN72V mirantis trail license

Redis Load Balancer Config

Ha Proxy Configuration :

global
log 127.0.0.1 local2

chroot /var/lib/haproxy
pidfile /var/run/haproxy.pid
user haproxy
group haproxy
daemon

stats socket /var/lib/haproxy/stats

defaults
mode tcp
log global
retries 3
timeout queue 1m
timeout connect 10s
timeout client 1m
timeout server 1m
timeout check 10s
maxconn 3000

listen stats
mode http
bind *:7000
stats enable
stats uri /

listen postgres
bind *:5000
option httpchk
http-check expect status 200
default-server inter 3s fall 3 rise 2 on-marked-down shutdown-sessions
server pg_node1 192.168.10.1:5432 maxconn 1000 check port 8008
server pg_node2 192.168.10.2:5432 maxconn 1000 check port 8008

OS Cluster

TSCO True Sight Capacity Optmization
TSIS True Sight Infrastructure Management

Ha Proxy Auth Config

NFS Port Number

Server Site

Client Site

Windows Cluster

Windows Failover Cluster Installation !

Windows Failover Cluster Port

https://www.chathuraariyadasa.com/windows-server-fail-over-clustering-sql-cluster-firewall-access-rules/

[Member]
#ETCD_CORS=””
ETCD_DATA_DIR=”/var/lib/etcd/default.etcd”
#ETCD_WAL_DIR=””
ETCD_LISTEN_PEER_URLS=”http://localhost:2380,http://10.128.15.209:2380"
ETCD_LISTEN_CLIENT_URLS=”http://10.128.15.209:2379,http://localhost:2379"
#ETCD_MAX_SNAPSHOTS=”5"
#ETCD_MAX_WALS=”5"
ETCD_NAME=”patroni2"
#ETCD_SNAPSHOT_COUNT=”100000"
#ETCD_HEARTBEAT_INTERVAL=”100"
#ETCD_ELECTION_TIMEOUT=”1000"
#ETCD_QUOTA_BACKEND_BYTES=”0"
#ETCD_MAX_REQUEST_BYTES=”1572864"
#ETCD_GRPC_KEEPALIVE_MIN_TIME=”5s”
#ETCD_GRPC_KEEPALIVE_INTERVAL=”2h0m0s”
#ETCD_GRPC_KEEPALIVE_TIMEOUT=”20s”
#
[Clustering]
ETCD_INITIAL_ADVERTISE_PEER_URLS=”http://10.128.15.209:2380"
ETCD_ADVERTISE_CLIENT_URLS=”http://10.128.15.209:2379"
#ETCD_DISCOVERY=””
#ETCD_DISCOVERY_FALLBACK=”proxy”
#ETCD_DISCOVERY_PROXY=””
#ETCD_DISCOVERY_SRV=””
ETCD_INITIAL_CLUSTER=”patroni1=http://10.128.15.208:2380,patroni2=http://10.128.15.209:2380,patroni3=http://10.128.15.210:2380,"
ETCD_INITIAL_CLUSTER_TOKEN=”etcd-cluster”
ETCD_INITIAL_CLUSTER_STATE=”new”
#ETCD_STRICT_RECONFIG_CHECK=”true”

etcdctl cluster-health. VMWARE PORTS

Linux nfs server and mounting it with windows client :

--

--

Sourabh Dey

Trying To learn as much as possible about different Techonology. About me I am just a normal Boy who lives in terminal