|
From: Raymond I. <sor...@gm...> - 2007-08-15 12:28:52
|
On 7/31/07, Raymond Ingles <sor...@gm...> wrote: > I've been able to talk to several machines around here, most running > Pegasus. But I set up a Suse 10.1 box running owcimomd (apparently > based on OpenWBEM, with owc's SMASH providers). I'm trying to classify > instances by CreationClassName, but I can't seem to get them the same > way as other CIMOM's I've been talking to. Well, it turns out I can enumerate the InstanceNames rather than the instances, and then create an object path from each name, and do a getInstance() on that object path to get an instance with enumerable properties. Just in case anyone else runs into this issue. |