301b Exam QuestionsBrowse all questions from this exam

301b Exam - Question 99


These log entries can have different root causes:

Jun 28 05:01:21 LTM_A notice mcpd[27545]: 0107143a:5: CMI reconnect timer: enabled

Jun 28 05:01:21 LTM_A notice mcpd[27545]: 01071431:5: Attempting to connect to CMI peer 1.1.1.2 port 6699

Jun 28 05:01:21 LTM_A notice mcpd[27545]: 01071432:5: CMI peer connection established to 1.1.1.2 port 6699

Jun 28 05:01:26 LTM_A notice mcpd[27545]: 0107143a:5: CMI reconnect timer: disabled, all peers are connected

Which two commands should be used to obtain additional information on these entries? (Choose two.)

Show Answer
Correct Answer: BCD

These log entries are related to the mcpd process and the CMI communication. To obtain more detailed log messages for these components, you should increase the debug level for both the mcpd and CMI logs using the commands 'tmsh modify /sys db log.mcpd.level value debug' and 'tmsh modify /sys db log.cmi.level value debug'. The other options do not provide additional detailed information about the specific log entries presented.

Discussion

1 comment
Sign in to comment
GVKDOptions: CD
Feb 12, 2024

CD - Correct tmsh modify /sys db log.mcpd.level value debug and tmsh modify /sys db log.cmi.level value debug: These commands specifically increase the debugging level for the mcpd process and CMI communication respectively. This will generate more detailed log messages related to CMI connection attempts, successes, failures, and reconnects, providing valuable insights into the root cause of the observed behavior.