Share via


Eseguire un'installazione automatica per System Center 2012 R2 - DPM

 

Puoi eseguire un'installazione automatica per DPM 2012 R2 come segue:

  1. Crea il file DPMSetup.ini e posizionalo nel server in cui vuoi installare DPM 2012 R2. Puoi creare il file nel Blocco note o in un altro editor di testo.

  2. Incolla il codice seguente nel file. Al termine, salva il file come DPMSetup.ini. Tenere presente quanto segue:

    • Dovrai sostituire il testo racchiuso tra <> con i valori appropriati del tuo ambiente.

    • Le righe che iniziano con cancelletto (#) sono impostate come commento e il programma di installazione di DPM userà i valori predefiniti. Se vuoi specificare un valore, digitalo e rimuovi il simbolo di cancelletto (#).

    • Userai lo stesso script, sia se l'istanza di SQL Server è installata nel server DPM che in un server 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. Dopo aver salvato il file, a un prompt dei comandi con privilegi elevati nel server di installazione digitare: start /wait [posizione supporto]\setup.exe /i /f <percorso>\DPMSetup.ini /l <path>\dpmlog.txt. [posizione supporto] indica la posizione da cui eseguirai setup.exe. <percorso> è il percorso del file con estensione ini.