openlmi-network register error.

Jan Safranek jsafrane at redhat.com
Tue Sep 24 10:25:16 UTC 2013


On 09/24/2013 12:06 PM, sunil kumar wrote:
> hi!.
> 
> thank you for your suggestion, i have successfully registered
> openlmi-networking..
> 
> we are in a team of developing  NAS Head for nfs. Any hints for
> development ll be fine..

Just note that we've chosen specific model for mounts in Linux. This
does not affect your NAS Head profile, just the client side of things.
BTW, is there a DMTF or SMI-S profile for NFS/CIFS _clients_?


> 
> i have small query regarding provider,
> 
> which provider does CIM_ProtocolEndPoint use? Python or CMPI?.
> 
> Storage uses python providers right? please correct me if I am wrong.

Yes, Storage is written in Python. OpenLMI-networking implements
LMI_LANEndpoint and LMI_IPProtocolEndpoint, directly subclassing
appropriate CIM_ classes and is written in C using CMPI.

However, if you want to implement new association to existing
LMI_IPProtocolEndpoint, for example CIM_SAPAvailableForElement, you
probably do not need to modify implementation of LMI_IPProtocolEndpoint
itself.

All you need is to implement provider for your association,
CIM_SAPAvailableForElement in this example, and reference just _keys_ of
LMI_IPProtocolEndpoint.

Good luck with your development!

Jan




More information about the openlmi-devel mailing list