<br><br>HI ,<br><br>I am trying to deploy  and test the swift as mentioned in the SAIO docs,<br><br>shashi@test2:~$ <br>
shashi@test2:~$ recreateaccounts <br>
Auth subsystem prep failed: 401 Unauthorized<br>
Account creation failed: 401 Unauthorized<br>
User creation failed: 401 Unauthorized<br>
Account creation failed: 401 Unauthorized<br>
User creation failed: 401 Unauthorized<br>
Account creation failed: 401 Unauthorized<br>
User creation failed: 401 Unauthorized<br>
Account creation failed: 401 Unauthorized<br>
User creation failed: 401 Unauthorized<br>
shashi@test2:~$<br><br><br>shashi@test2:~$ curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' <a href="http://127.0.0.1:8080/auth/v1.0">http://127.0.0.1:8080/auth/v1.0</a><br>* About to connect() to 127.0.0.1 port 8080 (#0)<br>
*   Trying 127.0.0.1... connected<br>* Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0)<br>> GET /auth/v1.0 HTTP/1.1<br>> User-Agent: curl/7.19.7 (i486-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/<a href="http://1.2.3.3">1.2.3.3</a> libidn/1.15<br>
> Host: <a href="http://127.0.0.1:8080">127.0.0.1:8080</a><br>> Accept: */*<br>> X-Storage-User: test:tester<br>> X-Storage-Pass: testing<br>> <br>< HTTP/1.1 401 Unauthorized<br>< Content-Length: 358<br>
< Content-Type: text/html; charset=UTF-8<br>< Date: Thu, 10 Feb 2011 14:14:34 GMT<br>< <br><html><br> <head><br>  <title>401 Unauthorized</title><br> </head><br> <body><br>  <h1>401 Unauthorized</h1><br>
  This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.<br /><br /><br>
<br><br><br> </body><br>* Connection #0 to host 127.0.0.1 left intact<br>* Closing connection #0<br></html>shashi@test2:~$ <br>shashi@test2:~$ curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' <a href="http://127.0.0.1:11000/v1.0">http://127.0.0.1:11000/v1.0</a><br>
* About to connect() to 127.0.0.1 port 11000 (#0)<br>*   Trying 127.0.0.1... connected<br>* Connected to 127.0.0.1 (127.0.0.1) port 11000 (#0)<br>> GET /v1.0 HTTP/1.1<br>> User-Agent: curl/7.19.7 (i486-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/<a href="http://1.2.3.3">1.2.3.3</a> libidn/1.15<br>
> Host: <a href="http://127.0.0.1:11000">127.0.0.1:11000</a><br>> Accept: */*<br>> X-Storage-User: test:tester<br>> X-Storage-Pass: testing<br>> <br>< HTTP/1.1 401 Unauthorized<br>< Content-Length: 358<br>
< Content-Type: text/html; charset=UTF-8<br>< Date: Thu, 10 Feb 2011 14:14:46 GMT<br>< <br><html><br> <head><br>  <title>401 Unauthorized</title><br> </head><br> <body><br>  <h1>401 Unauthorized</h1><br>
  This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.<br /><br /><br>
<br><br><br> </body><br>* Connection #0 to host 127.0.0.1 left intact<br>* Closing connection #0<br></html> <br><br>Can someone help me to resolve this error <br><br><br>Thanks & Regards,<br>shashi <br><br>
<br>