Yes Nithish, this is correct.
On Fri, Oct 16, 2015 at 9:34 PM, nithish B wrote:
> Luke,
> I think there is no issues with the DB installation part since Rahul
> claims that other services are working fine and neutron is working
> independently.
>
>
> Regards,
> Nitish B.
>
> On Fri, Oct 16, 2015
Luke,
I think there is no issues with the DB installation part since Rahul claims
that other services are working fine and neutron is working independently.
Regards,
Nitish B.
On Fri, Oct 16, 2015 at 8:47 PM, Hinds, Luke (Nokia - GB/Bristol) <
luke.hi...@nokia.com> wrote:
> On Fri, 2015-10-16 a
On Fri, 2015-10-16 at 20:04 +0530, EXT Rahul Arora wrote:
HI Nitish,
Actually i am running openstack kilo on my powerpc platform now.I am able to
run it on the x86 successfully.
On the running setup i.e on x86 machine also i am having same output of the
status command in neutron database,See be
Hi Nitish,
Below is the output.
On powerpc i.e. not working setup
root@t1040rdb:~# mysql -u root -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 45
Server version: 5.5.39-MariaDB Source distribution
Copyright (c) 2000, 2014, Oracle, M
Rahul,
After "use neutron", try "show tables" in both the machines and let me know
what is the output.
Regards,
Nitish B.
On Fri, Oct 16, 2015 at 8:04 PM, Rahul Arora
wrote:
> HI Nitish,
>
> Actually i am running openstack kilo on my powerpc platform now.I am able
> to run it on the x86 success
HI Nitish,
Actually i am running openstack kilo on my powerpc platform now.I am able
to run it on the x86 successfully.
On the running setup i.e on x86 machine also i am having same output of the
status command in neutron database,See below.
mysql> use neutron
Reading table information for compl
Hi Nitish.
Below is the output of status of neutron database.Yes i am using "use
neutron" before running the command.
MariaDB [neutron]> status
--
mysql Ver 15.1 Distrib 5.5.39-MariaDB, for Linux (powerpc) using readline
5.1
Connection id: 42
Current database: neutron
Rahul,
Clearly, neutron didn't create the tables right. You may have to
re-install/re-configure neutron.
Thanks.
Regards,
Nitish B.
On Fri, Oct 16, 2015 at 7:55 PM, Rahul Arora
wrote:
> Hi Nitish.
>
> Below is the output of status of neutron database.Yes i am using "use
> neutron" before runni
Rahul,
Please check the version of MySQL/MariaDB which you are using. For quick
reference, you can use the following command in mysql: "*SHOW VARIABLES
LIKE "%version%";"*
Also, before you run "show tables", you need to select the DB to use, using
"use ".
Thanks.
Regards,
Nitish B.
On Fri, Oct
Hi Elena,
I am using these commands only.Please see below .
root@t1040rdb:~# mysql -u root -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 11
Server version: 5.5.39-MariaDB Source distribution
Copyright (c) 2000, 2014, Oracle, Monty Pr
Hi Nasir,
While doing installation/configuration when i was trying to run
neutron-server service.I got following errors.
2015-10-05 06:48:12.549 17209 TRACE neutron File
"/usr/lib/python2.7/site-packages/MySQLdb/connections.py", line 36, in
defaulterrorhandler
2015-10-05 06:48:12.549 17209 TRAC
Rahul,
Firstly, you have to choose a database.
mysql> use neutron;
mysql> show tables;
mysql> select * from networks;
On Fri, Oct 16, 2015 at 3:29 PM, Rahul Arora
wrote:
> Hi Nitish,
>
> When i am trying to see table "networks" in the DB.I am not able to use
> "show tables" command to see tab
Hi Nitish,
When i am trying to see table "networks" in the DB.I am not able to use
"show tables" command to see tables.looks like it this version does not
suppor that.
List of all MySQL commands:
Note that all text commands must be first on line and end with ';'
? (\?) Synonym for `help'.
Rahul,
You may need to re-create neutron DB...this error should never be seen in
your logs if your installation/configuration is gone good,
On Fri, Oct 16, 2015 at 3:22 PM, nithish B wrote:
> Hi Rahul,
> Is the table "networks" available in the DB? Looks like it does not exist
> and thus when n
Hi Rahul,
Is the table "networks" available in the DB? Looks like it does not exist
and thus when neutron queries the DB, it returns the error.
Let me know.
Thanks.
Nitish B.
Regards,
Nitish B.
On Fri, Oct 16, 2015 at 3:10 PM, Rahul Arora
wrote:
> Hi Team.
>
> I am trying to run Openstack KILO
15 matches
Mail list logo