advertisements
_____________________________________________________________________________________________________________________
Problem Description:
Solution Description
Looks like somewhere it is stuck even though it’s process running on the server. We have to stop all related process and refresh properly. Here is the steps.
1. Stop the OMS
emctl stop oms -all
ps -ef | grep EMGC_ADMINSERVER ps -ef | grep EMGC_OMS1 ps -ef | grep oms
3. delete all the files under weblogic domain
find . -name "*.lok" $ find . -name "*.lok" ./gc_inst/user_projects/domains/GCDomain/edit.lok ./gc_inst/user_projects/domains/GCDomain/config/config.lok ./gc_inst/user_projects/domains/GCDomain/config/fmwconfig/ovd/default/ovd.lok ./gc_inst/user_projects/domains/GCDomain/servers/EMGC_OMS1/data/ldap/ldapfiles/EmbeddedLDAP.lok ./gc_inst/user_projects/domains/GCDomain/servers/EMGC_OMS1/tmp/EMGC_OMS1.lok $ rm ./gc_inst/user_projects/domains/GCDomain/edit.lok ./gc_inst/user_projects/domains/GCDomain/config/config.lok ./gc_inst/user_projects/domains/GCDomain/config/fmwconfig/ovd/default/ovd.lok ./gc_inst/user_projects/domains/GCDomain/servers/EMGC_OMS1/data/ldap/ldapfiles/EmbeddedLDAP.lok ./gc_inst/user_projects/domains/GCDomain/servers/EMGC_OMS1/tmp/EMGC_OMS1.lok
emctl start oms
_____________________________________________________________________________________________________________________
0 comments:
Post a Comment