Script for updating OpsCenter server entry on multiple Backup domain
I have to add new OpsCenter server entry in matser server properties for 500+ Backup domains. Could you please share if any script or easiest way to update the same instead of manully logging on each master and update through GUI (Hostproerties --> servers --> OpsCenter Servers).504Views6likes1CommentOpsCenter WebServer Service Not Starting
I've been tasked to install OpsCenter onto a VM. The install completed successfully, but when I try to connect to the applicaiton I'm unable to. I've checked the services, and everything except the OpsCenter WebServer Service is running. OpsCenter is installed and running in another environment. I've compaired the configuration in both VMs and I've not been able to find any differences at this time. This is for OpsCenter 7.5 running on a VM Windows 2008. In the OpsCenterWebSrvService log I did find this: Command to Run: "D:\Program Files\Symantec\OpsCenter\gui\WEBSERVER\bin\catalina.bat" run Executed in D:\Program Files\Symantec\OpsCener\gui\ Process : "D:\Program Files\Symantec\OpsCenter\gui\WEBSERVER\bin\catalina.bat" run Created with Process ID: 288 ---- Command output log --- Error:Process exited with error code = 255 CProcessMgmt[Exit]::CreateProcess CProcessMgmt[Exit]::ApplyEnvValuesAndLaunchProcess The process has been either terminated explicity or the process itself threw and exception & thus terminated CProcessMgmt[Exit]::StartProcess StartProcess API call failed CServiceWrapper[Exit]::StartProcess CServiceWrapper[Entry]::StopService CServiceWrapper[Entry]::StopService- OpsCenterWebServer Anyone have any ideas?747Views3likes1CommentBUG: OpsCenter 7.1 Installation (error: incorrect format: unknown tag)
New installation of OpsCenter 7.1 on Red Hat Enterprise Linux Server release 6.0 (Santiago). Problem: During installation of OpsCenter 7.1 you may receive the below output and error messages: ------------------------------- Performing configurations on <server name> Setting environment variables sh -x error: incorrect format: unknown tag/SYMCOpsCenterServer/bin/configureEnv.sh -jreHome error: incorrect format: unknown tag/latest -platform Linux_x86_64 -serverInstallDir error: incorrect format: unknown tag/SYMCOpsCenterServer -guiInstallDir error: incorrect format: unknown tag/SYMCOpsCenterGUI -atServerInstallDir error: incorrect format: unknown tag/VRTSat/ -installationType 2 -configDir error: incorrect format: unknown tag/SYMCOpsCenterServer -opsCenterHostName whqnbu01p -isClustered 2 sh -x error: incorrect format: unknown tag/SYMCOpsCenterGUI/bin/configureEnv.sh -jreHome error: incorrect format: unknown tag/latest -platform Linux_x86_64 -serverInstallDir error: incorrect format: unknown tag/SYMCOpsCenterServer -guiInstallDir error: incorrect format: unknown tag/SYMCOpsCenterGUI -atServerInstallDir error: incorrect format: unknown tag/VRTSat/ -installationType 2 -configDir error: incorrect format: unknown tag/SYMCOpsCenterServer -opsCenterHostName whqnbu01p -isClustered 2 Copying war file Setting up GUI error: incorrect format: unknown tag/SYMCOpsCenterGUI/bin/goodies/configureGUI.sh error: incorrect format: unknown tag/SYMCOpsCenterGUI/bin/goodies/createSSLStore.sh error: incorrect format: unknown tag/SYMCOpsCenterGUI/bin/goodies/configureWSDefaults.sh error: incorrect format: unknown tag/SYMCOpsCenterGUI/bin/goodies/configurePorts.sh -httpPort 80 -httpsPort 443 -shutdownPort 8105 -keystoreFile error: incorrect format: unknown tag/SYMCOpsCenterGUI/Security/keystore error: incorrect format: unknown tag/SYMCOpsCenterGUI/bin/goodies/configureMemory.sh Setting up PBX Setting up links Setting PostInstall Configurations error: incorrect format: unknown tag/SYMCOpsCenterServer/bin/postinstall.sh Setting up the Database error: incorrect format: unknown tag/SYMCOpsCenterServer/bin/configureDb.sh -dbDataFileLocation "/var/symantec/OpsCenterServer" -dbTempFileLocation "/var/symantec/OpsCenterServer" -clusterMode "2" Creating Links for dbsrv11 and dbsrv11.lic Configuring VxAT Updating VxAT parameters error: incorrect format: unknown tag/SYMCOpsCenterServer/bin/configureAt.sh -installationType 2 -vxssHostname localhost -vxssPort 2821 -vxssPbxPort 1556 -vxssUsername admin -vxssPassword Vxadmin -vxssDomain broker ------------------------------- --Installation log file: (bold text) 9:40:41 exec LANG=C /bin/rpm -q VRTSatServer 2>&1 9:40:41 VRTSatServer-4.3.46.0-0.i386 9:40:41 exit=0 9:40:41 exec LANG=C /bin/rpm -q --queryformat '%{INSTALLPREFIX}' VRTSatServer 2>&1 9:40:41 error: incorrect format: unknown tag 9:40:41 exit=0 9:40:41 exec LANG=C /bin/ls /var/VRTSat/.VRTSat/profile/VRTSatlocal.conf 2>/dev/null 9:40:41 /var/VRTSat/.VRTSat/profile/VRTSatlocal.conf 9:40:41 exit=0 9:40:41 exec LANG=C /bin/grep Mode "/var/VRTSat/.VRTSat/profile/VRTSatlocal.conf" 2>&1 9:40:41 "Mode"=dword:00000000 9:40:41 exit=0 9:40:41 Mode is [0] 9:40:41 exec LANG=C /bin/ls /etc/vx/VRTSnom/InstallPath 2>/dev/null 9:40:41 9:40:41 exit=2 9:40:41 exec LANG=C /bin/rpm -q VRTSccsvs 2>&1 9:40:41 package VRTSccsvs is not installed 9:40:41 exit=1 9:40:41 exec LANG=C /bin/ls /etc/SuSE-release 2>/dev/null 9:40:41 9:40:41 exit=2 9:40:41 exec LANG=C /bin/ls /etc/redhat-release 2>/dev/null 9:40:41 /etc/redhat-release 9:40:41 exit=0 Cause: rpm querytag INSTALLPREFIX is no longer a valid tag with rpm-4.8.0-12 or greater. Fix: Either Symantec will update the below recommendation with a patch release or you'll have the edit the file manually by change the querytag from INSTALLPREFIX to PREFIXES. Update below Perl script: (Within the OpsCenter extraction) 1. Edit the below file: OpsCenter_7.1_X64/LinuxR_x86_64/Server/scripts/CPI/prod/common/Utils.pm 2. Find the below line: (around lines 49) if ($CPI::SYS{$sys}{OS} eq "Linux"){ $baseDir = CPI::do_sys($sys, "$CPI::PLAT{Linux}{RPM} -q $pkg"); if ($baseDir =~ /not installed/){ $baseDir=""; }else{ # Need to write in a hack for VEA here # The rpm doesn't have INSTALLPREFIX defined # so rpm returns "(none)" which causes problems. # B/c it's non-relocatable, let's just set to /opt if ($pkg eq "VRTSob"){ $baseDir="/opt"; } else { $baseDir = CPI::do_sys($sys, "$CPI::PLAT{Linux}{RPM} -q --queryformat '%{INSTALLPREFIX}\n' $pkg"); } } } 3. Change the above lines to the BOLD lines below: if ($CPI::SYS{$sys}{OS} eq "Linux"){ $baseDir = CPI::do_sys($sys, "$CPI::PLAT{Linux}{RPM} -q $pkg"); if ($baseDir =~ /not installed/){ $baseDir=""; }else{ # Need to write in a hack for VEA here # The rpm doesn't have INSTALLPREFIX defined # so rpm returns "(none)" which causes problems. # B/c it's non-relocatable, let's just set to /opt if ($pkg eq "VRTSob"){ $baseDir="/opt"; } else { $baseDir = CPI::do_sys($sys, "$CPI::PLAT{Linux}{RPM} -q --queryformat '%{PREFIXES}\n' $pkg"); } } } 4. Save & Exit, re-run installation1.1KViews3likes0CommentsOpsCenter 7.6.0.1 on Linux not starting (ops_atd)
Doing some testing with NBU 7.6.0.1 and running into an issue with OpsCenter. I've got a CentOS 6.5 sysetm that I've installed OpsCenter onto. The installation reported as successful. But, the new ops_atd will not start. It seems to be looking for some libraries in the /opt/VRTSat/plugins directory. Of course, there is no /opt/VRTSat/plugins directory since the "regular" version of VRTSat is not installed any longer. Started by going into the /opt/SYMCOpsCenterServer/authbroker/bin directory to look at the vxatd.log file. Nothing other than stating "At Init successful". Used the command "./vssat setloglevel -l 4". This generated some additional information: (7050|140461559543584) At Init successful. (7050|140461559543584) Initialized local configuration successfully *** Broker Not In FIPS mode *** Jan 29 11:21:00 2014:50826,18,0,7050,3244062496,debug,AT,8: (7050|140461559543584) Warning! Unable to Load Unified Logging settings. Jan 29 11:21:00 2014:50826,18,0,7050,3244062496,debug,AT,8: (7050|140461559543584) Check if Unified Logging configuration exists for ProductID 50826 and OriginatorID 18. Jan 29 11:21:00 2014:50826,18,0,7050,3244062496,debug,AT,8: (7050|140461559543584) Actual Logging file name doesnt match with bootstrap log file name Jan 29 11:21:00 2014:50826,18,0,7050,3244062496,debug,AT,8: (7050|140461559543584) Finishing boot strap logging Jan 29 11:21:00 2014:50826,18,0,7050,3244062496,debug,AT,8: (7050|140461559543584) Detailed broker log would be available at /var/VRTSat/log/vxatd.log Note the reference to /var/VRTSat/log/vxatd.log. I created that file, ran './vssat setbrokerlog -l 4" and attempted to start the ops_atd again (by running /opt/SYMCOpsCenterServer/bin/startat". This created the following information in /var/VRTSat/log/vxatd.log: Jan 29 11:32:03 2014:50826,18,0,7262,2487359264,debug,AT,8: ACE_DLL_Manager_Ex::open: Invalid handle: /opt/VRTSat/plugins/libauthldap.so: cannot open shared object file: No such file or directory Jan 29 11:32:03 2014:50826,18,0,7262,2487359264,debug,AT,8: ACE_DLL_Manager::open_dll: Could not open dll. Jan 29 11:32:03 2014:50826,18,0,7262,2487359264,debug,AT,8: (7262|140306184017696) Unable to load dll /opt/VRTSat/plugins/libauthldap.so in pluggins.cpp(100) Jan 29 11:32:03 2014:50826,18,0,7262,2487359264,debug,AT,3: (7262|140306184017696) DoNotLoad=true for library /opt/VRTSat/plugins/libauthsecureid.so. Plugin library wont be loaded. Jan 29 11:32:03 2014:50826,18,0,7262,2487359264,debug,AT,8: ACE_DLL_Manager_Ex::open: Invalid handle: /opt/VRTSat/plugins/libauthlocalhost_t.so: cannot open shared object file: No such file or directory Jan 29 11:32:03 2014:50826,18,0,7262,2487359264,debug,AT,8: ACE_DLL_Manager::open_dll: Could not open dll. Jan 29 11:32:03 2014:50826,18,0,7262,2487359264,debug,AT,8: (7262|140306184017696) Unable to load dll /opt/VRTSat/plugins/libauthlocalhost_t.so in pluggins.cpp(100) Jan 29 11:32:03 2014:50826,18,0,7262,2487359264,debug,AT,8: (7262|140306184017696) Error loading pluggins in server.cpp(792) program will exit Jan 29 11:32:03 2014:50826,18,0,7262,2487359264,debug,AT,8: (7262|140306184017696) Broker Raised Exception! Jan 29 11:32:03 2014:50826,18,0,7262,2487359264,debug,AT,8: (7262|140306184017696) Error: 24631 - Unable to load pluggins in server.cpp(793) Jan 29 11:32:03 2014:50826,18,0,7262,2487359264,debug,AT,3: (7262|140306184017696) retVal: 24631 Jan 29 11:32:03 2014:50826,18,0,7262,2487359264,debug,AT,8: (7262|140306184017696) Broker shutdown complete Note all the invalid handle messages trying to start plugins in /opt/VRTSat. Curious if anyone is seeing similar issues on a RedHat system? I know that CentOS is not officially supported for OpsCenter but if it looks/smells/runs like RedHat then it should be close enough to do some playing with.Solved1.2KViews2likes6CommentsOpsCenter 7.6 Upgrade Purge Setting Changes - Important for Analytics Users - Please Read!
In OpsCenter 7.6, purge settings will change from 420 to 220 days. For fresh 7.6 installations, there should be no cause for concern. However, upgrades from previous versions of OpsCenter, could cause a large amount of historical job information to be purged from OpsCenter. Symantec NetBackup OpsCenter 7.6 Administrator's Guide PDF http://www.symantec.com/docs/DOC5042 pg. 254 Note: Before OpsCenter 7.6,the default data purge period for the backup jobs data was 420 days. In case of OpsCenter 7.6 upgrade, the default data purge period that is displayed for backup jobs data depends on what you had in the previous OpsCenter version. If you retained the default data purge period in the previous OpsCenter version (that is 420 days), in OpsCenter 7.6, it is set to 220 days. If you changed the default data purge period in the previous OpsCenter version, the same period is displayed in OpsCenter 7.6. For example: If you changed the default period in OpsCenter 7.5 from 420 to 500 days, in OpsCenter 7.6, it is set to 500 days In short, if you have never changed your default purge settings from 420 days (default) in OpsCenter 7.0, 7.1, or 7.5, and upgrade to 7.6, your default will become 220 days. When OpsCenter triggers its purge cycle, 200 days of historical information will be lost. Please Note: This is only for users that have never modified the default purge setting of 420 days, in previous releases.483Views2likes0Commentscan't install OPS centers + error 1719
I am trying to install OpsCenter 7.5 Server onWin_2K8_R2 SP1, but can't complete. Error 1719. The Windows installer services could not be accessed. This can occur if you are running windows in safe mode, or if the windows installer is not corectly installed. contact your support personnel for assistance pls help me!1.1KViews2likes11CommentsError occurred while connecting to the OpsCenter Server,error 24609
when i am logging to ops center this error came and its strange error came after installation "Error occurred while connecting to the OpsCenter Server. Please ensure that the server is running" after OpsCenter install. Error 24609 in /opt/VRTSat/bin/vxatd.log"Invalid AB configuration - cannot get configuration from CLI or local config HELP ME IN RESOLVING THIS, I have to show reports to my senior systems engineerSolved1.7KViews2likes2CommentsOpsCenter 7.5 Server Installation Issues on W2K8R2 - Error 1719 - Windows Installer Service
I am trying to install OpsCenter 7.5 Server, followed by the 7505 update, onto a W2K8R2 SP1 server. I have done this many times before, however I have not previously come accross this error. I am running the BROWSER.EXE as administrator, which launches me into the install GUI screens. I select Installation, and then OpsCenter Server, complete the first few screens, select CUSTOM INSTALL and change my install locations to the D drive of the server. After selecting installI immediately get a pop-up box saying Error 1719 - The Windows Installer service could not be accessed etc. etc. As this is a single Master Server / Media Server installtion I am installing the OpsCenter onto the Master Server - however I have also tried on another W2K8R2 server and I get the same results. I have trawled the various posts around this error, and checked that the Windows Installer Service is running, re-registered the msiexec dll (both system32 and syswow64) but to no avail. I have successfully installed Netbackup 7.5 and the 7505 update on this same server - no problems. Any advice / suggestions ? Is this around a 32bit/64bit issue, and related to the syswow64 ? I am however confused as to why NBU iteslef installed with no issues but OpsCenter is not installing. Thanks, AJ.Solved935Views2likes4CommentsOpsCenter 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.3KViews2likes8CommentsOps Center Installation
I have installed Netbackup 7.6.0.3 on Master server (onwindows 2012which comes as a full installer) , now I want to install ops center on master server. I am not sure I should first install 7.6.0.1 and then upgrade or directly I can Install 7.6.0.3 ? Please suggest.Solved1.7KViews1like11Comments