Total Pageviews

Wednesday, August 27, 2014

oim 11g default names after installing oim, oam soa to start these servers in linux also starting nodeManager


the default names to start oim oam and soa  are just add _server1 at the end of each name



how to start these servers

go to $DOMAIN_HOME/bin
./startManagedWebLogic.sh oam_server1

to start these servers in backgroup

nohup ./startManagedWebLogic.sh oim_server1 &

nohup ./startManagedWebLogic.sh oam_server1 &

nohup ./startManagedWebLogic.sh soa_server1 &

nohup ./startManagedWeblogic.sh oaam_server_server1 &


to start weblogic
 ./startWebLogic.sh
to start in backgroud
 nohup ./startWebLogic.sh &




to start nodmanager

cd to $NODMANAGER_HOME

where nodeManager home is located under wlserver10.3/server/bin

  ./startNodeManager.sh &

No comments:

Post a Comment