Quantcast
Channel: Symantec Connect - Backup and Recovery - 讨论
Viewing all 419 articles
Browse latest View live

OpsCenter change report default output name

$
0
0
我需要解决方案

We need to use OpsCenter email report tool to open incidents at Remedy (BMC Remedy7603 , ITSM Suite v.7603). The Remedy admins are asking for the same attached report name every time the report runs

 

ex. OpsCenter_PREVIOUS_DAY_FAILED_BACKUPS.PDF

 

Although OpsCenter exports every time a different name, with a reference to the date and the hour that the scheduler has run.

 

ex. OpsCenter_PREVIOUS_DAY_FAILED_BACKUPS_20_06_2014_11_16_AM.PDF

 

 

 

Is there a possibility to change the default output structure of name for the reports?


OpsCenter field name

$
0
0
我需要解决方案

IHAC who wants to build a query to return all failed SQL jobs and include the database name. I have gotten that far.

The catch is...he wants it to also filter by retry attempt. He has jobs that fail on attempt one but finish on attempt 2.

He wants to filter those out. I know SQL well enough to write that query if I can find the database field to query by.

Any help is appreciated

Opscenter Analytics copy reports definition to another Opscenter

$
0
0
我需要解决方案

smileyHi all

Version Netbackup / Opscenter Analytics 7.6.0.2

We would like to copy the Opscenter Report definition (template) to another Opscenter system .

 

Thanks

Infoniqa SQL AG röbi

 

OPS Center SQL Query

$
0
0
我需要解决方案

Hi All

 

I am looking for SQL query which provides all offline clients list and deactived policy list.

 

Could any one help with the script.

Thanks-----

Need a Report for Exchange 2010 DAG Backups

$
0
0
我需要解决方案

I need some assistance with generating a report from either OpsCenter Analytics or A Script that shows only the databases backed up, and amount of the backup data.  Right now i use a client report but it shows to much data ex: 

 

FILEBACKUP 123 0 C:\Program Files\Veritas\NetBackup\online_util\fi_cntl\bpfis.fim.okc-tp1.loves.com_1403569866.1.0.MIS_SG1UD_ES.MetaData.txt

EXCHGDATA 47 Microsoft Information Store:\PublicFolder_DB01\ 270532609 16 130480435015923556 130480435015923556 130480435015923556 0 0 0

vexcmbxp03

FILEBACKUP 131 0 C:\Program Files\Veritas\NetBackup\online_util\fi_cntl\bpfis.fim.okc-tp1.loves.com_1403569864.1.0.MIS_SG6UD_ES_MES_MIS.MetaData.txt

vexcmbxp03

SCC_DATA 121 Microsoft Information Store:\OKC-TP1-DB05\User?Data\Exchange Server\Microsoft Exchange Server\Microsoft Information Store

vexcmbxp03

SCC_DATA 153 Microsoft Information Store:\OKC-TP1-DB11\User?Data\Exchange Server\Microsoft Exchange Server\Microsoft Information Store\Replica\VEXCMBXP03\OKC-TP1-DB11

vexcmbxp03

FILEBACKUP 139 0 C:\Program Files\Veritas\NetBackup\online_util\fi_cntl\bpfis.fim.okc-tp1.loves.com_1403569864.1.0.MIS_SG6UD_ES_MES_MIS_Replica.MetaData.txt

vexcmbxp03

SCC_DATA 129 Microsoft Information Store:\OKC-TP1-DB05\User?Data\Exchange Server\Microsoft Exchange Server\Microsoft Information Store\Replica

vexcmbxp03

SCC_DATA 121 Microsoft Information Store:\OKC-TP1-DB02\User?Data\Exchange Server\Microsoft Exchange Server\Microsoft Information Store

 

Report OpsCenter, size policy

$
0
0
我需要解决方案

Hi all!

Im looking for a way to collect the total disk used for a policy. I am able pull data server by server but have not found a way to get data for a whole policy.

 

