Top
PRIMECLUSTER Wizard for Oracle 4.3 Configuration and Administration Guide

4.3 clorapass - Register Password for Monitoring

User

Super user

Format

/opt/FJSVclora/sbin/clorapass

Function

clorapass registers the Oracle SYSTEM user password for PRIMECLUSTER Wizard for Oracle. The detector monitors Oracle instances using the SYSTEM user privileges, so it requires the SYSTEM user password.

If the password is not registered, the detector will use “manager” as the SYSTEM user password.

Execute the command on any one of the nodes. In scalable operation (RAC) with multiple Oracle instances, execute the command for each Oracle instance then set the Oracle SYSTEM user password.

Parameter

None.

Exit status

0: Normal termination

Non-0: Abnormal termination

Information

  • For information on how to change the password of the Oracle SYSTEM operating on a cluster system, see “3.3 Oracle SYSTEM User Password Change ”.

  • The password character string that the "clorapass" command handles is explained below.

    • ASCII character; hexadecimal digit 21, 23-3f and 41-7e (decimal digit 33,35-63 and 65-126)

      • Nonquoted identifiers; alphanumeric characters, underscore (_), dollar sign ($) and pound sign (#)

        abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_$#
      • The following characters in quoted identifiers

        !%&'()*+,-./:;<=>?[\]^`{|}~
    • It can not contain spaces, tabs, "at" signs(@) and multibyte characters.

    • If it contains quoted characters or it begins with a character except alphabetical characters, you do not have to enclose the password in double quotation marks(").

    • It can be as long as 63 characters. (In Oracle Database, the name can be as long as 30 characters)

Note

For scalable operation, the Oracle SYSTEM user password needs to be registered for each Oracle RAC instance.
Example: In case of DB_NAME=ora, ORACLE_SID=ora1, ORACLE_SID=ora2,
Execute the command twice then register password for ora1 and ora2 respectively.