hi

We are in implementation of nas head. need to know whether we are following the correct procedure of developing.

In the 60_LMI_Networking.mof file at the end we created the following association as told in smis profile..

/*******************************
 * NAS Network PORTS Profile *
 *******************************/
[ Association, Provider("cmpi:cmpiLMI_Networking"), Version("0.1.0"),
  Description("An association between a portocolendpoint and networkport.") ]
class LMI_ProtocolDeviceSAPImplementation: CIM_DeviceSAPImplementation
{
    [ Key, Override("Antecedent"),
      Description("The instance of CIM_ProtocolEndpoint subclass "
        "representing network device.") ]
    CIM_NetworkPort REF Antecedent;

    [ Key, Override("Dependent"),
      Description("The instance of LMI_NetworkPort that represent "
        "same device as Antecedent.") ]
    CIM_ProtocolEndpoint REF Dependent;
};

[ Provider("cmpi:cmpiLMI_Networking"), Version("0.1.0"), Description("End point protocol") ]


we again complied and registered the mof file..

we got the new CMI_DeviseSAPImplemntaiton in src and in local/yawn..

now if this is procedure is correct we ll write the method in it..

We also have python script and cmpi in c. bit confuse ..  if any other procedure to followed let us know. we ll follow that..