Welcome to your hub for enterprise data protection discussions. Learn more about recent changes to the VOX Community here.
Forum Widgets
Recent Discussions
OpsCenter - NetBackup User Name and Password
In setting up OpsCenter with new master servers (Win2K8R2) with Advance Data Collection Properties and Enable License Deployment Data Collection, I can not get OpsCenter to accept the User Name and Password. I can not find any documentation on howto set up a username and passord for accessing the Master server from OpsCenter. I have the OpsCenter agent on the Master server, yet I stll get "User name/Password is not set for this Master Server" Any suggestions on how to set this up? Thanks for any help.15KViews1like9CommentsOpsCenter will not connect to Master Server after upgrading both to 7.5.0.3
We recently upgraded 2 of our NBU servers to 7.5.0.3. These are both Windows 2003 R2 64-bit servers. We had already upgraded theOpscenter to 7.5.0.3 prior.This OpsCenter server collects data from 4 Servers. Before the upgrade everything was fine. We've noticed in the past week though, the 2 servers we upgraded will not connect in OpsCenter. It is not collecting data or alerts or reports. After reading through some forums about similar problems, I cleared the hosts cache. We use hosts file and not DNS. The bptestbpcd command had this output: <16>bptestbpcd main: Function ConnectToBPCD(cts-nbu-ops-01) failed: 25 cannot connect on socket Not sure what happened, but we use hosts file and that didn't change. PBX is running. I've restarted the Opscenter server and services. I disabled and enabled data collection on OpsCenter. The same results happen on the other NBU server we upgraded to 7.5.0.3. OpsCenter says "OpsCenter-10915:OpsCenter machine is not reachable from the specified master server." when trying to connect Please help. We need this to work. If anyone can think of anything else to try, I would really appreciate the assistance.6.6KViews0likes10CommentsOpsCenter not connected to master server
Hi all, I'm new to OpsCenter and I'm having difficulties making it communicate with my master server. Current setup: - master is 6.5.3.1, running on Solaris 9, 32-bit; no media servers in my config - I've installed OpsCenter 7.0 on a Windows 2003 machine, 32-bit All went fine with the installation, Ihad some trouble starting Tomcat but I managed to bypass those and now I have a fully functional server and a nice, clean GUI up and running. What I don't have is a functional connection between OpsCenter and the master. Here's what I did, chronologically: installed OpsCenter, ViewBuilder, ICS and Agent on the Windows host checked host2host connectivity (bpclntcmd -ip/hn are OK, ping and telnet on port 1556 work fine) checked if the master has the windows host in the "Servers" list -> OK checked if /opt/VRTSpbx/bin/pbx-exchange is running on the master -> OK checked if nbsl daemon is running on the master -> OK "nbregopsc -add" isn't recognized on the master, I assume it only works in NBU7.0 and above in terms of agent configuration, I've created one from the GUI (since the master is 6.5) yet since OC is not connected, nothing gets collected I've restarted the OC server multiple times checked nbproxy, which seems OK too: bpps -x | grep nbproxy root 4387 26800 0 Jan 20 ? 0:00 sh -c "/usr/openv/netbackup/bin/nbproxy" dblib nbpem_cleanup root 4388 4387 0 Jan 20 ? 0:01 /usr/openv/netbackup/bin/nbproxy dblib nbpem_cleanup root 3920 3918 0 Jan 20 ? 0:08 /usr/openv/netbackup/bin/nbproxy dblib nbpem_email root 26806 26800 0 Jan 20 ? 0:00 sh -c "/usr/openv/netbackup/bin/nbproxy" dblib nbpem root 26792 26791 0 Jan 20 ? 0:11 /usr/openv/netbackup/bin/nbproxy dblib nbjm root 3918 26800 0 Jan 20 ? 0:00 sh -c "/usr/openv/netbackup/bin/nbproxy" dblib nbpem_email root 14478 14477 0 18:27:42 ? 0:01 /usr/openv/netbackup/bin/nbproxy libminlic -mgrIORFile -LicenseManager-3.ior.mg root 26791 26787 0 Jan 20 ? 0:00 sh -c "/usr/openv/netbackup/bin/nbproxy" dblib nbjm root 14477 26862 0 18:27:42 ? 0:00 sh -c "/usr/openv/netbackup/bin/nbproxy" libminlic -mgrIORFile -LicenseManager- root 26807 26806 0 Jan 20 ? 4:36 /usr/openv/netbackup/bin/nbproxy dblib nbpem I'm guessing I'm doing something wrong here, and I suspect the fact that the agent needs to be installed actually on the master server, NOT on the OC host. If so, please confirm, this particularly important aspect is not clearly stated in the OC admin guide (but I've pretty much given up hopes of seeing proper English and a decent logical flow of ideas in Symantec's documentation, after stumbling upon this: "Either delete the user backup schedule that is a copy from a full or incremental schedule that has the calendar base schedule and recreate the user backup schedule or modify the existing user backup schedule by changing the backup type to full backup and then de-select the calendar base and change it back to user backup type schedule." If someone can translate that, I'd be really grateful...). If my master is running on Solaris I suppose I'd need the Solaris agent? Is there any patch I need to apply to my version of OC (7.0)? Any authentication issues between the two servers I should be aware of ? Below is the security.conf file from the Windows OC host: #Last Updated on #Fri Aug 14 15:58:26 IST 2009 vxss.portnumber=2821 vxss.pbxportnumber=1556 vxss.hostname=localhost vxss.password=EQWWPZUwh5o= vxss.username=admin vxss.domainName=broker I've already executed on the OC host the following command, with it being the resource broker, to no avail: ./vssat setuptrust --broker <RootBrokerMachine>:<port> --securitylevel high Thank you for whatever useful advice you can give me.Solved6.3KViews2likes8CommentsWeb Services API for OpsCenter
Hi I've been searchign around for information on a web services API into OpsCenter, but so far have drawn a blank. Is there a web services API that can be used to integrate into other applications? If so can you point towards further information. Thanks. Nick.5.6KViews0likes12Commentsopscenter customized sccript issue
SELECT DISTINCT B.friendlyName as 'Master Server', A.clientName as 'Client Name', A.policyName as 'Policy Name', LIST( DISTINCT A.statuscode) as 'Status Code', ( select DATEDIFF(DAY,UtcBigIntToNomTime(MAX(CKP.endTime)),GETDATE()) as 'Days since Last successful' from domain_JobArchive CKP where CKP.masterServerId = A.masterServerId AND CKP.id = CKP.parentJobId AND CKP.clientId = A.clientId AND CKP.policyId = A.policyId AND CKP.policyName = A.policyName AND CKP.policyType = A.policyType AND ( CKP.statusCode = 0 OR CKP.statusCode = 1 ) ), ( select UtcBigIntToNomTime(MAX(BKP.endTime)) as 'Last successful' from domain_JobArchive BKP where BKP.masterServerId = A.masterServerId AND BKP.Id = BKP.parentJobId AND BKP.clientId = A.clientId AND BKP.policyId = A.policyId AND BKP.policyName = A.policyName AND BKP.policyType = A.policyType AND ( BKP.statusCode = 0 OR BKP.statusCode = 1 ) ) FROM "domain_JobArchive" A , "domain_masterserver" B WHERE A.masterServerId = B.id AND A.id = A.parentjobid AND DATEDIFF(hour,UtcBigIntToNomTime(A.endTime), GETDATE()) <= 120 AND ( select DATEDIFF(DAY,UtcBigIntToNomTime(MAX(CKP.endTime)),GETDATE()) as 'Days since Last successful' from domain_JobArchive CKP where CKP.masterServerId = A.masterServerId AND CKP.id = A.parentJobId AND CKP.clientId = A.clientId AND CKP.policyId = A.policyId AND CKP.policyName = A.policyName AND CKP.policyType = A.policyType AND CKP.scheduleType = A.scheduleType AND ( CKP.statusCode = 0 OR CKP.statusCode = 1 ) ) > 0 AND A.scheduleName != 'user_backup' AND A.statusCode not in (0,1,190,199,230,239,240,800,1000) AND A.policyName NOT LIKE 'SLP_%' AND A.type IN (0,22,28) AND A.scheduletype not in (-1,2) Group by A.clientName,A.masterServerId,A.policyName,B.friendlyName,policyType,scheduleType,clientid,policyid ORDER BY B.friendlyName , A.clientName Hi ALL, I am using above opscenter custom scripts to generate what all backups that do not have run from past 120 hrs.Its giving me good result.Appreciate. My query is:The query is giving the client name as media server where we have Vmware policies with query rule selected. masterma1 mediame01 pol1 156 3 Feb 28, 2019 3:31:00 AM here the client tab contains the media server name.I want the client VM name here instead of the media server name. i want the output to have the VM name instead of the Media server name. Can the modified script be provided to meSolvednoazara6 years agoLevel 65.4KViews0likes17CommentsOpscenter upgrade from 7.6.0.3 to 8.0
Hi , I'm planning to upgrade the Opscenter to 8.0 which is installed on Windows Server 2008 R2 (64bit OS) Current version : 7.6.0.3 Is this change feasible or should I be upgrading to 7.7.3 first and then to 8.0 Kindly help. I have only the Integrated agent on the Netbackup Opscenter Analytics( Verified in Settings> Configuration > Agent) ,so please confirm if I only have to do the second step "2.Upgrade Opscenter Server" . I have downloaded only one file: OpsCenter_8.0_WinSolveddugga8 years agoLevel 44.3KViews0likes11CommentsDaily backup report using symantec netbackup opscenter analytic
Here's my question: I would like to be able to generate following reports from opscenter in a tabular form from my opscenter analytic on a daily basis formymanagement. 1. Total jobs executed in 24hrs 2. Successful jobs in last 24hrs (Status 0) 3. Partially successful jobs in last 24hrs (Status 1) 4. Failed jobs in last 24hrs 5. Data backed up in last 24hrs 6. Total number of tapes used. Will there be away to have these reports all under one subject/heading? Will greatly appreciate any help with sql query or some other way to get this done in my opscenter analytic. Thank youSolved4.3KViews0likes12CommentsOpscenter/netbackup - SQL query to have a weekly report: Policy with start Time and End Time
Hello, The goal is to have a gantt diagramm (made with excel)for the last weekthat show for each policy the start time and the end time. I found some report on opscenter to have this kind of information but only by client. I would like to have a SQL query that give me these informations on a policy basis. Exemple: Policy name Start Time End Time (or duration) Policy 1 27.07.2015 22:00 27.07.2015 23:18 Policy 2 27.07.2015 22:30 27.07.2015 23:01 Policy 1 28.07.2015 22:00 28.07.2015 23:19 .... Do you have any idea on the best/easiest way to do that? Regards JaySolved4.2KViews0likes12CommentsLooking for custom OpsCenter Analytics SQL Script
Looking for custom OpsCenter Analytics SQL Scripts that was used during the Symantec Vision 2010. I have attached the document were it references the scripts text files that contain the script information. This might be a hard find but if any one could share those scripts I would appreciate...Thxs OCA Custom SQL 1.txt andOCA Custom SQL 2.txtSolved3.9KViews1like10CommentsOpsCenter Java Logging to 'systemprofile'
We have a dedicated OpsCenter server running, version 7.5.0.1 on Windows 2008 R2. There are a number of Java log files in C:\Windows\System32\config\systemprofile, currently 11 of them: java0.log, java1.log through to java11.log ... most of these files are approximatley 348MB The concern is that left unmanaged these will continue to be created possibly exhausting space on the OS drive. I could setup a process (scheduled task or similar) to manage these by deleting old files but I think it should be possible to configure something to manage them automatically. Our questions are: 1) Are these logs rotating already? 2) If the logs are not being rotated, can they be configured to rotate? 3) If applicable where are the settings to manage the rotation of these logs configured?Solved3.9KViews1like5Comments