You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2013/06/18 05:07:03 UTC

[38/50] [abbrv] git commit: updated refs/heads/vmsync to e2edae1

CLOUDSTACK-1623: Update documentation to check hosts entry for correct loopback interface setup to fix cloud-setup-databases issues during setup


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d4477ba8
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d4477ba8
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d4477ba8

Branch: refs/heads/vmsync
Commit: d4477ba8da60290d21afd58ce0901d12c85de3a9
Parents: 84b92f8
Author: Shanker Balan <ma...@shankerbalan.net>
Authored: Mon Mar 11 18:46:33 2013 +0530
Committer: Chip Childers <ch...@gmail.com>
Committed: Mon Jun 17 19:42:20 2013 +0100

----------------------------------------------------------------------
 docs/en-US/management-server-install-db-local.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d4477ba8/docs/en-US/management-server-install-db-local.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/management-server-install-db-local.xml b/docs/en-US/management-server-install-db-local.xml
index 918cdc0..310327f 100644
--- a/docs/en-US/management-server-install-db-local.xml
+++ b/docs/en-US/management-server-install-db-local.xml
@@ -143,6 +143,14 @@ binlog-format = 'ROW'</programlisting>
 -i &lt;management_server_ip&gt;</programlisting>
       <para>When this script is finished, you should see a message like “Successfully initialized
         the database.”</para>
+      <note>
+	<para>If the script is unable to connect to the MySQL database, check
+          the "localhost" loopback address in <filename>/etc/hosts</filename>. It should
+          be pointing to the IPv4 loopback address "127.0.0.1" and not the IPv6 loopback
+          address ::1. Alternatively, reconfigure MySQL to bind to the IPv6 loopback
+          interface.
+        </para>
+      </note>
     </listitem>
     <listitem>
       <para>If you are running the KVM hypervisor on the same machine with the Management Server,