(file) Return to Device27_IB.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM27

  1 kumpf 1.2 // ===================================================================
  2           // Title:       Device Infiniband 2.7
  3           // Filename:    Device27_IB.mof
  4           // Version:     2.7.0
  5           // Release:     Final
  6           // Date:        03/31/03
  7           // ===================================================================
  8           // Copyright 2000-2003 Distributed Management Task Force, Inc. (DMTF).
  9           // All rights reserved.  
 10           // DMTF is a not-for-profit association of industry members dedicated 
 11           // to promoting enterprise and systems management and interoperability. 
 12           // DMTF specifications and documents may be reproduced for uses
 13           // consistent with this purpose by members and non-members, 
 14           // provided that correct attribution is given. 
 15           // As DMTF specifications may be revised from time to time, 
 16           // the particular version and release date should always be noted.
 17           //
 18           // Implementation of certain elements of this standard or proposed 
 19           // standard may be subject to third party patent rights, including 
 20           // provisional patent rights (herein "patent rights"). DMTF makes 
 21           // no representations to users of the standard as to the existence 
 22 kumpf 1.2 // of such rights, and is not responsible to recognize, disclose, or
 23           // identify any or all such third party patent right, owners or 
 24           // claimants, nor for any incomplete or inaccurate identification or 
 25           // disclosure of such rights, owners or claimants. DMTF shall have no 
 26           // liability to any party, in any manner or circumstance, under any 
 27           // legal theory whatsoever, for failure to recognize, disclose, or 
 28           // identify any such third party patent rights, or for such party's
 29           // reliance on the standard or incorporation thereof in its product, 
 30           // protocols or testing procedures. DMTF shall have no liability to 
 31           // any party implementing such standard, whether such implementation 
 32           // is foreseeable or not, nor to any patent owner or claimant, and shall 
 33           // have no liability or responsibility for costs or losses incurred if 
 34           // a standard is withdrawn or modified after publication, and shall be
 35           // indemnified and held harmless by any party implementing the 
 36           // standard from any and all claims of infringement by a patent owner 
 37           // for such implementations.
 38           //
 39           // For information about patents held by third-parties which have 
 40           // notified the DMTF that, in their opinion, such patent may relate to 
 41           // or impact implementations of DMTF standards, visit 
 42           // http://www.dmtf.org/about/policies/disclosures.php.
 43 kumpf 1.2 // ===================================================================
 44           // Description: The Device Model extends the management concepts that
 45           //              are related to LogicalDevices. This file defines the 
 46           //              classes to manage Infiniband devices.
 47           //
 48           //              The object classes below are listed in an order that
 49           //              avoids forward references. Required objects, defined 
 50           //              by other working groups, are omitted.
 51           // ==================================================================
 52           // Change Log for v2.7 Final
 53           // CR962 - Fix the overlapping values defined for PortTypes.
 54           // CR971 - Remove the experimental IB class definitions so they can 
 55           //         remain experimental in 2.8
 56           //
 57           // Change Log for v2.7
 58           // CR631 - Add IBPortStatistics
 59           // CR633 - Add IBPort
 60           // CR783 - Add IBPortController
 61           //       - Modify IBPort
 62           // ================================================================== 
 63           
 64 kumpf 1.2 #pragma locale ("en_US")
 65           
 66           
 67           // ===================================================================
 68           // IBSubnetManager
 69           // =================================================================== 
 70           [Version("2.7.0"), Description (
 71               "An Infiniband Subnet Manager (SM) is an entity responsible "
 72               "for configuring and managing an IB subnet. It uses Subnet "
 73               "Management Agents (SMA) to access and manage individual "
 74               "nodes. The SM is hosted in the context of a specific "
 75               "computer system (i.e., hosted by an instance of "
 76               "UnitaryComputerSystem), as described by the HostedService "
 77               "association. Note that there may be multiple SMs operating "
 78               "in a subnet, but only the elected master is allowed to "
 79               "perform configuration functions.") ]
 80           class CIM_IBSubnetManager : CIM_Service {
 81               
 82               [Description (
 83                   "Administratively assigned priority for this SM, used to "
 84                   "establish the master. A higher number indicates a higher "
 85 kumpf 1.2         "priority and likelihood of becoming the master. The property "
 86                   "value can be reset by the master SM."),
 87                   Write,
 88                   MappingStrings {"MAD.IBTA | SMInfo | Priority"} ]
 89               uint8 Priority;
 90               
 91               [Description (
 92                   "Enumerated value that indicates the Subnet Manager's State. "
 93                   "The values are fairly self-explanatory except for \"Not "
 94                   "Active\". This value indicates that the SM is available to "
 95                   "participate in the subnet, but has not been given "
 96                   "permission.  A value \"Unknown\" (0) is also defined."),
 97                   ValueMap {"0", "1", "2", "3", "4"},
 98                   Values {"Unknown", "Not Active", "Discovering", "Standby", 
 99                       "Master"},
100                   MappingStrings {"MAD.IBTA | SMInfo | SMState"} ]
101               uint16 State;
102           };
103           
104           
105           // ===================================================================
106 kumpf 1.2 // end of file
107           // ===================================================================

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2