IBM WebSphere Application Server Network Deployment V8.5 and V9.0, Core Administration — Question 29
Which statement is true when an administrator issues the following command? addNode localhost 8879 ""includeapps
Answer options
- A. The running application server is stopped and the application is overwritten in the new environment.
- B. The running application server continues to run and the application is overwritten in the new environment.
- C. The running application server is stopped and the same version of the application starts in the new environment.
- D. The running application server continues to run and the same version of the application starts in the new environment.
Correct answer: C
Explanation
The correct answer is C because when the addNode command is issued, it stops the running application server to ensure that the same version of the application is deployed in the new environment. Options A and B incorrectly suggest that the application is overwritten, while option D implies the server continues running when it actually stops.