Partilhar via


Executar uma instalação autónoma do System Center 2012 R2 - DPM

 

Pode executar uma instalação autónoma do DPM 2012 R2 do seguinte modo:

  1. Crie um ficheiro DPMSetup.ini e coloque-o no servidor no qual pretende instalar o DPM 2012 R2. Pode criar o ficheiro no Bloco de Notas ou noutro editor de texto.

  2. Cole o conteúdo seguinte no ficheiro. Quando terminar, guarde o ficheiro como DPMSetup.ini. Tenha em atenção que:

    • Terá de substituir o texto entre <> com valores do seu próprio ambiente.

    • As linhas entre o símbolo de cardinal (#) no início foram transformadas em comentários e a configuração do DPM utilizará os valores predefinidos. Se pretender especificar um valor, introduza-o e remova o sinal #.

    • Utilizará o mesmo script quer a instância do SQL Server esteja instalada no servidor do DPM ou num 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. Após guardar o ficheiro, numa linha de comandos elevada no servidor de instalação, introduza: start /wait [localização do suporte]\setup.exe /i /f <caminho>\DPMSetup.ini /l <caminho>\dpmlog.txt. [localização do suporte] indica onde executará setup.exe. <caminho> é a localização do ficheiro .ini.