masterha_conf_host(1p) debian man page | unix.com

Man Page: masterha_conf_host

Operating Environment: debian

Section: 1p

MASTERHA_CONF_HOST(1p)					User Contributed Perl Documentation				    MASTERHA_CONF_HOST(1p)

NAME
masterha_conf_host - Adding new host entry to, or removing existing host entry from a config file
SYNOPSIS
masterha_conf_host --command=add --conf=/etc/conf/masterha/app1.cnf --hostname=db101 The following lines will be added to the conf file. [server_db101] hostname=db101 masterha_conf_host --command=add --conf=/etc/conf/masterha/app1.cnf --hostname=db101 --block=100 --params="no_master=1;ignore_fail=1" The following lines will be added to the conf file. [server_100] hostname=db101 no_master=1 ignore_fail=1 masterha_conf_host --command=delete --conf=/etc/conf/masterha/app1.cnf --block=server100 Then entire block [server100] will be removed. See online reference (http://code.google.com/p/mysql-master-ha/wiki/masterha_conf_host) for details.
DESCRIPTION
See online reference (http://code.google.com/p/mysql-master-ha/wiki/masterha_conf_host) for details. perl v5.14.2 2012-01-08 MASTERHA_CONF_HOST(1p)
Related Man Pages
check-hostname(1m) - opensolaris
check-hostname(1m) - sunos
pmhostname(1) - centos
logadm.conf(4) - centos
logadm.conf(4) - xfree86
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?