Skip to content

Commit 40160bc

Browse files
committed
Minor corrections/improvements
1 parent 0904fd9 commit 40160bc

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

_includes/configuration-db-external.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#### Configuring an External Database
22

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
55
database in a single region. However, a region can be segmented into
66
multiple zones, such as database zone, user interface zone, and
77
reporting zone, where each zone provides a specific function. The
@@ -19,7 +19,7 @@ Ensure you configure the settings in the `postgresql.conf` to suit your
1919
system. For example, customize the `shared_buffers` setting according to
2020
the amount of real storage available in the external system hosting the
2121
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
2323
necessary to alter the `max_connections` setting.
2424

2525
**Note:**
@@ -32,7 +32,7 @@ Use the following steps to configure an external PostgreSQL database:
3232

3333
1. Start the appliance and open a terminal console.
3434

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.
3636

3737
3. Press **Enter** to manually configure settings.
3838

@@ -51,4 +51,4 @@ Use the following steps to configure an external PostgreSQL database:
5151

5252
10. Confirm the configuration if prompted.
5353

54-
{{ site.data.product.title_short }} will then configure the external database.
54+
{{ site.data.product.title_short }} configures an external database.

_includes/configuration.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Configure the appliance by using the internal appliance console.
2020

2121
3. Press `Enter` to manually configure settings.
2222

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`.
2424
The options for your selection are displayed.
2525

2626
5. Follow the prompts to make the changes.
@@ -35,23 +35,24 @@ Configure the appliance by using the internal appliance console.
3535

3636
### Configure Messaging
3737

38-
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
3939

40-
**Note:** You can only have one kafka broker per region.
40+
**Note:** You can only have one Kafka broker per region.
4141

42-
1. You can either configure the current appliance as a kafka broker, or point the
43-
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.
4444

4545
Select the appropriate option either
4646
**Configure this appliance as a messaging server** or
4747
**Connect to an external messaging system**
48-
to connect to an external kafka broker. You will be asked to fill in the
49-
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.
5050

51-
2. Select **Proceed** and appliance_console will apply the configuration that you have
52-
requested then restart evmserverd to pick up the changes.
51+
2. Select **Proceed**. `appliance_console` applies the configuration that you requested.
5352

54-
**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`.
53+
3. Restart `evmserverd` to pick up the changes.
54+
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`.
5556

5657
### Configuring a Worker Appliance
5758

0 commit comments

Comments
 (0)