Master server: windows 2008.

NB: 7.6.0.2

OpsCenter : 7.6.0.2

 

BR

Fredric

Opscenter Reporting

$
0
0
我需要解决方案

Hi Techiz,

 In the query below when I am using DATEDIFF, its not giving me correct date range output.

 

SELECT
nb_JobFilesArchive.jobId as 'Job id',
domain_JobArchive.clientName as 'Client',
domain_JobArchive.policyName as 'Policy Name',
domain_JobArchive.scheduleName as 'Schedule Name',
lookup_JobStatusCode.name as 'Exit Status',
(domain_JobArchive.bytesWritten / 1024) as 'Size in KB',
nb_JobFilesArchive.fileinfo as 'File List',
UTCBigIntToNomTime(domain_JobArchive.startTime) as 'Start Time',
UTCBigIntToNomTime(domain_JobArchive.endTime) as 'End Time'
FROM (domain_JobArchive inner join nb_JobFilesArchive on nb_JobFilesArchive.jobId=domain_JobArchive.id) inner join lookup_JobStatusCode on domain_JobArchive.StatusCode=lookup_JobStatusCode.id
AND DATEDIFF(hour,UTCBigIntToNomTime(domain_JobArchive.startTime),GETDATE())<=24;

 

DATEDIFF(hour,UTCBigIntToNomTime(domain_JobArchive.endTime), GETDATE()) <= 24

even if i use

DATEDIFF(day,UTCBigIntToNomTime(domain_JobArchive.endTime), GETDATE()) <= 1

 

Number of rows are pretty less, not showing all status for 24 hours, How do I achieve it? More over the report it generates, shows rows in thousands and each page i check has the same set of entries and when I email it i get only 250 rows.

 

Thanks

Sid

1404316533

Rename .csv output of a report

$
0
0
我需要解决方案

Good morning!

I have a report that is emailed to me daily (it's a .csv file of the jobs from the last 24 hours). The .csv filename is really really long, and I wanted to shorten it and make it simple. I know I have stumbled across this once (and I wished I had changed it then!) but now I can't find it... where would I change the name of that output file?

Thanks in advance :)

Susan


Unable to access OpsCenter remote web console after upgrade to 7.6.0.2

$
0
0
我需要解决方案

Hi all, 

Just upgraded our OpsCenter (Windows) from v7.5.0.6 to v7.6.0.2.

I can access to webgui locally when logged onto the server, but now cannot connect remotely - "Internet Explorer cannot display the webpage".

- I have recreated the webapps folder as per TECH206842 > still cannot access the web console remotely.

- Have also tried via IP - https://10.xx.xx..xx/opscenter> No go.

- Web server logs are not giving me any info.

 

Any ideas?

SLP reporting help

$
0
0
我需要解决方案

As a newbie I could use some help.  I am trying to find/create a report that will show me the SLP name and what it has for; Operation, window, storage, retention period & target master as well as what policies it is associated with.  I am using OpsCenter 7.6.0.1 

Any help would be appreciated.

Thanks

New To OpsCenter

$
0
0
我需要解决方案

Hey All,

 

 Pretty new to OpsCenter...  How do I order the reports in a specific order?  I've looked through the NetBackup OpsCenter Reporting Guide, but I don’t see anything there that has to do with ordering the reports in a specific order.

 

Thanks

Opscenter Report Equivalent to bppllist -U

$
0
0
我需要解决方案

 

I have a customer  who  has Opscenter 7.6.0.2 and in the Monitor Policy area he can view all his policies and  all the clients listed in it along with backup selections etc.

 

However there is not a way to export this to a csv or any other type of format

 

Is there is anyway in Opscenter he can generate a report to  give  all the Policy  information  equivalent to  the bppllist –U  command

 

There has been a lot questions on this in the past  but always refers back to  the  netbackup command line  bppllist –U

opscenter report showing amount of data backed up and tapes used

$
0
0
我需要解决方案

