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

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

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651581#comment-13651581 ] 

ASF subversion and git services commented on CLOUDSTACK-2357:
-------------------------------------------------------------

Commit 20bc334f2c9df58d658c9541b1fa43a47521d979 in branch refs/heads/master from [~koushikd]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=20bc334 ]

CLOUDSTACK-2357 : Failed to update VNMC provider to enabled state

                
> 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
>            Assignee: Koushik Das
>            Priority: Critical
>             Fix For: 4.2.0
>
>         Attachments: vnmcenabledsnap.png
>
>
> 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 "Provider is not ready, cannot Enable the provider, please configure the provider first"
> 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