From a lot of research, what I got was:

Always use hot backups on the database. Backup the servers, even while they are still running is fine. Be sure to backup the concurrent manager and it's logs, out dir, etc..

When recovering, first restore the app servers, find out what time the concurrent mager backup was completed, then restore the database to that time. Took a lot of hunting to get that simple of an answer.

Jim