全文検索:
- 16 Kubernetes + DRBD Linstor @06_virtualization:05_container
- 6a0aead1e875665e2fb68852d94eb build by root@worker01, 2022-04-15 21:43:08 Transports (api:17): tcp (9.... --------+ ===== 1つVolumeを作ってみる ===== === TestVol01を作成 === 流れは - リソース定義を作成 - ボリューム定義を作成 - リソースを作成 linstor resource-definition create TestVol01 linstor volume-definition create TestVol01 1G linstor resource create TestVol01 -s linstor-pool -
- 17 LVMミラー @01_linux:99_その他
- e> ===== VG作成 ===== <code console> # vgcreate VG01 /dev/vdc /dev/vdd /dev/vde /dev/vdf </code> ====... console> lvcreate --type raid1 -L 1G -n lvraid1 VG01 lvcreate --type raid5 -L 1G -n lvraid5 VG01 lvcreate --type raid10 -L 1G -n lvraid10 VG01 </code> ==== 確認方法 ==== <code console> # lvs -a -o +de
- 50 CentOS5.7 ドライバ組み込み @01_linux:99_その他
- 8-274.el5/x86_64/bnx2x.ko alias: pci:v000014E4d000016ABsv*sd*bc*sc*i* alias: pci:v000014E4d0000168Dsv*sd*bc*sc*i* alias: pci:v000014E4d000016AEsv*sd*bc*sc*i* alias: pci:v0
- 2021.09.25 PCS NFS @50_dialy:2021:09
- PCS NFS ====== ===== NFSクラスタを組む方法 ===== nfsserv01, nfsserv02でCeph RBDをmapして、ZFSとしてインポートしたものをNFSクラスタで利用する設定 <code> pcs cluster auth nfsserv01 nfsserv02 <> /dev/tty pcs cluster setup --name pcs_cluster nfsserv01 nfsserv02 --transport udpu pcs cluster start --al... =120s pcs -f tmp-cib.xml resource create zfs_pool01 ocf:heartbeat:ZFS pool=pool01 \ op monitor inte
- 18 Kubernetes GlusterFS @06_virtualization:05_container
- ^ hostname ^ IP ^ |g-master|172.16.0.103| |g-work01|172.16.0.93| |g-work02|172.16.0.153| |g-work03|17... 1.GlusterFS Install ===== GlusterFSはシンプルに下記で作成 [[01_linux:13_storage:03_glusterfs]] ===== 2.EndPoint... : - ip: 172.16.0.93 hostname: g-work01 - ip: 172.16.0.153 hostname: g-work... ------------------------------------- Brick g-work01:/gluster/volume 49152 0
- 10 InnoDBパフォーマンス @01_linux:11_データベース:01_mysql
- gfile -rw-rw---- 1 mysql mysql 256M 7月 28 16:49 2016 ib_logfile0 -rw-rw---- 1 mysql mysql 256M 7月 28 16:49 2016 ib_logfile1 -rw-rw---- 1 mysql mysql 256M 7月 14 04:25 2016 ib_logfile10 -rw-rw---- 1 mysql mysql 256M 7月 15 09:15 2016 ib_logfile11 -rw-rw---- 1 mysql mysql 256M 7月 1
- 06 WireGuard @01_linux:10_network
- ivkey 公開鍵:pubkey 事前共有キー:preshared <code> CL=client01 mkdir -p ~/WireGuard/${CL} && cd ~/WireGuard/${... ER_privkey=`cat ~/WireGuard/server/privkey` CLIENT01_pubkey=`cat ~/WireGuard/client01/pubkey` CLIENT01_preshared=`cat ~/WireGuard/client01/preshared` cat << __EOM__ > /etc/wireguard/wg0
- 01 lvmをマウント @06_virtualization:03_xen
- ====== 01 lvmをマウント ====== ===== ①スナップショット作成 ===== <code console> # lvcreate -s -n snapshot -L 5G /dev... total 104 dr-xr-xr-x 2 root root 4096 Jul 4 2012 bin dr-xr-xr-x 4 root root 4096 Jul 4 2012 boot drwxr-xr-x 2 root root 4096 Sep 24 2011 cgroup drwxr-xr-x 2 root root 4096 Jul 4 2012 de
- 30 ZFS Linux @01_linux:13_storage
- zfs ===== create pool ===== zpool create pool01 /dev/rbd0 ===== pool config ===== zfs set compress=lz4 pool01 zfs set sync=disabled pool01 zfs set dedup=on pool01 zpool set autotrim=on pool01 ===== export ===== pool のマウントを外す zpool
- 25 LVM内のLVMをマウント @01_linux:99_その他
- LogVol01 VolGroup00 -wi-ao---- 50.00g VmVol01 VolGroup00 -wi-a----- 100.00g </code> ^ LVM ^ 用途 ^ |LogVol00| HVのSwap| |LogVol01| HVのRootディスク| |VmVol01| VM用のディスク| VM用のディスクVmVol01を見ると、このディスクもLVMパーティションになっている状態。 <code> # fdisk -l
- 05 Percona Xtrabackup @01_linux:11_データベース:01_mysql
- lera情報までバックアップする場合は、--galera--infoを付ける。</color> [[01_linux:11_データベース:01_mysql:11_galera_sync]] <code console> # innobackupex --no-timestamp /backup/xtrab... part-chunk-size-mb=5120 /backup/xtrabackup/base_20140129.tar.gz s3://matsui-backup </code> ===== ②リストア ===== 増分をコピー --redo-only ログファイルを適応 --apply-log
- 14 Laravel Model @11_php:02_framework:01_laravel
- :migration create_test_tables Created Migration: 2019_01_22_042833_create_test_tables $ ll database/migrations/2019_01_22_042833_create_test_tables.php -rw-r--r-- 1 matsui users 598 Jan 22 13:28 database/migrations/
- 13 Kubernetes Nginxを立ててみる @06_virtualization:05_container
- Running 1 (17m ago) 55m 10.224.1.15 worker01 <none> <none> nginx-6c57499ddb-tfghq ... Running 1 (17m ago) 55m 10.224.1.14 worker01 <none> <none> nginx-6c57499ddb-zg88c ... Running 1 (17m ago) 55m 10.224.1.17 worker01 <none> <none> </code> ==== Podそれぞれ表示... e> ===== 3.workerノードで確認 ===== <code> root@worker01:~# curl 10.224.1.15 pod1 root@worker01:~# curl 10
- 04 Python 並列処理 @15_python
- ==== 実行結果 ===== <code> # python3.6 parallel.py [2019-08-09 11:23:41,298] [MainThread] main start [2019-08-09 11:23:41,300] [thread_0] 0 start [2019-08-09 11:23:41,301] [thread_1] 1 start [2019-08-09 11:23:41,301] [MainThread] submit end [2019-08-09
- rpm @01_linux:99_その他
- 97-9.7.0-21.P2.el5_11.4.x86_64.rpm * Tue Dec 15 2015 Tomas Hozza <thozza@redhat.com> - 32:9.7.0-21.P2.4 - Fix CVE-2015-8000 * Thu Sep 03 2015 Tomas Hozza <thozza@redhat.com> - 32:9.7.0-21.P2.3 - Fix CVE-2015-5722 * Tue Jul 28 2015 Florian Weimer <fweimer@