Share via


System Center 2012 R2 - DPM の無人インストールを実行する

 

DPM 2012 R2 の無人インストールは次のように実行することができます。

  1. DPMSetup.ini ファイルを作成し、DPM 2012 R2 のインストール先のサーバーに配置します。 ファイルはメモ帳などのテキスト エディターで作成できます。

  2. 次の内容をファイルに貼り付けます。 完了したら、DPMSetup.ini としてファイルを保存します。 次の点に注意してください。

    • <> 内のテキストをご使用の環境の値に置き換える必要があります。

    • 先頭にハッシュ (#) がある行はコメント アウトされ、DPM セットアップで既定値が使用されます。 値を指定する場合は、それを入力して # 記号を削除します。

    • SQL Server インスタンスが DPM サーバー上とリモート サーバー上のどちらにインストールされているかに関係なく、同じスクリプトを使用します。

    [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. ファイルを保存したら、インストール サーバーで管理者特権でのコマンド プロンプトに次のように入力します。start /wait [media location]\setup.exe /i /f <path>\DPMSetup.ini /l <path>\dpmlog.txt [メディアの場所] は setup.exe を実行する場所を示しています。 <path> は .ini ファイルの場所です。