The computer that the Administration Server was running on has crashed and cannot be restarted. Which three steps are required to bring up the Administration Server on the backup computer?
A. Move the crashed computer's IP address to the backup computer.
B. Have WebLoqic Server installed on the backup computer.
C. Have a copy of the configuration and security files of the domain on the backup computer.
D. Shut down the managed servers of the domain.
E. Start the Administration Server on the backup computer.
Correct Answer: BCE
If a machine crash prevents you from restarting the Administration Server on the same machine, you can recover management of the running Managed Servers as follows:
(B) 1. Install the WebLogic Server software on the new administration machine (if this has not already been done).
2. Make your application files available to the new Administration Server by copying them from backups or by using a shared disk. Your application files should be available in the same relative location on the new file system as on the file system of the original Administration Server. (C) 3. Make your configuration and security data available to the new administration machine by copying them from backups or by using a shared disk. For more information, refer to Directory and File Backups for Failure Recovery.
(E) 4. Restart the Administration Server on the new machine.
Reference: Avoiding and Recovering From Server Failure, Restarting an Administration Server on Another Machine
Question 62:
Identify two reasons for defining machines and assigning servers to them in Weblogic Server.
A. A machine can be the proxy to a cluster.
B. A machine definition is required to configure the Node Manager.
C. To reference an instance of WebLogic Server, you must know its machine and port.
D. Machine is a required organizational unit. A domain contains machines and machines contain servers.
E. WebLogic Server uses server machine assignments to help it choose servers in a cluster on which to replicate session state.
F. The machine's Cluster Weight attribute may be used by load balancers to help them determine how often to send requests to servers assigned to that machine.
Correct Answer: BE
B: The Administration Server uses the machine definition in conjunction with the Node Manager application to start remote WebLogic Server instances.
E: By default, WebLogic Server attempts to create session state replicas on a different machine than the one that hosts the primary session state. You can further control where secondary states are placed using replication groups. A replication group is a preferred list of clustered servers to be used for storing session state replicas. Using the WebLogic Server Console, you can define unique machine names that will host individual server instances. These machine names can be associated with new WebLogic Server instances to identify where the servers reside in your system. Machine names are generally used to indicate servers that run on the same machine.
Reference: Administration Console Online Help, Machines Reference: Failover and Replication in a Cluster
Question 63:
Identify four attributes of a JDBC data source.
A. URL
B. Targets
C. JNDI Name
D. Delivery Mode
E. Database Driver
F. Server Log
Correct Answer: ABCE
A: When creating a JDBC data source using the Administration Console, you are prompted to select a JDBC driver. The Administration Console provides the driver class name and helps you construct the URL as required by the driver.
B: JDBC Data Source: Targets. Use this page to select the servers or clusters on which you would like to deploy this JDBC data source.
C: JNDI Name, The JNDI path to where this data source is bound. By default, the JNDI name is the name of the data source.
E: When deciding which JDBC driver to use to connect to a database, you should try drivers from various vendors in your environment. In general, JDBC driver performance is dependent on many factors, especially the SQL code used in applications and the JDBC driver implementation.
Reference: Configuring and Managing WebLogic JDBC, Understanding JDBC Data Sources
Question 64:
Identify two methods for utilizing WebLogic Server's production redeployment feature.
A. Specify a version identifier when deploying the application.
B. Include a version identifier in the application's manifest file.
C. Provide a version identifier when running the Plan Generator tool.
D. Include a unique context root in the application's descriptor files.
Correct Answer: AB
A: If you are testing the production redeployment feature, or you want to use production redeployment with an application that does not include a version string in the manifest file, specify a unique version string by using the -appversion option when deploying or redeploying an application
B: To assign a version identifier to an application, BEA recommends that you store a unique version string directly in the MANIFEST.MF file of the EAR or WAR being deployed.
Reference: Redeploying Applications in a Production Environment, Specifying an application version identifier http://docs.oracle.com/cd/E11035_01/wls100/deployment/redeploy.html#wp1020276
Question 65:
Which three statements are true about the Change Center in administration console?
A. The Change Center has a link to view the changes made so far.
B. The Change Center is available only in a Production Mode domain.
C. The Change Center has a link to view any servers that need to be restarted.
D. After activating the changes to a server's configuration, you must always restart that server.
E. In a Development Mode domain, the configuration lock can be acquired automatically.
F. Changes must always be activated before they can be undone.
Correct Answer: ACE
A: You can view any changes that you have saved, but not yet activated, by clicking the View Changes and Restarts link in the Change Center.
C: The View Changes and Restarts link presents two tabs, Change List and Restart Checklist:
*
The Change List tab presents all changes that have been saved, but not yet activated.
*
The Restart Checklist lists all servers for which non-dynamic changes have been activated, but which require restarts before the changes become effective.
Incorrect:
D: is wrong because dynamic changes usually don't require a restart if that is all that was changed. If it were mix of dynamic and non-dynamic changes it would require a restart.
F: is wrong because in production mode the change center has the "undo all changes" button so you don't have to activate the changes before you undo them.
Reference: Using the Change Center http://docs.oracle.com/cd/E13222_01/wls/docs103/intro/console.html#wp1122447
Question 66:
A client accesses a web application named companystore that is running on WebLogic Server. After adding several items to the shopping cart, the host server crashes. The client is automatically redirected to another server by a proxy, but the shopping cart is now empty. Which WebLogic Server feature would you enable to remedy this situation?
A. Application Persistence
B. Message Persistence
C. Session Replication
D. Dynamic Failover
E. Stateful Pooling
Correct Answer: C
In order for a cluster to provide high availability it must be able to recover from service failures. In clusters that utilize Web servers with WebLogic proxy plug-ins, the proxy plug-in handles failover transparently to the client. If a server fails, the plug-in locates the replicated HTTP session state on a secondary server and redirects the client's request accordingly.
Reference: Using WebLogic Server Clusters, Failover and Replication in a Cluster
Question 67:
Identify three attributes of a WebLogic cluster.
A. Listen Address
B. Cluster Address
C. Cluster Factory
D. Messaging Mode
E. Servers
F. Targets
Correct Answer: BDE
WebLogic Cluster Attributes includes:
B: * ClusterAddress Defines the address to be used by clients to connect to this cluster. This address may be either a DNS host name that maps to multiple IP addresses or a comma separated list of single address host names or IP addresses. If network channels are configured, it is possible to set the cluster address on a per channel basis.
D: The Message Mode of a cluster can be either Unicast or multicast.
E: Managed Servers are included in a WebLogic cluster.
Note: The config.xml file is an XML document that describes the configuration of a WebLogic Server domain. config.xml consists of a series of XML elements. The Domain element is the top- level element, and all elements in the Domain descend from the Domain element. The Domain element includes child elements, such as the Server, Cluster, and Application elements. These child elements may have children of their own. For example, the Server element includes the child elements WebServer, SSL and Log. The Application element includes the child elements EJBComponent and WebAppComponent.
Each element has one or more configurable attributes. An attribute defined in config.dtd has a corresponding attribute in the configuration API. For example, the Server element has a ListenPort attribute, and likewise, the weblogic.management.configuration.ServerMBean has a ListenPort attribute. Configurable attributes are readable and writable, that is, ServerMBean has a getListenPort and a setListenPort method.
Reference: WebLogic Server Configuration Reference, Cluster attributes http://docs.oracle.com/cd/E13222_01/wls/docs81/config_xml/Cluster.html#447012
Question 68:
Your task is to create and start a managed server on a "remote" computer (a computer other than the one where the domain has been created and the Administration server is currently running).
So far you have:
1.
Created the managed server, called startmanaged1, in the administration console
2.
Created a managed server" JAR file template by using the pack command or, the Administration server computer.
Which order of steps on the remote computer will successfully finish your task?
A. 3. Copy the JAR file from the Administration Server computer.
4.
Run the unpack command on the JAR file.
5.
In the new domain folder created by the command, start managed: by using the startManagedWebLogic. sh script (. cmd in Windows), which is found under its bin directory
B. 3. Install WebLogic Server.
4.
Copy the JAR file from the Administration Server computer.
5.
Run the unpack command on the JAR file.
6.
In the administration console, under the Control tab, select managed1 and click the Start button.
C. 3. Install WebLogic Server.
4.
Copy the JAR file from the Administration Server computer.
5.
Run the unpack command on the JAR file.
6.
In the new domain folder created by the command, start managed1 by using the Logic. sh script (. cmd in Windows), which is found under its bin directory.
D. 3. Install WebLogic Server.
4.
Copy the JAR file from the Administration Server computer.
5.
Run the unpack command on the JAR file.
6.
In the new domain folder created by the command, startmanaged1 by using the startManagedWeblogic.sh script (. cmd in Windows), which is found under its bin directory.
Correct Answer: D
Creating a Managed Server on a Remote Machine
(Step 3) * Install WebLogic Server on the machines on which you want to host Managed Servers for the WebLogic domain.
*
Establish a session with the remote machine. You may use any valid method, such as telnet, to do so. Step 4:
*
Copy the Managed Server template to the remote machine.
*
On the remote machine, navigate to the WLS_HOME\common\bin directory.
*
(Step 5) Run the following command:
unpack -domain=domain -template=template.jar
Starting Managed Servers on a Remote Machine
*
Start the Administration Server for the WebLogic domain
*
On the remote machine, navigate to the directory for the WebLogic domain that you created *(Step 6) Start the Managed Server on the remote machine. On a Windows system, run one of the following commands at the DOS prompt: startmy_managed_server startManagedWebLogic my_managed_server admin-url On a UNIX system, run one of the following commands: ./startmy_managed_server.sh ./startManagedWebLogic.sh my_managed_server admin-url Reference: Oracle Fusion Middleware Oracle WebLogic Server Administration Console Online Help 11g Release 1, Reference: Creating and Starting a Managed Server on a Remote Machine
Question 69:
Which three statements are true about deployment plans?
A. A plan is an XML file.
B. A plan is packaged within an application archive.
C. You can generate a new plan with the administration console.
D. A plan is a required to deploy EJB applications and modules.
E. A plan may override values in an application's deployment descriptors.
F. A single application deployment can be associated with multiple plans.
Correct Answer: ACE
A: A deployment plan is an XML document that defines an application's WebLogic Server deployment configuration for a specific WebLogic Server environment.
C: The Administration Console updates or creates new deployment plans as necessary when you change configuration properties for an installed application.
E: A deployment plan can apply changes to deployment properties stored in the application's existing WebLogic Server deployment descriptors. Incorrect answers:
B: A deployment plan resides outside of an application's archive file.
Reference: Overview of WebLogic Server Application Development, Deployment Plans
Question 70:
All the servers in your domain are running.
After you connect to the Administration Server in WLST you run the following command, which completes with no error:
Name of the application or standalone J2EE module to be deployed.
*
targets
Optional. Comma-separated list of the target. Each target may be qualified with a J2EE module name (for example, module1@server1) enabling you to deploy
different modules of the application archive on different servers. This argument defaults to the server to which WLST is currently connected.
Note 2: The WebLogic Scripting Tool (WLST) is a command-line scripting interface that system administrators and operators use to monitor and manage WebLogic Server instances and domains.
Incorrect answers:
B: PlanPath is not created by default. The option createPlan is a Boolean value indicating that user would like to create a default plan. This option defaults to false.
* planPath Optional. Name of the deployment plan file. The filename can be absolute or relative to the application directory. This argument defaults to the plan/
plan.xml file in the application directory, if one exists.
C: sales.war is not the name of the deployment.
* path
Name of the application directory, archive file, or root of the exploded archive directory to be deployed.
Reference: WebLogic Scripting Tool, WLST Command and Variable Reference
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-102 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.