DataMart logs

DataMart does not have a central log. Instead, DataMart information is written to log files, such as logFile.PVM or TraceInventory.log, that are associated with individual components or actions, such as Inventory. The default location of these logs is the /DMHOME/log directory, where DMHOME is the location of DataMart on your system.

Note: The inventory process does NOT automatically create a log. If inventory is run as a cron entry, you must redirect the data to a specified log file, otherwise no log data is stored. To show time stamps in inventory log initiated by cron, you must add the following lines to the dataMart.env file:
PVM_LOG_DATE=1
export PVM_LOG_DATE