AIX

AIX

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


#Power
 View Only
  • 1.  Dtsession on AIX for Oracle Application Server 10g (10.1.2.0.2)

    Posted Sun January 08, 2006 10:00 PM

    Originally posted by: SystemAdmin


    How to maintain Dtsession process to run in background (always running)?

    The problem occurs when running Oracle Application Server, we need to keep this process to make Oracle Application Server running well.

    Symptom: emctl must execute on console or X-browser, and the session must keep alive.
    Cause: Class emd.console must get GUI coordinate. and it will return exception when the session broken.

    #AIX-Forum


  • 2.  Re: Use VNC

    Posted Fri January 20, 2006 12:07 PM

    Originally posted by: nagger


    I would complain to the application vendor about this bizarre requirement.

    As a work around I can recommend running VNC on AIX.
    This will keep the X Windows session up and running regardless of whether it is being looked at or not. You can connect to it later on and continue from anywat on the planet that has network access.

    You can download VNC from http://www-03.ibm.com/servers/aix/products/aixos/linux/rpmgroups.html
    #AIX-Forum


  • 3.  Re: Use VNC

    Posted Fri January 27, 2006 03:49 AM

    Originally posted by: SystemAdmin


    You can also start xvfb (Virtual frame buffer).
    put this command into /etc/inittab:
    xvfb:2:respawn:/usr/lpp/X11/bin/xinit /usr/lpp/X11/bin/mwm -- :1 -vfb -force -x abx -x dbe -x GLX > /dev/null

    It works on 9.2.0.6.

    BR Miha
    #AIX-Forum