全文検索:
- 05 Percona Xtrabackup @01_linux:11_データベース:01_mysql
- ===== === 1. perconaのyumレポジトリをインストール === <code console> # rpm -Uhv http://www.percona.com/downloads/perc... 4.rpm </code> === 2. perconaをdisableへ === <code console> # vi /etc/yum.repos.d/Percona.repo enabled = 1 ... d = 0 </code> === 3. xtrabackupインストール === <code console> # yum --enablerepo=percona install xtrabackup </... == xtrabackupでバックアップ取得できるように変更する必要があります。 <code console> # vi /etc/mysql/conf.d/wsrep.cnf wsrep_sst_metho
- MySQLコマンド @02_freebsd:04_database:01_mysql
- ==== ===== ①ユーザ関係 ===== ==== ユーザの確認 ==== <code console> mysql> select host,user,Grant_priv from mysql.us... n set (0.00 sec) </code> ==== 権限の確認 ==== <code console> mysql> SHOW GRANTS FOR testdb_user@localhost; +-... stデータベースに対して全ての権限を持ったmatsuiユーザ作成、パスワードはpass <code console> mysql> grant all privileges on test.* to 'mats... 作成権限付き) === ※CREATE USER はユーザーの作成に使用されます。 <code console> mysql> grant all privileges on test.* to matsu
- 03 特殊な変数展開 @bash
- すると最後までとして解釈します。 * 変数VARの値の2番目から6個を切り出す。 <code console> $ VAR=0123456789 $ echo ${VAR:2:6} 234567 ... 数名**を全て表示します。 * VAR*と合致する**変数名**を全て表示する。 <code console> $ VAR_1=0123 $ VAR_2=abcd $ VAR_3=wxyz $... しますが、それによく似ています。 * 変数VAR1とVAR2の文字数を表示する。 <code console> $ VAR1=0123 $ VAR2="abcd xyz" $ echo ${#VA... カードが使えます。 * 変数VARに代入されている値から最短一致でabcを削除 <code console> $ VAR=abc1234xyz987abcd1234efg $ echo ${VAR#
- 60 CentOS OpenVPN @01_linux:01_net
- nux:01_net:11_yum_rpmforgeレポジトリ追加|]]を行ってから <code console> # yum install --enablerepo=rpmforge openvpn # r... /code> ==== 2.OpenVPNの設定ファイルをコピーしておく ==== <code console> # cp /usr/share/doc/openvpn-*/sample-config-file... /openvpn/ </code> ==== 3.ログローテーション設定 ==== <code console> # vi /etc/logrotate.d/openvpn /var/log/openvpn.l... 正 ==== FORWARD設定行のコメントアウトを外してforward許可しておく <code console> # vi /etc/rc.d/init.d/openvpn echo 1 > /proc/sy
- 17 LVMミラー @01_linux:99_その他
- ====== 17 LVMミラー ====== ===== PV作成 ===== <code console> # pvcreate --metadatasize 50M /dev/vdc /dev/vdd /dev/vde /dev/vdf </code> ===== VG作成 ===== <code console> # vgcreate VG01 /dev/vdc /dev/vdd /dev/vde /dev/vdf </code> ===== ミラーLVM作成 ===== <code console> lvcreate --type raid1 -L 1G -n lvraid1 VG01 lvcr... G -n lvraid10 VG01 </code> ==== 確認方法 ==== <code console> # lvs -a -o +devices LV VG A
- 21 CentOS5でPacketix VPN Client @01_linux:01_net
- ftether.com/jp/download/ ===== コンパイル ===== <code console> # tar zxvf vpnclient-5280-rtm-linux-x64.tar.gz #... ラーが出る場合(/usr/bin/ld: cannot find ....) ==== <code console> # yum install readline-devel # yum install ncu... cketiX を使うには vpnclient を起動しておく必要がある。) ===== <code console> # ./vpnclient start PacketiX VPN Client Servic... arted. </code> ===== vpncmd で設定をしていく ===== <code console> # ./vpncmd vpncmd コマンド - PacketiX VPN コマンドライン管
- 51 Heartbeat + Pacemaker + galera(3 server) @01_linux:01_net
- ra]] == Pacemakerを利用する場合、自動起動はOffにしておく == <code console> # chkconfig mysql off # chkconfig --list | grep ... .0.13-2.1.el6.x86_64.repo.tar.gz]] を利用する。 <code console> # tar zxvf pacemaker-1.0.13-2.1.el6.x86_64.repo.... |autojoin について参考サイト]] == 自動起動はOffにしておく == <code console> # chkconfig heartbeat off # chkconfig --list | g... :off 6:off </code> ==== 2.Heartbeat起動 ==== <code console> # /etc/init.d/heartbeat start # ps auxw| grep h
- Apache 2.0 + MySQL + PHP @02_freebsd:02_www
- sd:02_www:suidperl|suidperl]]が必要です。</color> <code console> # cd /usr/ports/www/Apache20 # make WITH_PROXY... uexec.log \ install </code> ===== 起動 ===== <code console> # apachectl start </code> ブラウザからIP入力するなどして、確認し... ortsからインストールするとユーザの追加もディレクトリの設定も自動で行ってくれます。 <code console> # cd /usr/ports/databases/mysql40-server # mak... をEUCでmakeしました。 </code> ===== 自動起動の設定 ===== <code console> # vi /etc/rc.conf -----------------追加---------
- tar @02_freebsd:80_unixコマンド
- トリ以下のファイルをフロッピーディスク(/dev/fd0)にアーカイブする ==== <code console> # cd /etc # tar cf /dev/fd0 ./*\ </code> ==== アーカイブ内のファイル名を表示する ==== <code console> # tar tf /dev/fd0 |head etc/X11/ etc/aliases ... /code> ==== アーカイブ内のファイル名とファイル属性を表示する ==== <code console> root@vaio# tar tfv /dev/fd0 |head drwxr-xr-x r... gin </code> ==== アーカイブデータからファイルを取り出す ==== <code console> # tar xf /dev/fd0 </code> ==== 特定フォルダを除外する ===
- Vyatta OpenVPN Server/Client @05_network:04_vyatta
- nVPN Server ====== ===== CA証明書・秘密鍵作成 ===== <code console> # sudo su - # cd /usr/share/doc/openvpn/examples... ./build-ca 全部空エンターで </code> CA証明書をコピーしておく <code console> # cp keys/ca.crt /config/auth/ </code> ===== サーバー証明書・秘密鍵作成 ===== <code console> # ./build-key-server server 全部空エンターで ・ ・ ・ Sign ... Base Updated </code> サーバー証明書・秘密鍵作成をコピーしておく <code console> # cp keys/server.crt /config/auth/ # cp keys/ser
- 23 LVS on CloudStack @01_linux:01_net
- LVS Server ===== === 1.ipvsadm インストール === <code console> # yum install ipvsadm </code> === 2.VIPを付けておく === <code console> # ip addr add 10.1.0.100/24 label eth0:0 dev eth0 </code> * ※参考:削除する場合 \\ <code console># ip addr del 10.1.0.100/24 label eth0:0 dev eth0... === 3.sysctl編集 === == sysctl.confに追加 == <code console> # vi /etc/sysctl.conf 下記を追加 net.ipv4.ip_forward
- 40 CentOS VLAN tag @01_linux:01_net
- 802.1QVLANタグを利用する。 ===== ①.モジュールの確認 ===== <code console> # lsmod | grep 8021q 8021q 584... de> === モジュールがロードされてない場合は、以下のコマンドでロード === <code console> # modprobe 8021q </code> ===== ②.vconfigコマンドで設定... フェース VLAN番号 </box> === VLANタグ番号210を追加 === <code console> # vconfig add eth0 210 </code> ==== 2.IPアドレスの追加 ==== 追加したVLANインターフェースにIPを追加して通信を確認してみる。 <code console> # ifconfig eth0.210 10.11.12.13 netmask 255.255.
- 04 CentOS7 古いカーネルで起動 @01_linux:21_centos7
- entos/swap rhgb quiet biosdevname=0 net.ifnames=0 console=tty0 console=ttyS1,115200n8 spectre_v2=retpoline nopti LANG=en_US.UTF-8" root=/dev/mapper/centos-root init... entos/swap rhgb quiet biosdevname=0 net.ifnames=0 console=tty0 console=ttyS1,115200n8 spectre_v2=retpoline nopti" root=/dev/mapper/centos-root initrd=/boot/initramf
- jail 構築 @02_freebsd:01_net
- == jail 構築 ====== ===== /etc/rc.conf ===== <code console> portmap_enable="NO" rpcbind_enable="NO" fsck_y_e... jail環境からraw_socketやbpfが利用できないという制限を解除できます。 <code console> security.jail.allow_raw_sockets=1 </code> ===== イメージファイルを作成 ===== <code console> dd if=/dev/zero of=/dskN/xx.xx.xx.xx.dsk bs=1M c... (ex. 10GB case) ===== イメージファイルをマウント ===== <code console> mdconfig -a -t vnode -f /dskN/xx.xx.xx.xx.dsk -u
- PostgreSQLインストール @02_freebsd:04_database:02_posgresql
- ==== server からインストールしようとしても、client からインストール <code console> # cd /usr/ports/databases/postgresql81-client ... *** Error code 1 ====== ソースからインストール ====== <code console> # wget ftp://ftp.sra.co.jp/pub/cmd/postgres/8.3... nstall </code> ====== postgresユーザ作成 ====== <code console> # pw groupadd postgres # pw useradd postgres -... or: readline library not found これでインストールできる <code console> # yum install readline-devel </code> ====== /e