Super user
/opt/FJSVclora/sbin/clorapass
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 (Oracle RAC) with multiple Oracle instances, execute the command for each Oracle instance then set the Oracle SYSTEM user password.
None.
0: Normal termination
Non-0: Abnormal termination
# /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 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 cannot 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)
Register the password of the SYSTEM user of the CDB when you create the database using the multitenant architecture. The password of Local User of the PDB need not be registered.
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.