1_postgis(2.2.1) のインストール No 概要 対象 ユーザ コマンド 確認 ( 確認コマンド等 ) 備考 # yum install gcc # gcc -v - 組み込み spec を使用しています COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/

Size: px
Start display at page:

Download "1_postgis(2.2.1) のインストール No 概要 対象 ユーザ コマンド 確認 ( 確認コマンド等 ) 備考 # yum install gcc # gcc -v - 組み込み spec を使用しています COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/"

Transcription

1 1_postgis(2.2.1) のインストール # yum install gcc # gcc v 組み込み spec を使用しています COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64redhatlinux/4.8.5/ltowrapper ターゲット : x86_64redhatlinux configure 設定 :../configure prefix=/usr mandir=/usr/share/man infodir=/usr/share/info withbugurl= enablebootstrap enableshared enablethreads=posix enablechecking=release 1 gccのインストール withsystemzlib enable cxa_atexit disablelibunwindexceptions enablegnuunique object enablelinkerbuildid withlinkerhashstyle=gnu enablelanguages=c,c++,objc,objc+ +,java,fortran,ada,go,lto enableplugin enableinitfiniarray disablelibgcj withisl=/builddir/build/build/gcc /objx86_64redhatlinux/islinstall withcloog=/builddir/build/build/gcc /objx86_64redhatlinux/clooginstall enablegnuindirectfunction withtune=generic witharch_32=x8664 build=x86_64redhatlinux スレッドモデル : posix gcc バージョン (Red Hat ) (GCC) 2 makeのインストール 3 zlibのインストール 4 readlineのインストール 5 libxml2のインストール 6 tarのインストール # yum install make # make v GNU Make 3.82 Built for x86_64redhatlinuxgnu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later < This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. # yum install zlib zlibdevel # yum list zlib zlibdevel zlib.x86_ el7 zlibdevel.x86_ el7 # yum install readline readlinedevel # yum list readlin readlinedevel readlinedevel.x86_ el7 # yum install libxml2 libxml2devel # yum list libxml2 libxml2devel libxml2.x86_64 libxml2devel.x86_64 # yum install tar # tar version tar (GNU tar) 1.26 Copyright (C) 2011 Free Software Foundation, Inc. 使用許諾 GPLv3+: GNU GPL version 3 またはそれ以降 < This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. [ 参考訳 ] これはフリーソフトウェアです. 変更と再配布は自由です. 法律で認められる範囲で 無保証 です. 作者 : John Gilmore, Jay Fenlason. ページ 1

2 1_postgis(2.2.1) のインストール 7 perlのインストール 8 PerlExtUtilsEmbedのインストール 9 gccc++ のインストール # yum install perl # perl v This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64linuxthreadmulti (with 29 registered patches, see perl V for more detail) Copyright , Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at the Perl Home Page. # yum install perlextutilsembed # yum list perlextutilsembed perlextutilsembed.noarch el7 # yum y install gccc++ # yum y list gccc++ gccc++.x86_ el7 10 DocBookのインストール # yum install docbookdtds.noarch # yum list docbookdtds.noarch docbookdtds.noarch 11 PostgreSQL(9.5.1) のインストール 別シート 1_PostgreSQL(9.5.1) のインストール を参照し インストールを実施する 12 geos(3.5.0) のインストール 別シート 2_geos(3.5.0) のインストール を参照し インストールを実施する 別シート 3_gdal(2.0.2) のインストール を参照し インストールを実施する 13 gdal(2.0.2) のインストール el6 14 proj(4.9.2) のインストール 別シート 4_proj(4.9.2) のインストール を参照し インストールを実施する 15 PoistGISソースディレクトリの作成 # mkdir /usr/local/src/postgis2.2.1 # chown : /usr/local/src/postgis2.2.1 # ls l /usr/local/src drwxrxrx 月 14 16:12 postgis postgis2.2.1.tar.gz の取得 # cd /usr/local/src/ # wget # ls l /usr/local/src drwxrxrx 月 14 16:12 postgis2.2.1 rwrr 月 6 13:41 /usr/local/src/postgis2.2.1.tar.gz 17 postgis2.2.1.tar.gz の展開 $ cd /usr/local/src/ $ tar zxvf postgis2.2.1.tar.gz $ ls l /usr/local/src/ drwxrxrx 月 6 12:53 postgis2.2.1 rwrr 月 6 13:41 postgis2.2.1.tar.gz 18 configureスクリプトの実行 $ cd /usr/local/src/postgis2.2.1/ $./configure withpgconfig=/usr/local/pgsql/bin/pg_config withgeosconfig=/opt/geo/bin/geosconfig withprojdir=/opt/geo withgdalconfig=/opt/geo/bin/gdalconfig エラーが表示されないこと 19 コンパイルの実行 $ gmake エラーが表示されないこと ページ 2

3 1_postgis(2.2.1) のインストール $ gmake check エラーが表示されないこと 20 コンパイルのチェック 21 インストール # cd /usr/local/src/postgis2.2.1 # gmake install エラーが表示されないこと 終了 ページ 3

4 2_PostgreSQL(9.5.1) のインストール # useradd # su # passwd $ 1 PostgreSQLの管理者ユーザの作成 [ 新規パスワードを入力 ] プロンプトが $ に変更されていることを確認 # su 2 PostgreSQLのソースディレクトリの作成 # mkdir /usr/local/src/ql9.5.1 # chown : /usr/local/src/ql9.5.1 $ ls l /usr/local/src/ drwxrxrx 月 11 18:46 ql ql9.5.1.tar.gz の入手 # cd /usr/local/src/ # wget # ls l /usr/local/src/ drwxrxrx 月 11 19:20 ql9.5.1 rwrr 月 9 06:28 ql9.5.1.tar.gz 4 ql9.5.1.tar.gz の展開 $ cd /usr/local/src $ tar zxvf ql9.5.1.tar.gz $ ls l /usr/local/src/ql configureスクリプトの実行 6 コンパイルの実行 7 コンパイルのチェック $ cd /usr/local/src/ql9.5.1/ $./configure withlibxml withperl $ gmake world PostgreSQL, contrib, and documentation successfully made. Ready to install. $ gmake check ============== shutting down postmaster ============== ============== removing temporary instance ============== ======================= All 157 tests passed. ======================= エラーが表示されないこと エラーが表示されないこと エラーが表示されないこと 8 インストール # cd /usr/local/src/ql9.5.1/ # gmake installworld PostgreSQL, contrib, and documentation installation complete. # ls l /usr/local/ drwxrxrx 月 11 19:36 pgsql 9 インストールディレクトリの権限変更 # chown : R /usr/local/pgsql/ # ls l /usr/local/ drwxrxrx 月 11 19:36 pgsql $ vi ~/.bash_profile ( 太文字の値を追加 ) 10 環境設定 (~/.bash_profile) の修正 環境設定 (~/._profile) の作 11 成 # User specific environment and startup programs if [ f ~/._profile ]; then. ~/._profile fi PATH=$PATH:$HOME/bin export PATH $ vi ~/._profile ( 下記を入力 ) export PATH export PATH=/usr/local/pgsql/bin:$PATH export MANPATH=/usr/local/pgsql/share/man:$PATH export LD_LIBRARY_PATH=/usr/local/pgsql/lib:$LD_LIBRARY_PATH export PGDATA=/home//data 12 環境設定 (~/.bash_profile) の再読み込み 13 データベース格納ディレクトリの作成 $ source ~/.bash_profile $ echo $PGDATA /home//data $ mkdir /home//data/ # ls l /home/ drwxrwxrx 月 14 18: data ページ 4

