Quantcast
Channel: Symantec Connect - OpsCenter - Discussions
Viewing all 289 articles
Browse latest View live

Need OpsCenter Analytics Demo Key

$
0
0
I need a solution

Hi,

We Need OpsCenter Analytics Demo Key. We contacted symantec but just given few contact and licensing link but these didn't help us. Its very urgent for us. We have basic OpsCenter 7.5.0.6 but this don't fullfil our reporting criteria. Its count partial success backup as failed and down total success rate. Please help me to get one Trail license key for Analytics. Please send me mail at niteshry@gmail.com.

 

Thanks


Drive Paths Down Report - Need to adjust some items into this SQL report

$
0
0
I need a solution

I have this code, but I want to adjust some things.  I would think each path per media server would be up/down or disabled, I wouldn’t expect to see mixed for the drive state for an individual path.

Also for the report we were looking to see the % of drive paths available for a given media server.  Meaning, if a server has 12 drive paths and all of them are down then it would report 0% and investigation would be required immediately.  If 75% of the paths to that media server are up, immediate action may not be required. 

select M.friendlyName as "Master Server", TD.name as "Tape Drive", TDP.mediaServerName as "Media Server", TDP.devicePath as "Drive Path", DS.name as "Drive Status"
from nb_tapedrive TD, domain_MasterServer M, nb_TapeDrivePath TDP, lookup_DriveStatus DS
where TD.driveStatus = DS.id
and (M.id = TD.masterServerId)
and (TD.masterServerId = TDP.masterServerId and TDP.driveName = TD.name)
order by 1,3

 

Catalog Size Report needs last successful catalog backup time added

$
0
0
I need a solution

Can someone please help add this field into this report for me?

select M.friendlyName as "Master Server", cast(J.bytesWritten / 1073741824 as decimal(10,2)) as "Catalog Size (GB)"
from domain_jobarchive J, domain_MasterServer M,
(select masterServerId, max(startTime)as "startTime"from domain_JobArchive
where policyType = 35
group by masterServerId ) T
where J.startTime = T.startTime
and J.masterServerId = T.masterServerId
and J.policyType = 35
and J.masterServerId = M.id

 

OpsCenter 7.5.0.6 database maxes out

$
0
0
I need a solution

The OpsCenter database (dbsrv11.exe) maxes out the CPU. I have allocated 6 cores just to the database, and they are running 100% continuously.

I have done all the obvious stuff: defrag disk, defrag database, increase cache (32GB), add processors. The only thing that quiets the database is disabling data collection for 4 of my 7 appliances, the other masters do not seem to affect performance as much.

I already opened a case, but support seems clueless about the database. Has anyone had this problem on 7.5.0.6?

Opscenter Capacity report/nbdeployutil run as administrator issue

$
0
0
I need a solution

Hello

I Have run into an issue with nbdeployutil giving a "run as administrator" message eventhough it is started in an administrator command prompt

I have tried the recreate ../server/logs workaround without luck

Have created a case at Symantec support

Our Opscenter and Netbackup servers is version 7.5.0.5

Regards

Michael

 

 

Report for showing duplication of backups?

$
0
0
I need a solution

Has anyone been able to create a report, if possible, to show backups and if they have been duplicate (Copy 2,3, etc...)?  I want to be able to have a report that would show as an example:

Backup1

Backup2

Backup3

Etc.. up to say 10

 

Report would theoretically be able to show like:

Backups 1,2,4,5,6,8,9,10 had a duplication run against its image(s).  Backups 3, 7  no duplications shown.

 

It would probably be two reports if possible in OpsCenter.  Just not sure if OpsCenter can create this report?

BTW, We do have OpsCenter Analytics

Thanks

 

How to List all Alert Policies

$
0
0
I need a solution

I'm sure I saw a way of listing all the alert policies that have been set up in OpsCenter during a demo, could anyone tell me how it is done please?

 

Many thanks

Opscenter & LiveUpdate same server?

$
0
0
I need a solution

Is it recommended to have Opscenter and LiveUpdate on the same server? 

When I have IIS turned on for LiveUpdate it conflicts iwth Opscenter when I try tolog on via http with a 503 code.  Once I stop the IIS server and restart the Opscenter web services, I am able to log into opscenter without issue. 

I am looking at moving opscenter to a physical box (media server) with more memory, and removing it from the master server. 

Thanks, 


OpsCenter Creating huge (8+GB) temp file in the Windows directory.

