Hitachi

Hitachi Advanced Database Messages


KFAA51427-E

The aa....aa file is invalid. (details = bb....bb) (M)

The private key file or public key file is invalid.

aa....aa: Invalid file
  • private key: Private key file

  • public key: Public key file

bb....bb:

Cause of the error

S:

Terminates processing.

Action:

Take corrective action as described in the following table: Then, execute the adbstart command to start the HADB server.

Information output to bb....bb

Cause of the error

Corrective action to take

the private key file or the public key file does not exist

The private key file or public key file specified in the server definition does not exist.

  • If private key is displayed for aa....aa.

    Specify the path name of the existing private key file in the server definition's adb_auth_passwd_privkey_path operand using an absolute path.

  • If public key is displayed for aa....aa.

    Specify the path name of the existing public key file in the server definition's adb_cmd_passwd_pubkey_path operand using an absolute path.

the private key file or the public key file is not a regular file

The private key file or public key file specified in the server definition is not a regular file.

  • If private key is displayed for aa....aa.

    Specify the path name of the regular file private key file in the server definition's adb_auth_passwd_privkey_path operand using an absolute path.

  • If public key is displayed for aa....aa.

    Specify the path name of the regular file public key file in the server definition's adb_cmd_passwd_pubkey_path operand using an absolute path.

the permission for the private key file or the public key file is invalid

The permissions for the private key file or public key file specified in the server definition is invalid.

  • If private key is displayed for aa....aa.

    Grant the HADB administrator read permission for the private key file specified in the server definition's adb_auth_passwd_privkey_path operand.

  • If public key is displayed for aa....aa.

    Grant the HADB administrator read permission for the public key file specified in the server definition's adb_cmd_passwd_pubkey_path operand.

the format of the private key file or the public key file is invalid

The format of the private key file or public key file specified in the server definition is invalid.

  • If private key is displayed for aa....aa.

    Specify the path name of the correct format private key file in the server definition's adb_auth_passwd_privkey_path operand using an absolute path.

  • If public key is displayed for aa....aa.

    Specify the path name of the correct format public key file in the server definition's adb_cmd_passwd_pubkey_path operand using an absolute path.

the specified combination of a private key file and a public key file is invalid

The combination of the private key file and the public key file with or without the server definition is invalid.

The combination of the adb_auth_passwd_privkey_path operand and adb_cmd_passwd_pubkey_path operand in the server definition is invalid.

Take one of the following corrective actions:

  • Specify both the adb_auth_passwd_privkey_path operand and the adb_cmd_passwd_pubkey_path operand in the server definition.

  • Do not specify either the adb_auth_passwd_privkey_path operand or the adb_cmd_passwd_pubkey_path operand in the server definition. In this case, however, the password is not encrypted when using PAM authentication.