5 14 データベースクラスタの作成 15 ログ出力先ディレクトリの作成 2_PostgreSQL(9.5.1) のインストール $ initdb E UTF8 pgdata=/home//data/ nolocale The files belonging to this database system will be owned by user "". This user must also own the server process. The database cluster will be initialized with locale "C". The default text search configuration will be set to "english". Data page checksums are disabled. fixing permissions on existing directory /home//data... ok WARNING: enabling "trust" authentication for local connections You can change this by editing pg_hba.conf or using the option A, or authlocal and authhost, the next time you run initdb. Success. You can now start the database server using: D /home//data/ or pg_ctl D /home//data/ l logfile start $ ls l $PGDATA rw 月 11 19:47 PG_VERSION drwx 月 11 19:47 base drwx 月 11 19:47 global drwx 月 11 19:47 pg_clog drwx 月 11 19:47 pg_commit_ts drwx 月 11 19:47 pg_dynshmem rw 月 11 19:47 pg_hba.conf rw 月 11 19:47 pg_ident.conf drwx 月 11 19:47 pg_logical drwx 月 11 19:47 pg_multixact drwx 月 11 19:47 pg_notify drwx 月 11 19:47 pg_replslot drwx 月 11 19:47 pg_serial drwx 月 11 19:47 pg_snapshots drwx 月 11 19:47 pg_stat drwx 月 11 19:47 pg_stat_tmp drwx 月 11 19:47 pg_subtrans drwx 月 11 19:47 pg_tblspc drwx 月 11 19:47 pg_twophase drwx 月 11 19:47 pg_xlog rw 月 11 19:47 ql.auto.conf rw 月 11 19:47 ql.conf $ mkdir /home//data/pg_log $ ls la /home//data/pg_log drwxrwxrx 月 11 19:49. drwx 月 11 19: PostgreSQLの設定ファイルの変更 (ql.conf) $ vi /home//data/ql.conf ( 以下の値に変更 ) #logging_collector = off #listen_addresses = 'localhost' #log_line_prefix = '' #log_autovacuum_min_duration = 1 Logging_collector = on listen_addresses = ' ' log_line_prefix = '[%m][%d][%u][%e][%p] ' log_autovacuum_min_duration = 0 パラメータは必要に応じて適宜修正する事 17 PostgreSQLの設定ファイルの変更 (pg_hba.conf) $ vi /home//data/pg_hba.conf host all all /32 trust host all all [ 接続許可 IP アドレス ]/32 trust $ pg_ctl start server starting $ pg_ctl status pg_ctl: server is running (PID: 31513) /usr/local/pgsql/bin/ "D" "/home//data" 18 PostgreSQLの起動 $ ls l /home//data/pg_log/ rw 月 11 20:03 ql _ log 19 起動スクリプトの修正 $ vi /usr/local/src/ql9.5.1/contrib/startscripts/linux 以下を編集 PGDATA="/usr/local/pgsql/data" PGDATA="/home//data" $ grep ^PGDATA < /usr/local/src/ql9.5.1/contrib/startscripts/linux PGDATA="/home//data" 20 起動スクリプトの設置 # cd /usr/local/src/ql9.5.1/contrib/startscripts/ # cp p linux ql # chown : ql # chmod 755 ql # cp p ql /etc/init.d/ # ls l /etc/init.d/ql rwxrxrx 月 11 20:15 /etc/init.d/ql 21 起動スクリプトの登録 # chkconfig add ql # chkconfig list ql ql 0:off 1:off 2:on 3:on 4:on 5:on 6:off # /etc/init.d/ql status pg_ctl: server is running (PID: 31513) /usr/local/pgsql/bin/ "D" "/home//data 22 終了 ページ 5

6 1 GEOSソースディレクトリの作成 3_geos(3.5.0) のインストール # mkdir /usr/local/src/geos3.5.0 # chown : /usr/local/src/geos3.5.0 # ls l /usr/local/src/ drwxrxrx 月 11 20:35 geos geos3.5.0.tar.bz2 の取得 # cd /usr/local/src/ # wget # ls l /usr/local/src/ drwxrxrx 月 11 20:35 geos3.5.0 rwrr 月 geos3.5.0.tar.bz2 3 geos3.5.0.tar.bz2 の展開 $ cd /usr/local/src/ $ tar jxvf geos3.5.0.tar.bz2 # ls l /usr/local/src/ drwxrxrx 月 11 20:35 geos3.5.0 rwrr 月 geos3.5.0.tar.bz2 4 configureスクリプトの実行 5 コンパイルの実行 6 コンパイルのチェック 7 インストール $ cd /usr/local/src/geos3.5.0/ $./configure prefix=/opt/geo $ make $ make check # cd /usr/local/src/geos3.5.0/ # make install エラーが表示されないこと エラーが表示されないこと エラーが表示されないこと エラーが表示されないこと $ vi /home//.bash_profile ( 太文字の値を追加 ) # User specific environment and startup programs $ source /home//.bash_profile $ echo $GEO /opt/geo 8 環境設定 (~/.bash_profile) の修正 if [ f ~/._profile ]; then. ~/._profile fi GEO=/opt/geo PATH=$PATH:$GEO/bin:$HOME/bin export PATH $ vi /home//.bash_profile ( 太文字の値を追加 ) # User specific environment and startup programs $ source /home/l/.bash_profile $ echo $LD_LIBRARY_PATH /opt/geo/lib 9 LD_LIBRARY_PATHを登録する if [ f ~/._profile ]; then. ~/._profile fi GEO=/opt/geo PATH=$PATH:$GEO/bin:$HOME/bin export LD_LIBRARY_PATH=/opt/geo/lib export PATH 10 ライブラリを登録する # echo /opt/geo/lib > /etc/ld.so.conf.d/geo.conf # ldconfig 終了 ページ 6

7 1 GDALのソースディレクトリ作成 4_gdal(2.0.2) のインストール # mkdir /usr/local/src/gdal2.0.2 # chown : /usr/local/src/gdal2.0.2 # ls l /usr/local/src drwxrxrx 月 14 15:24 gdal gdal2.0.2.tar.gz の取得 # cd /usr/local/src/ # wget # ls l /usr/local/src drwxrxrx 月 14 15:24 gdal2.0.2 rwrr 月 27 00:28 /usr/local/src/gdal2.0.2.tar.gz 3 gdal2.0.2.tar.gz の展開 $ cd /usr/local/src/ $ tar zxvf gdal2.0.2.tar.gz $ ls l /usr/local/src/ drwxrxrx 月 27 00:21 gdal2.0.2 rwrr 月 27 00:28 gdal2.0.2.tar.gz 4 configureスクリプトの実行 5 コンパイルの実行 6 インストール $ cd /usr/local/src/gdal2.0.2/ $./configure prefix=/opt/geo $ make # cd /usr/local/src/gdal2.0.2/ # make install エラーが表示されないこと エラーが表示されないこと エラーが表示されないこと 7 終了 ページ 7

