Microsoft Word - HAクラスタ構築手順書.doc

Size: px
Start display at page:

Download "Microsoft Word - HAクラスタ構築手順書.doc"

Transcription

1 HA

2 OS DRBD DRBD DRDB DRBD hosts drbd.conf DRBD DRBD MySQL Apache heartbeat heartbeat heartbeat ha.cf haresources authkeys DRBD mysqld httpd... 22

3 7.3. heartbeat heartbeat Web

4 1. DRDB heartbeat Linux HA 2. HA 2.1. OS OS Linux CentOS 4.5 Kernel ELsmp 2.2. DRBD heartbeat kernel-devel EL perl-libwww-perl

5 3. HA LAN /24 IPeth /24 eth /24 eth /24 CentOS 4.5 lemon.araboth.local (heartbeat) (DRBD) DRBD eth /24 eth /24 CentOS 4.5 orange.araboth.local (heartbeat) (DRBD) heartbeat eth /8 eth /8 LAN /8 lemon.araboth.local orange.araboth.local eth / /24 eth1(drbd) / /24 eth2(heartbeat) / /8

6 4. DRBD DRBD 4.1. DRBD DRBD yum # yum y install drbd # yum y install kmod-drdb-smp 4.2. DRDB DRDB IDE SCSI DRDB SCSI 2 /dev/sdb IDE IDE fdisk # fdisk /dev/sdb No. 1 /dev/sdb1 2 /dev/sdb2 DRDB Linux 365P

7 MB 4.3.DRBD DRBD hosts DNS hosts # Do not remove the following line, or various programs # that require network functionality will fail lemon.araboth.local lemon localhost.localdomain localhost orange.araboth.local orange # Do not remove the following line, or various programs # that require network functionality will fail orange.araboth.local orange localhost.localdomain localhost lemon.araboth.local lemon

8 DRBD /etc/drbd.conf/ No. 1 drbd.conf /usr/share/doc/drbd /drbd.conf /etc/drbd.conf drbd.conf resource r0 { protocol C; incon-degr-cmd "echo '!DRBD! pri on incon-degr' wall ; sleep 60 ; halt -f"; startup { degr-wfc-timeout 120; } # 2 minutes. disk { on-io-error } panic; syncer { rate 10M; group 1; al-extents 257; } on lemon.araboth.local { device /dev/drbd0; disk /dev/sdb2; address :7788; meta-disk /dev/sdb1[0];

9 } } on orange.araboth.local { device /dev/drbd0; disk /dev/sdb2; address :7788; meta-disk /dev/sdb1[0]; }

10 4.4. DRBD DRBD # service drbd start DRBD yes # service drbd start Starting DRBD resources: [ d0 s0 n0 ].... *************************************************************** DRBD's startup script waits for the peer node(s) to appear. - In case this node was already a degraded cluster before the reboot the timeout is 120 seconds. [degr-wfc-timeout] - If the peer was available before the reboot the timeout will expire after 0 seconds. [wfc-timeout] (These values are for resource 'r0'; 0 sec -> wait forever) To abort waiting enter 'yes' [ 25]:

11 4.5. DRBD DRBD /proc/drbd Secondary (st Secondary ) 4.6. DRBD Primary/Secondary (cs) SyncTarget Connected Consistent # drbdadm -- --do-what-i-say primary all # cat /proc/drbd version: (api:79/proto:74) SVN Revision: 2875 build by buildcentos@build-i386, :30:50 0: cs:wfconnection st:primary/secondary ld:consistent ns:0 nr:0 dw:0 dr:0 al:0 bm:1008 lo:0 pe:0 ua:0 ap:0 1: cs:unconfigured

12 4.7. DRBD ( ext3 ) # mkfs.ext3 /dev/drbd0 /data # mkdir /data # mount /dev/drbd0 /data

13 4.8. # touch /data/test /dev/drbd0 fuser fuser km /data # umount /dev/drbd0 # drbdadm secondary r0 # drbdadm -- --do-what-i-say primary all # mount /dev/drbd0 /data

14 5. MySQL MySQL DRBD MySQL DRBD 5.1. MySQL my.cnf datadir [mysqld] datadir=/data/mysql socket=/var/lib/mysql/mysql.sock # Default to using old password format for compatibility with mysql 3.x # clients (those using the mysqlclient10 compatibility package). old_passwords=1 [mysql.server] user=mysql basedir=/var/lib [mysqld_safe] err-log=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid MySQL

15 6. Apache Apache DRBD Apache 6.1. Apache httpd.conf DocumentRoot DocumentRoot /data/www/html WebObujects apache.conf ScriptAlias

16 7. heartbeat 7.1.heartbeat # yum y install heartbeat 7.2.heartbeat haresources authkeys heartbeat /etc/ha.d/ No. 1 ha.cf /usr/share/doc/heartbeat2.1.2/ha.cf /etc/ha.d/ha.cf 2 haresources /usr/share/doc/heartbeat2.1.2/haresources /etc/ha.d/haresources 3 authkeys /usr/share/doc/heartbeat2.1.2/authkeys /etc/ha.d/authkeys

17 ha.cf ha.cf 1 ha.cf debugfile /var/log/ha-debug logfile /var/log/ha-log logfacility local0 keepalive 2 deadtime 30 warntime 10 initdead 120 udpport 694 baud ucast eth auto_failback on watchdog /dev/watchdog node lemon.araboth.local orange.araboth.local ping respawn hacluster /usr/lib/heartbeat/ipfail apiauth ipfail gid=haclient uid=hacluster

18 2 ha.cf debugfile /var/log/ha-debug logfile /var/log/ha-log logfacility local0 keepalive 2 deadtime 30 warntime 10 initdead 120 udpport 694 baud auto_failback on watchdog /dev/watchdog node lemon.araboth.local orange.araboth.local ping

19 haresources haresources lemon.araboth.local IPaddr:: /24/eth0 drbddisk Filesystem::/dev/drbd0::/data::ext3 mysqld httpd lemon.araboth.local IP heartbeat IP httpd mysqld heartbeat httpd mysqld httpd mysqld # chkconfig del httpd # chkconfig del mysqld

20 authkeys CRC /etc/ha.d/authkeys 600 auth 1 1 crc DRBD Linux P drbd-wait heartbeart drbd-wait /root/drbd-wait # cp /root/drbd-wait /etc/init.d/ # chmod +x /etc/init.d/drbd-wait # chkconfig ---del drbd # chkconfig -add drbd # chkconfig drbd on # chkconfig del drbd-wait # chkconfig add drbd-wait # chkconfig drbd-wait on # chkconfig del heartbeat # chkconfig add heartbeat # chkconfig on heartbeat

