b***@assurant.com
2007-08-13 15:36:46 UTC
Problem: We need to start the DB2 profile when booting as root for another process to use.
this is the section that was put into .bashrc file of the user that the process runs on.
if [ -f /home/db2inst2/sqllib/db2profile ]; then
. /home/db2inst2/sqllib/db2profile
fi
I have tried running the db2profile as root, and this does not work. If anyone has any ideas please let me know.
this is the section that was put into .bashrc file of the user that the process runs on.
if [ -f /home/db2inst2/sqllib/db2profile ]; then
. /home/db2inst2/sqllib/db2profile
fi
I have tried running the db2profile as root, and this does not work. If anyone has any ideas please let me know.