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
<p>This will bring up a menu-driven interface with a list of numbered options.
339
+
The numbers for each option may vary. First, you want <codeclass="language-plaintext highlighter-rouge">Configure Application</code>,
340
+
so enter that option’s number at the prompt and press enter.</p>
341
+
342
+
<p>You will be prompted to either create an encryption key or fetch one from a
343
+
remote machine. Select the <codeclass="language-plaintext highlighter-rouge">Create key</code> option.</p>
344
+
345
+
<p>The next menu will ask how you want the database to be configured. For a basic
346
+
setup to get started, <codeclass="language-plaintext highlighter-rouge">Create Internal Database</code> is an appropriate choice.</p>
347
+
348
+
<p>Then, it will ask about messaging. Choose <codeclass="language-plaintext highlighter-rouge">Configure this appliance as a
349
+
messaging server</code>.</p>
350
+
351
+
<p>The console will then go about partitioning the extra disk(s) you added in
352
+
<codeclass="language-plaintext highlighter-rouge">Vagrantfile</code>. You can choose the defaults here.</p>
353
+
354
+
<p>When it asks, “Should this appliance run as a standalone database server,”
355
+
choose <codeclass="language-plaintext highlighter-rouge">N</code> (the default).</p>
356
+
357
+
<p>The next prompt will be “Enter the database region number.” Any number will do.
358
+
<codeclass="language-plaintext highlighter-rouge">0</code> and <codeclass="language-plaintext highlighter-rouge">99</code> are common choices. For a vagrant appliance, this number isn’t
359
+
especially important. Refer to the <ahref="/docs/reference/radjabov/deployment_planning_guide">Deployment Planning
360
+
Guide</a> for information about regions when you’re ready to take ManageIQ to
361
+
production.</p>
362
+
363
+
<p>Next will be a password prompt for the database. It will ask twice.</p>
364
+
365
+
<p>You may get a prompt like “Already configured on this Appliance, Un-Configure
366
+
first?” Choose <codeclass="language-plaintext highlighter-rouge">Y</code> to customize the settings for the Kafka messaging server,
367
+
or <codeclass="language-plaintext highlighter-rouge">N</code> to go with what’s already set–which may not work.</p>
368
+
369
+
<p>If you chose <codeclass="language-plaintext highlighter-rouge">Y</code> above, you’ll be asked whether to “Proceed with Configuration.”
370
+
If you choose <codeclass="language-plaintext highlighter-rouge">Y</code> again, you will get the following prompts:</p>
371
+
372
+
<ul>
373
+
<li>Enter the Message Server Hostname:
374
+
<ul>
375
+
<li>The hostname you give here <em>must</em> be resolvable and <em>must</em> not be a
376
+
link-local or loopback address. The default value will come from DHCP and
377
+
will vary with your local network and any network settings you applied in
<li>If you added a third disk in <codeclass="language-plaintext highlighter-rouge">Vagrantfile</code>, you may choose <codeclass="language-plaintext highlighter-rouge">Y</code> here.
0 commit comments