Re: adstartall.sh
Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/adstartall-sh-tp2444p2449.html
The lines that are used for starting the admin server, in the adadminsrvctl script is as follows;
printf "Starting WLS Admin Server...\n"
fi
{ echo $wlspass; } | perl /u01/install/APPS/fs2/EBSapps/appl/ad/12.0.0/patch/115/bin/adProvisionEBS.pl -contextfile=/u01/install/APPS/fs2/inst/apps/ORAPROD_daroraappsrv1/appl/admin/ORAPROD_daroraappsrv1.xml ebs-nmstart-adminsrv -wlsadminuser=weblogic -wlsadminport=7002 -domain=EBS_domain_ORAPROD -domainhome="/u01/install/APPS/fs2/FMW_Home/user_projects/domains/EBS_domain_ORAPROD" -nmhome="/u01/install/APPS/fs2/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1" -nmport=5557 -nmtype=plain -machinelistenaddress="ERMANSRV" -promptmsg=hide -serverstartargs="-XX:PermSize=128m -XX:MaxPermSize=384m -Xms1024m
So, as you see, it takes the Node manager arguments there.
adadminsrvctl.sh itself starts the node manager if it is not up.
so the answer for your question is; " node manager must not be up, but it is able to be up, when the adadminsrvctl.sh starts)
Note: This is EBS and we don't use weblogic scripts or Weblogic console (these are last resorts really).