• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » code
Trace: • 01 ALUA • 31 Cannot open your terminal '/dev/pts/X' - please check. • 36 qcow2 シンプロ 圧縮 • 一括ipmiチェック • mdadm • Vyatta - インストール • rsyslog時間修正

code

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@01_linux:21_centos7
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

05 CentOS7 firewalld
24 Hits, Last modified: 3 years ago
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 古いカーネルで起動
14 Hits, Last modified: 5 years ago
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
8 Hits, Last modified: 5 months ago
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
4 Hits, Last modified: 5 years ago
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起動スクリプト設定
4 Hits, Last modified: 6 years ago
= 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起動スクリプト
4 Hits, Last modified: 6 years ago
る。 ===== /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でリソースコントロール
4 Hits, Last modified: 4 years ago
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
4 Hits, Last modified: 4 years ago
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をインストールし

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki