???????????MongoDB?
???????????? ???????[ 2016/3/7 11:11:48 ] ???????????????????
????1.4.2. ??????2keepalived????
! Configuration File for keepalived
global_defs {
notification_email {
master@extmail.org
}
notification_email_from yunlei_ma@extmail.org
smtp_server mail.extmail.org
smtp_connect_timeout 30
router_id LVS_DEVEL
}
vrrp_script chk_mongodb {
script "/etc/keepalived/mongodb_check.sh"
interval 2
weight 2
}
vrrp_instance VI_1 {
state BACKUP
interface eth0
virtual_router_id 51
priority 100
nopreempt
advert_int 1
authentication {
auth_type PASS
auth_pass 1111
}
track_script {
chk_mongodb
}
virtual_ipaddress {
192.168.1.18
}
}
????1.4.3. Mongodb????????
/etc/keepalived/mongodb_check.sh
#!/bin/bash
daemonid=`ps -ef |grep /usr/local/mongodb/bin/mongod |grep dbpath|awk '{print $2}'`
if [ "$daemonid" != "" ];then
echo $daemonid
exit 0
else
echo $daemonid
/etc/init.d/keepalived stop
exit 1
fi
????1.5. ???????????????
????iptables –I INPUT –p tcp –dport 27017 –j ACCEPT
????iptables –I INPUT –p udp –dport 27017 –j ACCEP
????/etc/init.d/iptables save
????/etc/init.d/iptables restart
????1.6. ????л?????
????1.6.1. ???????
?????????????keepalived???????????IP?????????????????崻????????????????????????????????????
????1.6.2. Keepalived??
????Keepalived????????IP????????????????????
???????????????????????漰???????????????????SPASVOС??(021-61079698-8054)?????????????????????????
??????
?????????????????????????Щ????????????????????TC???????????????Щ???????????????????????????????????????????????(java .net ?????)???mysql???????????????????ж????д???Python???????????????(DB2)??????BufferPool????????????????????????????????6??????????????????滮???????????????-????????SQL Server???????????????????λ?????PHP??SQL????????????????????Pythonд???NoSQL????????? SQL ?е????????????? SQL ?е?????????Java???????:?????MySQL???????

???·???
App??С????H5?????????????????Щ??
2024/9/11 15:34:34?????????????????????????
2024/9/10 11:13:49P-One ???????????????????????????????????????
2024/9/10 10:14:12???????????????????????????
2024/9/9 18:04:26??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44