A provider for publishing Management Controller (Service Processor) information

Radek Novacek rnovacek at redhat.com
Mon Nov 18 14:10:30 UTC 2013


On Mon 18 of Nov 2013 13:55:39 Stephen C. Tweedie wrote:
> Hi,
> 
> On Fri, 2013-11-15 at 18:29 +0100, Klaus Kaempf wrote:
> > * Praveen_Paladugu at Dell.com <Praveen_Paladugu at Dell.com> [Nov 14. 2013 
20:17]:
> > > Incorporating Russ's inputs and some updates. Here is the udpated
> > > version of the MOF file.> 
> > Find my Comments embedded.
> > 
> > > [Description("Model an Out of Band Management Controller and capture its
> > > features and capabilities")] class LMI_BMC : CIM_ManagementController
> > > {
> > > 
> > >     [Description("This variable, should always capture the latest IP
> > >     address of BMC.")] string IPAddress;
> > 
> > Please indicate the IP version. Maybe we need two IP address
> > properties ?
> > 
> >      string IP4Address;
> >      string IP6Address;
> > 
> > Same for set_IPAddress ;-)
> 
> Do we have a preferred representation for "IP address" within OpenLMI?
> 
> --Stephen

Network-related profiles (like DSP1116 [1]) use string representation of IP 
address without specifying supported formats. I would go with simple array:

	string IPAddresses[];


Radek Novacek

[1] http://dmtf.org/sites/default/files/standards/documents/DSP1116_1.0.0.pdf
> _______________________________________________
> openlmi-devel mailing list
> openlmi-devel at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/openlmi-devel



More information about the openlmi-devel mailing list