You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Sailaja Mada (JIRA)" <ji...@apache.org> on 2013/05/07 12:09:15 UTC

[jira] [Created] (CLOUDSTACK-2357) Failed to update VNMC provider to enabled state

Sailaja Mada created CLOUDSTACK-2357:
----------------------------------------

             Summary: Failed to update VNMC provider to enabled state 
                 Key: CLOUDSTACK-2357
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2357
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Network Devices
    Affects Versions: 4.2.0
            Reporter: Sailaja Mada
            Priority: Critical


Setup:  Advanced Networking Zone with Nexus cluster , VMWARE , MS- RHEL 6.3 

Steps:

1. Configure VMWARE Cluster with Nexus 1000v 
2. Add Network Service provider CiscoVnmc - 

http://host1:8096/client/api?command=addNetworkServiceProvider&physicalnetworkid=912d19fa-b125-4e41-8154-0c6ae9807f64&name=CiscoVnmc 

It added with services PF/SourceNat/StaticNat/Firewall/Gateway

3. Add Cisco VNMC device to cloudstack - 

host:8096/client/api?command=addCiscoVnmcResource&physicalnetworkid=912d19fa-b125-4e41-8154-0c6ae9807f64&hostname=vnmcip&username=admin&password=xxxxxxx

4. Tried to enable CiscoVnmc service provider to enabled state

http://host:8096/client/api?command=updateNetworkServiceProvider&id=12f2510f-0997-43f7-92a1-dd8a27337015&state=Enabled

Observation:
It failed to update VNMC provider to enabled state saying "Failed to update VNMC provider to enabled state"

API log details :

2013-05-07 15:35:19,931 INFO  [cloud.api.ApiServer] (ApiServer-6:null) (userId=1 accountId=1 sessionId=null) /10.144.6.19 -- GET /client/api?command=updateNetworkServiceProvider&id=12f2510f-0997-43f7-92a1-dd8a27337015&state=Enabled HTTP/1.1 200 <?xml version="1.0" encoding="UTF-8"?><updatenetworkserviceproviderresponse cloud-stack-version="4.2.0-SNAPSHOT"><jobid>2cf4276c-ecfe-42e9-90c7-872cf89f83a0</jobid></updatenetworkserviceproviderresponse> 200 203

2013-05-07 15:35:38,616 INFO  [cloud.api.ApiServer] (ApiServer-7:null) (userId=1 accountId=1 sessionId=null) /10.144.6.19 -- GET /client/api?command=queryAsyncJobResult&jobId=2cf4276c-ecfe-42e9-90c7-872cf89f83a0 HTTP/1.1 200 <?xml version="1.0" encoding="UTF-8"?><queryasyncjobresultresponse cloud-stack-version="4.2.0-SNAPSHOT"><accountid>dd9fd292-b6eb-11e2-9eaa-c2ae49691a00</accountid><userid>dda13222-b6eb-11e2-9eaa-c2ae49691a00</userid><cmd>org.apache.cloudstack.api.command.admin.network.UpdateNetworkServiceProviderCmd</cmd><jobstatus>2</jobstatus><jobprocstatus>0</jobprocstatus><jobresultcode>530</jobresultcode><jobresulttype>object</jobresulttype><jobresult><errorcode>530</errorcode><errortext>Provider is not ready, cannot Enable the provider, please configure the provider first</errortext></jobresult><created>2013-05-07T15:35:19+0530</created><jobid>2cf4276c-ecfe-42e9-90c7-872cf89f83a0</jobid></queryasyncjobresultresponse> 200 715

 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira