IBM Tivoli Storage Manager V7.1 Implementation — Question 9
A company is running the VMMSYNC Cron Task to add users to Maximo from the LDAP directory server. Not all the users are being created in Maximo.
Which log setting can be defined to see more information?
Answer options
- A. Set log4j.logger.maximo.sql.crontask.VMMSYNC to ERROR
- B. Set log4j.logger.maximo.sql.crontask.VMMSYNC to DEBUG
- C. Set log4j.logger.maximo.process.crontask.VMMSYNC to ERROR
- D. Set log4j.logger.maximo.process.crontask.VMMSYNC to DEBUG
Correct answer: B
Explanation
The correct answer is B, as setting log4j.logger.maximo.sql.crontask.VMMSYNC to DEBUG will provide detailed logging information about the VMMSYNC task, helping to identify why certain users are not being created. Options A and C set the log level to ERROR, which would limit the information captured to only error messages, while option D configures the wrong logger path, focusing on the process rather than the SQL crontask.