6 Oracle Database Appliance Postinstallation Tasks
Complete these administrative tasks after you have deployed software, but before the system is operational.
- Configuring CPU Core Count
Oracle Database Appliance is delivered with all cores on each server enabled. Follow this procedure to reduce the number of cores, if required. - Modifying Oracle ASM Listener Port After Deployment
Understand how you can modify Oracle ASM listener port on Oracle Database Appliance after deployment. - Securing Oracle ILOM Service Processors
Change the Oracle ILOM default password after completing Oracle Database Appliance deployment. - Changing Oracle Database Appliance Passwords
After deploying your appliance, ensure that you change the following passwords for securing your system. - Changing the DNS Server Address on Oracle Database Appliance
If the DNS server in the data center changes, understand how you can update the DNS entries on on Oracle Database Appliance server so that the network functions correctly.
Configuring CPU Core Count
Oracle Database Appliance is delivered with all cores on each server enabled. Follow this procedure to reduce the number of cores, if required.
Parent topic: Oracle Database Appliance Postinstallation Tasks
Modifying Oracle ASM Listener Port After Deployment
Understand how you can modify Oracle ASM listener port on Oracle Database Appliance after deployment.
Modifying Oracle ASM listener port using ODACLI commands
In earlier Oracle Database Appliance releases, you provisioned your bare metal system with Oracle ASM listener port 1525 as the default and as the Oracle ASM discovery address port from DB systems. Starting with Oracle Database Appliance release 19.24, you can customize Oracle ASM listener port number as a postinstallation task. All DB systems that you provision after changing the Oracle ASM listener port number use the new Oracle ASM port number.
odacli modify-asmport -p any_unused_port_between_1024_and_65536
# odacli modify-asmport -p 1528
Note:
You can run theodacli modify-asmport
command only on
deployments where the bare metal system is on Oracle Database
Appliance release 19.24 and the DB system is on release 19.24 and
you use the DB 23ai clones available with Oracle Database Appliance
release 19.24.
Modifying Oracle ASM listener port using BUI
- Log into the Browser User Interface:
https://host-ip-address:7093/mgmt/index.html
- Click Appliance.
- In the Basic Information page, Click Modify ASM Port to change the Oracle ASM listener port.
- In the Modify ASM Port dialog box, specify the ASM Port and click Modify.
- Click Refresh ASM Port to view the update.
Related Topics
Parent topic: Oracle Database Appliance Postinstallation Tasks
Securing Oracle ILOM Service Processors
Change the Oracle ILOM default password after completing Oracle Database Appliance deployment.
Changing Oracle ILOM Password from the Console
-
In the Oracle ILOM console, from the Administration menu, select User Management, and then navigate to the User Accounts subtab.
-
Select root user and click Edit.
-
Change the
root
user password.
Changing Oracle ILOM Password Using CLI Commands
-
Connect to the Oracle ILOM service processor (SP) through SSH:
# ssh -l root SP-ipaddr
-
Set the new password:
-> set /SP/users/root password=new_password Changing password for user /SP/users/root/password... Enter new password again: ********* New password was successfully set for user /SP/users/root
Parent topic: Oracle Database Appliance Postinstallation Tasks
Changing Oracle Database Appliance Passwords
After deploying your appliance, ensure that you change the following passwords for securing your system.
Changing the Oracle Installation Owner Passwords
During deployment, the root and database users SYS, SYSTEM and PDBADMIN are set to the system password. After deployment, the oracle and grid passwords are also set to the system password. 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 oda-admin User Password through the Command-Line
-
Log in to the appliance as
root
. -
Run the
odacli set-credential
command to reset the password. Enter the new password when prompted.# odacli set-credential --username oda-admin Enter 'user' password: Retype 'user' password:
Changing the the oda-admin User Password through the Browser User Interface
-
Log into the Browser User Interface using the user name
oda-admin
. -
Click About, then User Settings in the upper right corner of the Browser User Interface.
-
Enter the password in the Password field and the Password Confirmation field, then click Submit.
A confirmation message is displayed.
-
Click About, then click Sign Out.
-
Log back into the Browser User Interface with the new password.
Note:
Theoda-admin
password expiration period is 90 days.
Parent topic: Oracle Database Appliance Postinstallation Tasks
Changing the DNS Server Address on Oracle Database Appliance
If the DNS server in the data center changes, understand how you can update the DNS entries on on Oracle Database Appliance server so that the network functions correctly.
Follow these steps to change the DNS server address on Oracle Database Appliance:
- Log in as the
root
user. - Open the
/etc/resolv.conf
file in a text editor. - Locate the name server setting for the DNS server and change it
to the new value. For example:
search example.com nameserver 10.7.7.3
- Save the file and close the editor.
Parent topic: Oracle Database Appliance Postinstallation Tasks