Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
IT Analytics OpsCenter Transition Reference
- OpsCenter Transition
- Introduction
- IT Analytics reports search
- OpsCenter - Reports Library mapping
- OpsCenter - IT Analytics alerts mapping
- Importing SQL Report Template Designer (RTD) Reports
- OpsCenter to IT Analytics Schema Mapping
- domain_Client
- domain_ClientImageCollectionLevel
- domain_DiskPool
- domain_DiskPoolHistory
- domain_Entity
- domain_EntityAlias
- domain_Image
- domain_ImageCopy
- domain_ImageCopyFormat
- domain_ImageFragment
- domain_Job
- domain_JobArchive
- domain_JobImage
- domain_Log
- domain_MasterServer
- domain_Media
- domain_Mediaserver
- domain_ParentJob
- domain_Policy
- domain_PolicyClient
- domain_Schedule
- domain_ScheduleCalendar
- domain_ScheduledJob
- domain_ScheduleWindow
- domain_SkippedFileArchive
- domain_TapeDrive
- domain_TapeDriveHistory
- domain_TapeDriveMap
- domain_TapeLibrary
- lookup_CalendarType
- lookup_DataCollectionStatus
- lookup_DataMoverType
- lookup_DayOfWeek
- lookup_DensityType
- lookup_DriveStatus
- lookup_DriveType
- lookup_JobState
- lookup_JobStatus
- lookup_JobSubType
- lookup_JobType
- lookup_MediaStatus
- lookup_MediaType
- lookup_PolicyStatus
- lookup_PolicyType
- lookup_PoolType
- lookup_robottype
- nb_DiskPool
- nb_DiskVolume
- nb_DiskVolumeHistory
- nb_Job
- nb_JobArchive
- nb_JobAttempt
- nb_JobAttemptArchive
- nb_JobAttemptLog
- nb_JobBackupAttributes
- nb_JobBackupAttributesArchive
- nb_JobFiles
- nb_JobFilesArchive
- nb_JobProcessAttribute
- nb_JobProcessAttributeArchive
- nb_Policy
- nb_Robot
- nb_StorageServer
- nb_StorageServiceDestInfo
- nb_StorageServiceInfo
- nb_StorageUnit
- nb_StorageUnitGroup
- nb_StorageUnitsInGroup
- nb_TapeDrive
- nb_VirtualMachines
- nb_VolumeGroup
- nb_VolumePool
- nom_Drive
- nom_NBJob
- nom_NBJobClient
- nom_NBMedia
- nom_NBPolicy
- nom_Server
nb_JobAttempt
Table: nb_JobAttempt
OpsCenter Report Column | Description | Equivalent Column in IT Analytics |
|---|---|---|
masterServerId | OpsCenter-generated unique identifier for Primary servers. | apt_v_nbu_job_detail.server_id |
clientName | Name of the host that is being backed up by this job. | apt_v_nbu_job_detail.client_host_name |
jobId | Job ID; unique identifier for jobs that are created by the primary server. | apt_v_nbu_job_detail.job_id |
id | Attempt number. | apt_v_nbu_job_try.try_index |
startTime | Start time of the job attempt. | apt_v_nbu_job_try.start_date |
completionTime | Timestamp when the job attempt of active jobs. | apt_v_nbu_job_try.finish_date |
statusCode | The exit code for a particular backup job attempt. | apt_v_nbu_job_try.summary_status |
transportType | Network type used to mode data from the client to media server. | |
percentComplete | Estimated completion percentage of a job attempt. | |
srcStorageUnit | Name of the Stoarage Unit from where the data is read. | |
destStorageUnit | Name of the Storage Unit where the data is writtern. | apt_v_nbu_job_try.storage_unit_label |
mainPID | Process ID of parent bpbrm process managing the child jobs. | |
PID | Process ID of the bpbrm process that manages the job. | |
RqstPid | PID requesting job. | |
activeStartTime | Start time of the job attempt of active jobs. | apt_v_nbu_job_try.start_date |
operation | Job operation that is being carried out. | apt_v_nbu_job_try.job_type_name |
destMediaId | NetBackup-generated unique identifier of the media where the data is written. | apt_v_nbu_job_try.media_server_id |
srcMediaId | NetBackup-generated unique identifier of the media from where the data is read. | apt_v_nbu_job_try.client_id |
throughput | Number of kilobytes of data backed up per second. | |
filesBackedUp | The number of files that are backed up during a backup job. | apt_v_nbu_job_try.nbr_of_files |
bytesWritten | Number of bytes written to the storage. | apt_v_nbu_job_try.kilobytes |
currentFile | Name of the file is being backed up; for completed jobs this is the last file that was backed up. | |
secondaryId | When a Job ID is not enough to distinguish a job, a secondary ID may be used. For NetBackup, this field is the job Process ID. | |
srcMediaServerId | OpsCenter-generated unique identifier of the media server from where the data is read. | |
destMediaServerId | OpsCenter-generated unique identifier of the media server where the data is written. | apt_v_nbu_job_try.media_server_id |
srcMediaServerName | Name of the media server form where the data is read. | |
destMediaServerName | Name of the media server where the data is written. | apt_v_nbu_job_try.media_host_name |