Object Data Manager (ODM)
What is ODM?ODM
- Maintains system config, device and vital product data
- Provide a more robust, secure and sharable resource
- Provide a reliable object oriented database facility
- Device Configuration Information
- Software Vital Product Data
- SRC information
- Communications configuration data
- Menus and commands for SMIT
- Object class - These are datafiles.
- Objects - Records within Datafiles
- Descriptors - Field within a record
Where ODM Object Class files are stored?
This can be defined in /etc/environment file. The ODM object clases are held in three repositories- /etc/objrepos
- /usr/lib/objrepos
- /usr/share/lib/objrepos
Some important ODM Database files
Supported devices and attributes and connection information are stored inPdDv, PdAt, PdCn, etc..
Records or customizrd Devices and attributes, VPD are stored in
CuDv, CuAt, CuDep, Config_Rules, CuVPD, etc ...
Have software information
lpp, history, product, inventory, etc..
SMIT menus, commands, options
sm_cmd_hdr, sm_cmd_opt, sm_menu_opt
NIM Resource and configuraion informations
nim_object, nim_pdattr, nim_altr
Errorlog, alog and dump file info
SWservAt
Useful ODM Commands
odmget - To retrives objects from an Object Class in stanza formatodmdelete - To delete objects what meet a specifig criteria.
If no criteria specified, all objects are deleted
odmadd - To add a new object to an object class
odmchange - To change all objects with in an Object Class that meet a
specifig criteria
odmshow - To display object class definition
odmcreate - To create Object Class for application that will use ODM DB
odmdrop - To remove an Oobject Class
Some ODM Command examples
To list all records with an Object Class CuDv# odmget CuDv
To find out an object within CuAt with condition name=sys0 and attibute=maxuproc
# odmget -q "name=sys0 and attribute=maxuproc" CuAt
CuAt:
name = "sys0"
attribute = "maxuproc"
value = "2000"
type = "R"
generic = "DU"
rep = "nr"
nls_index = 20
To delete the above object
# odmget -q "name=sys0 and attribute=maxuproc" CuAt > file.1
# odmdelete -q "name=sys0 and attribute=maxuproc" -o CuAt
To add the deleted object again to the above object class
# odmadd file.1 # add the file content to appropriate Object class
10 comments
Write commentsthis is helpful to me...
Replythanku so much...
Thanks much for visit and comments..!
ReplyJust a quick note nim_altr should be nim_attr.
ReplyNice summary.
nice aix documents........
ReplyThanks it is helpful ...
ReplyNice information in brief note....
ReplyA nice short note ... good intro for me as a beginner.
ReplyThanks.
Required scripting documents for practice... olso tel that if c or c++ is required for learning programming
ReplyHi, I am new to AIX and I understood what ODM does and how it manages objects, but I am not able to understand is why ODM is required. I mean lot of other OSs do not have ODM and still they are managing data very well. So why ODM id required in AIX?
ReplyNicely compiled short summary, v. good for someone looking for some quick info
ReplyWhat do you think about this Article? Add your Opinion..! EmoticonEmoticon