Kbase P29508: Getting error 6092 when trying to start the database
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/4/2003 |
|
Status: Unverified
SYMPTOM(s):
Getting error 6092 when trying to start the database
<function>:Unknown O/S error during <system call>, errno <error number>, fd <file descriptor>, len <bytes>, offset <bytes>, file <file-name>. (6092)
bkioread:Unknown O/S error during read, errno 0, fd 8, len 1024, offset 2147482624, file file-name.a1. (6092)
CAUSE:
Database after image extent has extended beyond 2GB.
FIX:
1. Take a full backup of the database (including the after image extents).
2. End after imaging (marks the AI extent as empty).
- rfutil dbname -C aimage end
3. Mark the database as backed up
- rfutil dbname -C mark backedup
4. Re-start after imaging
- rfutil dbname -C aimage begin
5. Take another backup of the database and if there is a Hotspare, synchronize the two by restoring to the hotspare database.