CucsManagedObjectId

  • Base type Unsigned32
  • Format d

A unique identifier for this managed object. Objects in UCS Manager are stored in a Management Information Tree (MIT). The MIT is a repository of all Managed Object (MO) instances, indexed by their Distinguished Name (DN). The MIT somewhat resembles a file structure - going from main folder to the next lowest folder, and so on, until the full path to a MO is established. Every object in UCS Manager has two unique identifiers: 1) A distinguished name (DN). A DN provides a fully-qualified path from the top of the object tree. It is built as an ordered sequence of relative names separated by the '/' character. The DN is used to identify objects in the XML API. 2) A CucsManagedObjectId, which is an integer uniquely identifying an object. The CucsManagedObjectId is used to identify objects and traverse tables when using the SNMP protocol. For example, an object representing a network adaptor on a blade might be identified with its DN set to 'sys/chassis-5/blade-2/adaptor-1' and its CucsManagedObjectId set to '13203'.