• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » install
Trace: • 2022.09.01 DRBDが削除できない • 2017.04.10 MySQL 5.7.17 + Galera3 • 71 kdump • 2014.01.29 CentOS5でGlobalSignのルート証明書が有効期限切れ • tuned • 2024.01.29 Conoha VPSシングルモード • 18 yumで指定バージョンをインストール • 2016.06.23 Linux to SQL Server • FreeBSD カーネル再構築 • 2025.01.17 AMD Speculative Return Stack Overflow (SRSO)

install

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@06_virtualization
  • Any namespace
  • 06_virtualization:05_container (11)
  • 06_virtualization:02_vmware_esxi (2)
  • 06_virtualization:01_citrix_xenserver (1)
  • 06_virtualization:03_xen (1)
  • 06_virtualization:04_cloudstack (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • 02 VMware インストール ドライバ(オフラインバンドル)
  • 05 Xen Guestインストール

Fulltext results:

12 Kubernetes @06_virtualization:05_container
6 Hits, Last modified: 3 years ago
ode> ==== パッケージインストール ==== <code> apt update apt install -y apt-transport-https ca-certificates curl softw... $(lsb_release -cs) \ stable" </code> ==== install ==== apt update && apt install containerd.io systemctl status containerd ==== Containerdの設定 ==== ... /apt.kubernetes.io/ kubernetes-xenial main" ==== install ==== apt update apt install -y kubeadm kubel
16 Kubernetes + DRBD Linstor @06_virtualization:05_container
5 Hits, Last modified: 3 years ago
linbit/linbit-drbd9-stack apt-get update && apt install drbd-utils drbd-dkms lvm2 modprobe drbd ===== ... 3台でlinstor-controllerを冗長化するので、3台とも全部インストール apt install linstor-controller linstor-satellite linstor-clie... == drbd-reactor用意 ===== ※下記の手順は全てのノードで実行する。 ==== install ==== apt install drbd-reactor ==== 起動順のファイル作成 ==== <code> cat << EOF > /etc/drbd-reactor.d/linstor_db
34 UnboundでHA構成 @06_virtualization:05_container
5 Hits, Last modified: 8 months ago
emd-timesyncd timedatectl timesync-status apt -y install tuned && tuned-adm profile latency-performance c... 2.168.0. :allow sshd: all :deny __EOM__ sudo apt install resolvconf cat << __EOM__ >> /etc/resolvconf/reso... 021246 sec </code> ==== 3.unbound ==== arptables install apt install arptables <code> mkdir -p /app/unbound cd /app/unbound cat << __EOM__ > docker-compose.yml
11 Docker image 作成 @06_virtualization:05_container
3 Hits, Last modified: 3 years ago
apt/sources.list RUN apt-get update -y && apt-get install -y wget RUN apt-get install -y procps vim RUN \ wget http://repo.zabbix.com/zabbix/2.2/debian/pool/main/... ezy_all.deb \ && apt-get update -y \ && apt-get install -y \ zabbix-agent \ && rm -rf /var/lib/apt/lis
30 React-admin @06_virtualization:05_container
3 Hits, Last modified: 21 months ago
t-admin' Creating react_node_run ... done Need to install the following packages: create-react-admin@4.16... None No authProvider ↓ How do you want to install the dependencies? ❯ Using npm Using yarn Don't install dependencies, I'll do it myself. ↓ Your applica
05 Xen Guestインストール @06_virtualization:03_xen
2 Hits, Last modified: 11 years ago
②virt-installでインストール ===== <code console> # virt-install -n testvm -r 2048 --nographics \ --file=/dev/test
20 Kubernetes GlusterFS Galera Wordpress @06_virtualization:05_container
2 Hits, Last modified: 3 years ago
bitnami https://charts.bitnami.com/bitnami ==== install ==== 今回は、PVなしで、DB(wordpress)を作成してインストール ※本番では、pe... .user|wp_user| |db.password|wp_pass| <code> helm install my-release \ --set persistence.enabled=false \
27 Docker Djnago @06_virtualization:05_container
2 Hits, Last modified: 21 months ago
o環境を作ってみる。 pipでのインストールは、[[15_python:01_django:01_install]] です。 ===== 1 ファイル用意 ===== <code|Dockerfile> FR... ORKDIR /code ADD requirements.txt /code/ RUN pip3 install -r requirements.txt ADD . /code/ EXPOSE 8000 </co
XenServer Toolsインストール @06_virtualization:01_citrix_xenserver
1 Hits, Last modified: 11 years ago
=== DVD Driveにxs-tools.isoを選択しておく <code console> # mount /dev/xvdd /mnt # sh /mnt/Linux/install.sh </code>
02 VMware インストール ドライバ(オフラインバンドル) @06_virtualization:02_vmware_esxi
1 Hits, Last modified: 7 years ago
ount]] ===== インストール ===== esxcli software vib install -d "オフラインバンドル名" <color #ed1c24>※注意:この際オフラインバンドル名の
VMware Toolsをインストールする。 @06_virtualization:02_vmware_esxi
1 Hits, Last modified: 11 years ago
mount /cdrom # cd vmware-tools-distrib # vmware-install.pl </code> ==== Xの場合 ==== vmware-toolbox & ==
01_Windowsテンプレート作成 @06_virtualization:04_cloudstack
1 Hits, Last modified: 11 years ago
]で実行するように設定する。 c:\windows\system32\sysprep\key-install.bat <code> @ECHO OFF cscript //nologo c:\windows
04 Docker MailServer @06_virtualization:05_container
1 Hits, Last modified: 10 months ago
sr/share/doc/* update-locale apt update apt install -y procmail EOF </code> ==== build ==== DOCKER_
05 Docker Nginx reverse proxy @06_virtualization:05_container
1 Hits, Last modified: 4 years ago
on:05_container:02_dcoker_composer|docker-compose install]] ===== docker-compose.yml ===== <code|docker-c
18 Kubernetes GlusterFS @06_virtualization:05_container
1 Hits, Last modified: 3 years ago
0.153| |g-work03|172.16.0.166| ===== 1.GlusterFS Install ===== GlusterFSはシンプルに下記で作成 [[01_linux:13_storage
26 Docker iptables @06_virtualization:05_container
1 Hits, Last modified: 21 months ago

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