Forum Discussion

fspwaku's avatar
fspwaku
Level 3
12 years ago
Solved

BackUp Exec 2012 Lizenzinstallation nicht möglich auf Windows Server 2012

Habe eine Lizenz für Backup Exec 2012 Agent for Windows erworben und mir über das Lizenzierungsportal eine SLF Datei generiert. Über die normale Option "Optionen und Lizenzen auf diesem Backup Exec Server installieren" bekomme ich die Fehlermeldung: "Das Installieren eines Backup-Exec-Server bzw. des Remote-Administrators unter Windows8/Server 2012 ist nicht möglich."

Lässt sich die SLF Datei auf einem anderen Wege, z.B. per Befehlszeile einbinden?

  • The much awaited Service Packs to add support to Server 2012 and VMWare 5.1 are released.
     
    Backup Exec 2010 R3 revision 5204 Service Pack 3
    http://www.symantec.com/docs/TECH203157
     
    Backup Exec 2012 revision 1798 Service Pack 2
    http://www.symantec.com/docs/TECH203155

8 Replies

  • Backup Exec is not supported as a Media Server or Remote Agent installation on Server 2012 as of now.

    There is a new Service Pack coming out for BE 2012 and BE 2010 which would enable installation of Remote Agent on Server 2012. (ETA end of this month) Once that pService Pack is applied, you should be able to perform this install.

    Edit:

    Note - Even when this Service Pack is released, Backup Exec would not be supported as a Media Server on Windows Server 2012.

  • In addition to Jaydeeps posting above here is a link to the Backup Exec 2012 SCL. You can verify the compatability of the software being run on media/remote server prior to attempting installation by referencing here... See below 

     

    http://www.symantec.com/docs/TECH175581

  • Strange things happen all over the internet ... since guessed 6 months no matter where on the hole internet I post a question or I read answers I have not had any answer, but only comments or links to other sites.

    I have already installed Backup Exec 2012 on a Windows Server 2012 because I bought a license with my server and I needed a backup solution (even though it is and was not supported). I would not have asked the above question if I would not have reached my goal to install it. We have an operating since around Sept 2011 and still have no working backup solution by symantec.

    I try to describe the problem again:
    I have only 12 days left until my license expires and the new version is supposed to be released in the next weeks. So my question was very simple:

    Can the license be installed by using a command prompt?

  • I understand the situation that you are in and also the fact that Symantec has been slow in getting the support ready for BE 2012. We are completly focusing on quality this time and want to get it right. The supportability for backing up a Server 2012 will be out before end of July 2013.

    Answer to your question - Not sure if this can be done and what would be the outcome as BE 2012 has not be tested and hence not supported on a Windows Server 2012 as a Media Server installation.

    I would suggest you to see if you can move it to a supported platform like Windows Server 2008, Windows Server 2008R2

  • Hi.

    While you may have successfully backed up WS12 with BE 2012, it is still not supported.  The beta for the service pack is done and we are very near release.  Everything I have heard from engineering says that the official release will be within the 12 days of your license.

    That being said, I really can't speak to installation using the command prompt.

  • as mentioned earlier in this post BE 2012 installed on server 2012 is not supported as if now however you can try this commands

    using Bemcli i.e command line for backup exec you can get information about the licenses however dont think you can install license using it,

     

    below is some information about the command

    Get-BELicenseInformation Cmdlet

    Synopsis

    Gets Backup Exec licenses.

    Syntax
    Get-BELicenseInformation [-BackupExecServer [<BEBackupExecServer>]] [[-Name] [<String[]>]] [<CommonParameters>]
    Description

    Gets Backup Exec licenses.

    Without parameters, Get-BELicenseInformation gets all of the Backup Exec licenses. You can also specify a license by license name or license ID (Guid) or pass a Backup Exec license object through the pipeline to Get-BELicenseInformation.

    Parameters

    -BackupExecServer <BEBackupExecServer>


    Specifies one or more Backup Exec server objects to filter the licenses. Enter a variable that contains the objects, or type a command or expression that gets the objects. See Get-BEBackupExecServer.

    Required false
    Position Named
    Accepts pipeline input true (ByValue)
    Accepts wildcard characters false


    -Name <String[]>

    Specifies one or more licenses by license name (wildcards accepted). To specify multiple names, use commas to separate the names.

    Required false
    Position 0
    Accepts pipeline input false
    Accepts wildcard characters true


    <CommonParameters>

    For more information about common parameters, type "Get-Help about_commonparameters".

     

    Input Type
    BackupExec.Management.CLI.BEBackupExecServer

    You can pipe a Backup Exec server object to filter licenses returned by Get-BELicenseInformation.

    Return Value
    BackupExec.Management.CLI.BELicenseInformation

    Get-BELicenseInformation returns objects that represent Backup Exec licenses.

    Examples

    Example 1

    C:\PS> Get-BELicenseInformation

    This command gets all of the license objects.


    Example 2
    C:\PS> Get-BELicenseInformation -Name "Agent for Windows"

    This command gets the license object named "Agent for Windows".


    Example 3
    C:\PS> Get-BELicenseInformation -Name "*agent*"

    This command gets all of the license objects that match the wildcard "*agent*"

     

     

     

     

  • The much awaited Service Packs to add support to Server 2012 and VMWare 5.1 are released.
     
    Backup Exec 2010 R3 revision 5204 Service Pack 3
    http://www.symantec.com/docs/TECH203157
     
    Backup Exec 2012 revision 1798 Service Pack 2
    http://www.symantec.com/docs/TECH203155