500-450 · Question #3
With Cisco Finesse, which two options list the two commands to stop and start the Tomcat service? (Choose two.)
The correct answer is E. To stop the Cisco Tomcat service, enter this CLI command: utils service stop Cisco Tomcat. Option E is correct because the full service name in Cisco's CLI is "Cisco Tomcat", not simply "Tomcat" - the prefix "Cisco" is required for the command to be recognized. Note that since this is a "Choose two" question, option F is also correct (utils service start Cisco…
Question
Options
- ATo stop the Cisco Tomcat service, enter this CLI command: utils service stop Tomcat
- BTo start the Cisco Tomcat service, enter this CLI command: utils service start Tomcat
- CTo stop 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 Tomcat
- ETo stop the Cisco Tomcat service, enter this CLI command: utils service stop Cisco Tomcat
- FTo start the Cisco Tomcat service, enter this CLI command: utils service start Cisco Tomcat
How the community answered
(36 responses)- B6% (2)
- C3% (1)
- E89% (32)
- F3% (1)
Explanation
Option E is correct because the full service name in Cisco's CLI is "Cisco Tomcat", not simply "Tomcat" - the prefix "Cisco" is required for the command to be recognized. Note that since this is a "Choose two" question, option F is also correct (utils service start Cisco Tomcat), and the answer key appears incomplete by listing only E.
Why the distractors are wrong:
- A & B use
utils service stop/start Tomcat- the service name is missing the required "Cisco" prefix, so these commands will fail. - C inverts the action: it uses
startas the command to stop the service, which is backwards. - D inverts the action the other way: it uses
stopas the command to start the service, also backwards.
Memory tip: Think of it as a full name - just like you wouldn't call a colleague by only their last name in a formal system, Cisco's CLI requires the complete service name: "Cisco Tomcat". The pattern is always utils service [stop|start] Cisco Tomcat, where the action verb matches what you intend to do.
Topics
Community Discussion
No community discussion yet for this question.