First time here? Check out the FAQ!
2014-02-17 15:22:41 -0600 | received badge | ● Famous Question (source) |
2014-01-29 09:01:04 -0600 | commented answer | swift stat commad doesn't give proper response Would like to, but even if I have configred Swift to log events to syslog, can't find any events from the logs. Below is my logging configuration from proxy-server.conf.
|
2014-01-27 08:38:06 -0600 | commented answer | swift stat commad doesn't give proper response Command does aquire tokens from identity service just fine, that I can see from the output. But nothing happens after this time section. Please advice what is wrong? |
2014-01-27 08:37:48 -0600 | commented answer | swift stat commad doesn't give proper response Hi, fixed that service start error that i posted above, that was caused by value log_address = /var/log in the .conf files. As soon as i commented it out services start fine. So now I have all three .conf files in place at all storage nodes, I have rebuild rings and copied new .gz files to all storage nodes. All services are up and running and listening correct ports at all storage nodes. But still when I'm running swift --debug stat command at proxy node, execution of that command stops to this, |
2014-01-27 08:37:48 -0600 | received badge | ● Commentator |
2014-01-26 17:59:21 -0600 | commented answer | swift stat commad doesn't give proper response Here is link to my account-server.conf, container-server.conf and object-server.conf files files, http://pastebin.ubuntu.com/6823435/%3C/p%3E (http://pastebin.ubuntu.com/6823435/) |
2014-01-26 17:52:40 -0600 | commented answer | swift stat commad doesn't give proper response and this one, |
2014-01-26 17:52:24 -0600 | commented answer | swift stat commad doesn't give proper response And this error, |
2014-01-26 17:39:15 -0600 | commented answer | swift stat commad doesn't give proper response Added those misssing account-server.conf, container-server.conf and object-server.conf files, now when I'm starting swift-init main start, I Get following errors;
|
2014-01-22 12:54:25 -0600 | received badge | ● Famous Question (source) |
2014-01-19 15:43:05 -0600 | commented answer | swift stat commad doesn't give proper response Ok, so those misssing account-server.conf, container-server.conf and object-server.conf files may have something to do with the odd behavior of swift stat command. I'll configure those files (found some examples with google) and try to re-build rings. |
2014-01-17 23:49:17 -0600 | received badge | ● Popular Question (source) |
2014-01-17 23:49:17 -0600 | received badge | ● Notable Question (source) |
2014-01-13 09:12:57 -0600 | received badge | ● Editor (source) |
2014-01-11 14:09:56 -0600 | asked a question | swift stat commad doesn't give proper response Hi, I have installed Swift to SLES 11 SP3 servers, now when I'm running command Link to full output of the command ( http://pastebin.ubuntu.com/6734582/ ) Tried to see if either /var/logs/warnings or /var/logs/messages would containg any information, but it seems that Swift doesn't log any errors there- Also few questions comes to my mind, first when ring creation is initiated, should it populate some kind of directory structure under /srv/node/<dev_name> ? And when storage nodes are set up, shoud one configure account-server.conf, container-server.conf and object-server.conf files? There wasn't any instructions for such action in deployment guide.</dev_name> |
2014-01-11 13:56:45 -0600 | answered a question | Unable to authenticate to Swift using keystone Problem solved. During the MySQL db creation, db was secured as was http://docs.openstack.org/trunk/install-guide/install/zypper/content/basics-database-controller.html (instructed) . This causes situation where installation script cannot communicate with db even when db is bind to servers ip. Following error "CRITICAL keystone [-] (OperationalError) (2003, "Can't connect to MySQL server on 'HOSTNAME' (111)") None None" was logged when command |
2014-01-11 10:11:27 -0600 | received badge | ● Enthusiast |
2014-01-08 15:57:18 -0600 | commented question | Unable to authenticate to Swift using keystone And I'm not able to connect keystone db with credentials used at the time of when db was created. Next re-install db with instructions from https://ask.openstack.org/en/question/332/keystone-unable-to-connect-to-mysql-durring-grizzy-setup/ and then create keystone db. |
2014-01-08 15:49:41 -0600 | commented question | Unable to authenticate to Swift using keystone Looks that there is an issue with the mysql db that keystone is using. Went through the logs, and found out some errors like "CRITICAL keystone [-] (OperationalError) (2003, "Can't connect to MySQL server on 'authserv' (111)") None None" at the time of db creation. Firewall is down at both sides. |
2014-01-07 15:09:58 -0600 | received badge | ● Notable Question (source) |
2014-01-07 08:03:14 -0600 | received badge | ● Popular Question (source) |
2014-01-06 13:20:41 -0600 | commented question | Unable to authenticate to Swift using keystone Later one doesn't have backslash after AUTH_. Which one is the correct format? |
2014-01-06 13:20:07 -0600 | commented question | Unable to authenticate to Swift using keystone Found that answer and checked and did all things (users, tenants, service endpoints) mentioned in it before posting this. Regarding to service endpoint creation, I have found two types of syntax that should be used, "http://IP:8080/v1/AUTH_\$(tenant_id)s" and "http://IP:8080/v1/AUTH_$(tenant_id)s" |
2014-01-04 18:53:35 -0600 | asked a question | Unable to authenticate to Swift using keystone Hi, I have deployed Swift and Keystone to my SLES 11 SP3 servers for testing purposes following these http://docs.openstack.org/trunk/install-guide/install/zypper/content/ch_swift.html (Swift) and http://docs.openstack.org/trunk/install-guide/install/zypper/content/ch_keystone.html (Keystone) instruction for SLES -Havanna. Got all services on all servers running nicely, but now when I tried to verify the Swift setup from Swift proxy server, using command Before issuing that command, I did setup those variables Also tried to get the Swift stat at proxy serv with command I have set up tenant for swift at identity server I have tried to google a solution to this error and verified that my http://pastebin.ubuntu.com/6694115/ (proxy-server.conf) contains same field and information that other users have used. From the identity server, he's my keystone.conf http://pastebin.ubuntu.com/6694179/ (keystone.conf) file. As per my understanding, servers are listening correct ports so that should't be an issue. At Swift Proxy server, netstat -ant: tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN and at the Keystone Identity server, netstat -ant: tcp 0 0 0.0.0.0:35357 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:5000 0.0.0.0:* LISTEN So now I'm quite lost what is the issue in this case. Everything should be just like instructed, but still no-go. Thanks in advance for any help. |