Specify user name password to start the Management Server
You can start and stop Oracle WebLogic Server administration Servers using the WLST command line or a script. When you start or stop the administration Server, you also start or stop the processes running in the administration Serve R, including the WebLogic Server administration Console and Fusion middleware Control.
For example, to-start an administration Server, use the following script:
mw_home/user_projects/domains/domain_name/bin/startweblogic.sh - Dweblogic.management.username=weblogic -dweblogic.management.password=Password
Applies to non-configured security policy files to start the Management Server
Background Start Management Server
Linux under Nohup./-dweblogic.management.password=password >admin.out&
Stop the Management Server
To stop a administration Server, use the following script:
mw_home/user_projects/domains/domain_name/bin/stopweblogic.sh username Password [admin_url]
Other details of startup shutdown refer to Oracle Administrator's Manual
http://docs.oracle.com/cd/E23943_01/core.1111/e10105/start.htm#ASADM10388