Implementing Cisco Collaboration Conferencing (CLCNF) — Question 3
An administrator performs a major upgrade of a Cisco Meeting Server cluster that contains multiple database nodes. Which step ensures that the Call Bridge can use the database?
Answer options
- A. The command database cluster initialize must be run on the master database node.
- B. The master database node must be the first server to complete the upgrade process.
- C. The command database cluster upgrade_schema must be run on the master database node.
- D. The master database node must create a new database cluster and join the peer servers.
Correct answer: C
Explanation
The correct answer is C because running the command database cluster upgrade_schema on the master database node is necessary to ensure the database schema is updated properly for the Call Bridge. Options A and D are incorrect since they do not relate to upgrading the schema, and option B, while it is important for the upgrade sequence, does not directly address the database access for the Call Bridge.