table of contents
CRM(8) | System Administration Utilities | CRM(8) |
NAME¶
crm - Initialize as geo cluster
DESCRIPTION¶
usage: geo-init [options]
Create a new geo cluster with the current cluster as the first member. Pass the complete geo cluster topology as arguments to this command, and then use geo-join and geo-init-arbitrator to add the remaining members to the geo cluster.
optional arguments:¶
- -h, --help
- Show this help message
- -q, --quiet
- Be quiet (don't describe what's happening, just do it)
- -y, --yes
- Answer "yes" to all prompts (use with caution)
- -a IP, --arbitrator IP
- IP address of geo cluster arbitrator
- -s DESC, --clusters DESC
- Geo cluster description (see details below)
- -t LIST, --tickets LIST
- Tickets to create (space-separated)
Cluster Description
- This is a map of cluster names to IP addresses. Each IP address will be configured as a virtual IP representing that cluster in the geo cluster configuration.
- Example with two clusters named paris and amsterdam:
--clusters "paris=192.168.10.10 amsterdam=192.168.10.11"
- Name clusters using the --name parameter to crm bootstrap init.
SEE ALSO¶
The full documentation for crm is maintained as a Texinfo manual. If the info and crm programs are properly installed at your site, the command
- info crm
should give you access to the complete manual.
December 2021 | crm 0.5 |