KFPI21501-I E
Usage: pdfbkup [-y] [-i] [-r] [-{c|l|f}] HiRDB_file_system_area_name[/file_name] backup_file
- Displays the format of the pdfbkup command that saves the specified HiRDB file system in the file.
This message is output when a specified command option or argument is invalid. - S: Terminates processing.
- O: Reenter correctly the specified command.
KFPI21502-I E
Usage: pdfrstr [-y] [-q] [-{t|o|r}] backup_file[/file_name] HiRDB_file_system_area_name
- Displays the format of the pdfrstr command that stores (restores) The HiRDB file system from a saved file.
This message is output when a specified command option or argument is invalid. However, in the Windows edition, the -q option is disabled, so this message can be ignored. If the -q option is specified, it has no meaning. - S: Terminates processing.
- O: Reenter correctly the specified command.
KFPI21503-I E
Usage: pdfls [-[H] [{L|S}] [{t|u}]] HiRDB_file_ system_area_name[/file_name]
pdfls [-x] HiRDB_file_system_area_name [/file_name]
- Displays the format of the pdfls command that displays a list of the HiRDB files. This message is output when a specified command option or argument is invalid.
- S: Terminates processing.
- O: Reenter the command specified correctly.
KFPI21505-I E
Usage: pdfmkfs -n capacity [-l file_count] [-e expand_count] [-i] [-k area_kind] [-s sector_size] [-a] character_special_file pdfmkfs [-r] -n capacity [-l file_count] [-e expand_count] [-i] [-k area_kind] [-a] UNIX_regular_file
- Displays the format of the pdfmkfs command that initializes a HiRDB file system area. This message is output when a specified command option or argument is invalid.
- S: Terminates processing.
- O: Correct the format of the command, and then re-execute it. For details about valid combinations of command options, see the manual HiRDB Version 9 Command Reference.
KFPI21510-E E+L
Backup file open error, file name=aa....aa errno=bbb
- Opening of backup file aa....aa failed with error number bbb.
- aa....aa: Backup file name
- If the name of the backup file exceeds 148 characters, the last 148 characters of the backup file name are output.
- bbb: Error number
- S: Terminates processing.
- O: Refer to the error number and take appropriate action. The following table shows the error numbers and actions.
Error number | Explanation | Action |
---|
2 | Specified file or directory cannot be found. | - Check the specified file or directory and re-execute.
|
5 | I/O error occurred. | - Check other message.
- Change the file name and re-execute.
|
11 | Specified file is locked by another process. | - Wait until the locked process terminates and re-execute.
- Change the file name and re-execute.
|
13 | User does not have access privilege to the specified file. | - Ask a user who has access privilege to re-execute.
- Ask the file owner to modify the access privilege and re-execute.
- Change the file name and re-execute.
|
17 | Specified file already exists. | - Change the file name and re-execute.
- Specify the command with the remove option and re-execute.
|
20 | Directory with the specified path name cannot be found. | - Correct the path name specification and re-execute.
|
21 | Specified file is a directory. | - Correct the file name specification and re-execute.
|
23 | File table is full. | - Terminate unneeded processes and re-execute.
- In UNIX, increase the value of nfiles using Kernel Configuration of the sam system command, reconstruct the system, and re-execute the command.
|
24 | Number of open files exceeds the value defined for the system. |
28 | File system is full. | - Delete unneeded files and re-execute.
|
Other than the above | -- | - Contact the customer support center.
|
- --: Not applicable
KFPI21511-E E+L
Backup file aa....aa already exist
- Backup file aa....aa already exists.
- aa....aa: Backup file
- If the name of the backup file exceeds 148 characters, the last 148 characters of the backup file name are output.
- S: Terminates processing.
- O: Specify the -r option. Or, change the backup file name and re-execute.
KFPI21512-W E+L
HiRDB file create error, HiRDB file system area=aa....aa, file name=bb....bb, errno=ccccc
- HiRDB file bb....bb cannot be created in HiRDB file system area aa....aa because of error number ccccc.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 114 characters, the last 114 characters of the HiRDB file system area name are output.
- bb....bb: HiRDB file name
- ccccc: Error code
- S: Resumes processing.
- O: Check the error number and take appropriate action.
KFPI21513-Q S
HiRDB file system area aa....aa restore from bb....bb. [G:continue, T:terminate]
- Asks the operator whether or not data from backup file bb....bb is to be restored to the specified HiRDB file system area aa....aa.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 76 characters, the last 76 characters of the HiRDB file system area name are output.
- bb....bb: Backup file name
- If the name of the backup file exceeds 76 characters, the last 76 characters of the backup file name are output.
- S: Waits for the operator's response.
- O: Enter one of the following:
- G: Resume processing
- T: Terminate processing
KFPI21514-Q S
HiRDB file system area aa....aa backup to bb....bb. [G:continue, T:terminate]
- Asks the operator whether or not the specified HiRDB file system area aa....aa is to be saved in backup file bb....bb.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 78 characters, the last 78 characters of the HiRDB file system area name are output.
- bb....bb: Backup file name
- If the name of the backup file exceeds 78 characters, the last 78 characters of the backup file name are output.
- S: Waits for the operator's response.
- O: Enter one of the following:
- G: Resume processing
- T: Terminate processing
KFPI21515-E E+L
Unable to restore because sector size boundary unmatched, file name=aa....aa, HiRDB file record size=bb....bb, HiRDB file system area sector size=cc....cc
- HiRDB file aa....aa could not be stored because the record length of the HiRDB file and the sector length of the HiRDB file system area do not match. The record length of the HiRDB file is bb....bb and the sector length of the HiRDB file system area is cc....cc.
- aa....aa: HiRDB file name
- bb....bb: Record length of the HiRDB file
- cc....cc: Sector length of the HiRDB file system area
- S: Continues processing.
- Action
- Initialize the HiRDB file system area specifying the sector length so the record length is a multiple of the sector length, and then re-execute the command.
KFPI21516-E E+L
Unable to aa....aa : Not owner
- In UNIX:
The user executing the command is not a superuser or the owner of the HiRDB file system area. Therefore, the user cannot back up, restore, or repair the HiRDB file system area.
In Windows:
The user executing the command is not the owner of the HiRDB file system area. Therefore, the user cannot back up, restore, or repair the HiRDB file system area. - aa....aa: Processing type { "backup"|"restore"|"repair" }
- S: Terminates processing.
- O: Take the following action:
- In UNIX:
- Re-execute as a superuser or the owner of the HiRDB file system area.
- In Windows:
- Re-execute as the owner of the HiRDB file system area.
KFPI21517-W E+L
Unable to backup because I/O error occurred, file name=aa....aa
- HiRDB file aa....aa cannot be backed up because an I/O error occurred.
- aa....aa: HiRDB file name
- S: Terminates processing.
- O: Take action appropriate to the error message for the file involved in the backup processing and re-execute the backup or recovery command.
KFPI21518-E E+L
File aa....aa not backup file
- Specified file aa....aa is not a backup file.
- aa....aa: Backup file name
- If the name of the backup file exceeds 148 characters, the last 148 characters of the backup file name are output.
- S: Terminates processing.
- O: Specify the correct backup file and re-execute the command.
KFPI21519-E E+L
HiRDB file aa....aa not found in backup file
- Specified HiRDB file aa....aa was not found in the backup file.
- aa....aa: HiRDB file name
- S: Terminates processing.
- O: Check the name of the HiRDB file or backup file and re-execute the command.
KFPI21527-E E+L
HiRDB file system area aa....aa locked in other process, pid=bb....bb
- Indicated HiRDB file system area cannot be initialized because it is being used by another process.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, the last 117 characters of the HiRDB file system area name are output.
- bb....bb: ID of the process locking the HiRDB file system area
- For UNIX HiRDB servers, either the locked process ID or -1 is displayed. For Windows HiRDB servers, -1 is displayed.
- When -1 is displayed, it indicates the locked process exists but the process ID could not be fetched.
- S: Terminates abnormally.
- Action
- Take one of the following actions:
- Wait for the process using the HiRDB file system area to terminate, and then re-execute.
- If HiRDB is running, terminate, and then restart HiRDB. If HiRDB is currently shutting down, wait for other commands manipulating HiRDB files in the HiRDB file system area to terminate, and then re-execute the process.
KFPI21528-E E+L
HiRDB file system area aa....aa locked by other process, PID=bb....bb
- HiRDB file system area aa....aa is locked by another process (bb....bb).
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 148 characters, the last 148 characters of the HiRDB file system area name are output.
- bb....bb: ID of the process locking the HiRDB file system area
- For UNIX HiRDB servers, either the locked process ID or -1 is displayed. For Windows HiRDB servers, -1 is displayed.
- When -1 is displayed, it indicates the locked process exists but the process ID could not be fetched.
- S: Terminates processing.
- O: Wait until the process that locked the HiRDB file system area terminates and re-execute.
- pdfrstr command:
- If HiRDB is operating, stop HiRDB and re-execute the command. When stopping HiRDB, wait for other commands that operate on the HiRDB file system area to be completed, and then re-execute the command.
KFPI21529-W E+L
HiRDB file aa....aa locked by other process, PID=bb....bb
- HiRDB file aa....aa cannot be backed up because it is locked by another process (bb....bb).
- aa....aa: HiRDB file name
- bb....bb: ID of the process locking the HiRDB file system area
- For UNIX HiRDB servers, either the locked process ID or -1 is displayed. For Windows HiRDB servers, -1 is displayed.
- When -1 is displayed, it indicates the locked process exists but the process ID could not be fetched.
- S: Resumes processing.
- O: Wait for the process that is locking the HiRDB file to terminate, and then re-execute.
- For restoration command:
- When HiRDB is operating, stop HiRDB and re-execute the command.
- When HiRDB has stopped, wait until another command that is manipulating the HiRDB file terminates and re-execute the command.
- For backup command:
- Specify the -f option and re-execute the command.
KFPI21530-Q S
HiRDB file system area aa....aa already exist. [G:continue, T:terminate]
- Asks the operator whether or not the specified HiRDB file system area is to be initialized.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, the last 117 characters of the HiRDB file system area name are output.
- S: Waits for the operator's response.
- O: Enter one of the following:
- G: Resume processing
- T: Terminate processing
KFPI21531-E E+L
No more space or partition size over in HiRDB file system area aa....aa
- The HiRDB file system area could not be created due to one of the following causes:
- If regular files are used, the amount of space specified in the -n option could not be allocated.
- If character special files are used in UNIX, or if direct disk access (raw I/O) is used in Windows, the amount of space specified in the -n option exceeds the amount specified for the HiRDB file system area.
If the HDP facility is used, when the specified file was assigned to an actual volume in the DP pool, it became inaccessible due to a problem such as a shortage of space in the DP pool.
- The management area size of the HiRDB file system area exceeds the amount of space specified in the -n option.
- If a device, such as a DVD-RAM device, was used to handle media with a physical sector length of 2,048 bytes or 4,096 bytes, then the -s option was not specified, or the correct value was not specified.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, the last 117 characters of the HiRDB file system area name are output.
- S: Terminates processing.
- O: Check and, if necessary, revise the following items, and then re-execute the pdfmkfs command.
- In UNIX:
- If regular files are used, either set the limit value of the system resources for the HiRDB administrator and root user to a value greater than that specified for the -n option, or set it to have no limit.
- In AIX, take corrective action according to Notes about the /etc/security/limits file specification values under Estimating AIX OS parameter values in the HiRDB Version 9 Installation and Design Guide.
- Reduce the space to be initialized to a size that can be allocated.
- Specify an appropriate size character special file.
- Delete other files from the OS file system.
- If the HDP facility is used, make sure that there is no problem with the DP pool. If a problem has occurred, see the documentation for the HDP facility and take the corrective action specified there.
- For the value of the -n option, specify the amount obtained by adding the management area size to the space allocated to the HiRDB file. For details about the management area size, see Size of management area for a HiRDB file system area under pdfmkfs (Initialize HiRDB file system area) in the manual HiRDB Version 9 Command Reference.
- For devices, such as DVD-RAM devices, that handle media with a physical sector length of 2,048 bytes or 4,096 bytes, specify the -s option correctly.
- In Windows:
- Reduce the space to be initialized to a size that can be allocated.
- For the value of the -n option, specify the amount obtained by adding the management area size to the space allocated to the HiRDB file. For details about the management area size, see Size of management area for a HiRDB file system area under pdfmkfs (Initialize HiRDB file system area) in the manual HiRDB Version 9 Command Reference.
KFPI21532-E E+L
Unable to initialized : Not owner
- In UNIX:
- Because the executing user is not the super user or the owner of the HiRDB file system area, the HiRDB file system area cannot be initialized.
- In Windows:
- Because the executing user is not the owner of the HiRDB file system area, the user cannot initialize the HiRDB file system area.
- S: Terminates processing.
- O: Take the following action:
- In UNIX:
- Re-execute the command as the superuser or the owner of the HiRDB file system area.
- In Windows:
- Re-execute the command as the owner of the HiRDB file system area.
KFPI21533-E E+L
File name aa....aa not found
- Specified HiRDB file was not found in the HiRDB file system area.
- aa....aa: Name of HiRDB file
- S: Terminates processing.
- Action
- Check the HiRDB file name and re-execute.
KFPI21534-E E+L
Invalid argument for aa operand in bb....bb command
- Invalid argument was specified in operand aa of command bb....bb.
- aa: Operand name
- bb....bb: Command name
- S: Terminates processing.
- O: Correct the operand argument and re-execute.
KFPI21536-E E+L
Mandatory argument missing
- No argument was specified for an operand, or too many arguments were specified.
- S: Terminates processing.
- O: Correct the operand according to the usage in the message displayed immediately after this message and re-execute.
KFPI21537-E E+L
Invalid operand combination
- A required operand is missing or a combination of operands is invalid.
- S: Terminates processing.
- O: Correct the operand according to the usage in the message displayed immediately after this message and re-execute.
KFPI21538-E E+L
Area_kind aaaa is not supported character_special_file in bb....bb command,HiRDB file system area=cc....cc
- HiRDB file system area cc....cc specified in command bb....bb is a character special file. The HiRDB file system area cannot be created in a character special file for usage objective aaaa.
- aaaa: Usage objective of the HiRDB file system area
- bb....bb: Command name
- cc....cc: HiRDB file system area name
- If the name of the HiRDB file system area exceeds 117 characters, the last 117 characters of the HiRDB file system area name are output.
- S: Terminates processing.
- Action
- Create the HiRDB file system area in a regular file, or check if the usage objective is correct.
KFPI21547-I E+L
aa....aa command terminated normally
- Command aa....aa terminated normally.
- aa....aa: Command name: { "pdfbkup"|"pdfrstr"|"pdffsck" | "pdfzeroinit" }
- S: Resumes processing.
KFPI21548-W E+L
aa....aa command terminated with warning
- Command aa....aa terminated with warning.
- aa....aa: Command name: { "pdfbkup"|"pdfrstr"|"pdffsck" | "pdfzeroinit" }
- S: Resumes processing.
- O: Check the message output before this message. If there is a problem, terminate the processing corresponding to the previous message and re-execute.
KFPI21549-E E+L
aa....aa command terminated with error
- Command aa....aa terminated because of an error, or a termination request was received from the user in response to an inquiry by a KFPI21514-Q or KFPI21558-I message.
- aa....aa: Command name: { "pdfbkup"|"psfrstr"|"pdffsck" | "pdfzeroinit" }
- S: Terminates processing.
- O: If the user did not enter Stop, terminate processing on the basis of the message output before this message and re-execute.
KFPI21550-I E
Usage: pdfrm [-I] HiRDB_file_system_area_name/file_name
- Displays the format of the pdfrm command that deletes a HiRDB file system. This message is output when a specified command option or argument is invalid.
- S: Terminates processing.
- O: Reenter the command specified correctly.
KFPI21551-I E
Usage: pdfstatfs [-c|d][-S] HiRDB_file_system_area_name
- Displays the format of the pdfstatfs command that displays HiRDB file system area status. This message is output when a specified command option or argument is invalid.
- S: Terminates processing.
- O: Reenter the command specified correctly.
KFPI21552-Q S
aa....aa:?(y/n)
- Asks the operator whether or not HiRDB file aa....aa is to be deleted.
- aa....aa: Name of HiRDB file
- S: Waits for the operator's response.
- O: Enter one of the following:
- y: Delete file
- n: Do not delete file
KFPI21553-W E+L
File not restored, target HiRDB file was updated after backup, use -r option to force restore, HiRDB file name=aa....aa
- A HiRDB file in the backup file has the same name as another file. The HiRDB file was not restored at the restoration destination because it had been updated after being backed up with the pdfbkup command. To force restoration, specify the -r option.
- aa....aa: Name of HiRDB file
- S: Resumes processing.
- O: Check the HiRDB file name. If the HiRDB file must be restored, specify the -r option, then re-execute.
KFPI21554-W E+L
File not restored, HiRDB file already exists, HiRDB file name=aa....aa
- The specified file cannot be restored because a file with the same file name already exists in the HiRDB file system area at the restoration destination.
- aa....aa: Name of HiRDB file
- S: Resumes processing.
- O: Check the backup file and restoration destination file. If the file can be restored, specify the -r option and re-execute.
KFPI21555-E E+L
No HiRDB file in HiRDB file system area aa....aa
- No HiRDB file was found in HiRDB file system area aa....aa. The pdfls or pdfstatfs command can be used to check whether or not an HiRDB file exists in the HiRDB file system area.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, the last 117 characters of the HiRDB file system area name are output.
- S: Terminates processing.
- O: Check the specified HiRDB file system area and re-execute.
KFPI21556-E E+L
Invalid or too long backup file name aa....aa
- The name of the specified backup file contains an invalid character, or the length of the backup file name exceeds the maximum length. For details on how to specify file names, see the HiRDB Version 9 Command Reference.
- aa....aa: Backup file name
- If the name of the backup file exceeds 148 characters, the last 148 characters of the backup file name are output.
- S: Terminates processing.
- O: Specify the correct backup file name and re-execute.
KFPI21557-I E
Usage: pdffsck [-c] HiRDB_file_system_area_name
- This message shows how to perform an integrity check on the HiRDB file system area or how to use a repair command; it is output when there is an error in a command option or argument.
- S: Terminates processing.
- O: Revise the command format, and re-execute the command.
KFPI21558-I L+S
HiRDB file system area aa....aa consistent.
- There is no integrity error in the specified HiRDB file system area (no repair needed).
- aa....aa: HiRDB file system area name
- If the HiRDB file system area name is 118 characters or longer, the last 117 characters of the HiRDB file system area name are output.
- S: Terminates processing.
KFPI21559-W L+S
HiRDB file system area aa....aa inconsistent.
- An integrity error occurred in the specified HiRDB file system area (needs to be repaired).
- aa....aa: HiRDB file system area name
- If the HiRDB file system area name is 118 characters or longer, the last 117 characters of the HiRDB file system area name are output.
- S: Continues processing.
- O: The HiRDB file system area is not repaired if the -c option is specified in the pdffsck command. Therefore, re-execute the pdffsck command without specifying the -c option.
KFPI21560-I L+S
HiRDB file system area aa....aa repair complete.
- The repair of the specified HiRDB file system area was completed.
- aa....aa: HiRDB file system area name
- If the HiRDB file system area name is 118 characters or longer, the last 117 characters of the HiRDB file system area name are output.
- S: Terminates processing. Waits for a response.
KFPI21561-E L
I/O error occurred, HiRDB file system area aa....aa.
- An I/O error occurred in the indicated HiRDB file system area.
- aa....aa: HiRDB file system area name
- If the HiRDB file system area name is 118 characters or longer, the last 117 characters of the HiRDB file system area name are output,
- S: If the operation can be continued, continues processing. If the operation cannot be continued, terminates HiRDB abnormally.
- Action
- Take action according to the KFPO00107-E message that was output before this message. For details about how to take corrective action after resolving an error in the HiRDB file system area or in a HiRDB file, see the manual HiRDB Version 9 System Operation Guide.
KFPI21562-E L
HiRDB file system area aa....aa access skipped because I/O error had already occurred.
- Access to a HiRDB file system area where an I/O error occurred was skipped.
- aa....aa: HiRDB file system area name
- If the HiRDB file system area name is 118 characters or longer, the last 117 characters of the HiRDB file system area name are output.
- S: If the operation can be continued, continues processing. If the operation cannot be continued, terminates HiRDB abnormally.
- Action
- Take action according to the KFPI21561-E message that was output before this message.
KFPI21570-E E+L
Version unmatch in HiRDB file systemarea aa....aa, version : bbbbbbb
- The HiRDB file system area version is newer than the HiRDB version.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, only the last 117 characters of the name of the HiRDB file system area are output.
- bbbbbbb: Version number of the HiRDB file system area
- S: Terminates processing.
- Action
- Confirm that HiRDB is correctly assembled, and re-execute. Or, confirm that the HiRDB execution path is correct, and re-execute.
KFPI21571-E E+L
HiRDB file system area aa....aa permission denied
- In UNIX:
- The user does not have access privilege (specified by the chmod OS command) for HiRDB file system area aa....aa.
- In Windows:
- The user does not have access privilege (specified in the file properties) for HiRDB file system area aa....aa.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, only the last 117 characters of the name of the HiRDB file system area are output.
- S: Terminates processing.
- Action
- In UNIX, use the chmod OS command to change the access privilege for the HiRDB file system area. In Windows, use the file properties to change the access privilege, or re-execute the command as a user with the necessary access privilege.
- If Real Time SAN replication with the log-only synchronous method is used, and if the pdbkup command is used at a log application site to create a synchronization point dump file for log application processing and a status file for log application processing, execute the command by specifying the -f option. This is necessary because the HiRDB file system area where the target synchronization point dump file for transaction processing and the status file for transaction processing are stored is in a paired status with a transaction site, and the user does not have write privilege for it.
KFPI21572-E E+L
Too many open files on HiRDB file system area aa....aa
- The maximum number of files that can be opened in HiRDB file system area aa....aa has already been reached.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, only the last 117 characters of the name of the HiRDB file system area are output.
- S: Terminates processing.
- Action
- Take the following action:
- In UNIX:
- Re-execute after another process has terminated. Or, change the maximum number of files that can be opened (nfiles) with Kernel Configuration of the sam system command, reconstruct the system, then re-execute.
- In Windows:
- Wait until the other process has terminated, and then re-execute the command.
KFPI21573-E E+L
HiRDB file system area aa....aa not found
- Specified HiRDB file system area was not found or the specified HiRDB file system area name is invalid.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, only the last 117 characters of the name of the HiRDB file system area are output.
- S: Terminates processing.
- O: Specify the correct HiRDB file system area name and re-execute.
KFPI21574-E E+L
Invalid or too long HiRDB file system area name aa....aa
- The name specified for the HiRDB file system area contains an invalid character.
- The name of the HiRDB file system area is too long.
- A non-existent directory is specified in the name of the HiRDB file system area specified in the pdfmkfs command.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, only the last 117 characters of the name of the HiRDB file system area are output.
- For details about the characters that can be specified, see Syntax element conventions and Notes on Windows path names in the manual HiRDB Version 9 Command Reference.
- S: Terminates processing.
- O: Specify the correct HiRDB file system area name and re-execute.
KFPI21575-E E+L
Invalid file type on aa....aa
- Specified file aa....aa is neither a character special file nor a regular file.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, only the last 117 characters of the name of the HiRDB file system area are output.
- S: Terminates processing.
- O: Specify a character special file or regular file and re-execute.
KFPI21576-E E+L
File aa....aa not HiRDB file system area
- Specified file aa....aa is not a HiRDB file system area.
- aa....aa: Name of specified file
- If the name of the specified file exceeds 117 characters, only the last 117 characters of the name of the HiRDB file system area are output.
- S: Terminates processing.
- O: Specify the correct HiRDB file system area name and re-execute.
KFPI21577-I E+L
pdfzeroinit initialization processing, aa....aa (bb....bb%) complete
- aa....aa kilobytes (bb....bb%) of the used space has been initialized.
- aa....aa: Size of the used space that has been initialized (KB)
- bb....bb: Percentage of the used space that has been initialized (truncated at the decimal point)
- S: Continues processing.
KFPI21578-E E+L
Insufficient lock segment for HiRDB file system area
- The fcntl system call used for lock processing of the HiRDB file system area exceeded the maximum lock value.
- S: Terminates processing.
- O: Take the following action:
- In UNIX:
- Change nflocks with Kernel Configuration of the sam system command, reconstruct the system, then re-execute. Or, re-execute after the other process using the lock has terminated.
- In Windows:
- Wait until lock processing has terminated, and then re-execute the command.
KFPI21580-E E+L
Control black was destroyed, HiRDB file system area=aa....aa
- Management information for a HiRDB file system area has been damaged.
- aa....aa: Name of HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, only the last 117 characters of the name of the HiRDB file system area are output.
- S: Terminates processing.
- O: Recover the HiRDB file system area from its backup copy and re-execute.
KFPI21581-E E+L
I/O error occurred, file_name=aa....aa
- An I/O error occurred in file aa....aa.
- aa....aa: Name of the HiRDB file or name of the backup file
- For the HiRDB file name, only the HiRDB file name itself is output, and for the backup file name, the absolute path of the backup file name is output. Moreover, if the name of the file exceeds 148 characters, the last 148 characters are output.
- S: Terminates processing.
- O: See the error number (errno) displayed in the KFPO00107-E message output before this message and take appropriate action. If no KFPO00107-E message is output, the output destination of the file has a memory shortage.
KFPI21582-E E+L
Insufficient memory on PROCESS, size=aaaaa
- A shortage occurred in the process private area.
- aaaaa: Requested size (in bytes)
- S: Terminates processing.
- Action
- Terminate an unneeded process and re-execute.
KFPI21583-E E+L
I/O error occured, HiRDB file system : aa....aa
- An I/O error occurred in the management area for HiRDB file system area aa....aa.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, only the last 117 characters of the name of the HiRDB file system area are output.
- S: Terminates processing.
- O: Take appropriate action on the basis of the errno displayed in the KFPO00107-E message that was issued before this message.
KFPI21584-E E+L
Specification of aa option required in bb....bb command
- Specify the aa option to execute command bb....bb.
- aa: Option name
- bb....bb: Command name
- S: Terminates processing.
- Action
- Specify option aa, and then re-execute the command.
KFPI21585-E E+L
Control block was destroyed and recovery impossible, HiRDB file system area=aa....aa.
- Management information for a HiRDB file system area has been damaged; the area cannot be restored.
- aa....aa: HiRDB file system area name
- If the HiRDB file system area name is 118 characters or longer, the last 117 characters of the HiRDB file system area name are output.
- S: Continues processing.
- O: Refer to the section on how to resolve errors in a HiRDB file system area in the manual HiRDB Version 9 System Operation Guide.
KFPI21586-W E+L
Unusable HiRDB file exists.
- A HiRDB file that is not referenced by management information for the HiRDB file system area exists.
- S: Continues processing.
- O: Restore the file by executing the pdffsck command without the -c option.
KFPI21587-I E
Usage: pdfzeroinit HiRDB_file_system_area_name
- This message shows the format of the pdfzeroinit command. It is output when the command was specified incorrectly.
- S: Terminates processing.
- Action
- Check the command format and re-execute the command.
KFPI21588-W E
aa....aa HiRDB file exist in HiRDB file system area bb....bb
- Initialization of used space was not performed because there are HiRDB files in the HiRDB file system area.
- aa....aa: Number of HiRDB files in the HiRDB file system area
- bb....bb: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, only the last 117 characters of the name of the HiRDB file system area are output.
- S: Terminates processing.
- Action
- Execute the pdfstatfs -d command to make sure that there are no HiRDB files in the HiRDB file system area. For details, see the HiRDB Version 9 System Operation Guide.
KFPI21589-I E+L
pdfzeroinit initialization start, HiRDB file system area=aa....aa, size=bb....bb
- Initialization of used space in the HiRDB file system area has started.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, only the last 117 characters of the name of the HiRDB file system area are output.
- bb....bb: Size of the used space to be zero initialized (KB)
- S: Continues processing.
KFPI21599-E E+L
Logical inconsistency occurred in aa....aa:bb....bb
- An logical inconsistency error has occurred inside of the HiRDB file system.
- aa....aa: Error detection information 1
- bb....bb: Error detection information 2
- S: Terminates processing.
- O: Contact the HiRDB administrator.
- Action
- If KFPO00107-E was output immediately before this message, take the appropriate corrective action for that message. If KFPO00107-E was not output, contact the customer support center.
KFPI21600-E E+L
I/O error occurred, HiRDB file system:aa....aa
- An I/O error occurred in HiRDB file system area aa....aa.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, only the last 117 characters of the name of the HiRDB file system area are output.
- S: Terminates processing.
- Action
- If KFPO00107-E was output immediately before this message, take the appropriate action based on the indicated errno. If KFPO00107-E was not output immediately before this message, re-execute the command.
KFPI21601-I E
HiRDB file system area aa....aa not initialized, due to no used area
- HiRDB file system area aa....aa was not initialized for one of the following reasons:
- It is already initialized.
- There is no used space.
- aa....aa: Name of the HiRDB file system area
- If the name of the HiRDB file system area exceeds 117 characters, only the last 117 characters of the name of the HiRDB file system area are output.
- S: Continues processing.