DBT-06103
Met an error: DBT-06103 in configuring enterprise manager express port 5500 during Oracle 19c database installation.
In fact, DBT-06103 means that OUI cannot learn the local hostname from any name resolution, especially from /etc/hosts. It alerts you to solve it.
Solution
Just add an IP mapping to /etc/hosts for hostname resolution.
[root@ora19c ~]# vi /etc/hosts
...
10.10.10.10 ora19c ora19c.example.com
Then we can proceed the installation. DBT-06103 is solved.
As you can see in the screen shot, Enterprise Manager Database Expression URL was shown as hostname with port number, that's why EM needs to know your hostname during database creation, either from /etc/hosts or DNS
--------------------------------------------
error lounching
install paket
dbsa@dbsa-X406UA:~$ ssh root@172.16.10.250
root@172.16.10.250's password:
Activate the web console with: systemctl enable --now cockpit.socket
This system is not registered to Red Hat Insights. See https://cloud.redhat.com/
To register this system, run: insights-client --register
Last login: Mon Mar 29 16:24:46 2021 from 172.17.10.182
[root@goldapi ~]# su - oracle
[oracle@goldapi ~]$ sqlplus /nolog
SQL*Plus: Release 12.2.0.1.0 Production on Mon Mar 29 17:08:02 2021
Copyright (c) 1982, 2016, Oracle. All rights reserved.
SQL> connect /as sysdba;
Connected to an idle instance.
SQL> startup;
ORACLE instance started.
Total System Global Area 9999220736 bytes
Fixed Size 12341968 bytes
Variable Size 1879051568 bytes
Database Buffers 8086618112 bytes
Redo Buffers 21209088 bytes
Database mounted.
Database opened.
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
[oracle@goldapi ~]$ lsnrctl start
LSNRCTL for Linux: Version 12.2.0.1.0 - Production on 29-MAR-2021 17:08:36
Copyright (c) 1991, 2016, Oracle. All rights reserved.
Starting /u01/app/oracle/product/12.2.0/goldapi/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 12.2.0.1.0 - Production
System parameter file is /u01/app/oracle/product/12.2.0/goldapi/network/admin/listener.ora
Log messages written to /u01/app/oracle/diag/tnslsnr/goldapi/listener/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=goldapi)(PORT=1522)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1522)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=goldapi)(PORT=1522)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 12.2.0.1.0 - Production
Start Date 29-MAR-2021 17:08:38
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/app/oracle/product/12.2.0/goldapi/network/admin/listener.ora
Listener Log File /u01/app/oracle/diag/tnslsnr/goldapi/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=goldapi)(PORT=1522)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1522)))
The listener supports no services
The command completed successfully
[oracle@goldapi ~]$
[root@goldapi Packages]# rpm -i libnsl-2.28-127.el8.x86_64.rpm
warning: libnsl-2.28-127.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
[root@goldapi Packages]# cd /u01/
[root@goldapi u01]# ls
Tidak ada komentar:
Posting Komentar