Link to home
Start Free TrialLog in
Avatar of dbruk
dbruk

asked on

db starts automatically at or after server startup

My env is:  DB2 UDB 8.1.5 in AIX 5.1 system

Can I run a db2 command as user of the instance xxxxxxx to have the db start automatically at system startup?  In other words, is there is a command/or set of commands that will cause the db2 instance to automatically start db2 for users to connect and use the database, without manual intervention?  

What auth would I need?  How can I set it up, could anyone give step by step instruction?  Any help will be greatly appreciated.  


200 pts.
ASKER CERTIFIED SOLUTION
Avatar of ghp7000
ghp7000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial

Issue these commands to autostart DB2 when the system starts up!!

db2iauto -on <instance name>

dasauto -on <das instance name>