Glossary - To make sense of the alphabet soup
Below is a glossary of acronyms and terms used in this forum AD Active Directory ADAMM Advanced Device And Media Management ADRA Active Directory Recovery Agent AES Advanced Encryption Standard AFE Automatic File Exclusion AMHV Agent for Microsoft Hyper-V AOF Advanced Opened File BE 2012 and above AOFO Advanced Opened File Option Up to BE 2010 AP Append Period AVVI Agent for VMWare Virtual Infrastructure B2D Backup-to-Disk B2D2T Backup-to-Disk and then to tape B2V Backup-to-Virtual BE 2012 and above BE Backup Exec BEMCMD Backup Exec Commandline Applet Up to BE 2010 BEMCLI Backup Exec Management Command Line Interface BE 2012 and above BESA Backup Exec Service Account BESR Backup Exec System Recovery CAS Client Access Server (used in relation with Exchange) CAS Central Admin Server CASO Central Admin Server Option CCR Cluster Continuous Replication(for Exchange) CDO Collaboration Data Ojects CIFS Common Internet File System CPS Continuous Protection Server Up to BE 2010 CSV Cluster Shared Volume DAG Database Availability Group DAOS Domino Attachment and Object Storage DC Domain Controller DDI Device Driver Installer dedup deduplication DFS Distributed File System DLO Desktop & Laptop Option DLM Data Life-cycle Management BE 2012 and above DR Disaster Recovery DSF DeDuplication Storage Folder ELS Enterprise Licensing System BE 2012 and above EMT Exchange Management Tool EV Enterprise Vault FC Fibre Channel GA General Availability GAL Global Address List GRT Granular Recovery Technology HCL Hardware Compatibility List IDR Intelligent Disaster Recovery Up to BE 2010 IPL In-Product Licensing BE 2012 and above LCR Local Continuous Replication (for Exchange) LEO Library Expansion Option LU LiveUpdate LUN logical unit number MAPI Messaging API MBES Managed Backup Exec Server BE 2012 and above media server machine where BE is loaded MITM man-in-the-middle (attack) MMS Managed Media Server Up to BE 2010 MOSS Microsoft Office SharePoint Server NAS Network-attached Storage NBU NetBackup NDMP Network Data Management Protocol NFR Not For Resale NSF or .nsf Lotus Domino mail database file OP original post - first post in the discussion OPL Overwrite Protection Level OPP Overwrite Protection Period OST Open Storage Technology P2V Physical-to-Virtual RALUS Remote Agent for Linux and Unix System RAMS Remote Agent for Macintosh Systems RAWS Remote Agent for Windows System RDM Raw Disk Mapping remote server machine that is backed up by BE RHEL Red Hat Enterprise Linux RMALS Remote Media Agent for Linux Servers RPO Recovery Point Objective RSG Recovery Storage Group RTO Recovery Time Objective SAN Storage Area Network SBE Small Businness Edition SBS Small Businness Server SCL Software Compatibility List SDR Simplified Disaster Recovery BE 2012 and above SEP Symantec Endpoint Protectioni SLF Symantec License File BE 2012 and above SP service pack SSO Shared Storage Option SSP Simplified System Protection BE 2012 and above SSR Symantec System Recovery UNC Universal Naming Convention VCB VMware Consolidated Backup VM Virtual Machine VTL Virtual Tape Library VSP VERITAS Volume Snapshot Provider VSS Volume Snapshot Service or Volume Shadow Copy Service WORM Write Once, Read Many WSS Windows SharePoint Services1.1KViews23likes11Commentswhat's the difference between "active license keys" and "Registered License Keys"
hi, is there anybody who can tell me what's the difference between "active license keys" and "Registered License Keys"? [root@lx0034nbumast ~]# get_license_key License Key Utility ------------------- A) Add a License Key D) Delete a License Key F) List Active License Keys L) List Registered License Keys H) Help q) Quit License Key Utility thanks very much!Solved629Views9likes2CommentsHOW TO install BackupExec 2010 agent on Debian (RALUS)
I hope this post will be useful to many people (please vote for it or mark it as solution if it helps you). Installing directly RALUS on Debian will not always work. First problem : ../perl/Linux/bin/perl: No such file or directory Second problem : at the end "was not successfully installed" and "impossible to add VRTSralus to (server)" And some others that will get solved when following my solution This is a simple way to install it and avoid these (and other) problems : 1. (optional) Create a folder to keep all RALUS files and copy the archive into it : mkdir /root/BE mkdir /root/BE/RALUS2010 mv RALUS_RMALS_RAMS-2896.9.tar.gz /root/BE/RALUS2010/ cd /root/BE/RALUS2010 2. Unpack the archive provided by Symantec tar xzf RALUS_RMALS_RAMS-2896.9.tar.gz 3. Stop the RALUS service if it is already installed and runnig /etc/init.d/VRTSralus.init stop 4. Very important, if you are under a 64 bit Linux you have to this Extract debian package : tar xzf RALUS64/pkgs/Linux/VRTSralus.tar.gz Install debian package : dpkg -i VRTSralus-13.0.2896-0.x86_64.deb Start installation : ./RALUS64/installralus 5. But if you are under a 32 bit Linux you have to this (I didn't tested under 32 bits) : Extract debian package : tar xzf pkgs/Linux/VRTSralus.tar.gz Install debian package : VRTSralus-13.0.2896-0.i386.deb Start installation : ./RALUSx86/installralus or ./installralus 6. Be sure to answer all questions correctly especially the one about the host server (XXX.XXX.XXX.XXX), you must give the IP of the Backup Exec server. 7. Do a restart of the RALUS Backup Exec agent, and it should say "[ OK ]" /etc/init.d/VRTSralus.init start I hope it will help ! Send me questions if you have other problems... Denis P.S. Tested with Debian 5.0.3 P.P.S. If you still have some problems : A) If you get "ERROR: VXIF_HOME is invalid. It must point to the root of VxIF. Exiting ...", simply edit ./RALUS64/installralus, and change line 3 : from : VXIF_HOME=../;export VXIF_HOME to : VXIF_HOME=/root/BE/RALUS2010/;export VXIF_HOME B) If you get "./RALUS64/installralus: line 50: ../perl/Linux/bin/perl: No such file or directory", simply edit ./RALUS64/installralus, and change line 50 : from : ../perl/$OS/bin/perl -I.. -I$PATH -I$VXIF_HOME -I../perl/$OS/lib/$PERL_VER ../installralus.pl $* to : ../perl/$OS/bin/perl -I.. -I$PATH -I$VXIF_HOME -I../perl/$OS/lib/$PERL_VER ./installralus.pl $* or to : perl -I.. -I$PATH -I$VXIF_HOME ./installralus.pl $* (to be clear, remove one dot in front of"/installralus.pl", keep only one dot instead of two) C) If the installation is sucessful but VRTSralus refuses to start, launch /opt/VRTSralus/bin/beremote –-log-console to see the error. If you get error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory you simply need to install the package : Under Debian 6.0.3 : apt-get install libstdc++5 (Thanks to RockwellMuseum)3.2KViews9likes17CommentsNetbackup 7.1 duplication to tape from puredisk storage
Hi, Please can you help i'm configuring our new netbackup system and i was wondering if i could deplicate the images that are stored on our 'puredisk' disk? My netbackup setup is 1 appliance 5220 configured as a master server with the additional disks attachedand 1 tape library. In the old version of netbackup you could create a staging area, but i can't see that option in 7.1? sorry i know i'm missing something.....Solved1.1KViews7likes6CommentsThings to consider when Troubleshooting NetBackup
Hi All, Updated to add that this document has now been released as a Technote. A couple of alterations have also been made. http://www.symantec.com/docs/TECH209090 I hope the attached document may be of interest. It is an attempt to highlight the differnt areas that may be considerend when investigatting an issue. There is not really any right/ wrong answers, so I'm not currently looking at making any major changes. The idea is more of a demonstration of how you 'might' tackle an issue, it is up to the individual to 'fine-tune' the exact methods they use. Many thanks, Martin1.4KViews6likes2CommentsProblem with discovery tool from ssr2011
Hi, I work for a relatively big company(1400 servers) and i'm involved in the upgrade project of our BESR 8.5 architecture (to SSR2011) I installed SSR on a 2008R2 server and tried to start with but I have some problems with discovering computers I want to manage. I need to import from from my AD 10 servers for testing and cannot handle with. Can someone tell me which options I have to select to import precisely those servers? I used the action "import Microsoft active directory " tool then the first option -> import computer resources from "my domain" starting from "_servers" and using default columns mappings(do not understand how this option works seen values I can check) import all computers (with ldap search filter fulfilled with cn=COMPUTERNAME,ou=_servers,ou=xxx etc dc=net and it did import all computers from the OU!!! What can I do???!!! can I delete the content of this discovery from my database (sql 2008)? or rollback to a previous snapshot?) Otherwise I have an other problem some computers have been added automatically. On some of them (6), half are correctly managed and backed up but on others(2008 SP2) I get error messages when I try to force SSR addin install (error code : ) unavailable on the console, need to go on the server directly...) when I try to install manually, destination folder is empty why not) and then I get "internal error 2869.errorDialog" Please help me, Cordially1.7KViews6likes12CommentsSystem Recovery Management Solution 2013
I was just on the MySupport portal to create a new case for SSR2011ms and I noticed System Recovery Management Solution 2013 As on option for product version Is there a new version out? I didn’t here anything about a new version or will it be out soon?603Views6likes3CommentsNetbackups failing with error code 24 on linux clients
we are using net backup. till many days it was very much successful, but from 2 days the backups are failing with error code 24. socket write failed. can any one sugguest on the issue, what to do and how to resolve the issue.Solved4.9KViews5likes13CommentsDoes Backup exec 2012 admin console support 12.5 server
currently we have a setup which is running Backup Exec 12.5 version,Need to install Remote admin console on a Windows 7 machine. Backup exec 12.5 does not support Windows 7. Hence we are planning to install Backup Exec 2010 on the Windows 7 machine and connect to the Backup exec 12.5 server. Does Backup Exec 2010 Remote admin console support Backup exec 12.5 server??Solved1KViews5likes12Comments