Start CDE using Reflection on AIx

Hello.
I want to know how to start CDE on AIX, to export the console under reflection.
What commands are necesary to run on AIX to start CDE and after start It export the console using Reflection X.
Someboy know how to do that.
Regards

check if the X11.Dt are installed :

# lslpp -l | grep X11.Dt

X11.Dt.ToolTalk 5.3.0.0 COMMITTED AIX CDE ToolTalk Support

X11.Dt.bitmaps 5.3.0.0 COMMITTED AIX CDE Bitmaps

X11.Dt.compat 5.3.0.0 COMMITTED AIX CDE Compatibility

X11.Dt.helpinfo 5.3.0.0 COMMITTED AIX CDE Help Files and Volumes

X11.Dt.helpmin 5.3.0.0 COMMITTED AIX CDE Minimum Help Files

X11.Dt.helprun 5.3.0.0 COMMITTED AIX CDE Runtime Help

X11.Dt.lib 5.3.0.30 COMMITTED AIX CDE Runtime Libraries

X11.Dt.rte 5.3.0.30 COMMITTED AIX Common Desktop Environment

X11.Dt.xdt2cde 5.3.0.0 COMMITTED AIX CDE Migration Tool

X11.Dt.ToolTalk 5.3.0.0 COMMITTED AIX CDE ToolTalk Support

X11.Dt.bitmaps 5.3.0.0 COMMITTED AIX CDE Bitmaps

X11.Dt.helpinfo 5.3.0.0 COMMITTED AIX CDE Help Files and Volumes

X11.Dt.helpmin 5.3.0.0 COMMITTED AIX CDE Minimum Help Files

X11.Dt.rte 5.3.0.0 COMMITTED AIX Common Desktop Environment

If these filesets are not installed, you should install them before proceeding.
If installed start the daemon :

/usr/dt/bin/dtlogin -daemon

check if the daemon is running :
# ps -ef | grep dt

 root 147606 160160   0 10:09:06  pts/0  0:00 grep dt

root 163976 131442   0 10:02:09      -  0:00 /usr/lpp/X11/bin/X -D /usr/lib/X11//rgb -T -force :0 -auth /var/dt/A:0-dlaxia

root 131442      1   0 10:02:09      -  0:00 /usr/dt/bin/dtlogin -daemon

root 221680 123620   0 10:02:10      -  0:00 dtgreet

root 123620 131442   0 10:02:09      -  0:00 dtlogin <:0>        -daemon

cde can now be used. For the configuration of reflection, i hope somebody else can help you, because i don't have any knowledge on that.