Unable to access OpsCenter remote web console after upgrade to 7.6.0.2
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?Solved3.4KViews1like5CommentsOpsCenter - "Fatal error during installation" (upgrade from clean 7.5 to 7.5.0.4)
Hello, I have searched for any information about this but only found basic information and not real solution. The problem is with upgrading OpsCenter 7.5 to 7.5.0.4 Maintenance Pack. I am installing a clean OpsCenter software (basic version, not Analytics), version 7.5. Then I try to upgrade to 7.5.0.4 version but it always fails at Database Schema Upgrade stage and rolls back to 7.5 version with “Fatal error during installation”. The log does not give me any useful information. In the past I had issues upgrading from OpsCenter 7.0.1 to 7.5 (I had to scratch the database and install it clean, then I was able to “upgrade” – now I cannot even upgrade from a clean version of 7.5 to 7.5.0.4). A fragment of the log: 10-16-2012,13:20:47 : Started Service: SQLANYs_VERITAS_OPSCENTER 10-16-2012,13:20:47 : Started Service: OpsCenterServer 10-16-2012,13:20:47 : Started Service: OpsCenterWebServer 10-16-2012,13:20:47 : SRVRCustAct[Exit]::StartOpsCenterServerServices 10-16-2012,13:20:47 : GetLastErrorStringEntering Function GetLastErrorString 10-16-2012,13:20:47 : GetLastErrorStringExiting Function GetLastErrorString With return value Fatal error during installation. on Line No. 272 10-16-2012,13:20:47 : Return value for the Install action is : 1603 Error String : Fatal error during installation. 10-16-2012,13:20:47 : Call the API for Post Install configuration 10-16-2012,13:20:47 : CDlgInstallProgressBase::InstallProductExiting Function CDlgInstallProgressBase::InstallProduct With return value 1603 on Line No. 158 10-16-2012,13:20:47 : CDlgInstallProgressBase::OnInstallStopEntering Function CDlgInstallProgressBase::OnInstallStop 10-16-2012,13:20:47 : GetLastErrorStringEntering Function GetLastErrorString 10-16-2012,13:20:47 : GetLastErrorStringExiting Function GetLastErrorString With return value Fatal error during installation. on Line No. 272 10-16-2012,13:20:47 : Fatal error during installation. Operating System: Windows Server 2008 Standard SP2 x64 Has anyone ever found any real solution for this?3.3KViews1like21CommentsExclude certain Error codes from generating SNMP traps - Ops Center & HPOM
Hello Folks, We have been in the process of integrating NetBackup backup failure alerts with HP OML for auto-creation of the Incident tickets and get it auto-assigned to our operations ticketing queue. We have got some success in this integration, but there is still some kind of refinement we would like to do in that, as in for example, certain error codes should not generate SNMP traps and not being sent to HP OM and auto-generation of incident tickets for those can be avoided, for example, error code 1, 150 e.t.c to name of few. We just do not wish all backup-failure error codes to auto-generate an Incident ticket for us. How we can achieve that please ? NetBackup : 7.6.0.1 ( In cluster) Master Server/Ops-center server: Windows 2008 R2-64-bit Enterprise Ops-Center: 7.6.0.1 HP OML ( HP Operations Manager for Linux) : 9.10 ================================================================= Any help & guidance in this regard would be much appreciated. Please feel free to ask if any other info is required. =================================================================2.5KViews0likes9CommentsFirefox ver 39 is incompatible with OpsCenter - weak key reported
This morning I let Firefox update itself to version 39 and now it refuses to connect to OpsCenter 7.6.1.2 due to weak ciphers. Here's the error: An error occurred during a connection to <servernameeditedout>. SSL received a weak ephemeral Diffie-Hellman key in Server Key Exchange handshake message. (Error code: ssl_error_weak_server_ephemeral_dh_key) IE still worked (with complaints) so I know the webserver is there... I tried all the rebuild keystore KBs to no effect so I went digging more. Turns out the fault is in Program Files\Symantec\Opscenter\gui\webserver\conf in the file server.xml I tried editing the line that specifies what types of encryption can be allowed during the secure connection and just messed it up further since I'm not a security expert...I did get things to complain that there wasn't a compatible level of encryption if I deleted all the references to 128 bit stuff so I think I was on the right track but... I'm back on the reverted file and I guess I have to open a ticket with Support...Solved2.5KViews4likes5Commentscan not start web console after install Opscenter 7
im trying to install NBU and OpsCenter 7 in Redhat linux4 server(2.6.9-78.EL) in virtual enviromant. after install Option 1 (OpsCenter) setup show URL to connect to the console. reaching the url has following resule and exceptions: HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Servlet execution threw an exception org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:706) org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:677) com.symantec.nbu.web.index_jsp._jspService(Unknown Source) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) root cause java.lang.NoClassDefFoundError: Could not initialize class com.symantec.nbu.nom.service.common.NullableLong com.symantec.nbu.paf.util.DefaultConverter.getNullableLong(DefaultConverter.java:52) com.symantec.nbu.paf.dto.common.Converter.convert(Converter.java:43) com.symantec.nbu.paf.dto.common.Converter.convert(Converter.java:35) com.symantec.nbu.paf.agent.access.AccessAgent.fetchUserList(AccessAgent.java:42) com.symantec.nbu.paf.portal.access.AccessPortal.fetchUserList(AccessPortal.java:25) com.symantec.nbu.web.features.settings.usermanagement.delegates.UserDelegate.getBusinessObjectList(UserDelegate.java:35) com.symantec.nbu.web.features.common.security.SecurityHelper.getDomainListForLogin(SecurityHelper.java:60) com.symantec.nbu.web.features.common.action.LoginAction.setDomainList(LoginAction.java:393) com.symantec.nbu.web.features.common.action.LoginAction.execute(LoginAction.java:94) org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425) org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228) org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913) org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449) javax.servlet.http.HttpServlet.service(HttpServlet.java:617) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:706) org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:677) com.symantec.nbu.web.index_jsp._jspService(Unknown Source) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) note The full stack trace of the root cause is available in the Apache Tomcat/6.0.20 logs.2.5KViews1like14Commentshow to defrag Opscenter?
hi, we have a Opscenter7.1.0.1 running on Windows 2008 standard R2 with 2 processors/8G. it's a VM and houses the OpsCenter only. Recently we received CPU high unilization alerts from this server........and we narrow down the issue to the NetBackup OpsCenter services, when stopped the CPU load goes down to a low level. ...... and besides I found the following warning in "D:\Program Files\Symantec\OpsCenter\server\db\log\server.log" 04/17 14:32:06. Performance warning: Database file "D:\Program Files\Symantec\OpsCenter\Server\DB\Data\vxpmdb.db" consists of 1248 disk fragments 04/17 14:32:07. Performance warning: Database file "D:\Program Files\Symantec\OpsCenter\Server\DB\Data\symcOpscache.db" consists of 292 disk fragments.... it seems we need to defrag the Opscenter databases so as to increase data access and retrieval speed...I am not sure..but I wanted to try it since our OpsCenter has been running for about 10 months and manages 7 masters...the database must be very large.... my question is that : 1)how to defrag the database ? is that mean we need to purge some obsolete data? 2)I ran the "dbdefrag" today but I didn't see any change via the server.log ..so I ran it 3 times.......and after I ran this command what else do I need to do ? after defragmentation, how long is the data kept in Opscenter databases? D:\Program Files\Symantec\OpsCenter\server\bin>dbdefrag Stopping the OpsCenter Web Console Service... Stopping the OpsCenter Server... Stopping the OpsCenter Database... Terminate batch job (Y/N)? Y D:\Program Files\Symantec\OpsCenter\server\bin>dbdefrag Stopping the OpsCenter Web Console Service... Stopping the OpsCenter Server... Stopping the OpsCenter Database... Error in Export of vxpmdb Starting the OpsCenter Database... Starting the OpsCenter Server... Starting OpsCenter Web Console Service... D:\Program Files\Symantec\OpsCenter\server\bin>dbdefrag Stopping the OpsCenter Web Console Service... Stopping the OpsCenter Server... Stopping the OpsCenter Database...... sorry about so many questions...I am lost with this defragmentationSolved2.3KViews1like6CommentsOps Server can't comunicate whit Master Server
Hi, my OPS Center did not communicate whit Master (have work fine for 4 years). I've tried to remove and add master but i have this error message OpsCenter-10905:Action not permitted. Please verify that the OpsCenter host is listed in NetBackup configuration file (host properties or bp.conf) and/or trust is established in case of NBAC. Ops is on host properties of master I don't understood the part about trust.....Solved2.2KViews0likes5CommentsMonitor View displaying "The report did not return any data."
Hi, The problem is that in the Monitor View all Summary Panels display the message "The report did not return any data". We are using Symantec OpsCenter Analytics 7 to report on Backup Exec 11.5 This is a brand new OpsCenter Installation I have followed instructions for the installation I have followed instructions for the Agent and Data Collector configuration too We do not use NetBackup I have successfully installed the agent on the Backup Exec server. I have successfully added the agent into OpsCenter I have successfully added the Data Collector into OpsCenter The Issue: Agent Configuration: Help! Has anybody had the same issue? Can anybody help :) Thank you, Richard Moat2.2KViews0likes8CommentsOpsCenter 7.6.0.4 Report based on Retention Level
Hi, So I got this 5 pictures.Basicaly I want to create a report with no time bassis on retention level. I want it to show me Client Name, Policy name, Job protected size, Retention Level, Retention Period of the jobs only wiht a retention of >45 days. Simple right? see how I got retention level setted up in host properties(the interval, see picture 1) and add condition in the report. If the retention level is low than 45 days which in term of Opscenter mean Retention Level = interval(0,3) in my case (picture 1 + picture 2) with some simple columns like in picture 3 but I got no results. If I remove the condition Retention Level, and add time bassis like: 45 day before(picture 4+picture 5), I got data, but if I want to add Retention Level condition and play with it I get nothig, why? what i`ve done wrong? Any info you need to figure this out? And what the heck mens retention level -1, No retention? :))) expired? or can I set up a schedule without retention period? //George2KViews0likes2Comments