Hi, i have ops center analytics and i would like to get the following information in a report.

 

we have about 50 different customers in netbackup and i need to create indivdual reports for each.

 

I would like the reports to generate data for a group of policies that make up one customer.

 

so, for customer xyz which may include 10 different policies i need the following information every month:

amount of GB's or TB' backed up

 

All of our data is backed up to disk first then to tape.

 

 

I also need in this repot a listing of all tapes used for each customer. Each customer has their own volume pool.  I also need it, in some manner, to display the retentions of these tapes.  The reason i need this is because 1 month retentions are free, but anything over 1 month has a cost associated.

 

in my mind it would look somethign like this, or maybe it would need to be more than 1 report which is ok but 1 report would be awesome.

I dont expect the customer name to be listed anywhere other than in the title of the report.

protected data      # of tapes active or full  # of tapes with retention 0   # if taps with retention 1             # of tapes with retention N

80.45 TB                         121                                       12                                       34                                                       23

 

make sense?  i REALLY hope someone can help me out!

Opscenter report

$
0
0
我需要解决方案

Hi All,

 

I need one opscenter report named as 'Global NBU success past 24 hrs' including below fields:

Region(Master server),Location(Master server),Master Server Name,No. of successful client,No. of failes clients,Total clients,% of successful clients,% of failed Clients.

 

All reports in Opscenter are related to job success or failure rate but I need report on client success and failure. If anybody having any idea than pls share.

 

 

Thanks

 

 

Question about Ops Center Alerting

$
0
0
我需要解决方案

Hello,

 

I am trying to set up alerts for freezing of tapes, suspended tapes, and tape drives going down using Ops Center Version 7.5.0.3.  The problem I am having is that when the alerts come into monolith there is not enough of a differentiation between the 3 different alert traps.  This is causing some confusion on which alert is for which.  Is there any way to edit these generated alert traps in order to put specific information into them so they are more visible into which alert is firing?

 

Thank you!


OPS ANALYTICS SQL QUERY

$
0
0
我需要解决方案

Dear all,

 

I need assistance in order to to create the following report using SQLquery at OPS Center Analytics:

 

HOST

FULL

SCHEDULE JOB COUNT

FULL

SCHEDULE SUCCESFULL JOB COUNT

FULL

SCHEDULE FAIL JOB COUNT

FULL

SCHEDULE SUCCESS RATE

INCREMENTAL 

SCHEDULE JOB COUNT

INCREMENTAL 

SCHEDULE SUCCESFULL JOB COUNT

INCREMENTAL 

SCHEDULE FAIL JOB COUNT

INCREMNETAL 

SCHEDULE SUCCESS RATE

CLIENT1105550%50302060%
CLIENT2        
CLIENT3        

 

Thank you in regards.

OpsCenter Agent for RedHat?

$
0
0
我需要解决方案

Capacity License Report requires OpsCenter Agent.  I see agents for Windows and Solaris.  So this feature is not available for RedHat Master? 

 

Server.conf file in Symantec Opscenter 7.5.0.6

$
0
0
我需要解决方案

Hi All,

Can you plz help me find meaning of various terms in server.conf file of Symantec Opscenter.

Like C is for cache size etc.

 

Many Thanks,

 

How to create an email report just on failed backups-OpsCenter

$
0
0
我需要解决方案

Hi,

 

I am new to OpsCenter.

Wanted to know if there is an easy "how-to" article to setup a daily email report on failed backups. HTML view.

 

Thanks!

Ops Center skipped files reporting-drilling down detalis needed

$
0
0
我需要解决方案

Hi all,

I can run the skipped files report normally from ops center but doesn't quit give me all the information I need.

 

When logged into ops center you can drill down and see which files have been skipped.

 

Is there any way I can have this information included in the report that's emailed?

 

If drill down into a client and the email it, it shows the skipped flies.

 

But I need this included in the report from the outset.

 

Hope this make sense!!

 

Cheers Jonathan.

Viewing all 419 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>