You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
(3) |
Oct
(2) |
Nov
(22) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(1) |
Feb
(7) |
Mar
(23) |
Apr
(34) |
May
(2) |
Jun
(5) |
Jul
|
Aug
(1) |
Sep
(5) |
Oct
(14) |
Nov
(10) |
Dec
(4) |
2003 |
Jan
(7) |
Feb
(2) |
Mar
(19) |
Apr
(11) |
May
(12) |
Jun
(5) |
Jul
(7) |
Aug
(2) |
Sep
|
Oct
(10) |
Nov
(5) |
Dec
(13) |
2004 |
Jan
(1) |
Feb
(27) |
Mar
(7) |
Apr
(22) |
May
(18) |
Jun
(7) |
Jul
(4) |
Aug
(32) |
Sep
(9) |
Oct
|
Nov
(21) |
Dec
(15) |
2005 |
Jan
(12) |
Feb
(9) |
Mar
(15) |
Apr
(24) |
May
(44) |
Jun
(45) |
Jul
(12) |
Aug
(19) |
Sep
(36) |
Oct
(20) |
Nov
(22) |
Dec
(8) |
2006 |
Jan
(10) |
Feb
(24) |
Mar
(8) |
Apr
(2) |
May
(17) |
Jun
(10) |
Jul
(3) |
Aug
(12) |
Sep
(3) |
Oct
(12) |
Nov
(25) |
Dec
(52) |
2007 |
Jan
(9) |
Feb
(30) |
Mar
(68) |
Apr
(23) |
May
(17) |
Jun
(68) |
Jul
(26) |
Aug
(17) |
Sep
(14) |
Oct
(41) |
Nov
(66) |
Dec
(16) |
2008 |
Jan
(39) |
Feb
(41) |
Mar
(22) |
Apr
(54) |
May
(28) |
Jun
(50) |
Jul
(26) |
Aug
(34) |
Sep
(21) |
Oct
(20) |
Nov
(16) |
Dec
(10) |
2009 |
Jan
(20) |
Feb
(29) |
Mar
(49) |
Apr
(30) |
May
(15) |
Jun
(35) |
Jul
(18) |
Aug
(12) |
Sep
(32) |
Oct
(18) |
Nov
(19) |
Dec
(23) |
2010 |
Jan
(22) |
Feb
(38) |
Mar
(24) |
Apr
(18) |
May
(28) |
Jun
(11) |
Jul
(6) |
Aug
(20) |
Sep
(26) |
Oct
(18) |
Nov
(11) |
Dec
(18) |
2011 |
Jan
(21) |
Feb
(7) |
Mar
(31) |
Apr
(23) |
May
(28) |
Jun
(17) |
Jul
(7) |
Aug
(3) |
Sep
(2) |
Oct
(3) |
Nov
|
Dec
(4) |
2012 |
Jan
(3) |
Feb
(5) |
Mar
(13) |
Apr
(2) |
May
|
Jun
(16) |
Jul
(3) |
Aug
(10) |
Sep
(19) |
Oct
(1) |
Nov
(8) |
Dec
(10) |
2013 |
Jan
(9) |
Feb
(4) |
Mar
(28) |
Apr
(24) |
May
(27) |
Jun
(3) |
Jul
(4) |
Aug
(11) |
Sep
(15) |
Oct
(10) |
Nov
(7) |
Dec
(8) |
2014 |
Jan
(8) |
Feb
(27) |
Mar
(6) |
Apr
(6) |
May
(6) |
Jun
(14) |
Jul
(3) |
Aug
|
Sep
(2) |
Oct
(7) |
Nov
(4) |
Dec
|
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
(6) |
May
(4) |
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Arunkumar S <aru...@gm...> - 2014-02-10 17:21:06
|
Thanks Klaus. Arun On Mon, Feb 10, 2014 at 3:09 AM, Klaus Kaempf <kk...@su...> wrote: > * Arunkumar S <aru...@gm...> [Feb 08. 2014 06:34]: > > Hi, > > > > I have come across this association class: > > > > Association:- > CIM_ComputerSystem::CIM_SystemDevice::CIM_SoftwareIdentity > > > > Is this correct association ? > > Probably not. > > > Because, partComponent of CIM_SystemDevice is CIM_LogicalDevice which is > no > > way related to CIM_SoftwareIdentity > > You already spotted it. > > CIM_SystemDevice is an aggregation association to model how > LogicalDevices map to a System. And looking at the LogicalDevice > description, you'll find the following: > > "An abstraction or emulation of a hardware entity, that might or might > not be Realized in physical hardware" > > Since SoftwareIdentity is neither physical hardware nor an emulation > of a hardware entity, the above association is wrong. > > Hth, > > Klaus > -- > SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix > Imendörffer, HRB 16746 (AG Nürnberg) > Maxfeldstraße 5, 90409 Nürnberg, Germany > |
From: Klaus K. <kk...@su...> - 2014-02-10 11:09:22
|
* Arunkumar S <aru...@gm...> [Feb 08. 2014 06:34]: > Hi, > > I have come across this association class: > > Association:- CIM_ComputerSystem::CIM_SystemDevice::CIM_SoftwareIdentity > > Is this correct association ? Probably not. > Because, partComponent of CIM_SystemDevice is CIM_LogicalDevice which is no > way related to CIM_SoftwareIdentity You already spotted it. CIM_SystemDevice is an aggregation association to model how LogicalDevices map to a System. And looking at the LogicalDevice description, you'll find the following: "An abstraction or emulation of a hardware entity, that might or might not be Realized in physical hardware" Since SoftwareIdentity is neither physical hardware nor an emulation of a hardware entity, the above association is wrong. Hth, Klaus -- SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5, 90409 Nürnberg, Germany |
From: Arunkumar S <aru...@gm...> - 2014-02-08 05:34:25
|
Hi, I have come across this association class: Association:- CIM_ComputerSystem::CIM_SystemDevice::CIM_SoftwareIdentity Is this correct association ? Because, partComponent of CIM_SystemDevice is CIM_LogicalDevice which is no way related to CIM_SoftwareIdentity I couldn't find it in any Profile spec. Thanks, Arun |
From: Klaus K. <kk...@su...> - 2014-02-06 09:39:07
|
* Chris Buccella <buc...@li...> [Feb 06. 2014 05:43]: > IIRC, you can get the user (as provided via HTTP) in the CMPIContext > avaliable for each provider operation. Check CMPIPrincipal inside > the context. > Chris, the CMPIPrincipal property of CMPIContext returns an empty string for me !? Klaus -- SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5, 90409 Nürnberg, Germany |
From: Chris B. <buc...@li...> - 2014-02-06 04:43:24
|
IIRC, you can get the user (as provided via HTTP) in the CMPIContext avaliable for each provider operation. Check CMPIPrincipal inside the context. -Chris On 02/05/2014 08:22 AM, George varghese wrote: > Hi, > > I had configured the PAM based authentication for openwsman & sfcb. > I have one requirement to check this credential(authenticated > username) for restricting some functionality to that user. For > implementing it , I want to get the username in each provider. Is it > possible? > > Please let me know how it is acheive? > > Have any API in sfcb, for getting the username? > > Please help me. > > Regards, > George > > > > > ------------------------------------------------------------------------------ > Managing the Performance of Cloud-Based Applications > Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. > Read the Whitepaper. > http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk > > > _______________________________________________ > Sblim-devel mailing list > Sbl...@li... > https://lists.sourceforge.net/lists/listinfo/sblim-devel |
From: George v. <geo...@gm...> - 2014-02-06 04:13:07
|
Hi, How to implement client access to CIM class meta data information(section 15 in WS-Management CIM Binding spec.) in provider. Please reply. Regards, George |
From: George v. <geo...@gm...> - 2014-02-06 04:11:51
|
Hi, Is there any way to check if the value returned by CMGetProperty is of correct type? My dummy put request is given below: wsman put https:<Resource_URI>?key='abc' -h 10.1.124.102 -P 5986 -u user -p password -V -v -c Dummy -k property=fp The given check does not work in cases where 0 is a valid value for 'property'. data = CMGetProperty(ci, "property", &rc); val = data.value.uint16; if ( rc.rc != CMPI_RC_OK || val == NULL ){ CMSetStatusWithChars( _broker, &rc, CMPI_RC_ERR_FAILED, "error message." ); return; } This returns error for the given value fp (which is not an integer. 'val' will be equal to 0 in this case). But it returns error even when value of 'property' given in 'put' request is 0 which is valid in my case. Regards, George |
From: George v. <geo...@gm...> - 2014-02-05 13:22:44
|
Hi, I had configured the PAM based authentication for openwsman & sfcb. I have one requirement to check this credential(authenticated username) for restricting some functionality to that user. For implementing it , I want to get the username in each provider. Is it possible? Please let me know how it is acheive? Have any API in sfcb, for getting the username? Please help me. Regards, George |
From: David H. <hel...@us...> - 2014-02-03 21:55:59
|
Glad to help. Thanks: Dave B and Klaus for your input, too. Dave H. Thomas Stover <ts...@al...> 02/03/2014 04:31 PM To cc "sbl...@li..." <sbl...@li...> Subject Re: [Sblim-devel] ClassProvider failed to start, rc:3 On Mon, 3 Feb 2014 15:18:42 -0600 David Heller <hel...@us...> wrote: > That part of the repository will be built when you install a provider > that registers that namespace. For example, cmpi-base. > > There is some documentation on the package here: > > https://sourceforge.net/apps/mediawiki/sblim/index.php?title=SfcbTheBook#Installing_CMPI_Providers > > And it's mentioned in the condensed build instructions here: > > https://sourceforge.net/apps/mediawiki/sblim/index.php?title=SfcbTheBook#Condensed_Build_Instructions > That did it! Thanks. -- C. Thomas Stover Sr. Software Engineer Alert Logic, Inc. ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk _______________________________________________ Sblim-devel mailing list Sbl...@li... https://lists.sourceforge.net/lists/listinfo/sblim-devel |
From: Thomas S. <ts...@al...> - 2014-02-03 21:31:43
|
On Mon, 3 Feb 2014 15:18:42 -0600 David Heller <hel...@us...> wrote: > That part of the repository will be built when you install a provider > that registers that namespace. For example, cmpi-base. > > There is some documentation on the package here: > > https://sourceforge.net/apps/mediawiki/sblim/index.php?title=SfcbTheBook#Installing_CMPI_Providers > > And it's mentioned in the condensed build instructions here: > > https://sourceforge.net/apps/mediawiki/sblim/index.php?title=SfcbTheBook#Condensed_Build_Instructions > That did it! Thanks. -- C. Thomas Stover Sr. Software Engineer Alert Logic, Inc. |
From: David H. <hel...@us...> - 2014-02-03 21:19:27
|
Thomas Stover <ts...@al...> wrote on 02/03/2014 03:56:22 PM: > Thomas Stover <ts...@al...> > 02/03/2014 03:56 PM > > To > > cc > > "sbl...@li..." <sbl...@li...> > > Subject > > Re: [Sblim-devel] ClassProvider failed to start, rc:3 > > On Mon, 3 Feb 2014 14:02:41 -0600, Klaus Kaempf wrote: > > > Did you run "sfcbrepos -f" before ? What does /etc/sfcb/sfcb.cfg look > > like ? > > That helped. It appears to be running, though I just get the message > about caching from .../root/interop/classSchemas, and not the one > about .../root/cimv2/classSchemas like it shows in the wiki. That > directory is empty for me, and a cimcli test fails with a target > namespace does not exist. Do I need a separate download for those files? > That part of the repository will be built when you install a provider that registers that namespace. For example, cmpi-base. There is some documentation on the package here: https://sourceforge.net/apps/mediawiki/sblim/index.php?title=SfcbTheBook#Installing_CMPI_Providers And it's mentioned in the condensed build instructions here: https://sourceforge.net/apps/mediawiki/sblim/index.php?title=SfcbTheBook#Condensed_Build_Instructions > > -- > C. Thomas Stover > Sr. Software Engineer > Alert Logic, Inc. > ------------------------------------------------------------------------------ > Managing the Performance of Cloud-Based Applications > Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. > Read the Whitepaper. > http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk > _______________________________________________ > Sblim-devel mailing list > Sbl...@li... > https://lists.sourceforge.net/lists/listinfo/sblim-devel > |
From: Thomas S. <ts...@al...> - 2014-02-03 20:56:31
|
On Mon, 3 Feb 2014 14:02:41 -0600, Klaus Kaempf wrote: > Did you run "sfcbrepos -f" before ? What does /etc/sfcb/sfcb.cfg look > like ? That helped. It appears to be running, though I just get the message about caching from .../root/interop/classSchemas, and not the one about .../root/cimv2/classSchemas like it shows in the wiki. That directory is empty for me, and a cimcli test fails with a target namespace does not exist. Do I need a separate download for those files? -- C. Thomas Stover Sr. Software Engineer Alert Logic, Inc. |
From: Thomas S. <ts...@al...> - 2014-02-03 20:24:48
|
Is this list on gmane anywhere? I haven't seen it, but sometimes the names over there are very different from the regular ones. -- C. Thomas Stover Sr. Software Engineer Alert Logic, Inc. |
From: Thomas S. <ts...@al...> - 2014-02-03 20:23:31
|
thanks On Mon, 3 Feb 2014 14:15:10 -0600, Dave Blaschke wrote: > Looks like CMPI_RC_ERR_INVALID_NAMESPACE returned from > startUpProvider for root/interop namespace, did you build repository? um, ? I build and installed sfcCommon, then sfcb, then did the make postinstall on sfcb. > > > > Anyway to investigate? > Try tracing? The closest code point to the problem that I think I can see with trace is --- providerMgr.c(1292) : Entering: intInvokeProivder something goes wrong after that C. Thomas Stover Sr. Software Engineer Alert Logic, Inc. |
From: Dave B. <de...@us...> - 2014-02-03 20:15:27
|
On 2/3/2014 1:00 PM, Thomas Stover wrote: > Hi list, trying to jump in. > > sblim-sfcCommon-1.0.1 > sblim-sfcb-1.4.7 > centos 6.5 > > I'm getting: > > --- ClassProvider failed to start, rc:3 Looks like CMPI_RC_ERR_INVALID_NAMESPACE returned from startUpProvider for root/interop namespace, did you build repository? > > on startup. After which it shuts down. > > Anyway to investigate? Try tracing? http://sourceforge.net/apps/mediawiki/sblim/index.php?title=SfcbTheBook#Trace The trace mask is defined a little better here: http://sourceforge.net/apps/mediawiki/sblim/index.php?title=SFCB_Debugging > |
From: Klaus K. <kk...@su...> - 2014-02-03 20:02:49
|
* Thomas Stover <ts...@al...> [Feb 03. 2014 20:17]: > Hi list, trying to jump in. > > sblim-sfcCommon-1.0.1 > sblim-sfcb-1.4.7 > centos 6.5 > > I'm getting: > > --- ClassProvider failed to start, rc:3 > > on startup. After which it shuts down. > > Anyway to investigate? Did you run "sfcbrepos -f" before ? What does /etc/sfcb/sfcb.cfg look like ? Klaus -- SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5, 90409 Nürnberg, Germany |
From: Thomas S. <ts...@al...> - 2014-02-03 19:16:52
|
Hi list, trying to jump in. sblim-sfcCommon-1.0.1 sblim-sfcb-1.4.7 centos 6.5 I'm getting: --- ClassProvider failed to start, rc:3 on startup. After which it shuts down. Anyway to investigate? -- C. Thomas Stover Sr. Software Engineer Alert Logic, Inc. |
From: David H. <hel...@us...> - 2014-01-29 16:37:53
|
Hi Rajesh, The SBLIM mof compiler does not currently support this feature. Yes, 0.8.5 is the latest version. Sorry for the delay. I saw some reference to 'alias' in the code but when I investigated I further I found it was unrelated. You could open a bug against SFCB to request this feature. I don't think it would get a high priority since you are so far the only one who has asked. But if we have an open bug it allows more people to request the feature, and possibly submit patches. https://sourceforge.net/p/sblim/sfcb-tix/new/ Thanks, Dave David E. Heller IBM Linux Technology Center hel...@us... Rajesh <raj...@gm...> 01/27/2014 11:00 AM To Klaus Kaempf <kk...@su...>, cc sbl...@li... Subject Re: [Sblim-devel] Fwd: CIM class alias support I missed ';' at the end of class declaration in my previous post. The mof syntax error is showing up with ';' at the end of class declaration in mof file. But I'm curious to know if sblim pakcage supports CIM alias feature. And the syntax used is correct or not. On Mon, Jan 27, 2014 at 3:32 PM, Klaus Kaempf <kk...@su...> wrote: * Rajesh <raj...@gm...> [Jan 23. 2014 18:58]: > I'm trying to create an alias class for TEST_SoftPartitionComputerSystem > class . I used the below mof syntax: > > class TEST_SoftPartitionComputerSystem as > $TEST_PartitionImageComputerSystem : CIM_ComputerSystem > { > [Description("UUID assigned to this DomU.")] > string UUID; > > [Description("Represents the associated Blueprint Object.")] > string BluePrintId; > > } > Your mof file is almost fine, it's just missing the ";" at the end. Klaus -- SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5, 90409 Nürnberg, Germany ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _________________________ ______________________ Sblim-devel mailing list Sbl...@li... https://lists.sourceforge.net/lists/listinfo/sblim-devel |
From: Rajesh <raj...@gm...> - 2014-01-27 16:00:34
|
I missed ';' at the end of class declaration in my previous post. The mof syntax error is showing up with ';' at the end of class declaration in mof file. But I'm curious to know if sblim pakcage supports CIM alias feature. And the syntax used is correct or not. On Mon, Jan 27, 2014 at 3:32 PM, Klaus Kaempf <kk...@su...> wrote: > * Rajesh <raj...@gm...> [Jan 23. 2014 18:58]: > > I'm trying to create an alias class for TEST_SoftPartitionComputerSystem > > class . I used the below mof syntax: > > > > class TEST_SoftPartitionComputerSystem as > > $TEST_PartitionImageComputerSystem : CIM_ComputerSystem > > { > > [Description("UUID assigned to this DomU.")] > > string UUID; > > > > [Description("Represents the associated Blueprint Object.")] > > string BluePrintId; > > > > } > > > > Your mof file is almost fine, it's just missing the ";" at the end. > > Klaus > -- > SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix > Imendörffer, HRB 16746 (AG Nürnberg) > Maxfeldstraße 5, 90409 Nürnberg, Germany > |
From: Klaus K. <kk...@su...> - 2014-01-27 10:02:59
|
* Rajesh <raj...@gm...> [Jan 23. 2014 18:58]: > I'm trying to create an alias class for TEST_SoftPartitionComputerSystem > class . I used the below mof syntax: > > class TEST_SoftPartitionComputerSystem as > $TEST_PartitionImageComputerSystem : CIM_ComputerSystem > { > [Description("UUID assigned to this DomU.")] > string UUID; > > [Description("Represents the associated Blueprint Object.")] > string BluePrintId; > > } > Your mof file is almost fine, it's just missing the ";" at the end. Klaus -- SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) Maxfeldstraße 5, 90409 Nürnberg, Germany |
From: David H. <hel...@us...> - 2014-01-27 00:16:32
|
You control this via the sslCiphers property in sfcb.cfg. This is the cipher string that SFCB passes to openssl. You don't really allow TLSv1.2 clients per se, what you do is allow cipher suites that are TLSv1.2 compliant. You can test the openssl cipher string, and hence see which ciphers are available on your system with a command like: $ openssl ciphers -v 'ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH' That, using the SFCB default cipher string. To restrict to TLSv1.2 only ciphers you can do like: $ openssl ciphers -v 'ALL:!TLSv1:!SSLv3:!SSLv2' More commonly you will want to disallow null authentication and null encryption ciphers: $ openssl ciphers -v 'TLSv1.2:!TLSv1:!SSLv3:!SSLv2:!aNULL:!eNULL' Newer openssl (1.0.1e) support the use of "TLSv1.2" in the cipher string so you can also do like: $ openssl ciphers -v 'TLSv1.2:!aNULL:!eNULL' Assembling the cipher string is a bit of the black art. Follow the documentation in "man ciphers". Check the available ciphers on both your server and client system. Use "openssl s_client" to test, and that will show you which cipher is actually selected for the connection. David E. Heller IBM Linux Technology Center hel...@us... Hari Om Sharma <omh...@gm...> 01/26/2014 01:53 AM To sbl...@li..., cc Subject [Sblim-devel] Fwd: Request for information regarding TLS 1.2 support in sfcb Hi, I am getting myself accustomed to sfcb, so sorry if i am being naive. Could you please let me know how i can configure sfcb to only accept TLS 1.2 compliant clients. We want to block sslv2, sslv3 & TLSv1.0,TLSv1.1 clients. Appreciate your help. Thanks a lot, Hari Om ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Sblim-devel mailing list Sbl...@li... https://lists.sourceforge.net/lists/listinfo/sblim-devel |
From: Hari Om S. <omh...@gm...> - 2014-01-26 06:53:56
|
Hi, I am getting myself accustomed to sfcb, so sorry if i am being naive. Could you please let me know how i can configure sfcb to only accept TLS 1.2 compliant clients. We want to block sslv2, sslv3 & TLSv1.0,TLSv1.1 clients. Appreciate your help. Thanks a lot, Hari Om |
From: Hari Om S. <omh...@gm...> - 2014-01-25 14:24:10
|
Hi, I am getting myself accustomed to sfcb, so sorry if i am being naive. Could you please let me know how i can configure sfcb to only accept TLS 1.2 compliant clients. Thanks a lot, Hari Om |
From: Rajesh <raj...@gm...> - 2014-01-22 16:06:21
|
I'm trying to create an alias class for TEST_SoftPartitionComputerSystem class . I used the below mof syntax: class TEST_SoftPartitionComputerSystem as $TEST_PartitionImageComputerSystem : CIM_ComputerSystem { [Description("UUID assigned to this DomU.")] string UUID; [Description("Represents the associated Blueprint Object.")] string BluePrintId; } While building the class repositroy, the mof compiler throw below error message: *error in /root/var/lib/sfcb/stage/mofs/root/virt/TEST_ComputerSystem.mof line 10 near as: syntax error Failed compiling the MOF files* I'm using sblim-sfcb-1.3.15 level and also checked the mof compiler (sfcbmof) version is 0.8.5 Is it right that the latest mof compiler in sblim-sfcb package doesn't support class alias (AS) feature OR did I go wrong in creating alias class in mof file. --Regards, rjk |
From: David H. <hel...@us...> - 2014-01-06 19:43:09
|
Hi George, According to section 7.4 of DSP004, all "schema element names" should be treated as case-insensitive. This includes method names and method parameter names, but not parameter values. So for example, the following cli query should return the same result using myMethod, mymethod or MYMETHOD... and similarly using myParam, myparam or MYPARAM... but would not necessarily return the same result with such variations on myValue: $ wbemcli cm http://localhost/root/cimv2:Sample_Method myMethod.myParam=myValue It turns out that SFCB does not alter the case on a method name when it passes it to the provider, so you could write your provider to handle the methods names as case-sensitive if you choose, even though it is not standards compliant. I would advise against that for the obvious reasons. For parameter names, SFCB does treat these as case-insensitive, so I think you are out of luck there. For parameter values, it's up to your provider implementation how to treat these. -Dave David E. Heller IBM Linux Technology Center hel...@us... George varghese <geo...@gm...> 12/30/2013 09:07 AM To sbl...@li..., cc Subject [Sblim-devel] method parameter name Hi, I have using sblim- development packages for my provider implementation. In my provider, classes have methods and this method have parameters also. I have one requirement was function name & function parameter name should be case sensitive. There is no difficult to checking method name for this. But I don't know this fo paramer name case. Please let me know which method is calling for performing this. Regards, George ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Sblim-devel mailing list Sbl...@li... https://lists.sourceforge.net/lists/listinfo/sblim-devel |