21 httpd mysqld /etc/ha.d/ha.cf /etc/ha.d/ha.cf 3 (lemon.araboth.local) ha.cf respawn root /usr/local/cluster/check_primary 4 (orange.araboth.local) ha.cf respawn root /usr/local/cluster/check_secondary check_primary check_secondary httpchk.pl /usr/local/cluster /root 1 # mkdir /usr/local/cluster # cp /root/check_primary /usr/local/cluster # cp /root/httpchk.pl /usr/local/cluster # chmod +x /usr/local/cluster/check_primary # chmod +x /usr/local/cluster/httpchk.pl 2 # mkdir /usr/local/cluster # cp /root/check_primary /usr/local/cluster # cp /root/httpchk.pl /usr/local/cluster # chmod +x /usr/local/cluster/check_secondary # chmod +x /usr/local/cluster/httpchk.pl

22 (check_primary check_secondary) No. 1 INITWAIT ( ) 2 INTERVAL ( ) 3 RETRYCOUNT 4 RETRYINTERVAL ( ) 5 CVIP IP 6 MYSQL_USER mysqld ( ) 7 MYSQL_PASSWORD MYSQL_USER 8 HTTP_CHECK_SCRIPT http Perl 9 HTTP_CHECK_URL http URL mysqld mysqld is alive mysqld # mysqladmin u root password password PING 2> /dev/null httpd httpchk.pl HTTP_CHECK_URL URL 200 httpd

23 7.3.heartbeat heartbeat httpd mysqld heartbeat # service heartbeat start heartbeat httpd mysqld heartbeat heartbeat httpd mysqld heartbeat httpd mysqld

24 7.4.heartbeat httpd mysqld heartbeat mysqld (service mysql stop) heartbeat (service heartbeat start) httpd heartbeat (service heartbeat start) httpd mysqld httpd mysqld httpd mysqld IP IP ifconfig -a heartbeat httpd mysqld httpd mysqld IP

25 8. Web 8.1. Linux HA 8.2.Web %2FDRBD EUC-JP LF init-wait check_primary check_secondary httpchk.pl

100123SLES11HA.pptx

100123SLES11HA.pptx SLES11 Xen +HA CEO miyahara@virtualtech.jp VirtualTech Japan Inc. VTJ 2006 12 14,250,000 1-1-10 CEO CTO 8 5.5 URL http://virtualtech.jp/ 2 1 P2V Xen 3 High Availability Extension SUSE Linux Enterprise

More information

目次 1 はじめに 利用ソフトウェア 用語について 本書について SoftLayer 構成 構成図 OS/ ソフトウェア情報 SoftLayer 環境 SoftLayer 設定

目次 1 はじめに 利用ソフトウェア 用語について 本書について SoftLayer 構成 構成図 OS/ ソフトウェア情報 SoftLayer 環境 SoftLayer 設定 SoftLayer 環境における Linux-HA Apache クラスタ構築手順書 2014 年 12 月 17 日 1.0 版 株式会社サードウェア 目次 1 はじめに... 2 2 利用ソフトウェア 用語について... 3 3 本書について... 4 4 SoftLayer 構成... 4 4.1 構成図... 4 4.2 OS/ ソフトウェア情報... 6 4.3 SoftLayer 環境...

More information

目次 1 はじめに 対象読者 想定するサーバ環境 注意事項 OS 環境の準備 CentOS 6.2 のインストールと初期設定 Thirdware Linux-HA クラスタスタックのインストール...2 RH

目次 1 はじめに 対象読者 想定するサーバ環境 注意事項 OS 環境の準備 CentOS 6.2 のインストールと初期設定 Thirdware Linux-HA クラスタスタックのインストール...2 RH Thirdware Linux-HA による nginx Web サーバのクラスタ構築 HOWTO 2012 年 3 月 1 日初版 株式会社サードウェア 目次 1 はじめに...1 1.1 対象読者...1 1.2 想定するサーバ環境...1 1.3 注意事項...1 2 OS 環境の準備...2 2.1 CentOS 6.2 のインストールと初期設定...2 2.2 Thirdware Linux-HA

More information

# mv httpd tar.gz /usr/local/src /usr/local/src # tar zxvf httpd tar.gz make #./configure # make # make install Apache # /usr/local/apac

# mv httpd tar.gz /usr/local/src /usr/local/src # tar zxvf httpd tar.gz make #./configure # make # make install Apache # /usr/local/apac LAMP 2007 10 29 1 LAMP LAMP Web L:Linux( ) A:Apache(Web ) M:MySQL( ) P:PHP(Hypertext Preprocessor) OS Windows WAMP Mac OS MAMP Vine Linux OS root yum Red Hat Linux 2 Apache Apache http://httpd.apache.org/download.cgi

More information

SRA OSS, Inc. ホワイトペーパー IBM Power Systems (Linux) における PaceMaker/DRBD/PostgreSQL/pgpool-II 動作検証 2011 年 10 月 1 日 SRA OSS,Inc. 日本支社 Copyright 2011SRA OSS

SRA OSS, Inc. ホワイトペーパー IBM Power Systems (Linux) における PaceMaker/DRBD/PostgreSQL/pgpool-II 動作検証 2011 年 10 月 1 日 SRA OSS,Inc. 日本支社 Copyright 2011SRA OSS SRA OSS, Inc. ホワイトペーパー IBM Power Systems (Linux) における PaceMaker/DRBD/PostgreSQL/pgpool-II 動作検証 2011 年 10 月 1 日 SRA OSS,Inc. 日本支社 目次 1 はじめに...3 2 検証環境および検証対象ソフトウェア...3 2.1 検証対象ソフトウェア...3 2.2 対象プラットフォーム...3

More information

スライド 1

スライド 1 LPIC 304 技術解説セミナー 2016 年 6 月 19 日 ( 日 ) 13:30~16:30 LPI-Japan 認定トレーナー Zeus IT Camp 講師鯨井貴博 LPI-Japan 2009. All rights reserved. 講師紹介 Linux Network の基礎から 現場経験を活かしたトラブルシュートまで幅広い講義を行います! [ プロフィール ] LPIC レベル

More information

Asterisk PBX 不正利用防止

Asterisk PBX 不正利用防止 Asterisk PBX ICTR120716-OR01A Info Circus,Inc. 1 2 2 IP-PBX 3 2.1........................... 3 3 IP-PBX 4 3.1........................................... 4 3.2..................................... 4 3.3..............................

More information

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF A.2 Bash macos.bash_profile exp

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF   A.2 Bash macos.bash_profile exp A Erlang/OTP Elixir Phoenix nvm Node.js A.1 Erlang/OTP 21.1 $ kerl update releases $ kerl build 21.1 21.1 $ kerl install 21.1 ~/erlang/21.1 $ source ~/erlang/21.1/activate Erlang/OTP 1 203 A : kerl kerl

More information

HP Server tc2120 Microsoft Windows 2000 Server SP3 HP P

HP Server tc2120 Microsoft Windows 2000 Server SP3 HP P HP Server tc2120 Microsoft Windows 2000 ServerSP3 HP P312977-191 200210 Hewlett-Packard Company Hewlett- Packard Company Hewlett-Packard Company Intel Corporation MicrosoftMS-DOSWindows Windows NT Microsoft

More information

CMS入門

