01. connect to aix machine using xterm
02. su root
03. mount /cdrom
04. su sybase
05. cd /cdrom
06. setenv DISPLAY xterm_machine_host_name:0
07. setenv SYBASE /software/sybase/dc117aix
08. setenv LIBPATH $SYBASE/lib:$SYBASE/econnect/lib
09. Execute the sybsetup binary
your $SYBASE directory should be the default in the next screen
10. click Unload Sybase products from CD-ROM or tape
your $SYBASE directory should be the default in the nextscreen
11. click the Continue button
Enter sybimage in the "Enter the name of the CD-ROM image from which..."
12. sybimage
13. click the Continue button
14. choose by clicking
11.7 DirectConnect MVS
11.1.1 Open Client
11.1.1 Open Server
15. click the Continue button
16. click the OK button
17. click the Yes button for Install sybsetup?
18. click the OK button
19. click the Exit button
20. click the Exit button
21. cd $SYBASE/econnect/install
22. sybinit
23. y (yes) backup -- Are you ready to continue?
24. y (yes) stop all other sybase.. -- Are you ready to continue?
25. y (yes) does this contain products you want to install?
your $SYBASE directory should be the default in the next screen26. enter27. y (yes) Install DirectConnect Server?28. y (yes) Install the db2 Access Service?
29. y (yes) Install the trslu62 Access Service?
30. y (yes) Install the trstcp Access Service?
31. y (yes) Install the mcc Access Service?
32. y (yes) Install the mccip Access Service?
33. dc117aix
34. y (yes) Do you want to create a sample service for db2?
35. 11700 for the port number
36. dl117aix
37. n (no) view readme file
38. create script file -- run_srv -- to start dc117aix server
#!/bin/csh
setenv SYBASE /usr/u/mweaver/dc117aix
setenv LIBPATH $SYBASE/lib:$SYBASE/econnect/lib
setenv PATH $SYBASE/bin:$SYBASE/econnect/bin:$SYBASE/lib:
$SYBASE/econnect/lib:$PATH
cd $SYBASE/econnect/bin
direct -Sdc117aix
chmod 777 run_srv
run_srv