8 1 PROJ.4ソースディレクトリの作成 5_proj(4.9.2) のインストール # mkdir /usr/local/src/proj4.9.2 # chown : /usr/local/src/proj4.9.2 # ls la /usr/local/src drwxrxrx 月 14 19: proj proj4.9.2.tar.gz の取得 # cd /usr/local/src # wget # ls l /usr/local/src drwxrxrx 月 14 19: proj4.9.2 rwrr 月 /usr/local/src/proj4.9.2.tar.gz 3 proj4.9.2.tar.gz の展開 $ cd /usr/local/src/ $ tar zxvf proj4.9.2.tar.gz $ ls l /usr/local/src/ drwxrwxrx 月 proj4.9.2 rwrr 月 proj4.9.2.tar.gz 4 configureスクリプトの実行 5 コンパイルの実行 6 コンパイルのチェック 7 インストール $ cd /usr/local/src/proj4.9.2/ $./configure prefix=/opt/geo $ make $ make check # cd /usr/local/src/proj4.9.2/ # make install エラーが表示されないこと エラーが表示されないこと エラーが表示されないこと エラーが表示されないこと 8 終了 ページ 8

ql tar.gz の展 9 開 # su - $ cd /usr/local/src/ $ tar xvzf ql tar.gz PostgreSQL(9.2.4) のインストール $ ls -l /usr/local/src/ drwxrwxr-x 月

ql tar.gz の展 9 開 # su - $ cd /usr/local/src/ $ tar xvzf ql tar.gz PostgreSQL(9.2.4) のインストール $ ls -l /usr/local/src/ drwxrwxr-x 月 PostgreSQL(9.2.4) のインストール No 概要 対象 ユーザ コマンド 確認 ( 確認コマンド等 ) 備考 # yum install gcc # gcc -v Using built-in specs. Target: x86_64-redhat-linux コンフィグオプション :../configure --prefix=/usr --mandir=/usr/share/man

More information

1 1 CentOS Java JDK(JavaSE Development Kit)......

1 1 CentOS Java JDK(JavaSE Development Kit)...... 1 1 CentOS 3 1.1.................................... 3 1.2......................................... 12 2 Java 15 2.1 JDK(JavaSE Development Kit)................. 15 3 Apache Tomcat 17 3.1....................................

More information

2_Boost(1.60.0) のインストール No 概要対象ユーザコマンド確認 ( 確認コマンド等 ) 備考 1 Boostのソースディレクトリ作成 2 boost_1_60_0.tar.gz の取得 # mkdir /usr/local/src/boost_1_60_0 # chown : /u

2_Boost(1.60.0) のインストール No 概要対象ユーザコマンド確認 ( 確認コマンド等 ) 備考 1 Boostのソースディレクトリ作成 2 boost_1_60_0.tar.gz の取得 # mkdir /usr/local/src/boost_1_60_0 # chown : /u 1_pgRoutingのインストール 別紙 14_Appendix_02_Procedure_to_install_PostGIS を参照し インストールを実施する 1 postgis(2.2.1) のインストール 別シート 2_Boost(1.60.0) のインストール を参照し インストールを実施する 2 Boost(1.60.0) のインストール 別シート 3_GMP(6.1.0) のインストール

More information

PostgreSQL

PostgreSQL PostgreSQL for IBM i 導入ガイド 目次 1. 事前準備 2. IBM i V5R4 及び V6R1 での導入方法 3. POSTGRES ユーザのプロファイルを作成する 4. PostgreSQL の導入 5. PostgreSQL の開始 6. PostgreSQL の確認 7. PostgreSQL の停止 8. IBM i V7R1 での導入方法 9. PHP のサンプルコード

More information

PostgreSQLによる データベースサーバ構築技法

PostgreSQLによる データベースサーバ構築技法 PostgreSQL PostgreSQL PostgreSQL (UCB) Unix/Linux/Windows LC2002 Copyright(C)2002 Tatsuo Ishii 1 PostgreSQL API C, C++, Java, Perl, Tcl/Tk, PHP, Ruby LC2002 Copyright(C)2002 Tatsuo Ishii 2 PostgreSQL (SQL)

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

