Object Data Manager: Difference between revisions

Content deleted Content added
Expanded reference, named it for further use
Added redirect to section
 
(11 intermediate revisions by 6 users not shown)
Line 1:
#redirect [[IBM AIX#Database]]
<!-- Please do not remove or change this AfD message until the issue is settled -->
{{Redirect category shell|1=
{{Article for deletion/dated|page=Object Data Manager|timestamp=20160617053013|year=2016|month=June|day=17|substed=yes|help=off}}
{{R from merge}}
<!-- Once discussion is closed, please place on talk page: {{Old AfD multi|page=Object Data Manager|date=17 June 2016|result='''keep'''}} -->
{{R to section}}
<!-- End of AfD message, feel free to edit beyond this point -->
}}
{{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 |last=Nemeth |first=Evi |title=UNIX and Linux System Administration Handbook |chapterurl=http://books.google.com/books?id=0SIdBAAAQBAJ&pg=PA432 |date=2011 |publisher=Prentice Hall |isbn=978-0-13-148005-6 |pages=432–437 |chapter=Chapter 13. Drivers and the Kernel}}</ref> [[System Management Interface Tool|SMIT]] and its associated AIX commands can query and modify information from the ODM.<ref>{{cite book|last1=Frisch|first1=Æleen|title=Essential System Administration: Tools and Techniques for Linux and Unix Administration|publisher="O'Reilly Media, Inc."|isbn=9780596550493|page=67|url=https://books.google.com/books?id=uRW8V9QOL7YC&pg=PT91&dq=%22object+data+manager%22+AIX&hl=en&sa=X&ved=0ahUKEwjHnM3M2bDNAhUW2GMKHbMFBiwQ6AEINzAC#v=onepage&q=%22object%20data%20manager%22%20AIX&f=false|language=en}}</ref> A good understanding of the ODM is essential for managing AIX systems.<ref>{{cite book|last1=Michael|first1=Randal|title=AIX 5L Administration|publisher=Mcgraw-hill|isbn=9780072222555|page=150|url=https://books.google.com/books?id=NS_2z4e67sQC&dq=%22object+data+manager%22+AIX&focus=searchwithinvolume&q=%22object+data+manager%22|language=en}}</ref>
 
Example of information stored in the ODM database are:
*[[Computer network|Network]] configuration
*[[Logical volume management]] configuration
*Installed [[software]] information
*Information for logical devices or [[software driver]]s
*List of all AIX supported devices
*Physical hardware devices installed and their configuration
*Menus, screens and commands that SMIT uses
 
==See also==
*[[Vital Product Data]] (VPD)
*[[Windows Registry]]
 
== References ==
 
<references />
 
==External links==
*[http://publib16.boulder.ibm.com/doc_link/en_US/a_doc_lib/aixprggd/genprogc/odm.htm ODM programming documentation at IBM]
*[http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=%2Fcom.ibm.aix.genprogc%2Fdoc%2Fgenprogc%2Fodm.htm Object Data Manager (ODM) in AIX 6.1]
 
[[Category:Object-oriented database management systems]]
[[Category:IBM software]]