A space shortage in an index-storage RDAREA during index reorganization has caused the pdrorg command to terminate abnormally.
Because the RDAREA storing the index is in error shutdown status, use the pdmod command to re-initialize the RDAREA storing the index and release it from error shutdown status. While doing so, increase the size of the RDAREA storing the index. For details about re-initializing RDAREAs, see 15.4 Increasing the size of an RDAREA or modifying its attributes (RDAREA reinitialization).
pdhold -r RDAREA1,RDAREA2 |
All indexes stored in the re-initialized RDAREA must be re-created.
pdrorg -k ixrc -t TABLE01 /pdrorg/rorg01 |
idxname name=INDEX01
idxwork bes1 /pdrorg
sort bes1 /tmp/sortwork/,8192
Back up the RDAREAs storing the index and the table (RDAREA1 and RDAREA2). For details about backing up RDAREAs, see 6.4.6 Example 6 (Backing up RDAREAs).
pdrels -r RDAREA1,RDAREA2 |
It is recommended that after the command has executed you check whether or not the execution results are correct. For details on how to check command execution results, see the manual HiRDB Version 8 Command Reference.