次の方法で共有


Azure Backup Server の無人インストールを実行する

この記事では、Azure Backup Server の無人インストールを実行する方法について説明します。

MABS V1、V2、V3 などの古いバージョンの Azure Backup Server をインストールする場合、これらの手順は適用されません。

Backup Server のインストール

Backup Server をインストールするには、次のコマンドを実行します。

  1. 管理者特権のコマンド プロンプトで次のコマンドを実行して、"Microsoft Azure Recovery Services エージェント" という名前のプログラム ファイルの下にディレクトリがあることを確認します。

    mkdir "C:\Program Files\Microsoft Azure Recovery Services Agent"
    
  2. 管理者特権でのコマンド プロンプトで、事前に MABS の前提条件をインストールします。 次のコマンドを実行すると、サーバーの自動再起動が発生する可能性がありますが、そうでない場合は手動再起動をお勧めします。

    start /wait dism.exe /Online /Enable-feature /All /FeatureName:Microsoft-Hyper-V /FeatureName:Microsoft-Hyper-V-Management-PowerShell /quiet
    
  3. Azure Backup Server V4 以降をホストするサーバーで、テキスト ファイルを作成します。 (ファイルはメモ帳または別のテキスト エディターで作成できます)。ファイルを MABSSetup.iniとして保存します。

  4. MABSSetup.ini ファイルに次のコードを貼り付けます。 角かっこ (<>) 内のテキストを環境の値に置き換えます。 次のテキストは例です。

    Caution

    Microsoft では、使用可能な最も安全な認証フローを使用することをお勧めします。 この手順で説明されている認証フローでは、アプリケーションで非常に高い信頼度が要求されるため、他のフローには存在しないリスクが伴います。 インストールが完了したら、 必ずMABSSetup.ini ファイルを削除してください。

    [OPTIONS]
    UserName=administrator
    CompanyName=<Microsoft Corporation>
    SQLMachineName=localhost
    SQLInstanceName=<SQL instance name>
    SQLMachineUserName=administrator
    SQLMachinePassword=<admin password>
    SQLMachineDomainName=<machine ___domain>
    ReportingMachineName=localhost
    ReportingInstanceName=SSRS
    SqlAccountPassword=<admin password>
    ReportingMachineUserName=<username>
    ReportingMachinePassword=<reporting admin password>
    ReportingMachineDomainName=<___domain>
    VaultCredentialFilePath=<vault credential full path and complete name, without spaces in both>
    SecurityPassphrase=<passphrase>
    PassphraseSaveLocation=<passphrase save ___location, an existing directory where the passphrase file can be created>
    UseExistingSQL=<1/0 use or do not use existing SQL>
    
  5. ファイルを保存します。 次に、インストール サーバーの管理者特権でのコマンド プロンプトで、次のコマンドを入力します。

    start /wait <cdlayout path>/Setup.exe /i  /f <.ini file path>/setup.ini /L <log path>/setup.log
    

installation:
/f: .ini ファイル パス
/l: ログ パス
/i: インストール パス
/x: アンインストール パスには、次のフラグを使用できます。

次のステップ

Backup Server をインストールした後、サーバーを準備する方法、またはワークロードの保護を開始する方法について説明します。