ユーザ用ツール

サイト用ツール


01_linux:08_仮想化:03_kvm_install

差分

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

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
01_linux:08_仮想化:03_kvm_install [2017/02/09 07:25] – [VMインストール] matsui01_linux:08_仮想化:03_kvm_install [2020/04/10 08:07] (現在) matsui
行 43: 行 43:
 </code> </code>
  
 +
 +== STP ==
 +
 +STP on のままだと、STP(スパニングツリープロトコル)の通信が出続けるのでoffにしとく
 +<code>
 +# sed -i 's/^STP.*/STP="off"/g' /etc/sysconfig/network-scripts/ifcfg-br*
 +</code>
  
 ===== VMインストール ===== ===== VMインストール =====
行 59: 行 66:
 --file=/dev/VolG00/VolTEST \ --file=/dev/VolG00/VolTEST \
 --vcpus 4 \ --vcpus 4 \
 +--clock offset=localtime \
 --os-type linux \ --os-type linux \
 --os-variant rhel6 \ --os-variant rhel6 \
行 74: 行 82:
 --file=/dev/VolG00/VolTEST \ --file=/dev/VolG00/VolTEST \
 --vcpus 4 \ --vcpus 4 \
 +--clock offset=localtime \
 --os-type linux \ --os-type linux \
 --os-variant rhel6 \ --os-variant rhel6 \
01_linux/08_仮想化/03_kvm_install.1486625110.txt.gz · 最終更新: 2017/02/09 07:25 by matsui