⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ask_resources.in

📁 linux集群服务器软件代码包
💻 IN
字号:
#!/bin/sh# This script was based on mach_down# It may be used along with hb_standby##	This script will only work for a two machine setup...#	More than that and you need to vote, or something...##. @sysconfdir@/ha.d/shellfuncs: Now running $0: $*standby_node=$HA_srcha_log "info: XXXX standby node $standby_node"##	In the case of nice_failback, we may know that we#	already own these resources, but we ignore that fact#	and take it over anyway, because getting that information#	to us would require another environment variable or something#	like that which would be a pain.#for groupkey in `$HA_BIN/ResourceManager listkeys $standby_node`do  ha_log "info: Taking over resource group $groupkey"  $HA_BIN/ResourceManager takegroup $groupkeydone# Be nice_failback compliant :)# case 1 - part 2## This code triggers actions inside heartbeat, because we receive our own# resource messages as well as those sent by others...## This code shouldn't be executed if we aren't running nice_failback...##	The field info=mach_down tells heartbeat that the message is from us#	so it can consider the takeover complete.#case $HA_NICEFAILBACK in  [Yy]es)    ha_log "info: $0: nice_failback: acquiring foreign resources"  	ha_clustermsg <<-!MSG	t=resource	rsc_hold=foreign	info=standby	!MSG    ;;esac

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -