9 | | {{{ |
10 | | http://reflx1.kek.jp/centos/6/isos/i386/CentOS-6.4-i386-minimal.iso |
11 | | }}} |
12 | | 1. /etc/sysconfig/network-scripts/ifcfg-eth0 |
13 | | 1. /etc/yum.repos.d/CentOS-Base.repo |
14 | | {{{ |
15 | | mirror.centos.org -> reflx1.kek.jp に変更する |
16 | | }}} |
17 | | 1. サービスの確認 |
18 | | {{{ |
19 | | # chkconfig --list |
20 | | }}} |
21 | | 1. IPV6無効化 |
22 | | |
23 | | 1. SELinux設定 |
24 | | {{{ |
25 | | /etc/selinux/config |
26 | | |
27 | | SELINUX=disabled |
28 | | }}} |
29 | | |
30 | | 以下のサービスを停止。 |
31 | | {{{ |
32 | | # service iptables stop |
33 | | # service ipv6tables stop |
34 | | # service lvm2-monitor stop : LVMを使っていないならば |
35 | | # service auditd stop : SELinux使わないので不要 |
36 | | # service mcstrans stop : SELinux使わないので不要 |
37 | | # service restorecond stop : SELinux使わないので不要 |
38 | | }}} |
39 | | |
40 | | 再起動時のため、上のサービスの起動設定をオフに。 |
41 | | {{{ |
42 | | # chkconfig iptables off |
43 | | ....... |
44 | | }}} |
45 | | |
46 | | おそらく不要なので止めて良い? |
47 | | {{{ |
48 | | blk-availability : LVM2のミラーデバイス管理? |
49 | | iscsi : iSCSI関連 |
50 | | iscsid : iSCSI関連 |
51 | | mdmonitor : ソフトウェアRAID |
52 | | |
53 | | }}} |
| 9 | * [[Image(Linux_install_2.png, 50%)]] |
| 10 | * {{{ http://reflx1.kek.jp/centos/6/isos/i386/CentOS-6.4-i386-minimal.iso }}} を選択 |
| 11 | 1. VMWare Player で「新規仮想マシンの作成」選択 |
| 12 | * [[Image(vmware4.png, 50%)]] |