ARWinner, thank you for response!
OS: Solaris 10
DB2: 9.7.4
I'm trying a little bit different scenario now:
db2 restore db S18 from /users/intadm/s18backup/ taken at 20110913113341 on /users/db2inst1/ dbpath on /users/db2inst1/ -> seems successful, but with warning that some table spaces are not moved
->
Trying to connect to database - > db2 says I'm not able to connect, because ROLL-FORWARD PENDING (SQL1117N)
->
OK, executing
db2 ROLLFORWARD DATABASE S18 TO 2011-09-13-13.33.41.000000 USING LOCAL TIME AND COMPLETE OVERFLOW LOG PATH "("/users/db2inst1/")"
->
gives this error:
SQL1266N Database "S18" has been rolled forward to
"2011-09-13-13.33.42.000000 Local", which is past the specified point-in-time.
bash-3.00$
if I set timestamp to 2011-09-13-13.33.42.000000 or more the error is
SQL4970N Roll-forward recovery on database "S18" cannot reach the specified
stop point (end-of-log or point-in-time) on database partition(s) "0".
Roll-forward recovery processing has halted on log file "S0000004.LOG".
bash-3.00$
After those operations I'm still not able to connect to S18 (error is the same (SQL1117N))
I'm not DBA, but just developer which needs to setup dev DB environment. I wasted few days while installed and configured few DB2 instances on Solaris (I'm doing this for a first time)

.
Any suggestions how to get this backup work?