<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Oct 11, 2013 at 4:44 PM, Ravikanth Samprathi <span dir="ltr"><<a href="mailto:rsamprat@gmail.com" target="_blank">rsamprat@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div>Hi<br>I am trying to issue the boot command to provision baremetal server.  But i see the following error:<br>

<br>Also, where can i get the bootstrap kernel and ramdisk images to boot into the baremetal?  And how to get the baremetal agent installed in the baremetal node?<br>
<br>command:<br>=============<br>root@os:/home/versa# nova boot --flavor 6 --image 39f4fd3b-15cc-4810-a808-e2c4764ba657 bm<br>ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-c463e02b-7c35-448e-b0a7-97d1c02c6088)<br>


<br></div>The log is here:<br>==============<br>BATBcMFcxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIEwVVbnNldDEOMAwGA1UEBxMFVW5zZXQxDjAMBgNVBAoTBVVuc2V0MRgwFgYDVQQDEw93d3cuZXhhbXBsZS5jb20CAQEwBwYFKw4DAhowDQYJKoZIhvcNAQEBBQAEgYCEx607Bw1UBm9A87zNIcwDj5VsPwOrLmlq2EG3uWRfyjNoqSZo0jnK-VskJ29hAq1lPZsqe5bnhacWuUUr0nW+aAe-39pcGg9+lXPMOFQEjtRYdwUzhwMz05qm1yWjrdzXl0Hofv7ncdggF8SZbyBG0O68CRwzXRFXeSpGDrHeFw=="<br>


<br>INFO (connectionpool:191) Starting new HTTP connection (1): 10.40.0.99<br>DEBUG (connectionpool:283) "GET /v2/8a34123d83824f3ea52527c5a28ad81e/servers/36e71635-5f73-4895-87a9-6f1082e8cb6a HTTP/1.1" 500 128<br>


RESP: [500] {'date': 'Fri, 11 Oct 2013 23:43:43 GMT', 'content-length': '128', 'content-type': 'application/json; charset=UTF-8', 'x-compute-request-id': 'req-2fff698c-ddf2-47f1-ae82-47fb0dc67d41'}<br>


RESP BODY: {"computeFault": {"message": "The server has either erred or is incapable of performing the requested operation.", "code": 500}}<br><br>DEBUG (shell:768) The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-2fff698c-ddf2-47f1-ae82-47fb0dc67d41)<br>


Traceback (most recent call last):<br>  File "/usr/lib/python2.7/dist-packages/novaclient/shell.py", line 765, in main<br>    OpenStackComputeShell().main(map(strutils.safe_decode, sys.argv[1:]))<br>  File "/usr/lib/python2.7/dist-packages/novaclient/shell.py", line 701, in main<br>


    args.func(self.cs, args)<br>  File "/usr/lib/python2.7/dist-packages/novaclient/v1_1/shell.py", line 286, in do_boot<br>    server = cs.servers.get(info['id'])<br>  File "/usr/lib/python2.7/dist-packages/novaclient/v1_1/servers.py", line 350, in get<br>


    return self._get("/servers/%s" % base.getid(server), "server")<br>  File "/usr/lib/python2.7/dist-packages/novaclient/base.py", line 140, in _get<br>    _resp, body = self.api.client.get(url)<br>


  File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 230, in get<br>    return self._cs_request(url, 'GET', **kwargs)<br>  File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 217, in _cs_request<br>


    **kwargs)<br>  File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 199, in _time_request<br>    resp, body = self.request(url, method, **kwargs)<br>  File "/usr/lib/python2.7/dist-packages/novaclient/client.py", line 193, in request<br>


    raise exceptions.from_response(resp, body, url, method)<br>ClientException: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-2fff698c-ddf2-47f1-ae82-47fb0dc67d41)<br>


ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-2fff698c-ddf2-47f1-ae82-47fb0dc67d41)<br><br></div></div></blockquote><div><br></div><div>This is the novaclient log, what does the server say? You can search nova-api.log for  req-2fff698c-ddf2-47f1-ae82-47fb0dc67d41 to see.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div></div>Appreciate any  help.<br>

Thanks<br>Ravi<br><br></div>
<br>_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div></div>