From: George v. <geo...@gm...> - 2014-09-01 12:58:40
|
Hi All, I had implemented one sample provider using sblim development package. I had implemented cmpi interface methods like get/enumerate/modify/invoke methods etc. Please note that I have using CIMOM as SFCB. Here my doubt is, I have tried gp/sp of the following properties using wbemcli. It shows that its not supported. Please see the commands & response. [~]# wbemcli gp https://user:pwd@ipaddress:port/root/cimv2:GK_TestButton.InstanceID='GK:TestButton <https://Admin:Dream@10.1.125.159:5989/root/cimv2:HP_DreamColor_BezelButton.InstanceID='HP:DreamColor_BezelButton>' ButtonPriority -noverify * * wbemcli: Cim: (7) CIM_ERR_NOT_SUPPORTED: The requested operation is not supported * I need to implement this feature into my provider. I don't know how to implement it. Is it supported by SFCB? Please help me. Regards, George |