5 Oracle Database Appliance Postinstallation Tasks

Complete these administrative tasks after you have deployed software, but before the system is operational.

Topics:

Changing the Oracle Installation Owner Passwords

You must change the default administrative account passwords after installation to secure your system.

During deployment, the root and database users SYS, SYSTEM and PDBADMIN are set to the master password. After deployment, the oracle and grid passwords are set to welcome1. Change the passwords to comply with your enterprise user security protocols.

Refer to the Oracle Database Appliance Security Guide and Oracle Database Security Guide for information about the required configuration and best practices to secure database systems.

Changing the SYSMAN Password After Installation

Change the SYSMAN user password after installing Oracle Database Appliance with Oracle Database 11g.

When you install Oracle Database Appliance with Oracle Database 11g, Oracle Enterprise Manager Console 11.2 (dbconsole) is installed and configured automatically. The SYSMAN user is created as part of the database creation with the default master password.

The SYSMAN account is the default super user account used to set up and administer Enterprise Manager. The SYSMAN account is also the database account that owns the objects stored in the Oracle Management Repository. You can set up additional administrator accounts from this account, and you can set up Enterprise Manager for use in your organization.

See the Database 2 Day + Security Guide at https://docs.oracle.com/en/database/database.html for how to secure Oracle Database user accounts.

Changing the oda-admin User Password

Use the odacli-adm command to change the oda-admin user password to restrict access to the Oracle Appliance Manager Web Console.

Oracle Database Appliance is configured with a default user name, oda-admin, and password welcome1. The credentials enable access to the Web Console. After deploying the appliance, Oracle recommends resetting the oda-admin user password.

Note:

Only root user can reset the oda-admin user credentials.
  1. Log in to the appliance as root.
  2. Run the odacli-adm set-credential command to reset the password. Enter the new password when prompted.
    # odacli-adm set-credential --password --username oda-admin
      Agent password: new password 
    
    For more information about the odacli-adm set-credential command, refer to odacli-adm set-credential.