ERROR: RPC Port 1634 is not free ERROR: Some of the ports which are common across RUN and PATCH fs are not yet free.Waiting for 1 minute before rechecking

 Issue:

ERROR: RPC Port 1634 is not free

ERROR: Some of the ports which are common across RUN and PATCH fs are not yet free.

Waiting for 1 minute before rechecking


Solution:


1634 port used by some other process .


kill that process using below script.


Run below scripts and provide input  as 1686 and kill the associated process(PID)


(place it as port.sh and run it)


#!/bin/ksh


line=’———————————————‘

pids=$(/usr/bin/ps -ef | sed 1d | awk ‘{print $2}’)


if [ $# -eq 0 ]; then

 read ans?”Enter port you would like to know pid for: ”

else

 ans=$1

 fi


for f in $pids

 do

 /usr/proc/bin/pfiles $f 2>/dev/null | /usr/xpg4/bin/grep -q “port: $ans”

if [ $? -eq 0 ]; then

 echo $line

 echo “Port: $ans is being used by PID:\c”

/usr/bin/ps -ef -o pid -o args | egrep -v “grep|pfiles” | grep $f

 fi

 done

 exit 0


Error Screenshot
---------------------



appsdbahelp

17+ years of experience in Oracle Database, Oracle Cloud Infrastructure(OCI), Oracle EBS on Cloud, Oracle E-Business Suite, DevOps tools, Oracle WebLogic, Oracle Application Server, Oracle Access Manager and various Operating System flavors including Redhat Linux, UNIX (Solaris, HP-UX) and Windows. Expert in Oracle9i/10g/11g/12c/19c database administration, upgrade, configuration and tuning. Experience in Oracle E-Business Suite technological stack, including architecture, installation, configuration, maintenance, tuning, cloning and patching procedures. Expert in Oracle Cloud Infrastructure(OCI), Oracle EBS On Cloud and Oracle EBS Cloud Manager Experience with Oracle Cloud Solution and Expert of Oracle ERP/Oracle HCM Cloud deployment Experience in Terraform, JSON and chef cloud infrastructure automation framework Knowledge of ASM, Data Guard, Real Application Cluster, Exadata and Exalogic Knowledge of Oracle Enterprise Manager(OEM) Grid Control, Oracle WebLogic, Oracle Internet Directory, Oracle Access Manager and Apache Ability to analyze problem, develops solutions and bring program/project execution to completion.

Post a Comment

Previous Post Next Post