nouveau fichier : sio2/SISR/03-lvs/cli1/recup.sh

nouveau fichier : sio2/SISR/03-lvs/cli2/recup.sh
	nouveau fichier : sio2/SISR/03-lvs/lvs/to_do
This commit is contained in:
Rotsipitia Rahaingoharivahitra 2024-09-13 09:01:23 +02:00
parent e968256f6d
commit c5a306d25a
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/bash
watch -n 5 curl -s 192.168.0.150

View File

@ -0,0 +1,3 @@
#!/bin/bash
watch -n 5 curl -s 192.168.0.150

View File

@ -0,0 +1,7 @@
#!/bin/bash
ipvsadm -A -t 192.168.0.150:80 -s rr #creation du cluster
#ajout des serveurs reels au cluster
ipvsadm -a -t 192.168.0.150:80 -r 172.16.1.1:80 -m
ipvsadm -a -t 192.168.0.150:80 -r 172.16.1.2:80 -m