500-450 · Question #32
With Cisco Finesse 11.0, which two commands will stop and start the Tomcat service? (Choose two.)
The correct answer is C. To start the Cisco Tomcat service, enter this CLI command: utils service start Tomcat E. To start the Cisco Tomcat service, enter this CLI command: utils service stop Tomcat. On Cisco Unified Communications systems including Finesse 11.0, the correct CLI syntax follows the pattern utils service [action] [service-name], where the Tomcat service name is simply Tomcat - making utils service start Tomcat (C) and utils service stop Tomcat (E) the correct…
Question
Options
- ATo start the Cisco Tomcat service, enter this CLI command: utils start Cisco Tomcat
- BTo start the Cisco Tomcat service, enter this CLI command: utils service Tomcat
- CTo start the Cisco Tomcat service, enter this CLI command: utils service start Tomcat
- DTo start the Cisco Tomcat service, enter this CLI command: utils service stop Cisco Finesse Tomcat
- ETo start the Cisco Tomcat service, enter this CLI command: utils service stop Tomcat
- FTo start the Cisco Tomcat service, enter this CLI command: utils service start Cisco Finesse Tomcat
How the community answered
(44 responses)- A7% (3)
- B2% (1)
- C89% (39)
- F2% (1)
Explanation
On Cisco Unified Communications systems including Finesse 11.0, the correct CLI syntax follows the pattern utils service [action] [service-name], where the Tomcat service name is simply Tomcat - making utils service start Tomcat (C) and utils service stop Tomcat (E) the correct pair.
Why the distractors fail:
- A (
utils start Cisco Tomcat) omits the requiredservicekeyword entirely - invalid syntax. - B (
utils service Tomcat) is incomplete - it specifies no action (startorstop). - D (
utils service stop Cisco Finesse Tomcat) and F (utils service start Cisco Finesse Tomcat) use the wrong service name; "Cisco Finesse Tomcat" is not a valid service identifier in the CLI - the name is justTomcat.
Memory tip: Think of the formula as utils service <verb> <noun> - the verb is start or stop, and the noun is just Tomcat (no brand prefix). If the command doesn't follow that exact four-word structure with the bare service name, it's wrong.
Topics
Community Discussion
No community discussion yet for this question.