CMS入門 CMS(Contents Management System) 1 CMS CMS Unix Unix Unix Unix Unix (POP IMAP) OS CMS URL CMS URL CMS CMS Joomla 2006 CMS CMS TYPO3 Plone, TEXTPATTERN, MODx, Geeklog Joomla Mambo CMS 1.0 Mambo 1.5 1.5RC2

More information

debian_install.dvi

debian_install.dvi 2002 Debian GNU/Linux 3.0 1 potato 1.1 Windows 1. 3 2. rescue.bin root.bin driver-1.bin 1 1.2 1. Debian GNU/Linux Debian http://http.us.debian.org/debian http://ftp.jp.debian.org Fig. 1 Fig. 1 Debian 2.

More information

untitled

untitled eprints 1 1... 3 2... 4 2.1 MySQL4.1.1... 4 2.1.1... 4 2.1.2 MySQL... 4 2.1.3... 4 2.1.4 MySQL... 5 2.2 Apache1.3.31... 7 2.2.1... 7 2.2.2... 7 2.3 mod_perl1.29... 9 2.3.1... 9 2.3.2... 9 3 eprints...

More information

スキルブレイン株式会社 LPI-Japan 主催 LPIC 304 技術解説セミナー LPI-Japan アカデミック認定校スキルブレイン株式会社河原木忠司 LPI-Japan All rights reserved.

スキルブレイン株式会社 LPI-Japan 主催 LPIC 304 技術解説セミナー LPI-Japan アカデミック認定校スキルブレイン株式会社河原木忠司 LPI-Japan All rights reserved. スキルブレイン株式会社 LPI-Japan 主催 LPIC 304 技術解説セミナー LPI-Japan アカデミック認定校スキルブレイン株式会社河原木忠司 LPI-Japan 2013. All rights reserved. Agenda 試験概要 仮想化の概要 ロードバランシング クラスタ / クラスタストレージ LPI-Japan 2013. All rights reserved. 2

More information

Xen入門 ppt

Xen入門 ppt http://begi.net/ Xen Xen 2 Fedora Core 5 IP IP IP 192.168.1.10/24 server.example.com HDD Web Disabled SELinux Disabled 3 Xen Virtual Machine Monitor 4 Hypervisor Xenoserver 5 6 Xen OS VT AMD-V OSWindows

More information

Xen入門 ppt

Xen入門 ppt http://begi.net/ Xen Xen 2 1 Fedora Core 5 IP IP IP 192.168.1.10/24 server.example.com HDD Web Disabled SELinux Disabled 3 Xen Virtual Machine Monitor 4 Hypervisor Xenoserver 2 5 6 Xen OS VT AMD-V OSWindows

More information

HA8000シリーズ ユーザーズガイド ~BIOS編~ HA8000/RS110/TS10 2013年6月~モデル

