Noll, Ralph writes: > db2 error message using tsm > > anyone seen this > > db2 => backup db police online use tsm > DB21019E An error occurred while accessing the directory "/root". > db2 =>
/root is typically root's home directory. If you were running db2 as a non-root username then you would not have permission to access /root. This might happen, for example, if you used "su db2user" rather than "su - db2user" from root (which would leave the HOME environment variable set to /root) and db2 then tried to access some per-user configuration file living under $HOME. Type "env" and see which environment variables refer to /root. --Malcolm -- Malcolm Beattie <[EMAIL PROTECTED]> Linux Technical Consultant IBM EMEA Enterprise Server Group... ...from home, speaking only for myself
