can any one help me with weblogic server stop and startany link or set of unix commands will be helpful
https://docs.oracle.com/middleware/11119/biee/BIESG/components.htm#BIESG117
More in general ... any search engine (Google, Bing or anything else) ....
I am new to Unix environment.so facing a bit difficulty
So if you facing difficult , you should know to use unix.command first, check a brief command to do what you need
0. Connect with the installation user
su - oracle ( the - execute the .bash_profile it sets up the environment variables)
1.for to the path.
cd <oracle path>/user_projects/domains/<domain.name>/bin
2. Stop managed server
./stopManagedServer <your managed server name>
3. Stop admin server weblogic
./stopWeblogic.sh