Difference between revisions of "Unable to initialize server environment"
Jump to navigation
Jump to search
(Initial edit.) |
m (Added db2ln command to troubleshooting) |
||
| Line 1: | Line 1: | ||
=== What was the error? === | === What was the error? === | ||
<code> Unable to initialize server environment. rc=1 </code> | |||
=== What were you doing? === | === What were you doing? === | ||
| Line 18: | Line 16: | ||
<code>db2 activate database archive</code> | <code>db2 activate database archive</code> | ||
Did you run <code> db2ln </code> as root to create the links to the DB2 libraries in the <code>/usr/lib</code> and <code>/lib</code> directories? | |||
Revision as of 01:05, 15 April 2015
What was the error?
Unable to initialize server environment. rc=1
What were you doing?
Probably trying to start OnDemand with the arssockd command.
Troubleshooting
Is the database engine up and running?
db2 start database manager
Is the database activated?
db2 activate database archive
Did you run db2ln as root to create the links to the DB2 libraries in the /usr/lib and /lib directories?