Mutire Platform

Mutire Platform のオンプレミスインストール

Debian 12 または Ubuntu 24.04 LTS(amd64 / arm64)に Mutire Platform をインストールします。1 つのスクリプトが OS とアーキテクチャを自動検出し、コントロールプレーンと既定の MVE ホストを起動します。

Mutire Platform はオンプレミスの Mutire Compute コントロールプレーンです。対応ホスト 1 台でコンソール、API、Mutire Virtual Environment(MVE)をまとめて動かします。

対応 OS は Debian 12 (Bookworm) と Ubuntu 24.04 LTS (Noble)。対応 CPU は amd64 と arm64。インストーラが OS / アーキテクチャを検出し、bookworm または noble の apt スイートを設定します。

Mutire Platform ライセンスキー(MP-…)が必要です。インストーラはライセンス有効化、packages.mutire.com の設定、mutire-platform の導入、サービス起動まで行います。

対応オペレーティングシステム

  • Debian 12 (Bookworm)

    amd64 または arm64 の新規最小インストール。Mutire インストーラ前に apt 更新を適用。

  • Ubuntu 24.04 LTS (Noble)

    amd64 または arm64 の新規サーバーインストール。Mutire インストーラ前に apt 更新を適用。

  • アーキテクチャ

    amd64 と arm64 に対応。適切な .deb と QEMU パッケージを自動選択。

  • 非対応

    古い Debian/Ubuntu、非 Debian 系、amd64/arm64 以外。

ホスト要件

  • ベース OS

    Debian 12 または Ubuntu 24.04 LTS(amd64 / arm64)。

  • MVE

    ファームウェアで仮想化を有効化し /dev/kvm があること。

  • root(または sudo)と packages.mutire.com への HTTPS 送信。

  • Mutire Cloud → Platform licenses のライセンスキー。

  • テンプレート/ボリューム用ストレージと計画済みアップリンク。アップリンク IP は変更せず vmbr0/vmbr1 を作成。

ホスト準備(Debian または Ubuntu)

  1. Debian 12 または Ubuntu 24.04 LTS を導入し、SSH を確認。

  2. sudo apt-get update && sudo apt-get upgrade -y を実行。

  3. MVE(/dev/kvm)を確認。

  4. MP-… ライセンスキーを用意。

Mutire Platform のインストール(コントロールプレーン)

  1. As root on the prepared Debian 12 or Ubuntu 24.04 host, run: curl -fsSL https://packages.mutire.com/onprem/install.sh | sudo bash -s -- --license 'MP-xxxx'. Replace MP-xxxx with your license key.

  2. インストーラ完了まで待機。OS/アーキ検出、apt、mutire-platform、PostgreSQL、ブリッジ、サービス起動まで自動実行。

  3. http://YOUR_SERVER_IP/ を開き、インストーラ出力の管理者資格情報でサインイン。

  4. Licenses and updates でライセンスを確認。

  5. VPC、サブネット、パブリック IP、ファイアウォール、プロファイルを設定。

  6. 必要なマーケットプレイスイメージのみダウンロード。

  7. 既定 MVE でパイロットを起動し Overview を確認。

  8. Optional later upgrades

    sudo apt-get update && sudo apt-get install --only-upgrade mutire-platform, then restart mutire-agent mutire-api mutire-web when required.

インストールが設定するもの

  • nginx

    public console and API on ports 80 and 443.

  • mutire-web and mutire-api

    console and control plane on localhost.

  • mutire-agent

    default MVE hypervisor on this host.

  • ゲスト向けローカルブリッジと NAT。アップリンク IP は維持。

  • PostgreSQL

    local database used by the control plane.

任意: 追加ハイパーバイザー

  1. 同じ対応マトリクスの別ホストを準備。

  2. Install the hypervisor agent only

    curl -fsSL https://packages.mutire.com/onprem/install-hypervisor.sh | sudo bash -s -- --yes --license 'MP-xxxx'. The script auto-detects OS and architecture the same way.

  3. Hypervisors → Add から mci node join を実行。

後からのアップグレード

  • Package upgrade

    sudo apt-get update && sudo apt-get install --only-upgrade mutire-platform.

  • コンソール

    Licenses and updates → Check for updates。

  • Running instances

    normal upgrades keep guests up. Stop instances before upgrading hypervisor/QEMU packages when required.

Mutire Platform のオンプレミスインストール | Mutire Docs