このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
01_linux:08_仮想化:03_kvm_install [2017/02/09 07:25] – [VMインストール] matsui | 01_linux:08_仮想化:03_kvm_install [2020/04/10 08:07] (現在) – matsui | ||
---|---|---|---|
行 43: | 行 43: | ||
</ | </ | ||
+ | |||
+ | == STP == | ||
+ | |||
+ | STP on のままだと、STP(スパニングツリープロトコル)の通信が出続けるのでoffにしとく | ||
+ | < | ||
+ | # sed -i ' | ||
+ | </ | ||
===== VMインストール ===== | ===== VMインストール ===== | ||
行 59: | 行 66: | ||
--file=/ | --file=/ | ||
--vcpus 4 \ | --vcpus 4 \ | ||
+ | --clock offset=localtime \ | ||
--os-type linux \ | --os-type linux \ | ||
--os-variant rhel6 \ | --os-variant rhel6 \ | ||
行 74: | 行 82: | ||
--file=/ | --file=/ | ||
--vcpus 4 \ | --vcpus 4 \ | ||
+ | --clock offset=localtime \ | ||
--os-type linux \ | --os-type linux \ | ||
--os-variant rhel6 \ | --os-variant rhel6 \ |