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.
NetBackup IT Analytics Backup Manager Solution for ServiceNow Installation and Configuration Guide
Step-4: Enable ServiceNow incident creation
Compile user package for incidents:
CD to
/opt/aptare/database/tools/.Back up the
user_package.sqlfile.Edit the
user_package.sqlfile as follows:Change
IF summaryStatus = constant.JOB_STATUS_ERROR THEN
To
IF summaryStatus = constant.JOB_STATUS_ERROR THEN NULL;
Change:
INSERT INTO apt_job_ticket ( job_id,
To
/* INSERT INTO apt_job_ticket ( job_id,
Change:
(sysdate - to_date('01-JAN-1970','DD-MON-YYYY')) * (86400));
To
(sysdate - to_date('01-JAN-1970','DD-MON-YYYY')) * (86400));*/
Compile the package using these commands at the sqlplus prompt.
su -aptare sqlplus portal/portaluserpassword@scdb @/opt/aptare/database/ tools/user_package.sql
Set up the ServiceNow alert.
See ServiceNow: Job Finalized Alert Rule section in the NetBackup IT Analytics User Guide for more information.