mirror of
https://github.com/corda/corda.git
synced 2025-02-15 07:02:24 +00:00
parent
c3ac203251
commit
5c520bf328
@ -4,7 +4,7 @@ Setting up the Notary Service
|
||||
|
||||
In the previous section of this tutorial we set up a Percona cluster.
|
||||
|
||||
On top of the Percona cluster we're deploying three Corda notary nodes ``notary-{1,2,3}`` and
|
||||
On top of the Percona cluster we're deploying three Corda Enterprise Notary nodes ``notary-{1,2,3}`` and
|
||||
a single regular Corda node ``node-1`` that runs the notary health-check CorDapp.
|
||||
|
||||
If you're deploying VMs in your environment you might need to adjust the host names accordingly.
|
||||
|
@ -6,11 +6,11 @@ About the HA Notary Installation
|
||||
================================
|
||||
|
||||
In this chapter you'll learn how to set up, configure and start a highly
|
||||
available (HA) Corda Notary from scratch. If you're targeting an environment
|
||||
with doorman and network map, you require the registration tool. If you don't
|
||||
require the doorman and network map, and you don't want to join an existing
|
||||
network, the bootstrapper allows you to set up a cluster of nodes from a set of
|
||||
configuration files.
|
||||
available (HA) Corda Enterprise Notary from scratch. If you're targeting an
|
||||
environment with doorman and network map, you require the registration tool. If
|
||||
you don't require the doorman and network map, and you don't want to join an
|
||||
existing network, the bootstrapper allows you to set up a cluster of nodes from
|
||||
a set of configuration files.
|
||||
|
||||
The HA Notary relies on a Percona/XtraDB (Percona) cluster. How to set up Percona
|
||||
is described below.
|
||||
@ -102,7 +102,7 @@ Prerequisites
|
||||
=============
|
||||
|
||||
* Java runtime
|
||||
* Corda JAR
|
||||
* Corda Enterprise JAR
|
||||
* Notary Health-Check JAR
|
||||
* Bootstrapper JAR (only required when setting up network without doorman and network map)
|
||||
* Network Registration tool (only required when setting up a network with doorman and network map)
|
||||
|
@ -16,6 +16,14 @@ Install PMM Server on a single machine of your cluster.
|
||||
|
||||
.. code:: sh
|
||||
|
||||
docker create \
|
||||
-v /opt/prometheus/data \
|
||||
-v /opt/consul-data \
|
||||
-v /var/lib/mysql \
|
||||
-v /var/lib/grafana \
|
||||
--name pmm-data \
|
||||
percona/pmm-server:latest /bin/true
|
||||
|
||||
docker run -d \
|
||||
-p 80:80 \
|
||||
--volumes-from pmm-data \
|
||||
|
Loading…
x
Reference in New Issue
Block a user