[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

別紙 : 検証環境の構築手順 ( 章 ) 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

PostgreSQL 9.0 のレプリケーションを使ってみよう SRA OSS, Inc. 日本支社佐藤友章 2010/12/11 Copyright 2010 SRA OSS, Inc. Japan All rights reserved. 1

PostgreSQL 9.0 のレプリケーションを使ってみよう SRA OSS, Inc. 日本支社佐藤友章 2010/12/11 Copyright 2010 SRA OSS, Inc. Japan All rights reserved. 1 PostgreSQL 9.0 のレプリケーションを使ってみよう SRA OSS, Inc. 日本支社佐藤友章 sato@sraoss.co.jp 2010/12/11 Copyright 2010 SRA OSS, Inc. Japan All rights reserved. 1 あなたは誰? 2010/12/11 Copyright 2010 SRA OSS, Inc. Japan All rights

More information

appli_HPhi_install

appli_HPhi_install 2018/3/7 HΦ version 3.0.0 インストール手順書 (Linux 64 ビット版 ) 目次 1. アプリケーション概要...- 1-2. システム環境...- 1-3. 必要なツール ライブラリのインストール...- 1-1 cmake...- 2-2 numpy...- 3-4. アプリケーションのインストール...- 4-5. 動作確認の実施...- 5 - 本手順書は HΦ

More information

演習に必要な

演習に必要な 演習に必要な ソフトウェアの インストール手順 ウェブシステムデザインプログラム Version 2 contact@websys.edu.uec.ac.jp 目次 パッケージリポジトリの追加... 2 SQLite と SQLite を使用するためのライブラリのインストール... 3 Python 環境の構築... 4 準備... 4 Python 本体のインストール... 4 Django 開発環境のインストール...

More information

Microsoft Word - koutiku.doc

Microsoft Word - koutiku.doc xdts 動 作 環 境 構 築 xdtsを 動 作 させるには, 事 前 にデータベースサーバ 及 び,Webサーバの 構 築 が 必 要 となります. 本 書 では, Linux 上 での 環 境 構 築 に 慣 れていない 方 にも 比 較 的 容 易 にxDTSをご 利 用 いただくための, 必 要 最 低 限 の 動 作 環 境 の 構 築 手 順 を 説 明 します. 尚, 本 書 の

More information

CLUSTERPRO for Linux PostgreSQL HowTo

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

More information

$ cmake --version $ make --version $ gcc --version 環境が無いあるいはバージョンが古い場合は yum などを用いて導入 最新化を行う 4. 圧縮ファイルを解凍する $ tar xzvf gromacs tar.gz 5. cmake を用

$ cmake --version $ make --version $ gcc --version 環境が無いあるいはバージョンが古い場合は yum などを用いて導入 最新化を行う 4. 圧縮ファイルを解凍する $ tar xzvf gromacs tar.gz 5. cmake を用 本マニュアルの目的 Linux サーバー版 Gromacs インストールマニュアル 2015/10/28 本マニュアルでは 単独ユーザが独占的に Linux サーバー (CentOS 6.6) を使用して Gromacs ジョブを実行するための環境構築方法と Winmostar のリモートジョブ機能による計算手順を示しています つまり複数ユーザが共同使用する計算サーバー等は対象外です そのため計算環境は全てユーザのホームディレクトリ配下で行う構築することを想定しています

More information

HeartCore(PHP 版 ) インストール手順について説明いたします なお 本資料は 例として下記内容を前提として説明しております 環境情報 対象 OS: Linux ( ディストリビューション : Red Hat Enterprise Linux Server) APサーバ : Apache

HeartCore(PHP 版 ) インストール手順について説明いたします なお 本資料は 例として下記内容を前提として説明しております 環境情報 対象 OS: Linux ( ディストリビューション : Red Hat Enterprise Linux Server) APサーバ : Apache HeartCore インストール手順手順書 (PHP 版 ) Jul 2010 Ver1.0-1 - HeartCore(PHP 版 ) インストール手順について説明いたします なお 本資料は 例として下記内容を前提として説明しております 環境情報 対象 OS: Linux ( ディストリビューション : Red Hat Enterprise Linux Server) APサーバ : Apache

More information

HeartCoreインストールマニュアル(PHP版)

HeartCoreインストールマニュアル(PHP版) HeartCore インストールマニュアル (PHP 版 ) October 2013 Ver1.1-1 - 改訂履歴 改訂日 改訂内容 Ver1.0 2013 年 07 月 新規作成 Ver1.1 2013 年 10 月 フォーマット改訂 - 2 - 目次 1. 本文書の目的と対象... - 4-1.1. 概要説明... - 4-2. インストールの流れ... - 4-3. 定義ファイルの確認...

More information

POSTGRESQL 9.2 /POSTGIS (WINDOWS 版 ) 導入 設定手順書 (VER. 1) June 20, 2014

POSTGRESQL 9.2 /POSTGIS (WINDOWS 版 ) 導入 設定手順書 (VER. 1) June 20, 2014 POSTGRESQL 9.2 /POSTGIS (WINDOWS 版 ) 導入 設定手順書 (VER. 1) June 20, 2014 はじめに 目次 はじめに... 3 1. PostgreSQL のインストール... 4 1.1 インストーラーの実行... 4 1.2. インストールディレクトリの指定... 4 1.3. データディレクトリの指定... 5 1.4. postgre ユーザーのパスワード設定...

More information

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that use microcontrollers (MCUs)

More information

UNIX

UNIX 2000 1 UNIX 2000 4 14 1 UNIX? 2 1.1 UNIX OS....................................... 2 1.2.................................................... 2 1.3 UNIX...................................... 2 1.4 Windows

More information

演習に必要な

演習に必要な 演習に必要な ソフトウェアの インストール手順 電気通信大学 ウェブシステムデザインプログラム Version 5 contact@websys.edu.uec.ac.jp 目次 はじめに...2 sudo について...2 ファイアウォールの設定...2 パッケージ リポジトリの追加...3 Wireshark のインストール...4 PostgreSQL のインストール...5 SQLite のインストール...6

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

環境セットアップ

環境セットアップ Ruby on Rails 開発環境のセットアップ -- Cygwin / Windows 版 -- (2012 年度 WEB+DB システム入門授業資料 ) 通常の Windows 7 の環境の場合と Cygwin がインストールされている場合とでは Ruby on Rails のセットアップ方法が大きく異なります ここでは 法政大学 3 年次仕様の PC の環境に合わせてセットアップ手順を説明します

More information

HeartCoreインストールマニュアル

HeartCoreインストールマニュアル HeartCore インストールマニュアル (JSP 版 ) October2013 Ver1.1-1 - 改訂履歴 改訂日 改訂内容 Ver1.0 2013 年 07 月 マニュアル改訂 Ver1.1 2013 年 10 月 フォーマット改訂 - 2 - 目次 1. 本文書の目的と対象...- 4-1.1. 概要説明... - 4-2. インストールの流れ...- 4-3. MySQL ユーザの作成...-

More information

テクニカルドキュメントのテンプレート

テクニカルドキュメントのテンプレート OXID EShop Community Edition 4.5.0 インストール手順 マニュアル ( 2011 年 6 月 15 日作成 ) Gennai3 株式会社 http://www.gennai3.co.jp 目次 1 インストールの環境...2 1.1OS と OXID eshop の環境...2 1.2 インストールのシステム要件...2 第 2 章 インストール手順...4 1.1

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

はじめに 今回お話する内容は筆者が普段検証環境にて 使用してる設定手法の共有です 実施前に検証機などで十分確認し 稼働中の実機に投入する際には必ず自身で確認する様にして下さい Cisco Confidential 2

はじめに 今回お話する内容は筆者が普段検証環境にて 使用してる設定手法の共有です 実施前に検証機などで十分確認し 稼働中の実機に投入する際には必ず自身で確認する様にして下さい Cisco Confidential 2 IOS/IOS-XR 大量に検証コンフィグを作成する時の手法サンプル Shishio Tsuchiya shtsuchi@cisco.com はじめに 今回お話する内容は筆者が普段検証環境にて 使用してる設定手法の共有です 実施前に検証機などで十分確認し 稼働中の実機に投入する際には必ず自身で確認する様にして下さい Cisco Confidential 2 Agenda IOS/IOS-XE の場合

More information

PFS-Readme

PFS-Readme Cell Storage Service : Storage Service that has the high reliability and the high availability by Paxos consensus algorithm. CSS-Readme.txt : This manual describes the process to make the envirornments

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

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

ServerView with Data ONTAP-v™ PowerChute® Network Shutdown 設定について

ServerView with Data ONTAP-v™ PowerChute® Network Shutdown 設定について ServerView with Data ONTAP-v TM PowerChute Network Shutdown 設定について 富士通株式会社 2011 年 6 月 目次 1. はじめに...2 2. 待ち時間の計画...2 3. PowerChute Network Shutdown のインストール...4 4. PowerChute Network Shutdown の設定...7 5.

More information

unix.dvi

unix.dvi 1 UNIX 1999 4 27 1 UNIX? 2 1.1 Windows/Macintosh? : : : : : : : : : : : : : : : : : : : : : : : : 2 1.2 UNIX OS : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 2 1.3 : : : : : : : : : : : :

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

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

はじめに このドキュメントではftServerに関する障害調査を行う際に 必要となるログ データの取得方法を説明しています ログ データの取得には 初期解析用のデータの取得方法と 詳細な調査を行うときのデータ取得方法があります 特別な理由でOS 側のログが必要となった場合には RHELログの取得につ

はじめに このドキュメントではftServerに関する障害調査を行う際に 必要となるログ データの取得方法を説明しています ログ データの取得には 初期解析用のデータの取得方法と 詳細な調査を行うときのデータ取得方法があります 特別な理由でOS 側のログが必要となった場合には RHELログの取得につ ftserver におけるログ取得手順 (Linux 編 ) Rev 0.5: 2017/06/08 1 はじめに このドキュメントではftServerに関する障害調査を行う際に 必要となるログ データの取得方法を説明しています ログ データの取得には 初期解析用のデータの取得方法と 詳細な調査を行うときのデータ取得方法があります 特別な理由でOS 側のログが必要となった場合には RHELログの取得について

More information

VQT3A26-1 DMR-T2000R μ μ μ ! R ! l l l [HDD] [BD-RE] [BD-R] [BD-V] [RAM] [-R] [-R]DL] [-RW] [DVD-V] [CD] [SD] [USB] [RAM AVCREC ] [-R AVCREC ] [-R]DL AVCREC ] [RAM VR ][-R VR ] [-R]DL VR ] [-RW VR ]

More information

防災マップ作成システムの開発業務基本設計書

