Top
PRIMECLUSTER Wizard for Oracle (PRIMEQUEST) 4.3 Configuration and Administration Guide
FUJITSU Software

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.

Parameter

None.

Exit status

0: Normal termination

Non-0: Abnormal termination

Example
# /opt/FJSVclora/sbin/clorapass
Enter OracleSID > ora         (Enter ORACLE_SID, e.g.: "ora")
Enter Password > ******       (Enter the Oracle SYSTEM user password, e.g.: "oracle")
Re-enter Password > ******   (Re-enter the Oracle SYSTEM user password, e.g.: "oracle")
finished

Information

  • For information on how to change the Oracle SYSTEM user's password while the cluster system is running, refer to "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 cannot contain spaces, tabs, "at" signs(@) and multibyte characters.

    • If it contain 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)