Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Nasir Mahmood
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

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread nithish B
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

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
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

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
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

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
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

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Elena Ezhova
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 >

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Hinds, Luke (Nokia - GB/Bristol)
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

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
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

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread nithish B
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,

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
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:

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread nithish B
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 >

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread nithish B
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

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
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,

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread nithish B
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

Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Rahul Arora
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