Managed Server Independence enabled is not selected in the configuration of myserver1. Which
statement is true?
A.
Only the Node Manager can start myserver1
B.
Only a local start script can start myserver1
C.
Myserver1 cannot be part of a cluster.
D.
The Administration Server must be available before starting myserver1
Explanation:
To prevent the Administration Server from becoming a single point of failure,
Managed Servers can always function without the presence a running Administration Server.
When a Managed Server starts, it contacts the Administration Server to retrieve its configuration
information. If a Managed Server is unable to connect to the specified Administration Server
during startup, it can retrieve its configuration directly by reading a copy of the config.xml file and
other files located on the Managed Server’s own file system.
A Managed Server that starts in this way is running in Managed Server Independence mode. In
this mode, a server uses cached application files to deploy the applications that are targeted to the
server.
Reference: Overview of WebLogic Server System Administration, Managed Server Indepenence
http://docs.oracle.com/cd/E13222_01/wls/docs81/adminguide/overview.html
Answer D.