Correct Answer for the Question – Which modification should have been made to this command to ensure the older version remains active? is given below
You have a versioned application deployed in your production environment. You have been asked to troubleshoot why the most recent production redeployment appeared to allow the older version to retire too quickly.In this case, the application had active RMI clients, but their subsequent calls were directed to the newer version immediately rather than waiting for the expected five minutes defined by the retirement timeout argument. The script command was:java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic-password Welcome1 -redeploy -name myDeployment-source /myDeployments/myApplication/appX-retiretimeout 300You expected the older version to remain active (when there are active RMI clients) for five minutes after executing the production redeployment.Which modification should have been made to this command to ensure the older version remains active? (Choose the best answer.)-password Welcome1 -redeploy -name myDeployment-source /myDeployments/myApplication/appX-retiretimeout 300 -rmigraceperiod 300-password Welcome1 -redeploy -name myDeployment-source /myDeployments/myApplication/appX-retiretimeout 300 -keepsessions-password Welcome1 -redeploy -name myDeployment-source /myDeployments/myApplication/appX-retiretimeout 300 -timeout 300-password Welcome1 -redeploy -name myDeployment-source /myDeployments/myApplication/appX-retiretimeout 300 -remoteThe -remote argument indicates that weblogic.Deployer is not running on the same machine as the Administration Server, and that source paths specified in the command are valid for the Administration Server machine itself. If you do not use the -remote option, weblogic.Deployer assumes that all source paths are valid paths on the local machine.Incorrect Answers: weblogic.Deployer does not have arguments named rmigraceperiod, -keepsessions, or -timeout.Reference: https://docs.oracle.com/cd/E13222_01/wls/docs90/deployment/wldeployer.html
java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic
java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic
java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic
java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic
Correct Answer
The Correct Answer for this Question is
java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic
Explanation
The Question – Which modification should have been made to this command to ensure the older version remains active? has been answered correctly and answers for the question is java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic
More about these Exams
These Exam Questions and the order of these questions keep changing. but the answers are obviously same. so if you don’t find a question after another we suggest you search it in the search box and we are sure you’ll find it. you can bookmark this site for Quick access in future.
We hope you found it helpful don’t forget to leave a comment if you feel a need to correct or ask we’re always here to help.
you can find more here at Certout
Feel free to contact via comment or email.
Happy Learning
Cheers, Team Certout