Hot fix G12001 addresses the issue(s) in SAS Embedded Process 9.31 for DB2 on AIX as documented
in the Issue(s) Addressed section of the hot fix download page:
http://ftp.sas.com/techsup/download/hotfix/HF2/G12.html#G12001
The hot fix downloaded, G12001da.zip, contains the updated files required to address
the documented issues.
Do NOT extract the contents of G12001da.zip. The hot fix installation process will extract
the contents as needed.
After downloading G12001da.zip, follow the instructions provided in the SAS Deployment Wizard/SAS Deployment Manager 9.3: User’s Guide; see the Apply Hot Fixes section in Chapter 5 -- SAS Deployment Manager Tasks to complete the installation of the hot fix.
The content of this hot fix is listed in the hot fix manifest.
$ db2set
DB2_SAS_SETTINGS=ENABLE_SAS_EP:true;LIBRARY_PATH:<db2instance-home>/SAS/SASTKInDatabaseServerForDB2/9.31/sasexe.
$ ps -ef | grep db2sasepIf the SAS Embedded Process was started, lines similar to the following are displayed.
db2v9 23265382 20840668 0 Oct 06 - 4:03 db2sasep
db2v9 27983990 16646196 1 08:24:09 pts/10 0:00 grep db2sasep
$ db2stopA message indicating that the stop was successful displays.
If the database manager instance cannot be stopped because application programs are still connected to databases, use the FORCE APPLICATION command to disconnect all users, use the TERMINATE command to clear any background processes, and then use the DB2STOP command.
$ db2 list applications
$ db2 force applications all
$ db2 terminate
$ db2stop
$ db2start
$ ps -ef | grep db2sasepIf the SAS Embedded Process was started, lines similar to the following are displayed.
$ ps -ef | grep db2sasepYou can also verify if the SAS Embedded Process log file was created in the DB2 instance’s diagnostic directory.
db2v9 23265382 20840668 0 Oct 06 - 4:03 db2sasep
db2v9 27983990 16646196 1 08:24:09 pts/10 0:00 grep db2sasep
$ cd <db2instance-home>/sqllib/db2dump
$ ls -al sasep0.log
This completes the installation of hot fix G12001 for DB2 on AIX.