You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/configuration-db-external.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#### Configuring an External Database
2
2
3
-
Based on your setup, you will choose to configure the appliance to use
4
-
an external PostgreSQL database. For example, we can only have one
3
+
Based on your setup, you need to configure the appliance to use
4
+
an external PostgreSQL database. For example, you can only have one
5
5
database in a single region. However, a region can be segmented into
6
6
multiple zones, such as database zone, user interface zone, and
7
7
reporting zone, where each zone provides a specific function. The
@@ -19,20 +19,20 @@ Ensure you configure the settings in the `postgresql.conf` to suit your
19
19
system. For example, customize the `shared_buffers` setting according to
20
20
the amount of real storage available in the external system hosting the
21
21
PostgreSQL instance. In addition, depending on the aggregate number of
22
-
appliances expected to connect to the PostgreSQL instance, it may be
22
+
appliances that are expected to connect to the PostgreSQL instance, it might be
23
23
necessary to alter the `max_connections` setting.
24
24
25
25
**Note:**
26
26
27
-
- {{ site.data.product.title_short }} requires PostgreSQL version 13.
27
+
- {{ site.data.product.title_short }} requires PostgreSQL version 13.
28
28
29
-
-`postgresql.conf` controls the operation of all databases managed by the
30
-
PostgreSQL instance, therefore it is not recommended to run other databases
31
-
on this PostgreSQL instance.
29
+
- `postgresql.conf` controls the operation of all databases managed by the PostgreSQL instance, therefore it is not recommended to run other databases on this PostgreSQL instance.
30
+
31
+
Use the following steps to configure an external PostgreSQL database:
32
32
33
33
1. Start the appliance and open a terminal console.
34
34
35
-
2. Enter the `appliance_console` command. The appliance console summary screen will be displayed.
35
+
2. Enter the `appliance_console` command. The appliance console summary screen is displayed.
36
36
37
37
3. Press **Enter** to manually configure settings.
38
38
@@ -51,4 +51,4 @@ necessary to alter the `max_connections` setting.
51
51
52
52
10. Confirm the configuration if prompted.
53
53
54
-
{{ site.data.product.title_short }} will then configure the external database.
54
+
{{ site.data.product.title_short }} configures an external database.
Copy file name to clipboardExpand all lines: _includes/configuration.md
+13-18Lines changed: 13 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,41 +20,39 @@ Configure the appliance by using the internal appliance console.
20
20
21
21
3. Press `Enter` to manually configure settings.
22
22
23
-
4. Press the number for the item you want to change, and press `Enter`.
23
+
4. Press the number for the item that you want to change, and press `Enter`.
24
24
The options for your selection are displayed.
25
25
26
26
5. Follow the prompts to make the changes.
27
27
28
28
6. Press `Enter` to accept a setting where applicable.
29
29
30
-
**Note:**
31
-
32
-
The {{ site.data.product.title_short }} appliance console automatically logs out
33
-
after five minutes of inactivity.
30
+
**Note**: The {{ site.data.product.title_short }} appliance console automatically logs out after five minutes of inactivity.
34
31
35
32
### Configuring a Database
36
33
37
34
{% include configuration-db.md %}
38
35
39
36
### Configure Messaging
40
37
41
-
Configuring messaging is required for appliance setup. It is recommended to configure the broker on the same appliance where your database is configured
38
+
Configuring messaging is required for the appliance setup. It is recommended to configure the broker on the same appliance where your database is configured
42
39
43
-
**Note:** You can only have one kafka broker per region
40
+
**Note:** You can only have one Kafka broker per region.
44
41
45
-
1. You can either configure the current appliance as a kafka broker, or point the
46
-
appliance to an existing external kafka broker.
42
+
1. You can either configure the current appliance as a Kafka broker, or point the
43
+
appliance to an existing external Kafka broker.
47
44
48
45
Select the appropriate option either
49
46
**Configure this appliance as a messaging server** or
50
47
**Connect to an external messaging system**
51
-
to connect to an external kafka broker. You will be asked to fill in the
52
-
required **Message Client Parameters** like IP address and username/password.
48
+
to connect to an external Kafka broker. Fill in the
49
+
required **Message Client Parameters**, such as IP address, username and password.
50
+
51
+
2. Select **Proceed**. `appliance_console` applies the configuration that you requested.
53
52
54
-
2. Select **Proceed** and appliance_console will apply the configuration that you have
55
-
requested then restart evmserverd to pick up the changes.
53
+
3. Restart `evmserverd` to pick up the changes.
56
54
57
-
**Note:**It is recommended to use your Fully Qualified Domain Name (FQDN) as the messaging hostname rather than `localhost`, ensure that a resolvable and reachable non-localhost name entry is present in `/etc/hosts`
55
+
**Note:**Use your Fully Qualified Domain Name (FQDN) as the messaging hostname rather than `localhost`, ensure that a resolvable and reachable non-localhost name entry is present in `/etc/hosts`.
58
56
59
57
### Configuring a Worker Appliance
60
58
@@ -80,10 +78,7 @@ has a region configured with a database and messaging.
80
78
remote machine**. For worker and multi-region setups, use this
81
79
option to copy the security key from another appliance.
82
80
83
-
**Note:**
84
-
85
-
All {{ site.data.product.title_short }} appliances in a multi-region deployment
86
-
must use the same key.
81
+
**Note**: All {{ site.data.product.title_short }} appliances in a multi-region deployment must use the same key.
87
82
88
83
6. Choose **Join Region in External Database** for the database location.
0 commit comments