1z0-134 Exam QuestionsBrowse all questions from this exam

1z0-134 Exam - Question 15


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.)

Show Answer
Correct Answer: AB

To meet the requirement of automatically restarting failed servers with constraints on restart attempts and time, you need to configure the servers appropriately. Setting the RestartInterval for each server or cluster to an appropriate positive integer will ensure that there is a defined interval between restart attempts. This helps in constraining the time spent on restarting. Using the WLST nmStart command with a WLST properties object where RestartMax is set to an appropriate positive integer controls the maximum number of restart attempts. This ensures that there is a limit to how many times the server will try to restart without human intervention.

Discussion

3 comments
Sign in to comment
cfhernandez
Jul 30, 2020

C, makes no sense if you being asked to not have human interaction

chrishillingerOptions: AB
May 29, 2022

Agreed, also a script with the name REstart...sh does not exist anyway, I suggest AB

TY_26Options: AB
May 2, 2025

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.