HA8000シリーズ ユーザーズガイド ~BIOS編~ HA8000/RS110/TS10 2013年6月~モデル P1E1M01500-3 - - - LSI MegaRAID SAS-MFI BIOS Version x.xx.xx (Build xxxx xx, xxxx) Copyright (c) xxxx LSI Corporation HA -0 (Bus xx Dev

More information

東京エリアDebian勉強会   Buffalo Linkstation向け Debian Installer - 第139回 2016年5月度

東京エリアDebian勉強会   Buffalo Linkstation向け Debian Installer - 第139回 2016年5月度 Debian Buffalo Linkstation Debian Installer 139 2016 5 Roger Shimizu 2016 5 21 Agenda 1 2 3 Buffalo Linkstation Debian Installer 4 Linkstation Debian 5 6 Demo 10 ( ) Debian user. 2 Linkstation LS-WXL

More information

install

install SCore SCore 5.0 2001.03.19 devel@pccluster.org SCore Backbone LAN Ethernet EEPRO100 Myrinet-2000 Fibre 02/03/20 2 1 NIC (Network Interface Card) NIC 100Mbps Ethernet EEPRO100 Tulip 3C905B Network Trunking

More information

第173回東京エリアDebian勉強会   grml-debootstrapを用いた USB起動メモリの作成

第173回東京エリアDebian勉強会    grml-debootstrapを用いた  USB起動メモリの作成 173 Debian grml-debootstrap USB NOKUBI Takatsugu ( ) knok@debian.org 2019-04-20 NOKUBI Takatsugu ( ) knok@debian.org / knok@daionet.gr.jp Twitter: @knok Debian developer since 2002 bo USB grml-debootstrap

More information

別紙 : 検証環境の構築手順 ( 章 ) 1. サーバ設定 1.1 IP アドレス設定 サーバは以下の 6 台を用いる pgpool-ii サーバ 2 台 DB サーバ 3 台 上位サーバ 1 台 OS は全サーバで CentOS 6.4 x86_64 とする pgpool-ii のサー

別紙 : 検証環境の構築手順 ( 章 ) 1. サーバ設定 1.1 IP アドレス設定 サーバは以下の 6 台を用いる pgpool-ii サーバ 2 台 DB サーバ 3 台 上位サーバ 1 台 OS は全サーバで CentOS 6.4 x86_64 とする pgpool-ii のサー 別紙 : 検証環境の構築手順 (13.1.1 章 ) 1. サーバ設定 1.1 IP アドレス設定 サーバは以下の 6 台を用いる pgpool-ii サーバ 2 台 DB サーバ 3 台 上位サーバ 1 台 OS は全サーバで CentOS 6.4 x86_64 とする pgpool-ii のサーバは NIC を 3 つ持っているとする (eth0, eth1, eth2) このうち eth0 をサービス提供と

More information

概要

概要 JobCenter for JobCenter R12.4 2 A C D 1 2005/03/11 2 2005/07/01 C JobCenter R12.4.1 2 3 2005/07/01 A MC/ServiceGuard Linux 4 2005/07/01 A daemon.conf 5 2005/07/01 C 6 2005/07/01 A MSCS 7 2005/07/01 A JobCenter

More information

untitled

untitled Dell PowerEdgeDell EMC CX500BakBone NetVault VMware ESX Server 2.5 & NetVault... 2... 2... 3 OS... 4 VMWARE ESX SERVER 2.5 SERVICE CONSOLE... 5 VMWARE ESX SERVER 2.5 NETVAULT... 6... 7 OS... 7 OS... 8

More information

本マニュアルを読むにあたって

本マニュアルを読むにあたって JobCenter 1 2004/08/01 AC D JobCenter 1. / IPF(Itanium Processor Family) 2. GUI & GUI 3. Widows GUI GUI 4. SAP R/3,BW JobCenter JobCenter CJC package IP service / IP IP relocatable IP address IP IP shared

More information

RouteMagic Controller( RMC ) 3.6 RMC RouteMagic RouteMagic Controller RouteMagic Controller MP1200 / MP200 Version 3.6 RouteMagic Controller Version 3

RouteMagic Controller( RMC ) 3.6 RMC RouteMagic RouteMagic Controller RouteMagic Controller MP1200 / MP200 Version 3.6 RouteMagic Controller Version 3 RouteMagic Controller RMC-MP200 / MP1200 - Version 3.6 - RouteMagic Controller( RMC ) 3.6 RMC RouteMagic RouteMagic Controller RouteMagic Controller MP1200 / MP200 Version 3.6 RouteMagic Controller Version

More information

dvi

dvi { SSH { 3 3 1 telnet ID ( ) ID ( 1) SSH(Secure SHell) (ID ) SSH SSH SSH login : userid password : himitsu login : userid psaaword: himitsu login : userid password : himitsu 1. Host 11 7 UNIX ( sakura)

More information

28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment

28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment 28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment 1170288 2017 2 28 Docker,.,,.,,.,,.,. Docker.,..,., Web, Web.,.,.,, CPU,,. i ., OS..,, OS, VirtualBox,.,

More information

まずは、Pacemakerを使ってみよう!

まずは、Pacemakerを使ってみよう! 第 3 回 Linux-HA Japan 勉強会 まずは Pacemaker を 使ってみよう! 2011 年 7 月 1 日 @ パソナグループ本部ビル Linux-HA Japan プロジェクト田中崇幸 Linux-HA Japan Project 1 自己紹介 名前 : 田中崇幸 (Takayuki Tanaka) Twitter: @tanakacchi21 所属 : Linux-HA Japan

More information

PowerGres on Linux HAマニュアル

PowerGres on Linux HAマニュアル PowerGres R on Linux HA 2006 11 SteelEye LifeKeeper SteelEye Technology, Inc. Linux Linus Torvalds TM R 1 2 2 PowerGres on Linux HA 2 2.1 PowerGres on Linux HA.................................. 2 2.2..............................................

More information

Web apache

Web apache I-6 -WordPress in MacOSX- 8 j05017 j05027 j05038 j05064 2006 05 27 2006 05305 1 2 1.1.............................. 2 1.2................. 2 1.3 Web............... 2 1.4.............................. 2

More information

untitled

untitled 2 3 4 5 6 READ PK POINT 5.1.30 InnoDB 5.1.30 MyISAM 5.0.79 InnoDB 5.0.79 MyISAM 7 READ_KEY_POINT_LIMIT 5.1.30 InnoDB 5.1.30 MyISAM 5.0.79 InnoDB 5.0.79 MyISAM 8 READ PK RANGE 5.1.30 InnoDB 5.1.30 MyISAM

More information

Raspberry Pi 2 Model B に Debian Jessie / armhf をインストールする - 第125回 2015年3月度

Raspberry Pi 2 Model B に Debian Jessie / armhf をインストールする - 第125回 2015年3月度 Raspberry Pi 2 Model B Debian Jessie / armhf 125 2015 3 2015 3 7 1 Raspberry Pi 2 Model B Raspberry Pi 2 Raspberry Pi 2 Model B Debian Jessie / armhf Raspberry Pi 2 Model B Raspberry Pi Raspberry Pi 2

More information

Red Hat Enterprise Linux ES (v. 3)

Red Hat Enterprise Linux ES (v. 3) 2005-02-01 Red Hat Enterprise Linux ES (v. 3) PRIMERGY Linux Linux PRIMERGY Linux (SupportDesk Product ) All Rights Reserved, Copyright (C) 2004 1 1. 1.1 Linux ) SCSI ID=1, 2, 3 /dev/sda, /dev/sdb, /dev/sdc

More information

15 FreeBSD / FreeBSD Project 2016/2/ /2/18 (c) Hiroki Sato 1 / /2/

15 FreeBSD / FreeBSD Project 2016/2/ /2/18 (c) Hiroki Sato 1 / /2/ 15 FreeBSD / FreeBSD Project 2016/2/18 2016/2/18 (c) Hiroki Sato 1 / 31 2016/2/18 (c) Hiroki Sato 2 / 31 2016/2/18 (c) Hiroki Sato 3 / 31 2016/2/18 (c) Hiroki Sato 4 / 31 1 2 4 18 FreeBSD?

More information

標準プレゼンテーション

標準プレゼンテーション 可用性とパフォーマンスを重視した セミナーに参加いただいた皆様へ当日は質疑応答の時間をとれず, ご迷惑をおかけしました. 当日聞き逃したこと等はユーザ会や私宛に質問いただければ回答できる範囲で対応したいと思います. 日本 ユーザ会中満英生 nomo@bluecoara.net 自己紹介 氏名 : 中満英生会社 : F5 ネットワークスジャパン所属 : プリセールスエンジニア活動 : Solaris,

More information

2 BIG-IP 800 LTM v HF2 V LTM L L L IP GUI VLAN.

2 BIG-IP 800 LTM v HF2 V LTM L L L IP GUI VLAN. BIG-IP800 LTM v11.4.0 HF2 V1.0 F5 Networks Japan 2 BIG-IP 800 LTM v11.4.0 HF2 V1.0...1 1....3 1.1. LTM...3 2. L3...4 2.1. L3...4 2.2. L3...5 3....6 3.1....6 3.1.1. IP...6 3.1.2. GUI...10 3.1.3. VLAN...19

More information

Pacemaker + KVMで仮想化クラスタリング ~仮想化連携機能のご紹介~ OSC2011Tokyo/Fall

Pacemaker + KVMで仮想化クラスタリング ~仮想化連携機能のご紹介~ OSC2011Tokyo/Fall Pacemaker + KVM で 仮想化クラスタリング ~ 仮想化連携機能のご紹介 ~ 2011 年 11 月 20 日 OSC2011 Tokyo/Fall Linux-HA Japan 中平和友 Linux-HA Japan Project 1 本日のお話 1 Linux-HA Japan について 2 仮想化環境のクラスタ化について 3 仮想化連携機能について 4 インストール 設定方法 -

More information

debian_manual.dvi

debian_manual.dvi How to set up Linux 01/07/02 Debian GNU/Linux 1 potato 1.1 rescue.bin root.bin driver-1.bin 1 1.2 1. Debian GNU/Linux Debian http://http.us.debian.org/debian/ http://ftp.jp.debian.org Fig. 1 Fig. 1 Debian

More information

CLUSTERPRO for Linux MySQL HowTo

CLUSTERPRO for Linux MySQL HowTo MySQL on CLUSTERPRO for Linux HOWTO 1 はじめに この文章は CLUSTERPRO for Linux 上で MySQL を動作させる際に参考となる情報を記述したもので す MySQL を片方向および双方向スタンバイで運用するための設定方法や注意点を述べます この文章を書くにあたって次のディストリビューションと同梱されている MySQL を使用しました この ほかのバージョンのディストリビューションや

More information

Airwave_upgrade.pdf

Airwave_upgrade.pdf Aruba Networks 社 Airwave バージョンアップ手順書 複製禁止 取扱注意 平成 25 年 7 月 1 目次 1. はじめに... 3 2. 事前準備... 4 2.1. 準備するもの... 4 2.2. アップグレードパス... 4 2.3. 32BITOS と 64BITOS について... 5 3. 事前作業... 6 3.1. 定期バックアップファイルの取得... 6 3.2.

More information

Sybase on CLUSTERPRO for Linux HowTo

Sybase on CLUSTERPRO for Linux HowTo Sybase on CLUSTERPRO for Linux HowTo 1 2006 2 6-1- ... 3... 4... 5... 7 DB... 8 DB... 9... 10 DB... 11 DB... 12 CLUSTERPRO... 13... 20-2- Sybase Adaptive Server Enterprise Red Hat Enterprise Linux AS3

More information

Microsoft Word - D JP.docx

Microsoft Word - D JP.docx Application Service Gateway Thunder/AX Series vthunder ライセンスキー インストール 手順 1 1.... 3 2. vthunder... 3 3. ACOS... 3 4. ID... 5 5.... 8 6.... 8 61... 8 62 GUI... 10 2 1. 概要 2. vthunder へのアクセス 方法 SSHHTTPSvThunder

More information

Oracle Calendar Oracle Collaboration Suite 2(9.0.4) Creation Date: Jun 04, 2003 Last Update: Nov 18, 2003 Version:

Oracle Calendar Oracle Collaboration Suite 2(9.0.4) Creation Date: Jun 04, 2003 Last Update: Nov 18, 2003 Version: Oracle Calendar Oracle Collaboration Suite 2(9.0.4) Creation Date: Jun 04, 2003 Last Update: Nov 18, 2003 Version: 1.1-1- -2- 1.... 4 2. Oracle Calendar... 4 2.1... 4 2.2... 5 2.3 https ( 9.0.4.0 )...

More information

1. NIC IP 2. VMware Server NAT 3. OS OS CentOS 5.3 NAT NAT /8 eth /8 4. NAT

1. NIC IP 2. VMware Server NAT 3. OS OS CentOS 5.3 NAT NAT /8 eth /8 4. NAT LPIC 3 303 Security tmiyahar@begi.net 1. NIC IP 2. VMware Server NAT 3. OS OS CentOS 5.3 NAT NAT 10.0.0.0/8 eth0 10.0.0.10/8 4. NAT 22 1194 2 1. OS 2. OS 3. OS Web 4. OS SSH PuTTY OS WinSCP 3 OpenSSL HTTPS

More information

[user@linux tmp]$ tar xzvf utvpn-src-unix-v100-7092-beta-2010.06.25.tar.gz [user@linux tmp]$ cd utvpn-unix-v100-7092-beta [user@linux utvpn-unix-v100-7092-beta]$ ls License-ja.txt configure makefiles src

More information

HP OpenSource ブループリント

HP OpenSource ブループリント HP OpenSource Blue Print MySQL Enterprise Server 5.0 Red Hat Enterprise Linux 3 tar.gz ver 1.1 1 MySQL Red Hat Enterprise Linux 3 MySQL Community Server Enterprise Server 2 MySQL Enterprise Server MySQL

More information

橡環境設定.PDF

橡環境設定.PDF UNIX Vine Linux 1.1 A B C D E F G XML H mod_rewrite(url Rewriting Engine # /etc/rc.d/init.d/httpd stop /usr/local/src % cd /usr/local/src % cp /copysrcpath/apache_1.3.9.tar.gz./ copysrcpath % gzip cd apache_1.3.9.tar.gz

More information

Cisco® ASA シリーズルーター向けDigiCert® 統合ガイド

Cisco® ASA シリーズルーター向けDigiCert® 統合ガイド Cisco ASA DigiCert 2013 7 8 Cisco ASA VPN DigiCert : 2013 7 8 Copyright 2018 DigiCert, Inc. All rights reserved. DigiCert DigiCert DigiCert, Inc. Symantec Norton Symantec Corporation DigiCert, Inc. DigiCert,

More information

MySQL5.0データベース ログファイルおよびステータスの収集

MySQL5.0データベース ログファイルおよびステータスの収集 HP OpenSource MySQL Server 5.0 ver 1.0 1 MySQL 5.0 MySQL 5.0 MySQL 5.0 MySQL 5.0.18 MySQL 5.0 Community Edition MySQL 5.0 Enterprise Server 1 MySQL 5.0 2 MySQL 5.0 3 MySQL 5.0 2 ... 2... 2... 2... 3 1....

More information

RouteMagic Controller RMC-MP200 / MP Version

RouteMagic Controller RMC-MP200 / MP Version RouteMagic Controller RMC-MP200 / MP1200 - Version 3.7.1 - RouteMagic Controller( RMC ) 3.7 RMC RouteMagic RouteMagic Controller RouteMagic Controller MP1200 / MP200 Version 3.7 RouteMagic Controller Version

More information

Microsoft Word - マニュアル4.1J

Microsoft Word - マニュアル4.1J Yellow Dog Linux 4.1J 20060605 1. 2. 2.1 2.2 2.3 Mac OS X 2,4 Mac OS 9 2.5 3. Yellow Dog Linux 3.1 Welcome to Yellow Dog Linux 3.2 Language Selection 3.3 3.4 3.5 3.5.1 3.5.2 Disk Druid 3.5.3 3.6 3.7 3.8

More information

nakayama15icm01_l7filter.pptx

nakayama15icm01_l7filter.pptx Layer-7 SDN SDN NFV 50 % 3 MVNO 1 2 ICM @ 2015/01/16 2 1 1 2 2 1 2 2 ICM @ 2015/01/16 3 2 Service Dependent Management (SDM) SDM Simple Management of Access-Restriction Translator Gateway (SMART-GW) ICM

More information

PRIMERGY Econel 100 オンボード アレイコントローラ<RAID 1> フリーOS動作確認情報

PRIMERGY Econel 100 オンボード アレイコントローラ<RAID 1> フリーOS動作確認情報 PRIMERGY Econel 100 オンホ ート アレイコントローラ フリー OS 動作確認情報 2008/03/01 富士通株式会社 目次 PRIMERGY ECONEL100 FreeBSD 6.1-RELEASE 動作確認...2 PRIMERGY ECONEL100 FreeBSD 6.2-RELEASE 動作確認...5 PRIMERGY ECONEL100 CentOS

More information

ロードバランサー配下のシボレス IdP 環境設定に関する検証実験 2009 年 12 月 22 日国立情報学研究所学術ネットワーク研究開発センター山地一禎, 中村素典

ロードバランサー配下のシボレス IdP 環境設定に関する検証実験 2009 年 12 月 22 日国立情報学研究所学術ネットワーク研究開発センター山地一禎, 中村素典 ロードバランサー配下のシボレス IdP 環境設定に関する検証実験 2009 年 12 月 22 日国立情報学研究所学術ネットワーク研究開発センター山地一禎, 中村素典 2 1. 目的ロードバランサー配下で複数のシボレス IdP からなるクラスタを構築するための設定方法を調べることを目的とする. 2. 実験環境検証実験は, ロードバランサー 1 台 (F5 ネットワークスジャパン株式会社 BIG-IP),

More information

SRT/RTX/RT設定例集

SRT/RTX/RT設定例集 Network Equipment Rev.6.03, Rev.7.00, Rev.7.01 Rev.8.01, Rev.8.02, Rev.8.03 Rev.9.00, Rev.10.00, Rev.10.01 2 3 4 5 6 1 2 3 1 2 3 7 RTX1000 RTX1000 8 help > help show command > show command console character

More information

スライド 1

スライド 1 2005 3 26 (MATSUNOBU Yoshinori MySQL mysqldump FLUSH TABLES WITH READ LOCK SQL (InnoDB Linux,Solaris,HP-UX,AIX,Windows C/C++( SQL92 SQL99 Core 4.1 5.0 InnoDB MyISAM ( B-Tree ( 5.0 4 (InnoDB ( (InnoDB (4.1

More information

Lync Server 2010 Lync Server Topology Builder BIG-IP LTM Topology Builder IP Lync 2010 BIG IP BIG-IP VE Virtual Edition BIG-IP SSL/TLS BIG-IP Edge Web

Lync Server 2010 Lync Server Topology Builder BIG-IP LTM Topology Builder IP Lync 2010 BIG IP BIG-IP VE Virtual Edition BIG-IP SSL/TLS BIG-IP Edge Web 1.1 Microsoft Lync Server 2010 BIG-IP LTM 2 4 5 BIG-IP : Lync 6 BIG-IP : Lync 7 BIG-IP : - 8 BIG-IP : - 9 A: BIG-IP Microsoft Lync Server 2010 Microsoft Lync Server 2010 Office Communications Server BIG-IP

More information

CLUSTERPRO ファイルサーバ監視オプション編

CLUSTERPRO ファイルサーバ監視オプション編 CLUSTERPRO SE for Linux Ver3.0 2004.03.31 1 1 2004/03/31 2 CLUSTERPRO for Linux R2.0 CLUSTERPRO Linux Linus Torvalds URL NEC http://soreike.wsd.mt.nec.co.jp/ [ ][ ][CLUSTERPRO ] NEC http://www.ace.comp.nec.co.jp/clusterpro/

More information

監視アラート対応手順書(FOR LINUX)

監視アラート対応手順書(FOR LINUX) 監視アラート対応手順書 (FOR LINUX) プロセス監視アラート対応手順 Version.1.0 株式会社クララオンライン 2014/07/16 2 監視アラート対応手順書 (FOR LINUX) 更新履歴 改定日版改定者改定内容 2014/7/16 1.0 クララオンライン新規作成 3 監視アラート対応手順書 (FOR LINUX) 目次 1. 監視項目... 4 1.1. 監視一覧 ( 基本内容

More information

CentOSv2_furoku

CentOSv2_furoku at $ at 23:00 $ at 6:00 tomorrow $ at now + 3 days chkconfig # chkconfig --list # chkconfig --list postfix # chkconfig --level 35 postfix on # chkconfig rsync on # chkconfig telnet off 2 crontab $ crontab

More information

Microsoft Word - PSB導入ガイド_ docx

Microsoft Word - PSB導入ガイド_ docx 入 1 / 49 入 日 1.0.0 2013/12/02 用 用 F-Secure 角 自 止 一 2 / 49 ... 4 1.... 4 2.... 4 3. 入... 4 4. 手 Windows... 5 4.1... 5 4.2 Windows... 9 5. 手 Windows Server... 13 6. 手 Linux... 19 6.1... 19 6.2 PSB... 20

More information

Appendix

Appendix Appendix Appendix-A PHP 392 Appendix-B -> cd ext/pgsql -> phpize ->./configure --with-pgsql -> make -> make EXTENSION_DIR=/usr/local/lib/php/extensions install extension_dir = "/usr/local/lib/php/extensions/"

More information

帯域を測ってみよう (適応型QoS/QoS連携/帯域検出機能)

帯域を測ってみよう (適応型QoS/QoS連携/帯域検出機能) RTX1100 client server network service ( ) RTX3000 ( ) RTX1500 2 Sound Network Division, YAMAHA 3 Sound Network Division, YAMAHA 172.16.1.100/24 172.16.2.100/24 LAN2 LAN3 RTX1500 RTX1100 client 172.16.1.1/24

More information

ksocket Documentation

ksocket Documentation ksocket Documentation 20181012 Fixpoint, Inc. 2018 10 12 i 1 2 2 3 2.1............................................. 3 2.1.1 Linux............................................ 3 2.1.2 Windows..........................................

More information

MUA (Mail User Agent) MTA (Mail Transfer Agent) DNS (Domain Name System) DNS MUA MTA MTA MUA MB mailbox MB

MUA (Mail User Agent) MTA (Mail Transfer Agent) DNS (Domain Name System) DNS MUA MTA MTA MUA MB mailbox MB MUA (Mail User Agent) MTA (Mail Transfer Agent) DNS (Domain Name System) DNS MUA MTA MTA MUA MB mailbox MB »» SMTP MAIL FROM: 250 sender ok RCPT TO: 250 recipient

More information

403-0702_‚Ofl¼

403-0702_‚Ofl¼ HP-UX HP System Insight Manager Whitepaper ..................................................................................2..............................................................2 SIM....................................................................................2.............................................................3................................................................................3

More information

RT300/140/105シリーズ 取扱説明書

RT300/140/105シリーズ 取扱説明書 REMOTE & BROADBAND ROUTER RT300i/RT140p/RT140f/RT140i RT140e/RT105p/RT105i/RT105e 2 3 4 5 6 7 8 9 10 Bold face Enter Ctrl Tab BS Del Console RT105i RT300i RT140p RT140f RT140i RT140e RT105p RT105i RT105e

More information

3.2 Linux root vi(vim) vi emacs emacs 4 Linux Kernel Linux Git 4.1 Git Git Linux Linux Linus Fedora root yum install global(debian Ubuntu apt-get inst

3.2 Linux root vi(vim) vi emacs emacs 4 Linux Kernel Linux Git 4.1 Git Git Linux Linux Linus Fedora root yum install global(debian Ubuntu apt-get inst 1 OS Linux OS OS Linux Kernel 900 1000 IPA( :http://www.ipa.go.jp/) 8 12 ( ) 16 ( ) 4 5 22 60 2 3 6 Linux Linux 2 LKML 3 3.1 Linux Fedora 13 Ubuntu Fedora CentOS 3.2 Linux root vi(vim) vi emacs emacs 4

More information

スライド 1

スライド 1 コピペ で作るリポジトリ - はじめてのインストール Linux 版 - 奈良大学図書館磯野 肇 1 ハードウェアの準備 普通のパソコンを用意 CPU:Pentium 4 1.8GB メモリ :512MB ディスク :60G 2 Windows Xp が動くものであれば十分 DVD CD ドライブから起動 2 ハードウェア 3 LINUX インストールディスク準備 様々な種類 ディストリビューション

More information

実演!Pacemakerで楽々クラスタリング

実演!Pacemakerで楽々クラスタリング 実演! Pacemaker で 楽々クラスタリング 2011 年 4 月 16 日 OSC2011 Kansai@Kobe Linux-HA Japan 田中崇幸 Linux-HA Japan Project 1 本日のお話 1 Linux-HA Japanについて 2 本日のPacemakerデモ環境 3 インストール 設定方法を実演します! 4 フェイルオーバ 系切り替えを実演します! Linux-HA

More information

INR-HG5290b_users_Linux-RHEL4_.doc

INR-HG5290b_users_Linux-RHEL4_.doc INR-HG5290b 1 ( ) ( ) () 1. RCCMD ADVANCED... 3 1.1....3 1.1.1....3 1.1.2....3 1.2....4 2.... 5 2.1....5 2.2....6 3.... 7 3.1. RCCMD ADVANCED...7 3.2....7 3.3....7 3.4....8 4. RCCMD ADVANCED... 9 4.1.

More information

設定例集_Rev.8.03, Rev.9.00, Rev.10.01対応

設定例集_Rev.8.03, Rev.9.00, Rev.10.01対応 Network Equipment 設定例集 Rev.8.03, Rev.9.00, Rev.10.01 対応 2 3 4 5 6 7 8 help > help show command > show command console character administrator pp disable disconnect 9 pp enable save Password: login timer

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone

More information

Fortigate Ver.4.0MR3Patch12 Information 1

Fortigate Ver.4.0MR3Patch12 Information 1 Fortigate Ver.4.0MR3Patch12 Information 1 H25.4 1.0 H25.4 1.1 OS 2 1.... 4 2.... 4 3. v4.0mr2... 5 3.1 config... 5 3.2... 6 3.3 Fortianalyzer... 6 4. v4.0mr3... 7 4.1... 7 4.2 Fortianalyzer... 8 5. Web

More information

設定手順

設定手順 IP Cluster & Check Point NGX (IPSO 4.0 & Check Point NGX (R60)) 2007 7 IP Cluster & Check Point NGX...2 1 Gateway Cluster...6 1-1 cpconfig...6 1-2 Gateway Cluster...6 1-3 3rd Party Configuration...8 1-4

More information

A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: /24 IF1: router & server mail and

A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: /24 IF1: router & server mail and A/B WWW MTA/MSP sendmail POP/IMAP apache WWW 1 1 sendmail uw imap apache WWW host host subnet1: 192.168.1/24 IF1:192.168.1.1 router & server mail and WWW IF2:192.168.0.32 subnet2: 192.168.0/24 1: 1 2 iep.sie.dendai.ac.jp

More information

Oracle Application Server 10g(9

Oracle Application Server 10g(9 Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...24...24

More information

IP.dvi

IP.dvi ... 3... 3... 3... 4... 6 VLAN... 6... 6 DHCP... 7... 7... 9... 9... 10... 12 R... 15... 15... 15 ARP... 18... 18 ARP... 18 DNS... 20... 20 DHCP/BOOTP... 21... 21 DHCP... 22 UDP... 23... 23... 23... 26...

More information

Northern Lights Server

Northern Lights Server FirstStep Guide Northern Lights Server Intel Management Module (Advanced Module / ISM 8.4) 2 www.nlcomputer.com 1 FirstStep Guide 1.1. INTEL MANAGEMENT MODULE 2... 5 1.2.... 9 1.3.... 10 2.1. BMC...11

More information

日本語ドメイン名運用ガイド

日本語ドメイン名運用ガイド 2001/08/28( ) 2003/09/04...2....2....2 DNS Web...3....3. ASCII...3...4....4....4 DNS...5....5....5....5.....5.. named.conf...6.....6.. DNS...7. RACE...8 Web...9....9....9....9.....9.. httpd.conf...10..

More information

V-SFTのインストール及び画面データの転送手順 V-SFT Installation and Screen Data Transfer Procedure

V-SFTのインストール及び画面データの転送手順 V-SFT Installation and Screen Data Transfer Procedure V-SFT V-SFT INSTALLATION AND SCREEN DATA TRANSFER PROCEDURE 2 Version : A Page 1 / 67 Revision History Version Date (MM/DD/YYYY) Prepared Approved Description Ver. NEW 4/21/2011 Original Issue Ver. A 11/17/2011

More information

PowerGres on Linuxマニュアル

PowerGres on Linuxマニュアル PowerGres R on Linux Linux Linus Torvalds TM R 1 2 2 PowerGres on Linux 2 2.1 PowerGres on Linux.................................... 2 2.2.............................................. 2 2.3..............................................

More information

CLUSTERPRO 3.x データベース監視オプション編

CLUSTERPRO 3.x データベース監視オプション編 CLUSTERPRO for Linux Ver3.0 2004.09.29 4 1 2004/02/27 2 2004/05/25 R2.0-2 update PDF SE 3 R2.0-2 7 DB LE DB 10 12 16 AP PostgreSQL7.3/7.4MySQL4.0 21 400 SE 22 clp_psql73mon clp_mysql40mon 29 -u -p 30 3

More information

untitled

untitled HP OpenSource MySQL Server 5.0 Red Hat Enterprise Linux 4 ver 1.5 MySQL Red Hat Enterprise Linux 4 Super Smack Super Smac MySQL Super Smack RHEL4 1 2 MySQL SuperSmack SuperSmack 3 SuperSmack MySQL 4 MySQL

More information

VN-M _RHEL4Install_jp.pdf

VN-M _RHEL4Install_jp.pdf Visual Nexus 3.0-1 用 3 Red Hat Enterprise Linux ES/AS v.4 インストールガイド 2005 年 10 月 20 日 トーメンサイバービジネス株式会社 技術サポート部 本資料は Visual Nexus ver3.0-1 のプラットフォーム OS として Red Hat Enterprise Linux ES/AS v4 を利用する場合の, OS

More information

Armadillo-9 ソフトウェアマニュアル

Armadillo-9 ソフトウェアマニュアル Software Manual http://www.atmark-techno.com/ http://armadillo.atmark-techno.com/ Armadillo-9 software manual ver.1.0.16 1.... 1 1.1.... 1 1.2.... 1 1.3.... 1 1.4.... 2 1.5.... 2 1.6.... 2 2.... 3 2.1....

More information

DNS DNS 2002/12/19 Internet Week 2002/DNS DAY 2

DNS DNS 2002/12/19 Internet Week 2002/DNS DAY 2 DNS 2002 12 19 2003 1 16 Internet Week 2002/DNS DAY ( ) (JPRS) DNS DNS 2002/12/19 Internet Week 2002/DNS DAY 2 DNS SOA SOA TTL $TTL NS MX CNAME 2002/12/19 Internet Week 2002/DNS DAY

More information

Microsoft Word - Win-Outlook.docx

Microsoft Word - Win-Outlook.docx Microsoft Office Outlook での設定方法 (IMAP および POP 編 ) How to set up with Microsoft Office Outlook (IMAP and POP) 0. 事前に https://office365.iii.kyushu-u.ac.jp/login からサインインし 以下の手順で自分の基本アドレスをメモしておいてください Sign

More information

HA8000-bdシリーズ RAID設定ガイド HA8000-bd/BD10X2

HA8000-bdシリーズ RAID設定ガイド HA8000-bd/BD10X2 HB102050A0-4 制限 補足 Esc Enter Esc Enter Esc Enter Main Advanced Server Security Boot Exit A SATA Configuration SATA Controller(s) SATA Mode Selection [Enabled] [RAID] Determines how

More information

Alibaba Cloud [ ナレッジドキュメント ] オンプレから Alibaba Cloud ECS へのマイグレーション手順 (Linux 版 ) オンプレから Alibaba Cloud ECS への マイグレーション手順 (Linux 版 ) Ver SB Clou

Alibaba Cloud [ ナレッジドキュメント ] オンプレから Alibaba Cloud ECS へのマイグレーション手順 (Linux 版 ) オンプレから Alibaba Cloud ECS への マイグレーション手順 (Linux 版 ) Ver SB Clou オンプレから Alibaba Cloud ECS への マイグレーション手順 (Linux 版 ) Ver 1.0.1 目次 1. はじめに 2. Alibaba Cloud 移行ツールとは 3. 環境構成図 4. 導入手順 4-1. オンプレ環境の準備 4-2. WEB サーバーの導入 設定 4-2-1.Apache インストール 設定 4-2-2.WEB コンテンツ作成 4-2-3.Apache

More information

FortiGate Ver.4.0MR3Patch14 Information 1

FortiGate Ver.4.0MR3Patch14 Information 1 FortiGate Ver.4.0MR3Patch14 Information 1 H25.7 1.0 2 1.... 4 2.... 4 3. v4.0mr2... 5 3.1. config... 5 3.2.... 6 3.3. Fortianalyzer... 6 4. v4.0mr3... 7 4.1.... 7 4.2. Fortianalyzer... 8 5. Web... 9 6.

More information

DRサイトを作って耐障害性を高めたい:IDCFクラウド活用マニュアル

DRサイトを作って耐障害性を高めたい:IDCFクラウド活用マニュアル IDCF クラウド 活用マニュアル DR サイトを作って耐障害性を高めたい DR サイトを作って耐障害性を高めたい 目次 (1) 東日本リージョンで本番サーバーを作成... 3 (2) 西日本リージョンにサーバーをコピー... 11 (3) 東日本リージョンと西日本リージョンの連携... 16 (4)DR 切り替えテスト... 21 Column:1 対 1のNATの設定... 23 最終更新日 :2015/11/26

More information

VMware Lab Manager User’s Guide

VMware Lab Manager User’s Guide VMware http://www.vmware.com/support/ docfeedback@vmware.com 2 VMware, Inc. VMware, Inc. 3 VMware 4 VMware, Inc. VMware, Inc. 5 VMware 6 VMware, Inc. VMware, Inc. 7 VMware 8 VMware, Inc. VMware, Inc. 9

More information

最も一般的な手法: ファイアウォールによってノード間の MPI 通信がブロックされた場合の対応方法

最も一般的な手法: ファイアウォールによってノード間の MPI 通信がブロックされた場合の対応方法 最も一般的な手法 : ファイアウォールによってノード間 の MPI 通信がブロックされた場合の対応方法 この記事は インテル デベロッパー ゾーンに公開されている Best Known Methods: Firewall Blocks MPI Communication among Nodes の日本語参考訳です この記事では ファイアウォールによって複数のマシン間のメッセージ パッシング インターフェイス

More information

目次 1. Serverspec とは 1.1. Serverspecとは 1.2. Serverspecで出来る事 2. セットアップ 2.1. 必要なもの 2.2. インストール 3. デモ 3.1. デモ環境について 3.2. テスト対象サーバーの登録 3.3. サンプルテストの中身 3.4.

目次 1. Serverspec とは 1.1. Serverspecとは 1.2. Serverspecで出来る事 2. セットアップ 2.1. 必要なもの 2.2. インストール 3. デモ 3.1. デモ環境について 3.2. テスト対象サーバーの登録 3.3. サンプルテストの中身 3.4. Serverspec でインフラテスト 2018 年 4 月 20 日株式会社フルマークス大久保和彦 目次 1. Serverspec とは 1.1. Serverspecとは 1.2. Serverspecで出来る事 2. セットアップ 2.1. 必要なもの 2.2. インストール 3. デモ 3.1. デモ環境について 3.2. テスト対象サーバーの登録 3.3. サンプルテストの中身 3.4.

More information

取扱説明書の読み替え一覧表

取扱説明書の読み替え一覧表 SCSI アレイコントローラカード取扱説明書 ( 追補版 ) PG-140BL PG-140C PG-140CL PG-141B PG-142B PG-142C PG-142D GP5-150 GP5-1501 GP5-151 はじめに Linux MicrosoftWindows NTMicrosoft Corporation NetwareNovell Copyright 1985-2001 Microsoft

More information

1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari student

1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari student LAN 0000000000 6/6, 6/13, 6/20 1 Linux UNIX-PC LAN. UNIX. LAN. UNIX. 1.1 UNIX LAN. 1.2 Linux PC Linux. 1.3 studenta odd kumabari studentb even kumabari studentc odd kumabari studentd even kumabari 1: LAN

More information

はじめに どのような人に聞いてほしいか PostgreSQLを使っている人 PostgreSQLの可用性を上げたいと思っている人 可用性構成は難しそうだと思っている人 とりあえずPostgreSQLの高可用性構成を構築する手順 について説明 とりあえず 細かいことは置いておく スプリットブレイン S

はじめに どのような人に聞いてほしいか PostgreSQLを使っている人 PostgreSQLの可用性を上げたいと思っている人 可用性構成は難しそうだと思っている人 とりあえずPostgreSQLの高可用性構成を構築する手順 について説明 とりあえず 細かいことは置いておく スプリットブレイン S DRBDはLINBIT Information Technologies GmbHの登録商標です 入門 PostgreSQL Pacemaker DRBDで 高可用性構成を構築してみよう オープンソースカンファレンス2014 Tokyo/Spring 2014年2月28日 SRA OSS, Inc. 日本支社 佐藤 友章 sato@sraoss.co.jp 1 はじめに どのような人に聞いてほしいか

More information

GA-1190J

GA-1190J GA-1190J 1 1. 2. 3. 4. 2 5. 3 PDF 4 PDF PDF PDF PDF PDF PDF PDF PDF 5 6 ...1...2...4 1...12 2...16...18 3...22 PCL/PS...23 4...26 5...30 ETHERNET...31 TCP/IP...33 IPX/SPX...38 AppleTalk...40 HTTP...42

More information

OpenAM 13 インストールガイド

OpenAM 13 インストールガイド OpenAM 13 ( ) 2018 3 13 2.4 1 1 1.1.................................... 1 1.2..................................... 1 1.3....................................... 1 2 3 2.1...............................

More information