Hello all,
I have a LPAR 5.3.0.0 with oracle 10.2.0.2
the oracle DBAs have asked us to change the X11 setting in the inittab so that they can run reports,
original setting is :
:xvfb:2:respawn:/usr/bin/X11/xinit -- :9 -force -vfb -x abx -x dbe -x GLX > /dev/null
change settings to :
xvfb:2:respawn:/usr/lpp/X11/bin/xinit /usr/lpp/X11/bin/mwm -- :9 -vfb -force -x abx -x dbe -x GLX >/dev/null 2>&1
their reports are running with the new settings but now were seeing spawned off processes which use up resources and gradually their reports stop working...
the spawned processes are mwm process:
root 2273492 1 0 30 Jan - 0:00 /usr/lpp/X11/bin/mwm
ps -ef |grep mwm
root 1994976 1 0 08:43:42 - 0:00 /usr/lpp/X11/bin/xinit /usr/lpp/X11/bin/mwm -- :9 -vfb -force -x abx -x dbe -x GLX
root 2777242 778384 0 08:44:04 pts/12 0:00 grep mwm
does anyone know why were getting the mwm processes?
I have a LPAR 5.3.0.0 with oracle 10.2.0.2
the oracle DBAs have asked us to change the X11 setting in the inittab so that they can run reports,
original setting is :
:xvfb:2:respawn:/usr/bin/X11/xinit -- :9 -force -vfb -x abx -x dbe -x GLX > /dev/null
change settings to :
xvfb:2:respawn:/usr/lpp/X11/bin/xinit /usr/lpp/X11/bin/mwm -- :9 -vfb -force -x abx -x dbe -x GLX >/dev/null 2>&1
their reports are running with the new settings but now were seeing spawned off processes which use up resources and gradually their reports stop working...
the spawned processes are mwm process:
root 2273492 1 0 30 Jan - 0:00 /usr/lpp/X11/bin/mwm
ps -ef |grep mwm
root 1994976 1 0 08:43:42 - 0:00 /usr/lpp/X11/bin/xinit /usr/lpp/X11/bin/mwm -- :9 -vfb -force -x abx -x dbe -x GLX
root 2777242 778384 0 08:44:04 pts/12 0:00 grep mwm
does anyone know why were getting the mwm processes?