Starting as a daemon on AIX
- Log in as root.
- Change to the VersaLexCleo HarmonyCleo VLTrader installed directory.
- Verify the HRMHOME or VLTHOME variable in the VersaLexd script points to the VersaLexCleo HarmonyCleo VLTrader installed directory.
- 
                Copy the VersaLexd script to the etc
                    directory:
                cp VersaLexd /etc/
- 
                Create or edit the /etc/rc.local file, adding the
                    line.
                /etc/VersaLexd start
- 
                If the /etc/rc.local file did not previously exist, make
                        rc.local executable and create the
                        inittab entry:
                chmod +x /etc/rc.local mkitab "rclocal:2:wait:/etc/rc.local >/dev/console 2>&1"
- 
                Create or edit the /etc/rc.shutdown file, adding the
                    line:
                /etc/VersaLexd stop
- 
                If the /etc/rc.shutdown file did not previously exist,
                    make rc.shutdown executable:
                chmod +x /etc/rc.shutdown
- Log out.
- 
                After rebooting, to display the VersaLexCleo HarmonyCleo VLTrader GUI, change to the VersaLexCleo HarmonyCleo VLTrader installed directory and:
                ./VersaLex
