Rob Fitzpatrick
ProgressTalk.com Sponsor
I'm experiencing a strange error: I have two boxes, call them prod and dr. A probkup of the DB on prod runs fine, and the resulting backup can be successfully restored to some other directory on prod. However when I try to restore the same good backup file on dr, I get errors.
For some reason it is trying to open the control area in the root directory, rather than the current directory. The current directory is empty, so it is using the structure in the backup.
Also, for an existing DB on dr, it can be started and stopped fine, but a prostrct add or a prostrct list gives similar errors (can't find or open file /proddb.db). At this point it is looking like a setup or permissions issue on dr, and we are comparing its configuration to prod.
Has anyone encountered this, or do you have any suggestions?
Both systems run 10.2B02 Enterprise on AIX 6.1.
Code:
dr:/path/to/db/dir # prorest proddb ../backup/proddb_2011-12-20.pbk
** Cannot find or open file /proddb.db, errno = 2. (43)
Unable to read master block, file = proddb, errno = -1. (6070)
** Cannot find or open file /proddb.db, errno = 2. (43)
** Cannot find or open file /proddb.db, errno = 2. (43)
For some reason it is trying to open the control area in the root directory, rather than the current directory. The current directory is empty, so it is using the structure in the backup.
Also, for an existing DB on dr, it can be started and stopped fine, but a prostrct add or a prostrct list gives similar errors (can't find or open file /proddb.db). At this point it is looking like a setup or permissions issue on dr, and we are comparing its configuration to prod.
Has anyone encountered this, or do you have any suggestions?
Both systems run 10.2B02 Enterprise on AIX 6.1.