IBM AIX-System Administration

Thursday 18 December 2014

AIX Interview Questions- AIX ODM interview questions

AIX Interview Questions- AIX ODM interview questions

What is ODM?
ODM is a repositry where OS keep information about devices, VPD, smitmenu, tcp/ip, errorlog and nim also
Whare are the ODM directories?
/etc/objrepos
/usr/objrepos
/usr/share/objrepos
What will you do when ODM in non rootvg volume group corrupted?
exprot the vg then import the vg
What is the ODM contains
Object Data Manager
ODM contains database of OS except user, filesystem and printer information
How to Fix if a VG is not Available in ODM?
smit importvg
What is ODMGET?
Command to get information from ODM
what is path?
Which is the ODM command to list the ODM object that stores the physical volume identifier? [1 mark]
odmget  -q  name=hdisk0 CuAt
What are the basic components of ODM and in which format data is stored in ODM
Components are uniquetype, attribute, deflt and values
         Data is stored in binary format
Which is the environment variable used by all the ODM commands
And that is set in file /etc/environment. What is its default value
ODMDIR and default value is /etc/objrepos

Which three types of information are not managed by ODM? 
Filesystem information, User/Security information, Queues and Queue devices

Which repositories stores the ODM object classes?   
/etc/objrepos, /usr/lib/objrepos and /usr/share/lib/objrepos
Which is the ODM object class used by cfgmgr to determine the correct sequence when configuring devices
Config_Rules
ODM - where it resides, how to modify,list,etc.,
ODM resides in /etc/objrepos , /usr/lib/objrepos and /usr/share/lib/objrepos.

 To modify ODM use the following sequence :
 # odmget  -q"uniquetype=tape/scsi/8mm and attribute=block_size" PdAt > file
 # vi file à edit the corresponding attribute.
 # odmdelete -o PdAt -q"uniquetype=tape/scsi/8mm and attribute=block_size"
 # odmadd file

 To list contents of ODM use lsdev command.
How will you delete an entry from ODM?
Use odmdelete command
# odmdelete -o PdAt -q"uniquetype=tape/scsi/8mm and attribute=block_size" 

No comments:

Post a Comment

Disclaimer

Disclaimer : All trademarks or copy rights belongs to their original owners, I have collected the data from net and different books, All the information presented on this blog is provided on the basis of as is and is meant for reference purpose only without any expressed or implied warranty. Use of the information and its application in any form is sole discretion and responsibility of the user. adminaix.blogspot.com is not responsible for any damage or loss arising out of use of information presented here. This web site has links to external web sites and adminaix.blogspot.com is not responsible for the contents at those sites.

Comments

Contact Us

Name

Email *

Message *