exam questions

Exam 1z0-134 All Questions

View all questions & answers for the 1z0-134 exam

Exam 1z0-134 topic 1 question 35 discussion

Actual exam question from Oracle's 1z0-134
Question #: 35
Topic #: 1
[All 1z0-134 Questions]

For some reason, servers in your domain are failing. The host machines are pingable and the WebLogic JVM processes are running but the getState() method on the ServerRuntimeMBean reports FAILED.
In the future, when this happens, you want these failed servers to be shut down and then restarted automatically without human intervention. At the same time, you want to constrain how much time will be spent restarting those servers and how many restart attempts will be made.
Pick the two options that would help with this situation. (Choose two.)

  • A. For each server (or cluster), set RestartInterval to an appropriate positive integer.
  • B. When starting Node Manager, use the WLST nmStart command and pass in a WLST properties object with RestartMax set to an appropriate positive integer.
  • C. Start the servers by executing the restartManagedWebLogic.sh script in the domain’s /bin directory.
  • D. Make sure all managed servers are members of a cluster with ReplicationGroupsEnabled set to true.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
TY_26
2 months, 3 weeks ago
Selected Answer: AB
Restart otomatis server yang dikelola oleh Node Manager dikonfigurasi menggunakan RestartInterval (periode waktu) dan RestartAttempts (jumlah percobaan) pada Server atau Cluster MBean. weblogic.server.RestartMax adalah properti startup yang dapat membatasi percobaan. Opsi A mengatur RestartInterval. Opsi B menunjukkan penggunaan RestartMax via nmStart properties yang mempengaruhi limit percobaan.
upvoted 1 times
...
chrishillinger
3 years, 1 month ago
Selected Answer: AB
Agreed, also a script with the name REstart...sh does not exist anyway, I suggest AB
upvoted 2 times
...
cfhernandez
4 years, 12 months ago
C, makes no sense if you being asked to not have human interaction
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...