IC SunsetThe developerWorks Connections platform will be sunset on December 31, 2019. On January 1, 2020, this blog will no longer be available. More details available on our FAQ.

Comments (5)
  • Add a Comment
  • Edit
  • More Actions v
  • Quarantine this Entry

Comments (5)

cggibbo commented Apr 10 2013 Comment Permalink

3. Once the script finishes run: # sysdumpdev -e # synclvodm -Pv rootvg # sysdumpdev -l

cggibbo commented Apr 10 2013 Comment Permalink

Whoa! My comment got all scrambled. 2.Copy this script into a file then run it. ODMDIR=/etc/objrepos odmadd <

cggibbo commented Apr 10 2013 Comment Permalink

Yes, there is something wrong with the ODM entries in SWservAt. Is this the only command that is reporting unexpected output? How about lsvg, lspv or lslv? Are they reporting good information? Is the root file system full? You need to make sure you don't have a bigger issue (i.e. wide spread ODM corruption) than just these errors. Any errors reported by errpt? Try running. # synclvodm -Pv rootvg Then try sysdumpdev again. If that doesn't help, check if the ODM entries exist in SWservAt: # odmget SWservAt | grep -p force_system_dump SWservAt: attribute = "force_system_dump" deflt = "TRUE" value = "TRUE" SWservAt: attribute = "force_system_dump" deflt = "FALSE" value = "FALSE" # odmget SWservAt | grep -p fullmem SWservAt: attribute = "fullmem_dump" deflt = "disallow" value = "disallow" If they are missing from SWservAt then you may need to add them: 1. Make a backup of your SWservAt object classes. # cp /etc/objrepos/SW* /tmp/SWservAt.back 2.Copy this script into a file then run it. ODMDIR=/etc/objrepos odmadd <

Vishwa_777 commented Apr 10 2013 Comment Permalink

Hi Chris, I am getting below error on AIX 7.1 lpar root@:/# sysdumpdev -l Unable to get force_system_dump attribute from ODM object class SWservAt. Unable to get fullmem_dump attribute from ODM object class SWservAt. is there any problem with ODM Entries kindly revert.

bunphotc commented Mar 19 2013 Comment Permalink