domain_Log
Table: domain_Log
OpsCenter Report Column | Description | Equivalent Column in IT Analytics |
|---|---|---|
masterServerId | The unique identifier of the master server that executed the backup job. | apt_v_nbu_job_detail.server_id |
clientName | The name of a host being backed up as seen by a backup job. | apt_v_nbu_job_detail.client_host_name |
jobId | The unique identifier of the job associated with this message. | apt_v_nbu_job_detail.job_id |
logMessage | The text of the log message. | apt_v_nbu_event_notification_log.display_string |
logtime | The date and time when this message was logged. | apt_v_nbu_event_notification_log.log_date |
clientId | The unique identifier of the host being backed up. | apt_v_nbu_job_detail.client_id |
daemonName | The NetBackup process which generated this message. | |
isProcessed | Flag to determine if this log message has been processed by the Stored Procedure. This procedure is responsible for generating data for the Drive Utilization or Throughput report. | |
mediaServerId | The unique identifier of the media server that performed the backup job. | apt_v_nbu_job_detail.media_server_id |
mediaServerName | The name of the media server that performed the backup job. | apt_v_nbu_job_detail.media_host_name |
severityCode | Specifies the severity of the log message. | apt_v_nbu_event_notification_log.notification_severity |
typeCode | Specifies the type of log messages (ALL, BACKSTAT, MEDIADEV, GENERAL, BACKUP, ARCHIVE, RETRIEVE, and SECURITY). The number is a decimal representation of a hexadecimal value of the message code. | apt_v_nbu_event_notification_log.notification_type |
version | The NetBackup version of the daemon which logged this message. |