<div dir="ltr">Cristina<div><br></div><div>You might like to join the #openstack-swift irc channel to get help ( <a href="https://wiki.openstack.org/wiki/IRC">https://wiki.openstack.org/wiki/IRC</a> )</div><div><br></div><div>It sounds like you don't have an account server running, or it is running but listening on a different port than configured in your account ring.</div><div><br></div><div>You can verify which swift services are running on your storage node using:</div><div>swift-init status main</div><div><br></div><div>and/or check which ports they are listening on using:</div><div>lsof -i tcp +c 15  (you're looking for lines similar to 'swift-account-s 4309 vagrant   17u  IPv4 3466818      0t0  TCP localhost:6012 (LISTEN)')</div><div><br></div><div>The host:port should match what is in the account ring, on your controller node, which is shown using:</div><div>swift-ring-builder /etc/swift/account.builder<br></div><div><br></div><div>You can also try to make an http request from your controller node to the account server using something like:</div><div>curl -I <a href="http://localhost:6012/recon/version">http://localhost:6012/recon/version</a><br>HTTP/1.1 200 OK<br>Content-Length: 28<br>Content-Type: application/json<br>Date: Tue, 02 Mar 2021 10:03:47 GMT<br></div><div><br></div><div>( in your case curl -I <a href="http://10.20.20.1:6202/recon/version">http://10.20.20.1:6202/recon/version</a> )</div><div><br></div><div>If necessary start services using:</div><div>swift-init restart account<br></div><div><br></div><div>A similar diagnosis can be used if you have problems with connections to container or object services.</div><div><br></div><div>Alistair</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 2, 2021 at 9:18 AM Cristina Mayo <<a href="mailto:admin@gsic.uva.es">admin@gsic.uva.es</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Hello,</div><br><div>I don't have a lot of knowledge about Openstack. I have installed Swift  in my Openstack Ussuri cloud with one storage node but I am not be able to list or create objects. In the controller node I saw these errors:</div><br><div><font style="font-family:Menlo">proxy-server: ERROR with Account server <a href="http://10.20.20.1:6202/sdb" target="_blank">10.20.20.1:6202/sdb</a> re: Trying to HEAD /v1/AUTH_c2b7d6242f3140f09d283e8fbb88732a: Connection refused (txn: tx370fb5929a6c4cf397384-00603dfe35)</font></div><div><font style="font-family:Menlo">proxy-server: Account HEAD returning 503 for [] (txn:tx370fb5929a6c4cf397384-00603dfe35)</font></div><br><div>Any idea?</div><br><div>Thanks in advance!</div></blockquote></div>