ユーザ用ツール

サイト用ツール


os:xcpng:xenorchestra

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
os:xcpng:xenorchestra [2024/04/26 06:30] hayashios:xcpng:xenorchestra [2024/04/27 08:19] (現在) hayashi
行 42: 行 42:
  
 ---- ----
 +===== FreeBSD =====
  
-===== 事前準備 =====+==== 事前準備 ====
 依存パッケージ 依存パッケージ
   pkg install gmake redis python git npm node autoconf   pkg install gmake redis python git npm node autoconf
行 64: 行 65:
   service redis start   service redis start
  
-===== install =====+==== install ====
 nodeは最新版が望ましいです nodeは最新版が望ましいです
   $ node -v   $ node -v
行 81: 行 82:
   mkdir -p ~/.config/xo-server   mkdir -p ~/.config/xo-server
   cp sample.config.toml ~/.config/xo-server/config.toml   cp sample.config.toml ~/.config/xo-server/config.toml
-===== 参考 =====+==== 参考 ====
  
   * [[https://xen-orchestra.com/docs/installation.html#from-the-sources|Install From the sources]]   * [[https://xen-orchestra.com/docs/installation.html#from-the-sources|Install From the sources]]
行 87: 行 88:
  
  
-===== このページについて =====+==== このページについて ====
 FreeBSDインストールメモ用ページ\\ FreeBSDインストールメモ用ページ\\
 中身はない 中身はない
行 98: 行 99:
  
  
-===== reverse proxy =====+==== reverse proxy ====
  
 https://xen-orchestra.com/docs/reverse_proxy.html https://xen-orchestra.com/docs/reverse_proxy.html
  
-===== 参考 =====+==== 参考 ====
  
 あとでよむ あとでよむ
  
 https://github.com/bartekrutkowski/ansible-xen-orchestra/tree/master/tasks https://github.com/bartekrutkowski/ansible-xen-orchestra/tree/master/tasks
 +
 +-----
 +===== IP設定 =====
 +
 +  $ xoa network static
 +  ? Static IP for this machine 198.51.100.xx
 +  ? Network mask (eg 255.255.255.0) 255.255.255.0
 +  ? Gateway 198.51.100.254
 +  ? IP of the DNS server 198.51.100.254
 +  Cannot find device "eth0"
 +  Cannot find device "eth0"
 +
 +最後の表示があったので、インタフェースを調べる
 +
 +  $ ip a
 +  2: enX0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
 +    link/ether aa:bb:cc:ff:ee:dd brd ff:ff:ff:ff:ff:ff
 +    inet 198.51.100.xx
 +
 +調べたインターフェースに設定
 +
 +  $ xoa network static enX0
 +  ? Static IP for this machine 198.51.100.xx
 +  ? Network mask 255.255.255.0
 +
 +
 +最後に再起動
 +
 +===== SSHアクセス =====
 +デフォルトのパスワードは設定されていないので、xcp-ngから設定する必要がある
 +
 +  xe vm-param-set uuid=<UUID> xenstore-data:vm-data/system-account-xoa-password=<password>
 +
 +パスワードには引用符必要!
 +  xenstore-data:vm-data/system-account-xoa-password='MyPassW0rd!'
 +
 +ここで、設定したパスワードでログイン可能
 +  ssh xoa@<XOA IP ADDRESS>
 +
 +最後に再起動
os/xcpng/xenorchestra.1714113037.txt.gz · 最終更新: 2024/04/26 06:30 by hayashi