Admin Server Port is occupied by another process. Please stop process to free port.

Unable to stop the oms:

[emXXX@XXX00C123 bin]$ ./emctl status oms
Oracle Enterprise Manager Cloud Control 13c Release 4
Copyright (c) 1996, 2020 Oracle Corporation. All rights reserved.
WebTier is Down
Oracle Management Server is Up
JVMD Engine is Up

BI Publisher Server is Down

[emXXX@XXX00C123 bin]$ ./emctl stop oms -all
Oracle Enterprise Manager Cloud Control 13c Release 4
Copyright (c) 1996, 2020 Oracle Corporation. All rights reserved.
Stopping Oracle Management Server…
WebTier Successfully Stopped
Node Manager Not Running
Oracle Management Server is Up
JVMD Engine is Up
BI Publisher Server is Down
Admin Server Port is occupied by another process. Please stop process to free port.
[emXXX@XXX00C123 bin]$

[emXXX@XXX00C123 bin]$ ./emctl stop oms -all -force
Oracle Enterprise Manager Cloud Control 13c Release 4
Copyright (c) 1996, 2020 Oracle Corporation. All rights reserved.
Stopping Oracle Management Server…
WebTier Successfully Stopped
Node Manager Not Running
Oracle Management Server is Up
JVMD Engine is Up

BI Publisher Server is Down
Admin Server Port is occupied by another process. Please stop process to free port.
[emXXX@XXX00C123 bin]$

[emXXX@XXX00C123 bin]$ ps -ef | grep EMGC_ADMINSERVER
emXXX 64487 407 0 12:55 pts/1 00:00:00 grep –color=auto EMGC_ADMINSERVER
emXXX 69903 69855 2 Oct30 ? 00:25:44 /oem/em13c/Middleware/oracle_common/jdk/bin/java -server -Xms256M -Xmx8192M -XX:CompileThreshold=8000 -XX:-DoEscapeAnalysis -XX:+UseCodeCacheFlushing -XX:ReservedCodeCacheSize=100M -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSClassUnloadingEnabled -cp /oem/em13c/Middleware/wlserver/server/lib/weblogic-launc

[emXXX@XXX00C123 bin]$ kill -9 69903 64487

[emXXX@XXX00C123 bin]$ ps -ef | grep java
emXXX 12661 12291 3 Oct30 ? 00:48:43 /oem/em13c/gc_inst/agent_13.4.0.0.0/oracle_common/jdk/bin/java -Xmx138M -XX:MaxMetaspaceSize=192M -server

[emXXX@XXX00C123 bin]$ kill -9 12661

[emXXX@XXX00C123 bin]$ ./emctl status oms
Oracle Enterprise Manager Cloud Control 13c Release 4
Copyright (c) 1996, 2020 Oracle Corporation. All rights reserved.
WebTier is Down
Oracle Management Server is Down
JVMD Engine is Down
BI Publisher Server is Down

[emXXX@XXX00C123 bin]$ ./emctl start oms
Oracle Enterprise Manager Cloud Control 13c Release 4
Copyright (c) 1996, 2020 Oracle Corporation. All rights reserved.
Starting Oracle Management Server…
WebTier Successfully Started
Oracle Management Server Successfully Started
Oracle Management Server is Up
JVMD Engine is Up
Starting BI Publisher Server …
BI Publisher Server Successfully Started
BI Publisher Server is Up
[emXXX@XXX00C123 bin]$

[emXXX@XXX00C123 bin]$ ./emctl status oms
Oracle Enterprise Manager Cloud Control 13c Release 4
Copyright (c) 1996, 2020 Oracle Corporation. All rights reserved.
WebTier is Up
Oracle Management Server is Up
JVMD Engine is Up
BI Publisher Server is Up
[emXXX@XXX00C123 bin]$

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s