防災マップ作成システムの開発業務基本設計書 センサー情報相互運用配信システム インストールマニュアル Ver. 1.0.0 2015/10/1 国立研究開発法人防災科学技術研究所 変更履歴 Version 変更日付変更内容 1.0 2015/06/19 初版作成 1 目次 1 インストールの前に... 1 1.1 サーバー環境... 1 1.2 ネットワーク設定... 2 2 動作環境のインストール手順... 3 2.1 パッケージファイルの内容...

More information

1 想 定 環 境 [システム] OS : CentOS 6.4 Web サーバ : Apache 2.2 DB システム : PostgreSQL 9 CentOS 6.4 64 ビット 版 2 事 前 準 備 root ユーザに 変 更 します $ su - ソースのコンパイルに 必 要 なパッ

1 想 定 環 境 [システム] OS : CentOS 6.4 Web サーバ : Apache 2.2 DB システム : PostgreSQL 9 CentOS 6.4 64 ビット 版 2 事 前 準 備 root ユーザに 変 更 します $ su - ソースのコンパイルに 必 要 なパッ MapServer インストール 手 順 2014.5.23 内 容 MapServer インストール 手 順... 1 1 想 定 環 境... 2 2 事 前 準 備... 2 3 geos のインストール... 4 4 PROJ のインストール... 4 5 Python 関 連 を 一 括 インストール... 5 6 GDAL/OGR をインストール... 5 7 postgres9.1 をインストール...

More information

VQT2P76 DMR-BWT2000 DMR-BWT1000 μ μ μ ! R ! l l l [HDD] [BD-RE] [BD-R] [BD-V] [RAM] [-R] [-R]DL] [-RW] [DVD-V] [CD] [SD] [USB] [RAM AVCREC ] [-R AVCREC ] [-R]DL AVCREC ] [RAM VR ][-R VR ] [-R]DL VR

More information

Microsoft Word - PrivateAccess_UM.docx

