AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  ODM Corruption

    Posted Thu January 08, 2009 02:51 PM

    Originally posted by: Kyne


    Hi,

    I have an ODM Corrupt about the "device" posix_aio in AIX 5.2 ML8.

    I know what I have to do to correct it and I have already test it and it seems to work and it correct my problem.
    But I would like to know if deleting an entire object class (like CuDV or PdAt ... ) for "repopulate it" is the correct way to enter the missing information in my ODM.

    Of course, I have take a backup of the ODM file before any changes...

    I have to change all these file --> Config_Rules, PdAt, PdDv.
    Here is my procedure (for each file) :
    odmget Config_Rules >/tmp/Config_Rules.BAK
    cp -p /tmp/Config_Rules.BAK /tmp/Config_Rules.MODIFY
    (I will enter the correct information in /tmp/Config_Rules.MODIFY)
    odmdelete -o Config_Rules
    odmadd /tmp/Config_Rules.MODIFY

    Thanks for your information...