Steps to resolve OPMN port conflict

 To resolve this issue, below steps would be required to perform before installing or upgrading:

  • Check port 6000 is being used (“netstat -a | grep 6000”)
  • Should be disabled the graphics console login process on the Linux server. This can be done by logging in as root and issuing the following commands:

  • Find the process that uses port 6000 by the command “lsof -i TCP:6000”.
  • Use “kill -9” to abort the process found in the previous step
  • Confirm that nothing is listening at port 6000 (“netstat -a | grep 6000”)
      [root@shsdnbty01 ~]# lsof -i TCP:6000
                    COMMAND   PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
                        X       11082 root    5u  IPv6  58891      0t0  TCP *:x11 (LISTEN)
                        X       11082 root    6u  IPv4  58892      0t0  TCP *:x11 (LISTEN)
[                       root@shsdnbty01 ~]# kill -9 11082

Comments

Popular posts from this blog

How to drop index and before dropping it how to get the DDL.

PRVG-11250 : The check "RPM Package Manager database" was not performed because

ORA-00257:archiver error, connect internal only until freed

SKIP DNS RESLOV.CONF CHECK DURING RAC CONFIGURATION

Verifying Daemon “Avahi-Daemon” Not Configured And Running …FAILED (PRVG-1360)

Linux OL7/RHEL7: PRVE-0421 : No entry exists in /etc/fstab for mounting /dev/shm

How to write to a CSV file using Oracle SQL*Plus

How to set up the Oracle Wallets in Oracle Database 19C

CPU Patch Analysis

How To Use Patch Wizard Without Setting Up Internet Connection