全文検索:
- 07 CentOS cgroupでリソースコントロール
- === QOS ===== ※ディスクIDは、lsblkで確認 下記は/dev/sda(8:0)を100IOPS でlimitをかける場合 [/etc/cgconfig.conf] gr... blkio.throttle.read_iops_device = "8:0 100"; blkio.throttle.write_iops_device = "8:0 100"; } } [/etc/cgrules.conf] root blki... blkio.throttle.read_iops_device = "8:0 100"; blkio.throttle.write_iops_device = "
- 01 ネットワーク設定nmcli
- == # nmcli c mod eth1 +ipv4.addresses "192.168.100.4/24" === IPエイリアス消すとき === # nmcli c mod eth1 -ipv4.addresses "192.168.100.4/24" ===== 自動起動 ===== # nmcli c m eth0 co... ===== ホスト名 ===== # nmcli general hostname proxy1001 ===== DNS ===== # nmcli c m eth0 ipv4.dns "... スタティックルート ===== # nmcli c m eth0 ipv4.routes "210.166.251.53/32 10.15.3.22" ==== 複数の場合 ==== 「+」で追
- 04 CentOS7 古いカーネルで起動
- i++ " : " $2}' /etc/grub2.cfg 0 : CentOS Linux (3.10.0-957.5.1.el7.x86_64) 7 (Core) 1 : CentOS Linux (3.10.0-957.el7.x86_64) 7 (Core) 2 : CentOS Linux (0-re... 7.x86_64) 7 (Core) index=1 kernel=/boot/vmlinuz-3.10.0-1062.12.1.el7.x86_64 args="ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb qui
- 05 CentOS7 firewalld
- cmp-block-inversion: no interfaces: sources: 10.15.0.0/16 services: ports: protocols: ... ll-cmd --permanent --zone=management --add-source=10.15.0.0/16 firewall-cmd --reload firewall-cmd --get-active-zone management sources: 10.15.0.0/24 </code> ==== ネットワーク削除 ==== firewall-... cmd --permanent --zone=management --remove-source=10.15.0.0/16 ==== Nat ==== eth1から入るものをIPマスカレードでe
- 02 CentOS7 iptables
- irewalldが動いている。 [[https://qiita.com/shrkw/items/8410e9cb65eb789a40e1]] ===== iptablesを利用する場合 ===== <
- 06 CentOS7 systemctlでCASのramdisk起動スクリプト
- "$OPTION" == "-a" ]; then modprobe brd rd_size=10240000 casadm -S -i 1 -d /dev/ram1 -c wb casad