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