Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Rsync and keepalive configuration

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

1.keepalive only needs to create a file keepalived.conf in the / etc directory

Vrrp_instance VI_1 {

State BACKUP

Nopreempt

Interface eth0

Virtual_router_id 20

Priority 100

Advert_int 1

Authentication {

Auth_type PASS

Auth_pass 123456

}

Virtual_ipaddress {

172.16.231.210/25 dev eth0 label eth0:0

}

Track_interface {

Eth0

}

# notify_master "/ opt/nsfocus/controller/ncsp/ha/ha_vrrp_notify.py master"

# notify_backup "/ opt/nsfocus/controller/ncsp/ha/ha_vrrp_notify.py backup"

}

Then start: sudo keepalived

2.rsync configuration reference (tested)

Http://www.linuxidc.com/Linux/2014-03/97592.htm

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report