When generating a report I can not see clients updated
Hi, I'm working with the version of OpsCenter Version 7.6.0.4. I have created a new view with the latest updates for disabled clients.Althoughin my created reports I have selected this same view, when generating a report I can not see these clientsupdated becauseis collecting data with clients which have been disabled ( from an old view ) I have restart nbsl services in master server. Opscenter and master server are not in the same server. Thanks in Advance. Regards.288Views0likes1CommentIncluding Last Successful Backup in SQL code
Hi again, I'm working with the version of OpsCenter Version 7.6.0.4. Now I am trying to create a report including , Policy name, cliente name ,Jobstate,status attemps,start and end time; I am working with this code: SELECT domain_Job.Policyname as "Policy Name", domain_Job.Clientname as "Client Name", UTCBigintToNOMTime(domain_Job.startTime) as "Start Time", UTCBigintToNOMTime(domain_Job.endTime) as "End Time", lookup_jobstate.name as "Job State", domain_Job.statuscode "Status", domain_Job.attemptcount as "Attempts", lookup_BackupType.name as "Job Type" FROM domain_Job, lookup_BackupType, lookup_jobstate WHERE (domain_Job.backuptype=lookup_BackupType.id AND lookup_BackupType.id not in (-1)) AND (domain_Job.state=lookup_jobstate.id AND domain_Job.state in (0,1,2,3,4,5,100)) AND domain_Job.id=domain_job.parentjobid AND UTCBigintToNOMTime(domain_Job.startTime) > GETDATE()-1 ORDER BY "Policy Name" ASC, "Client Name" but I need to include Last Successful Backup, please, how can I include it in this code? Regards337Views0likes0CommentsMissing soem clients in opscenter reports
I have created one report in opscenter and total servers are 8 and after creating the report i can see only 2 clients in the report list, but those missing servers are in our backup support i can see in activity window. I am not sure why its not reflecting in opscenter backup report. can any one please help on this. My Opscenter version is 7.7, Windows server.Solved1.8KViews0likes12CommentsNetbackup ops center Missed backups
Hi Team, With the current Netbackup Ops center , Missed backup report is included with all scheudles. There is no way to apply filter on the schedules. Is there any way we can generate missed backup report for Only weekly , or Daily schedules based on Schedule name or Schedule type.315Views0likes1CommentNeed modification on the Symantec Opscenter product 7.6.1.1
Hi All , We required help to modified the Opscenter SNMP traps that will help us in our ticketing tool for management. 1. Master Server OS & version of Netbackup Windows 2008 R2 / 7.6.1.1 2. OPScenter Server OS & version of OPScneter Windows 2008 R2 / 7.6.1.1 Below is sumary. Opscenter send alert for backup failure to HP OVO tool(alert genrating tool) & then sent details to ticketing tool(BMC Remedy). Attached is sample SNMP trap. SNMP traps which we getting through opscenter & sending to ticketing tool for creating a backup failure ticket. In ticketing tool we have one column CI (configuration item) in that we are getting a opscenter agent name for each backup failure ticket instead of that we required the client name in CI column. As per the current snmp traps client name shows in AlertSummary and we are unable to configure CI with Client name. If we getting an separate OctetString in a separate row with the affected client name then it would be possible us to configure with the ticketing tool. Thanks in Advance, Bharat.255Views0likes0Commentsuser access to ops center to generate alert reports
Hi Friends, I need to provideaccess to opscenter for a Monitor team member, to generate alert reports. Please let me know how to give access to ops center for a user, so that user can login to opscenter and can generate alert reports. Thanks in advance,508Views0likes1CommentNetbackup reporting with Sybase SQL Anywhere query
Hi Guys, Hope you all are doing good. I am trying to get some customized data using sql query in Ops Center. Like getting latest 10 backup reports for each client. The thing I am struggling with I need the table list where I could get those data. I am confident about sql writing but I need to know the associated table names. Could some one give me any idea to get through this? Cheers, SSSolved1.3KViews0likes3CommentsOperations Center Analytics
Does anyone have a report that shows Backup Image Retention Summary by Client report? What we need is a list of backup images with their retention (backup date and expiration date), showing the client name and tape names. The input parameters…. E.g. master server: giving a list of all images for all clients of the given master server or client name: giving a list of all images for the given client server or multiple client names tape ID(s)619Views0likes5Comments