AIX

AIX

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

 View Only
  • 1.  lpar2rrd out of memory error

    Posted Tue April 20, 2021 05:51 AM

    We are facing lpar2rrd error which occures on AIX server.

    The error "SOFTWARE PROGRAM ABNORMALLY TERMINATED" shows "Out of memory" , so we added some memory on the target server , but the error still appears .

    Could you advice what point should we check to resolve "Out of memory" issue of lpar2rrd .

    [/home/lpar2rrd/lpar2rrd/load.out]

    creating html : mkphmc01:mkp520_01:mkpnim01

    copy save cfg : mkphmc02:mkp520_01

    copy change sta: mkphmc02:mkp520_01

    copy change cfg: mkphmc02:mkp520_01

    creating html : mkphmc02:mkp520_01:mkpnim01

    Out of memory!

    Thank you in advance .



    #AIX
    #Support
    #SupportMigration


  • 2.  RE: lpar2rrd out of memory error

    Posted Fri April 23, 2021 10:02 AM
    • Have you checked your ulimit settings - regardless of running as root or not.
    • If your memory usage is 'unlimited' (-1 is also unlimited) then maybe you need to enlarge the memory model.
    • If so, Add to the script starting this function
    export LDR_CNTRL=MAXDATA=0X40000000
    • This setting will increase the amount of memory the application can access to 1G (versus 256MByte by default). If you still get the error - increase the size to 2G using 0x80000000)
    • Further, I would send an email/check their FAQ on lpar2rrd.com

    Hope this helps!



    #AIX
    #Support
    #SupportMigration