Content deleted Content added
Mark viking (talk | contribs) Add |
Expanded reference, named it for further use |
||
Line 5:
{{unreferenced|date=March 2016}}
{{merge to|IBM AIX|date=June 2016}}
'''Object Data Manager''' ('''ODM''') is a [[database management system]] and device configuration integrated into [[IBM]]'s [[AIX operating system]].<ref>{{cite web|title=Object Data Manager (ODM)|url=http://sysadminexperts.com/basic-aix-course/aix-technical-topic/object-data-manager-odm|website=sysadminexperts.com|publisher=SysAdminExperts|accessdate=18 June 2016}}</ref><ref>{{cite web|title=IBM Knowledge Center: Object data manager|url=https://www.ibm.com/support/knowledgecenter/ssw_aix_71/com.ibm.aix.genprogc/odm.htm|website=www.ibm.com|publisher=IBM|accessdate=18 June 2016}}</ref> Data being managed by ODM is stored and maintained as [[Object (computer science)|objects]] with associated [[Attribute (computing)|attributes]].<ref name="globalknowledge">{{cite web|title=IBM Training White Paper: Understanding the AIX Object Data Manager|url=https://www.globalknowledge.com/us-en/resources/resource-library/white-papers/understanding-the-aix-object-data-manager/|website=www.globalknowledge.com|publisher=Global Knowledge|accessdate=18 June 2016}}</ref> Interaction of [[C (programming language)|C programming language]] applications with ODM is performed via [[application programming interface]] (API) [[Library (computing)|library]]; [[shell script]]s and users are provided with [[command-line]] utilities such us odmshow, odmadd, odmchange and odmdelete to deal with it. The ODM is analogous to the [[Windows registry|registry]] in [[Microsoft Windows]].<ref name="Nemeth2011">{{cite book |
Example of information stored in the ODM database are:
Line 11:
*[[Logical volume management]] configuration
*Installed [[software]] information
*
*List of all AIX supported devices
*Physical hardware devices installed and their configuration
|