Compartilhar via


Executar uma instalação autônoma do System Center 2012 R2 – DPM

 

Você pode executar e instalar de forma autônoma o DPM 2012 R2, da seguinte forma:

  1. Crie o arquivo DPMSetup.ini e o coloque no servidor no qual você deseja instalar o DPM 2012 R2. Você pode criar o arquivo no bloco de notas ou em outro editor de texto.

  2. Cole o seguinte no arquivo. Quando você terminar, salve o arquivo como DPMSetup.ini. Observe que:

    • Você precisará substituir o texto dentro de <> com os valores do seu próprio ambiente.

    • As linhas com o hash (#) no início são comentadas e a instalação do DPM usará os valores padrão. Se desejar especificar um valor, digite-o e remova o sinal #.

    • Você usará o mesmo script se a instância do SQL Server estiver instalada no servidor DPM ou em um servidor remoto.

    [OPTIONS]
    UserName = <A user with credentials to install DPM>
    CompanyName = <Name of your company>
    ProductKey = <The 25-character DPM product key in the format xxxxx-xxxxx-xxxxx-xxxxx-xxxxx>
    # SqlAccountPassword = <The password to the DPM$ account>
    # StandardAgentLicenses = <No. of standard agent licenses you have purchased>
    # EnterpriseAgentLicenses = <No. of enterprise agent licenses you have purchased>
    # ProgramFiles = C:\Program Files\Microsoft Data Protection Manager
    # DatabaseFiles = C:\Program Files\Microsoft Data Protection Manager\DPM\DPMDB
    # IntegratedInstallSource = <Location of the DPM setup files>
    # ---For using a remote SQL Server instance ---
    # YukonMachineName = <Name of the SQL Server computer> OR <SQL Cluster Name>
    # YukonInstanceName = <Name of the instance of SQL Server that Setup must use>
    # YukonMachineUserName = <User name that Setup must user>
    # YukonMachinePassword = <Password for the user name Setup must use>
    # YukonMachineDomainName = <Domain to which the SQL Server computer is attached>
    # ---For using a reporting SQL Server instance in case of DPMDB in SQL Cluster ---
    # ReportingMachineName = <Name of the SQL Server computer>
    # ReportingInstanceName = <Name of the instance of SQL Server that Setup must use>
    # ReportingMachineUserName = <User name that Setup must user>
    # ReportingMachinePassword = <Password for the user name Setup must use>
    # ReportingMachineDomainName = <Domain to which the SQL Server computer is attached>
    
  3. Depois de salvar o arquivo, em um prompt de comando elevado no servidor de instalação, digite: start /wait [media location]\setup.exe /i /f <path>\DPMSetup.ini /l <path>\dpmlog.txt. [local da mídia] indica onde você executará setup.exe. <path> é o local do arquivo .ini.