DB2 Run script on Linux start
Posted by: DBA DB2,
on 27 Jan 2012 |
View original | Bookmarked: 0 time(s)
A quick method to use for executing a script on Linux start.After all the other processes are started by the init command at boot time, the script is run on Red Hat based systems:/etc/rc.d/rc.local
Add any extra script\commands references to this file.See Also db2start at start up on Linux...