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/internal-configuration-db.md
+1-58Lines changed: 1 addition & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ disks; installation will fail if the disks are not blank.
34
34
All {{ site.data.product.title_short }} appliances in a multi-region
35
35
deployment must use the same key.
36
36
37
-
6. Choose **Create Internal Database** for the database location.
37
+
6. Choose **Create Internal Database** for the database location.
38
38
39
39
In the **Configure Messaging** menu, select **Make No messaging changes**. If you see ```Configuration failed: Internal database require a volume mounted at /var/lib/pgsql. Please add an unpartitioned disk and try again.``` message, then ensure to add a second disk for the database per instructions as defined above.
40
40
@@ -89,60 +89,3 @@ disks; installation will fail if the disks are not blank.
89
89
{{ site.data.product.title_short }} then configures the internal database. This takes a few
90
90
minutes. After the database is created and initialized, you can log in
91
91
to {{ site.data.product.title_short }}.
92
-
93
-
#### Configuring an External Database
94
-
95
-
Based on your setup, you will choose to configure the appliance to use
96
-
an external PostgreSQL database. For example, we can only have one
97
-
database in a single region. However, a region can be segmented into
98
-
multiple zones, such as database zone, user interface zone, and
99
-
reporting zone, where each zone provides a specific function. The
100
-
appliances in these zones must be configured to use an external
101
-
database.
102
-
103
-
The `postgresql.conf` file used with {{ site.data.product.title_short }} databases requires
104
-
specific settings for correct operation. For example, it must correctly
105
-
reclaim table space, control session timeouts, and format the PostgreSQL
106
-
server log for improved system support. It is recommended that external databases use a
107
-
`postgresql.conf` file based on the standard file used by the
108
-
{{ site.data.product.title_short }} appliance.
109
-
110
-
Ensure you configure the settings in the `postgresql.conf` to suit your
111
-
system. For example, customize the `shared_buffers` setting according to
112
-
the amount of real storage available in the external system hosting the
113
-
PostgreSQL instance. In addition, depending on the aggregate number of
114
-
appliances expected to connect to the PostgreSQL instance, it may be
115
-
necessary to alter the `max_connections` setting.
116
-
117
-
**Note:**
118
-
119
-
- {{ site.data.product.title_short }} requires PostgreSQL version 10.
120
-
121
-
- Because the `postgresql.conf` file controls the operation of all
122
-
databases managed by a single instance of PostgreSQL, do not mix
123
-
{{ site.data.product.title_short }} databases with other types of databases in a single
124
-
PostgreSQL instance.
125
-
126
-
1. Start the appliance and open a terminal console.
127
-
128
-
2. Enter the `appliance_console` command. The {{ site.data.product.title_short }} appliance
129
-
summary screen displays.
130
-
131
-
3. Press **Enter** to manually configure settings.
132
-
133
-
4. Select **Configure Application** from the menu.
134
-
135
-
5. Choose **Create Region in External Database** for the database location.
136
-
137
-
6. Enter the database hostname or IP address when prompted.
138
-
139
-
7. Enter the database name or leave blank for the default
140
-
(`vmdb_production`).
141
-
142
-
8. Enter the database username or leave blank for the default (`root`).
143
-
144
-
9. Enter the chosen database user’s password.
145
-
146
-
10. Confirm the configuration if prompted.
147
-
148
-
{{ site.data.product.title_short }} will then configure the external database.
0 commit comments