AIX

AIX

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


#Power
 View Only
Expand all | Collapse all

Processes not getting booted on the AIX unix server machine

  • 1.  Processes not getting booted on the AIX unix server machine

    Posted Fri April 25, 2008 04:47 PM

    Originally posted by: SystemAdmin


    My problem is a peculiar one :
    We have got two logical tuxedo environments (say E1, E2) on one aix unix server machine. Both environments have got different groupid and user id. If we bring environment E1 up i.e. processes are booted, then correspondingly shared libraries are also loaded. Surprisingly, they are also visible to the other environment E2 (checked through command "genkld"). Thereafter, if we try to boot environment E2, processes DON'T come up as libraries from other environment E1 is visible to this environment but could not be loaded. Hence, we face the following error :

    Could not load module /quartz/home/lib/libdm.a(x_shr_dm_group1.o).
    Dependent module /quartz/home/lib/libdm.a(x_shr_dm_group4.o) could not be loaded.
    System error: Not enough space

    Variables like $PATH,$LIBPATH are correctly setup.

    Can anyone please help me out in resolving this issue. Why libraries are visible to other environment OR why are the two environments simultanesoully not getting booted due to the above stated error.
    #AIX-Forum


  • 2.  Re: Processes not getting booted on the AIX unix server machine

    Posted Mon April 28, 2008 04:50 PM

    Originally posted by: nagger


    Perhaps you haven't got enough space!

    Have you free memory (topas/nmon) and free paging space: lsps -a

    ta N
    #AIX-Forum