Microsoft Word - PrivateAccess_UM.docx `````````````````SIRE Page 1 English 3 日本語 7 Page 2 Introduction Welcome to! is a fast, simple way to store and protect critical and sensitive files on any ixpand Wireless Charger. Create a private vault

More information

Mail_Spam_Manual_120815b

Mail_Spam_Manual_120815b server~>su - server:~#mount /mnt/cdrom server:~#umount /mnt/cdrom # cd /mnt/cdrom #./ginstall -F -M [MTA ] -P AV # wget http://download.gideon.co.jp/ginstall.tgz #./ginstall -F -M P -P AV #./ginstall -M

More information

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

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

More information

untitled

untitled SUBJECT: Applied Biosystems Data Collection Software v2.0 v3.0 Windows 2000 OS : 30 45 Cancel Data Collection - Applied Biosystems Sequencing Analysis Software v5.2 - Applied Biosystems SeqScape Software

More information

SLAMD導入手順

SLAMD導入手順 SLAMD 導入手順 2007 年 5 月 日本 LDAP ユーザ会 関口薫 目次 1 はじめに...1 1.1 目的...1 1.2 SLAMD とは...1 1.3 ソフトウェア環境...2 2 LDAP サーバのインストール 設定...2 2.1 SLAMD の設定...2 2.2 OpenLDAP の設定...3 3 SLAMD サーバのインストール 設定...3 3.1 JDK のインストール...3

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

エレクトーンのお客様向けiPhone/iPad接続マニュアル

エレクトーンのお客様向けiPhone/iPad接続マニュアル / JA 1 2 3 4 USB TO DEVICE USB TO DEVICE USB TO DEVICE 5 USB TO HOST USB TO HOST USB TO HOST i-ux1 6 7 i-ux1 USB TO HOST i-mx1 OUT IN IN OUT OUT IN OUT IN i-mx1 OUT IN IN OUT OUT IN OUT IN USB TO DEVICE

More information

テクニカルドキュメントのテンプレート

テクニカルドキュメントのテンプレート G3SmartCMS DocPortal Drupal 7 インストール手順の概要 ( 2012 年 3 月 1 日作成 ) Gennai3 株式会社 www.gennai3.co.jp 目次 1 はじめに...2 1.1 背景...2 1.2 Drupal 7 のインストール...2 1.3 Drupal 7 のインストール画面...2 1.4 日本語の設定...8 1.5 基本機能の設定...8

More information

untitled

untitled VQT3B82-1 DMP-BDT110 μ μ μ 2 VQT3B82 ÇÕÇ¹Ç Ç +- VQT3B82 3 4 VQT3B82 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ij SD 1 2 3 4 5 6 7 8 Í VQT3B82 5 BD DVD CD SD USB 6 VQT3B82 2 ALL 1 2 4 VQT3B82 7

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

$ sudo apt-get install libavahi-compat-libdnssd-dev $ sudo apt-get autoremove nodejs $ wget http://nodejs.org/dist/latest/node-v7.6.0-linux-armv7l.tar.gz $ tar xzf node-v7.6.0-linux-armv7l.tar.gz $ sudo

More information

fx-9860G Manager PLUS_J

fx-9860G Manager PLUS_J fx-9860g J fx-9860g Manager PLUS http://edu.casio.jp k 1 k III 2 3 1. 2. 4 3. 4. 5 1. 2. 3. 4. 5. 1. 6 7 k 8 k 9 k 10 k 11 k k k 12 k k k 1 2 3 4 5 6 1 2 3 4 5 6 13 k 1 2 3 1 2 3 1 2 3 1 2 3 14 k a j.+-(),m1

More information

ダウンロードサイト利用説明書(利用者)

ダウンロードサイト利用説明書(利用者) ChemOffice Professional サイトライセンス利用説明書 Windows 版 2018 年 06 月 19 日 第 1.2 版 近畿大学総合情報システム部 1. メンバ登録 プログラムは PerkinElmer 社のホームページから入手します まず メンバ登録を行います (1) PerkinElmer 社のサイトライセンスページに移動します http://sitelicense.cambridgesoft.com/sitelicense.cfm?sid=15

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

-5 DMP-BV300 μ μ l μ l l +- l l j j j l l l l l l l l l l l l l Ë l l l l l l l l l l l l l l l l l l l l l l l BD DVD CD SD USB 2 ALL 1 2 4 l l DETACH ATTACH RELEASE DETACH ATTACH DETACH ATTACH RELEASE

More information

VQT3G14-2 DMR-BR585 μ μ μ VQT3G14.book 3 ページ 2010年10月1日 金曜日 午前10時29分 ご案内 3 本書では 本機の操作方法を説明しています 別冊の 取扱説明書 準備編 や かんたん操作ガイド もあわせてご覧ください 連携機器情報などの詳しい情報は 当社ホームページ 本機を使用していただくための サポート情報を掲載しています 接続機器に合わせた 接続方法

More information

μ μ DMR-BZT700 DMR-BZT600 μ TM VQT3C03-2B ! ! l l l [HDD] [BD-RE] [BD-R] [DVD-V] [BD-V] [RAM] [CD] [SD] [-R] [USB] [-RW] [RAM AVCREC ] [-R AVCREC ] [RAM VR ][-R VR ] [-RW VR ] [-R V ] [-RW V ] [DVD-V]

More information

 

  利用者ガイド NAREGI Middleware UMS (User Management Server) 2008 年 10 月 国立情報学研究所 ドキュメントリスト 管理者ガイドグループ IS(Distributed Information Service) IS(Distributed Information Service) - LRPSConfig - SS(Super Scheduler)

More information

ProScan for Mailserverバージョン6

ProScan for Mailserverバージョン6 平成 22 年 9 月 30 日 ProScan 利用者の皆様へ プロマーク技術部 ProScan for Mailserver バージョン確認について 1. はじめに平素は ProScan シリーズをご利用頂き 誠にありがとうございます 既にお知らせしておりますように 旧エンジンで利用可能な VDF の提供期限となりました ご利用中の皆様におかれましては 今一度 お使いの ProScan のバージョンをご確認いただきたくお願い申し上げます

More information

ftServerでのログの取得方法の概要

ftServerでのログの取得方法の概要 ftserver におけるログ取得手順 (ESX 編 ) 内容 : ftserver に関する障害調査を行う際に 必要となるログ データの取得方法になります 初期解析用のデータの取得方法と 詳細な調査を行うときのデータ取得方法があります Rev 0.4: 2016/4/9-1 - ESX 編 初期解析用データ取得方法 > ftsysmgmt 管理アプライアンスへ

More information

ドライバインストールガイド

ドライバインストールガイド PRIMERGY Single Port ファイバーチャネルカード (8Gbps) Dual Port ファイバーチャネルカード (8Gbps) (PG-FC205/PG-FC205L) (PG-FC206/PG-FC206L) CA092276-8938-01 ドライバインストールガイド i 目次 1. ドライバのインストール / アンインストール方法... 3 1.1. ドライバのダウンロード

More information

SonicWALL SSL-VPN 4000 導入ガイド

SonicWALL SSL-VPN 4000 導入ガイド COMPREHENSIVE INTERNET SECURITY SonicWALL セキュリティ装置 SonicWALL SSL-VPN 4000 導入ガイド 1 2 3 4 5 6 7 8 9-1 2 - 3 1 4 - 5 2 1. 2. 3 6 3 1. 2. 3. 4. 5. - 7 4 4 8 1. 2. 3. 4. 1. 2. 3. 4. 5. - 9 6. 7. 1. 2. 3. 1.

More information

Lets移行プラットホーム

Lets移行プラットホーム Lets 移行プラットホーム の準備 PostgreSQL 9.6 と Drupal8 CMS のインストール JPUG 合宿 2016 山鹿 2016-10-02 2016-10-04 改訂 2016-11-23 第 2 訂 改訂履歴 日付 内容 担当 備考 2016-10-02 初版 桑村 2016-10-03 PHPレポジトリ変更 (REMI Webtatic) 桑村 2016-10-04 Drupal8インストールを追加

More information

情報の分析 1. Linux ツールの活用

情報の分析 1. Linux ツールの活用 1. Linux Chris Plaintail June 16, 2016 1 / 39 1 Cygwin Cygwin 2 3 4 Cygwin 5 2 / 39 Uinux Unix OS Micorsoft Windows Cygwin Cygwin 3 / 39 Cygwin 4 / 39 Cygwin...is it? a large collection of GNU and Open

More information

untitled

untitled 2004 1094 1.... 1 1.1....1 1.2....3 1.3....3 2. POSTGRESQL... 5 2.1. POSTGRESQL DB UNIX...5 2.2. POSTGRESQL DB WINDOWS...8 3. XML... 12 3.1. XINDICE (NATIVE XML DATABASE)... 12 3.2. XINDICE... 12 3.3.

More information

Microsoft Word - KUINS-Air_W10_ docx

Microsoft Word - KUINS-Air_W10_ docx KUINS-Air 無線 LAN への接続 (Windows10) How to connect to Wi-Fi KUINS-Air (Windows10) 2019 年 7 月 KUINS-Air への接続には A ID パスワードを使用した接続 もしくは B クライアント証明書を使用した接続方法の 2 種類があります There are 2 ways to connect to KUINS-Air,

More information

Actual ESS Adapterの使用について

Actual ESS Adapterの使用について Actual ESS Adapter SQL External SQL Source FileMaker SQL ESS SQL FileMaker FileMaker SQL FileMaker FileMaker ESS SQL SQL FileMaker ODBC SQL FileMaker Microsoft SQL Server MySQL Oracle 3 ODBC Mac OS X Actual

More information

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

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

More information

untitled

untitled TZ-BDT910M TZ-BDT910F TZ-BDT910P μ μ μ μ TM VQT3F51-1 l l l [HDD] [BD-RE] [BD-R] [DVD-V] [BD-V] [RAM] [CD] [SD] [-R] [USB] [-RW] [RAM AVCREC ] [-R AVCREC ] [RAM VR ][-R VR ] [-RW VR ] [-R V ] [-RW

More information

Microsoft PowerPoint _2.プログラミングの基礎_final

Microsoft PowerPoint _2.プログラミングの基礎_final RT ミドルウェアによるロボットプログラミング技術 2. プログラミングの基礎 概要 1. プログラミングの基礎 2. Linuxでのプログラミング 3. Windowsでのプログラミング 目標 : 1.Linux および Windows での開発手法 ( 主に C++) を学ぶ 2.CMake を利用して 同じプログラムを Linux と Windows とでコンパイルして動作させる 2 プログラミングの流れ

More information

Javaインストール手順書

Javaインストール手順書 Java インストール手順書 第五版 ( 社 ) 日本医師会 改訂履歴 初版 2004 年 1 月 23 日新規作成 二版 2004 年 2 月 3 日 フォントの設定 を追加 三版 2004 年 7 月 13 日 リソースファイルのダウンロード を追加 バージョン番号表記を変更 四版 2005 年 11 月 21 日 リソースファイルのダウンロード を修正 ホームディレクトリ ユーザ名の記述を修正

More information

改訂履歴 版改訂日変更内容 /4/25 新規作成 ライセンス 本作品は CC-BY ライセンスによって許諾されています ライセンスの内容を知りたい方は でご確認ください 文書の内容 表記に関

改訂履歴 版改訂日変更内容 /4/25 新規作成 ライセンス 本作品は CC-BY ライセンスによって許諾されています ライセンスの内容を知りたい方は  でご確認ください 文書の内容 表記に関 2013 年活動報告書 Appendix 3 バックアップ検証 (SR 編 ) PostgreSQL エンタープライズ コンソーシアム WG3( 設計運用 WG) 改訂履歴 版改訂日変更内容 1.0 2014/4/25 新規作成 ライセンス 本作品は CC-BY ライセンスによって許諾されています ライセンスの内容を知りたい方は http://creativecommons.org/licenses/by/2.1/jp/

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

インターネット接続ガイド v110

インターネット接続ガイド v110 1 2 1 2 3 3 4 5 6 4 7 8 5 1 2 3 6 4 5 6 7 7 8 8 9 9 10 11 12 10 13 14 11 1 2 12 3 4 13 5 6 7 8 14 1 2 3 4 < > 15 5 6 16 7 8 9 10 17 18 1 2 3 19 1 2 3 4 20 U.R.G., Pro Audio & Digital Musical Instrument

More information

PowerPoint Presentation

PowerPoint Presentation IDENTITY AWARENESS 設定ガイド (AD クエリ編 ) 1 はじめに 本ガイドは AD サーバと連携してユーザ ( グループ ) ベースでアクセス制御を実現する手順を解説します (AD クエリ ) 本ガイドでは基本的な設定 ポリシーはすでにセットアップ済みであることを想定しています 構成については 分散構成セットアップ ガイド スタンドアロン構成セットアップ ガイド等を参照してください

More information

Title Slide with Name

Title Slide with Name 自習 & ハンズオントレーニング資料 System Recovery 2013 R2 SR13R2-06 System Recovery Monitor ベリタステクノロジーズ合同会社 テクノロジーセールス & サービス統括本部セールスエンジニアリング本部パートナー SE 部 免責事項 ベリタステクノロジーズ合同会社は この文書の著作権を留保します また 記載された内容の無謬性を保証しません VERITAS

More information

Helix Swarm2018.1アップグレード手順

Helix Swarm2018.1アップグレード手順 2018 Helix Swarm2018.1 アップグレード手順 パッケージインストール編 目次 はじめに. 2 アップグレードの流れ 2 1. アップグレード準備. 3 1.1 リポジトリ設定の追加.. 3 1.2 GPG キー ( 公開鍵 ) インストール. 4 1.3 EPEL パッケージのインストール 4 2. Helix Swarm/ オプショナルパッケージのアップグレード 5 2.1 Helix

More information

Microsoft PowerPoint _2.プログラミングの基礎_final.pptx

Microsoft PowerPoint _2.プログラミングの基礎_final.pptx RT ミドルウェアによるロボットプログラミング技術 2. プログラミングの基礎 概要 1. プログラミングの基礎 2. Linuxでのプログラミング 3. Windowsでのプログラミング 目標 : 1.Linux および Windows での開発手法 ( 主に C++) を学ぶ 2.CMake を利用して 同じプログラムを Linux と Windows とでコンパイルして動作させる 2 プログラミングの流れ

More information

RedHat OpenFOAM OpenFOAM ver 2.3 RedHat(RHEL)

RedHat OpenFOAM OpenFOAM ver 2.3 RedHat(RHEL) RedHat Linux OpenFOAM (OpenFOAM 2.2.x, 2.3.x) y.imagawa 14.3.8 RedHat OpenFOAM OpenFOAM ver 2.3 RedHat(RHEL) OpenFOAM OpenFOAM Linux git Repository RedHat Linux OpenFOAM centfoam? OpenFOAM OS CentOS 6.5

More information

SystemDirector Developer's Studio(V3.2) 適用ガイド

SystemDirector Developer's Studio(V3.2) 適用ガイド 目次 2.7. TPTPの初期設定... 2 2.7.1. Agent Controllerのインストール 設定および起動...2 2.8. CVSのインストール... 3 2.8.1. CVSNT2.5.02 のインストール...3 2.8.2. cvsntのcvsリポジトリー作成...4 2.8.3. cvsntのユーザ作成...5 2.8.4. cvs-1.11.20 のインストール...6

More information

slide5.pptx

slide5.pptx ソフトウェア工学入門 第 5 回コマンド作成 1 head コマンド作成 1 早速ですが 次のプログラムを head.c という名前で作成してください #include #include static void do_head(file *f, long nlines); int main(int argc, char *argv[]) { if (argc!=

More information

syspro-0405.ppt

syspro-0405.ppt 3 4, 5 1 UNIX csh 2.1 bash X Window 2 grep l POSIX * more POSIX 3 UNIX. 4 first.sh #!bin/sh #first.sh #This file looks through all the files in the current #directory for the string yamada, and then prints

More information

日医特定健康診査システム ORCA PROJECT Linux 対応版インストールマニュアル (Version 対応 ) Debian Etch 用 版 2008 年 10 月 31 日 Copyright (C) 2008 Japan Medical Association

日医特定健康診査システム ORCA PROJECT Linux 対応版インストールマニュアル (Version 対応 ) Debian Etch 用 版 2008 年 10 月 31 日 Copyright (C) 2008 Japan Medical Association ORCA PROJECT Linux 対応版インストールマニュアル (Version 1.1.4 対応 ) Debian Etch 用 1.1.4 版 2008 年 10 月 31 日 目次 1. 動作環境チェック... 3 1-1.Java のチェック... 3 1-2.Firebird のチェック... 3 1-3.AdobeReader のチェック... 3 2.Java のインストール...

More information

OSSTechドキュメント

OSSTechドキュメント OSSTech Samba インストール アップデートガイド第 1.6 版 Copyright 2014 オープンソース ソリューション テクノロジ ( 株 ) 作成日 : 2014 年 11 月 28 日 更新日 : 2017 年 09 月 26 日 リビジョン : 1.6 目次 1. はじめに 1 1.1 本書の目的...1 1.2 前提条件...1 1.3 略語...1 2. インストール アップデート準備

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

App Bridge Monitor Linux Agent インストールガイド Ver.1.9.0

App Bridge Monitor Linux Agent インストールガイド Ver.1.9.0 App Bridge Monitor Linux Agent インストールガイド Ver.1.9.0 目次 1. 本書の役割... 1 2. 監視対象ノードの登録... 2 3.Agent のインストール... 7 3.1 監視対象サーバへのログイン... 7 3.2 セットアップファイルのダウンロード... 7 3.3 インストール... 7 3.4 初期設定... 8 3.5 サービスの起動...

More information

ServerView ESXi CIM Provider VMware vSphere ESXi 6.5 インストールガイド

ServerView ESXi CIM Provider VMware vSphere ESXi 6.5 インストールガイド 2017 年 1 月 11 日富士通株式会社 ServerView ESXi CIM Provider VMware vsphere ESXi 6.5 インストールガイド VMware vsphere ESXi 6.5 をインストールしたサーバを監視 管理する場合 ServerView ESXi CIM Provider を使用するか またはリモートマネジメントコントローラを使用した サーバ監視 管理を行うことができます

More information

PGECons技術ドキュメントテンプレート Ver.3

PGECons技術ドキュメントテンプレート Ver.3 付録. パーティションツール 1. pg_part 1.1. 環境構築検証環境は下記で実施しました CPU RAM 表 1.1: 環境 Intel(R) Xeon(R) CPU L5520 @ 2.27GHz 8GB OS Red Hat Enterprise Linux Server release 6.6 PostgreSQL サーバ PostgreSQL 9.4.0 環境構築は以下の手順で実施しています

More information

<4D F736F F D E6312E3094C5817A4D D E302E B838B8EE88F878F915F836C F815B834E A C52E646F63>

<4D F736F F D E6312E3094C5817A4D D E302E B838B8EE88F878F915F836C F815B834E A C52E646F63> Mathematica 9.0.1 インストール手順書 第 1.0 版 平成 25 年 3 月 1 日 総合情報システム部 1/301/30 更新履歴 版数 更新履歴 更新内容 作成者 確認者 1.0 03/01 初版 上山 / 柳 野阪 瀬 2/302/30 1. はじめに... 4 1-1 本手順書について... 4 1-2 ライセンスについて... 5 1-3 ライセンスサーバとの通信について...

More information

VQT3B86-4 DMP-HV200 DMP-HV150 μ μ l μ

VQT3B86-4 DMP-HV200 DMP-HV150 μ μ l μ -4 DMP-HV200 DMP-HV150 μ μ l μ [DMP-HV200] l [DMP-HV200] l +- l l j j j[dmp-hv200] l l l [DMP-HV200] l l l l [DMP-HV200] l [DMP-HV200] l l [DMP-HV200] l [DMP-HV200] [DMP-HV150] l l Ë l l l l l l l l l

More information

iPhone/iPad接続マニュアル

iPhone/iPad接続マニュアル / JA 2 3 USB 4 USB USB i-ux1 USB i-ux1 5 6 i-mx1 THRU i-mx1 THRU 7 USB THRU 1 2 3 4 1 2 3 4 5 8 1 1 9 2 1 2 10 1 2 2 6 7 11 1 2 3 4 5 6 7 8 12 1 2 3 4 5 6 13 14 15 WPA Supplicant Copyright 2003-2009, Jouni

More information

NSR-500 Create DVD Installer Procedures

NSR-500 Create DVD Installer Procedures Creating NSR-500 DVD Installer Overview This document describes how to create DVD installer for the NSR-500 series. Applicable Model NSR-500 Series To be required * Windows (XP, Vista or 7) installed PC

More information

Raspberry Pi 3(Raspbian) での Actian Zen Edge 使用 株式会社エージーテック 2018 年 7 月 5 日

Raspberry Pi 3(Raspbian) での Actian Zen Edge 使用 株式会社エージーテック 2018 年 7 月 5 日 Raspberry Pi 3(Raspbian) での Actian Zen Edge 使用 株式会社エージーテック 2018 年 7 月 5 日 免責事項株式会社エージーテックは本書の使用を 利用者またはその会社に対して 現状のまま でのみ許諾するものです 株式会社エージーテックは いかなる場合にも本書に記載された内容に関するその他の一切の保証を 明示的にも黙示的にも行いません 本書の内容は予告なく変更される場合があります

More information

cocos2d-x #cocos2d-x

cocos2d-x #cocos2d-x cocos2d-x #cocos2d-x 1 1: cocos2d-x 2 2 Examples 2 Mac OS X 2 2 2 2 Windows 3 3 3 4 8 You can share this PDF with anyone you feel could benefit from it, downloaded the latest version from: cocos2d-x It

More information

Microsoft Word - 電源制御コマンドの設定について_UNIX_.doc

Microsoft Word - 電源制御コマンドの設定について_UNIX_.doc JP1/Power Monitor 電源制御装置の設定について (UNIX 版 ) 2013 年 9 月 20 日 山洋電気株式会社 1 自ホストの設定 (1) 必要に応じて ( システム構成により ) UPS 管理ソフト SANUPS SOFTWARE または SAN GUARD ⅣLite LAN インタフェースカード NetworkPowerManager(T11, または MT15) を使用して

More information

Microsoft Word - VPN...[.U.K.C.hLinux doc

Microsoft Word - VPN...[.U.K.C.hLinux doc 新潟大学 VPN ユーザガイド (Linux 版 ) VPN サービスとは 自宅など学外からインターネット経由で あたかも大学内からアクセスしているように学内ネットワークを利用することができるサービスのこと 1 です このサービスを利用することにより 大学へ行かないと利用できないサービス ( 例えば学内専用サーバへのアクセス ) を学外から利用できるようになります 2 VPN サービスの利用には 使用するコンピュータに

More information

1 想 定 環 境 [システム] OS : CentOS 6.4 Web サーバ : Apache 2.2 DB システム : PostgreSQL 9 Ruby : 1.9.3 Rails : 3.2.13 [ 設 定 ] IP アドレス : 192.168.0.2 ドメイン : 192.168.

1 想 定 環 境 [システム] OS : CentOS 6.4 Web サーバ : Apache 2.2 DB システム : PostgreSQL 9 Ruby : 1.9.3 Rails : 3.2.13 [ 設 定 ] IP アドレス : 192.168.0.2 ドメイン : 192.168. Joruri Maps 1.0.0 インストールマニュアル 2014.5.23 内 容 Joruri Maps 1.0.0 インストールマニュアル... 1 1 想 定 環 境... 2 2 CentOS のインストール... 2 3 事 前 準 備... 2 4 Apache の 設 定... 4 5 MapServer のインストール... 4 6 PostgreSQL の 設 定... 4 7

More information

目次 1. 動作環境チェック 動作必要環境 Java のインストール Java のインストール Firebird のインストール Firebird のインストール Adobe Reader のインストール

目次 1. 動作環境チェック 動作必要環境 Java のインストール Java のインストール Firebird のインストール Firebird のインストール Adobe Reader のインストール ORCA PROJECT Linux 対応版インストールマニュアル (Version 2.0.0 対応 ) Ubuntu 10.04 Lucid 用 2.0.0 版 2013 年 3 月 8 日 目次 1. 動作環境チェック...3 1.1. 動作必要環境...3 2. Java のインストール...3 2.1. Java のインストール...3 3. Firebird のインストール...4 3.1.

More information

Intuit QuickBooks との統合

Intuit QuickBooks との統合 この章は 次の項で構成されています QuickBooks で TimeCardView の自動ログイン設定 (P.10) QuickBooks サーバへの TCVQBConnector のインストール (P.10) QuickBooks の TimeCardView に対するアクセス許可の設定 (P.11) QuickBooks の TimeCardView に対するアクセス許可の確認 (P.11)

More information

はじめに 1. 概要本書では SuitePRO V3 にて提供している迷惑メールフィルタのバージョンアップ手順について案内しています なお この手順につきましては 迷惑メールフィルタ機能について オンラインマニュアルの内容通りに設定されていることを前提条件とします

はじめに 1. 概要本書では SuitePRO V3 にて提供している迷惑メールフィルタのバージョンアップ手順について案内しています なお この手順につきましては 迷惑メールフィルタ機能について オンラインマニュアルの内容通りに設定されていることを前提条件とします WebARENA SuitePRO V3 迷惑メールフィルタ バージョンアップマニュアル 2016.9.15 株式会社 NTTPC コミュニケーションズ WebARENA テクニカルサポート 1 はじめに 1. 概要本書では SuitePRO V3 にて提供している迷惑メールフィルタのバージョンアップ手順について案内しています なお この手順につきましては 迷惑メールフィルタ機能について オンラインマニュアルの内容通りに設定されていることを前提条件とします

More information

ServerView Agents 補足情報

ServerView Agents 補足情報 取扱説明書補足資料 - 日本語 ServerView Suite ServerView Agents 補足情報 2012/2 002-004 目次 はじめに... 1 対象バージョン... 1 補足情報... 1 1 インストール要件... 1 1.1 ネットワークポートの設定... 1 2 インストール... 1 2.1 ダウングレード... 1 2.2 関連サービスの停止... 2 2.3 snmpd.conf

More information

gworksctl コマンドマニュアル 2019/6/17 株式会社 GDEP アドバンス 本書は GDEP Advance gworksctl コマンドマニュアルです G-Works G-Works Deep Learning Distribution for Linux( 以下 G-Works)

gworksctl コマンドマニュアル 2019/6/17 株式会社 GDEP アドバンス 本書は GDEP Advance gworksctl コマンドマニュアルです G-Works G-Works Deep Learning Distribution for Linux( 以下 G-Works) gworksctl コマンドマニュアル 2019/6/17 株式会社 GDEP アドバンス 本書は GDEP Advance gworksctl コマンドマニュアルです G-Works G-Works Deep Learning Distribution for Linux( 以下 G-Works) は Deep Learning に使用される主要なフレームワークを 各世代の NVIDIA GPU

More information