$
0
0
I do not need a solution (just sharing information)

Found that OpsCenter (7.5.0.6) created a ~8.3 GB C:\windows\temp\sqla0000.tmp file.  It was 10 days old and still had an OpsCenter process attached. When I bounced OC it disappeared.

This is an interedting location I would have expected it to use its own temp location plus site only the lower end of  the "enterprise" scale.

Change OpsCenter Port Assignment

$
0
0
I need a solution

How to change opscenter port # from port 8443 to port 80?  No other services using 80. 

 

Ops Center report on Policy Keyword field

$
0
0
I need a solution

Presently have NB Master 7.1 and Ops Center 7.1 and need to work on a way to report on client jobs but showing the policy keyword field.  Background: client/server is a disk replicaiton target and hosts remote replicated data from various remote clients, server-side scripted backups a run to snapshot and mount these server volumes then stream to tape with the -k field being used to provide details.

I've read various articles on this forum but nothing has got me to a report that will provide this data and wondering if I have to go to SQL query to get the data as I need it?  I can do bpimagelist command on the Master server and get all the data I need to assume it's all present in Ops Center and just my lack of knowledge that's the issue.

I'm also considering if Ops Center 7.5 may be necessary?  Appreicate your time and input...

How to create the report for one day how much data is replicating from source serve to destination server.

$
0
0
I need a solution

I have a customer who is looking to Create a Report for one day  and how much data is replicating from  the source to the Destination Server, '

 

Would someone know how to create such report

1384360727
2500991

update to 7.5 takes HOW LONG?

$
0
0
I need a solution

Started upgrade from 7.1.0.3 to 7.5 over 90 minutes ago, says "...may take some time based on database size"

Log file says "ALTER TABLE domain_Image ..."

 

Is this normal for 300Mb database?  Should I kill it and start again?

 

Problem exporting queries.

$
0
0
I need a solution

I have some normal and some custome queries that I want to export in CSV in order to set them nice and presentable in an excel sheet.

 

Now the problem I am having, is that the report generates about 10.000 lines, and when I export it, it only transfers the first 4000 lines.

As you can see, this is a very anoying problem, and truth is I have no idea why is it happening, and don´t know if there is a way to walk around it. I asked several guys over here, and no one seems to have a clue.

 

Any chance someone here knows a trick?

 

BTW, Opscenter 7.5.0.4

 

Opscenter Center is showing a Domain as Retired (State Column)

$
0
0
I need a solution

Hello,

After a DR we had the master server previously added to Opscenter is now showing as retired. Is there a way to change this Status. I don't to want to delete it because its going to lose its data. Is there a way to merge data between the retired and the " new domain" ?

 

Thanks


How to purge some domains info from Opscenter db

$
0
0
I need a solution

Hello,

We need to create a newm opscenter domain using the the database we have today. We need to keep only one domain at this new opscenter and we want to purge all the database not releated to this domain and from the current opscenter database. The purpose is to keep the legacy of this domain and assign a new opscenter to it. Is there a way o do it?

Needs a Only Successful main Job Reports

$
0
0
I need a solution

Hi,

 

I am new on opscenter queries. I need a report displays only the successful backup job reports last 24 hours. does the anyone have this query ?

 

Change of appliance/master media set up & reporting

$
0
0
I need a solution

I currently have 2 NBU 5200 appliances and these are both individual master/media servers. For OPscenter (non analytics) reports I use the viewbuilder and have added in the server objects to create the reports from both appliances (as I use air replication/SLP to replicate the data to the other appliance).

I am in a position now to add a new server to be the master and set up 2 new appliances which will be media servers and will eventually take over from the existing appliances.

How do I deal with the OPScenter reporting aspect of this situation? Given that the original appliances will still be retained for their backup data and recoveries?

 

 

Has anyone experience in this situation? I am imagining that I will have to recreate all views etc to include the new server objects from the new master server?

Any info much appreciated.

Accessing a users Private Report

$
0
0
I need a solution

Hi all,

We have a user who created a private report and setup a schedule to email it each day. The user has now left and we need to modify the report... does anyone know how we can actually access the report? I'm logged in as a security administrator and still can't view it anywhere...

 

Any help would be appreciated.

Thanks!

Alert Policies

$
0
0
I need a solution
Hello,
 
Policies to create log shipping and also need to configure the recipient system?
 
Thanks.
Viewing all 289 articles
Browse latest View live


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