全文検索:
- 38 cephadmでcephインストール後、openstackで利用 @01_linux:13_storage
- bian-octopus/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list # wget -q -O- 'https... ebian-quincy/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list # wget -q -O- 'https... = 192.168.0.101は、ストレージネットワーク <code> # mkdir -p /etc/ceph # cephadm bootstrap --mon-ip 192.168.0.101 -... phadmにホスト登録しラベル付け ==== <code> ssh-copy-id -f -i /etc/ceph/ceph.pub root@ceph01 ssh-copy-id -f -i /etc/
- 13 CentOS6メール設定 @01_linux:03_mail
- _64.rpm </code> === 自動アップデート除外 === <code> # vi /etc/yum.conf exclude=postfix* </code> === 証明書を作成しておく === <code> # cd /etc/pki/tls/certs/ # make mail.pem # openssl x509 -... ## 証明書 smtpd_use_tls = yes smtpd_tls_cert_file = /etc/pki/tls/certs/mail.pem smtpd_tls_key_file = /etc/pki/tls/certs/mail.pem smtpd_tls_session_cache_databa
- 04 Postfix+MySQL+Postfix AdminでバーチャルSMTPサーバの構築 @01_linux:03_mail
- code> === yumの設定でpostfixを除外しておく === <code> # vi /etc/yum.conf --------- 最後に追加 ------------- exclude=... fix on </code> === main.cfの作成 === <code> # vi /etc/postfix/main.cf 70 myhostname = test.flateig... 60 smtpd_use_tls = yes smtpd_tls_cert_file = /etc/pki/tls/certs/mail.pem smtpd_tls_key_file = /etc/pki/tls/certs/mail.pem smtpd_tls_session_cache_data
- 16 unboundでキャッシュサーバ @01_linux:01_net
- -8.noarch.rpm # sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/epel.repo </code> インストール <code> # yu... == 2.設定変更 ===== ==== 設定ファイル ==== <code> cp -p /etc/unbound/unbound.conf /etc/unbound/unbound.conf.org </code> CPU:24,メモリ: 8G での設定 <code> # cat /etc/unbound/unbound.conf | sed 's/\(^\t\|^ *\)//g' |
- 16 SendMail OP25B SMTPリレー @01_linux:03_mail
- 力する必要がある。 ===== OP25B対応(全サーバリレー) ===== ==== 1./etc/mail/sendmail.mcに下記を追加 ==== dnl define(`SMART_... define(`ESMTP_MAILER_ARGS',`TCP $h 587') ==== 2./etc/mail/authinfoを用意 ==== # cat /etc/mail/authinfo AuthInfo:relay.kumolabo.com "U:root" "I:[設定したユーザ名]... N PLAIN" ==== 3.設定ファイル用意 ==== # makemap hash /etc/mail/authinfo < /etc/mail/authinfo # m4 /etc/ma
- 22 Ceph create-volume でエラー @01_linux:13_storage
- f8fd77c0700 -1 auth: unable to find a keyring on /etc/ceph/ceph.client.bootstrap-osd.keyring,/etc/ceph/ceph.keyring,/etc/ceph/keyring,/etc/ceph/keyring.bin,: (2) No such file or directory 2020-09-02 18:30:09.744 7f8fd77c070
- 60 CentOS OpenVPN @01_linux:01_net
- re/doc/openvpn-*/sample-config-files/server.conf /etc/openvpn/ </code> ==== 3.ログローテーション設定 ==== <code console> # vi /etc/logrotate.d/openvpn /var/log/openvpn.log { mi... ifempty sharedscripts postrotate /etc/rc.d/init.d/openvpn restart 2>&1 > /dev/null || t... 設定行のコメントアウトを外してforward許可しておく <code console> # vi /etc/rc.d/init.d/openvpn echo 1 > /proc/sys/net/ipv4/
- 32 CentOS5でTLS1.2 Apache PHP @01_linux:02_www
- ・conf用意 ==== <code> # cp build/rpm/httpd.init /etc/init.d/httpd-2.2.24 # diff build/rpm/httpd.init /etc/init.d/httpd-2.2.24 60,62c60,62 < httpd=${HTTPD-... /var/lock/subsys/httpd-2.2.24} 67c67 < CONFFILE=/etc/httpd/conf/httpd.conf --- > CONFFILE=/opt/httpd/... /opt/httpd/httpd-2.2.24/conf/httpd.conf.org # cp /etc/httpd/conf/httpd.conf /opt/httpd/httpd-2.2.24/co
- Apache バーチャルホスト一覧確認 @01_linux:02_www
- rvers: _default_:443 dns.flat8.co.jp (/etc/httpd/conf.d/ssl.conf:81) *:80 ... alHost default server mail.flat8.co.jp (/etc/httpd/conf/httpd.conf:1028) port 80 namevhost mail.flat8.co.jp (/etc/httpd/conf/httpd.conf:1028) port 80 namevhost rikoji.flateight.com (/etc/httpd/conf/httpd.conf:1037) port 80 name
- 02 Postfix + amavisd + clamav @01_linux:03_mail
- tall clamd </code> ==== 設定を修正 ==== <code> # vi /etc/clamd.conf 80 TCPSocket 3310 ↓ コメントアウト 80 #TCP... mavisd-new </code> ==== 設定を修正 ==== <code> # vi /etc/amavisd.conf 14 #@bypass_spam_checks_maps = (1... fixの設定 ===== ==== master.cf修正 ==== <code> # vi /etc/postfix/master.cf smtp-amavis unix - - n ... t=1000 </code> ==== main.cf修正 ==== <code> # vi /etc/postfix/main.cf content_filter=smtp-amavis:[127.0
- Postfix Virtual Dovecot @01_linux:03_mail
- l postfix dovecot </code> <code console> # cat /etc/postfix/main.cf queue_directory = /var/spool/pos... = 550 mynetworks = 127.0.0.0/8 alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases home_mailbox = Maildir/ smtpd_banner = $myhostname ESMTP un... t_sasl_authenticated, #check_client_access hash:/etc/postfix/pop-before-smtp, reject_unlisted_recipie
- 09 Heartbeat @01_linux:01_net
- eartbeat </code> ===== ノード1系(test1) ===== ==== /etc/ha.d/ha.cf ==== <color blue>※2系側のIPアドレスと、利用するインタ... ailback off node test1 node test2 </code> ==== /etc/ha.d/haresources ==== <color blue>※host名と、VIPを指定... est1 IPaddr::192.168.10.10/24/eth1 </code> ==== /etc/ha.d/authkeys ==== <code console> # vi /etc/ha.d/authkeys auth 2 2 sha1 cluster-1 # chmod 600 /etc/h
- 14 rsync @01_linux:01_net
- ール ==== <code> # yum install xinetd </code> === /etc/xinetd.d/rsync修正 === 「disable = yes」を「disable = no」へ変更 <code> # vi /etc/xinetd.d/rsync ----------------------------------... an ftp server, as it # allows crc checksumming etc. service rsync { disable = yes ↓ d... .allowの修正 === アクセス許可のネットワークを記述する。 <code> # vi /etc/hosts.allow rsync : 127.0.0.1 : allow rsync : 192
- Postfix - OP25B環境でFQDNを持たないホストからメールを投げる方法(SMTPリレー) @01_linux:03_mail
- るような、高いセキュリティレベルが求められる特別な MTA にのみ設定します。 | <code|/etc/postfix/master.cf> submission inet n - ... ==== hostname:port username:password # vi /etc/postfix/relay_password mail.flat8.co.jp:587 hog... oge:xxhoge ====== transportファイル用意 ====== # vi /etc/postfix/transport * smtp:dns.flat8.co.jp:587 ====== hashDB化 ====== # postmap /etc/postfix/relay_password # postmap /etc/postfix/t
- 05 Percona Xtrabackup @01_linux:11_データベース:01_mysql
- === 2. perconaをdisableへ === <code console> # vi /etc/yum.repos.d/Percona.repo enabled = 1 ↓ enabled... でバックアップ取得できるように変更する必要があります。 <code console> # vi /etc/mysql/conf.d/wsrep.cnf wsrep_sst_method=xtrabackup </code> == my.cnf == <code console> # vi /etc/my.cnf [xtrabackup] user= root password= k3fFuGQU... 4.の設定を反映させる為に、一度再起動しておく必要があります。 <code console> # /etc/init.d/mysql stop # /etc/init.d/mysql start </cod