全文検索:
- 05 CentOS7 firewalld
- entOS7 firewalld ====== ===== アクティブゾーンの確認 ===== <code> # firewall-cmd --get-active-zones public interfaces: ens160 </code> ===== アクティブゾーンの確認 ===== <code> # firewall-cmd --get-default-zone public </code> ===== 任意のゾーンのFW設定確認 ===== <code> # firewall-cmd --z
- 04 CentOS7 古いカーネルで起動
- CentOS7 古いカーネルで起動 ====== ===== カーネルリスト確認 ===== <code> # awk -F\' '$1=="menuentry " {print i++ " : " $2... scue-2f0c165e79aa2eb8de65117302472e64) 7 (Core) </code> ===== デフォルトカーネル変更 ===== ==== コマンドの場合 ==== <code> # grub2-editenv list saved_entry=0 # grub2-set-default 1 # grub2-editenv list saved_entry=1 </code> ==== レスキューモードの場合 ==== サーバ起動しなくて、レスキューモードで変更する場
- 01 ネットワーク設定nmcli
- orkManagerで設定するようになったので、いまさらメモ ===== 状態確認 ===== <code> # nmcli c NAME UUID ... 34c11-f998-4fdf-9fc0-558ebce1fc39 ethernet -- </code> ===== デバイス確認 ===== <code> # nmcli device DEVICE TYPE STATE CONNECTION eth1 ether... - vpn_nic03 tun unmanaged -- </code> ==== デバイスmanage/unmanage ==== # nmcli devic
- 02 CentOS7 iptables
- e9cb65eb789a40e1]] ===== iptablesを利用する場合 ===== <code> yum install iptables-services systemctl stop f... emctl enable iptables systemctl start iptables </code> ===== save ===== <code> /usr/libexec/iptables/iptables.init save </code> {{tag>Centos7 iptables}}
- 03 CentOS7 vpnclient起動スクリプト設定
- = 1. /usr/lib/systemd/system に起動スクリプトを用意 ====== <code> # cat /usr/lib/systemd/system/vpnclient.service ... ient stop [Install] WantedBy=multi-user.target </code> ====== デーモンファイルをリロード ====== # systemctl daemon-reload リロードすると、デーモンファイルが読み込まれる <code> # systemctl list-unit-files -t service| grep vpn... nt.service disabled </code> ====== 自動起動 ====== # systemctl enable vpncli
- 06 CentOS7 systemctlでCASのramdisk起動スクリプト
- る。 ===== /etc/systemd/system/にサービスファイル作成 ===== <code|/etc/systemd/system/ramdisk.service> [Unit] Desc... amdisk -d [Install] WantedBy=multi-user.target </code> ===== 起動シェル ===== <code|/bin/ramdisk> #!/bin/sh OPTION=$1 if [ "$OPTION" == "-a" ]; then modpro... d else echo "argments error." exit fi exit </code> ===== デーモンファイルをリロード ===== # systemctl daemo
- 07 CentOS cgroupでリソースコントロール
- evice = "251:0 100"; } } こうするとちゃんと反映される <code> # cat /sys/fs/cgroup/blkio/DiskIO_Group/blkio.throttle.write_iops_device 8:0 100 251:0 100 </code> ===== 反映 ===== 反映にはcgconfigとcgredプロセスを再起動で反映されます... ck , count=1000が10秒ほどかかる。 1000 / 100IOPS = 10s <code> # dd if=/dev/zero of=AAA bs=512 count=100 oflag=... 000 bytes (512 kB) copied, 9.92528 s, 51.6 kB/s </code> ===== コマンドラインで実行の場合 ===== ==== CGruleを先に設定してお
- 09 CentOS7 Cockpit
- systemctl enable libvirtd ===== Firewall ===== <code> firewall-cmd --add-port=9090/tcp --permanent firewall-cmd --reload </code> ===== Web UI ===== 下記でアクセスできる ログインは、サーバログインと同じ https://[server IP]:9090 ===== Error ===== <code> # virsh domcapabilities error: failed to get emu... ind any emulator to serve 'x86_64' architecture </code> ==== 対応 ==== libvirt-daemon-kvm.x86_64をインストールし