2008 Tokyo/Spring OSC 2

Size: px
Start display at page:

Download "2008 Tokyo/Spring OSC 2"

Transcription

1 2009 Tokyo/Spring OpenLDAP LDAP 1

2 2008 Tokyo/Spring OSC 2

3 LDAP? 3

4 LDAP LDAP 4

5 LDAP LDAP 5

6 ? 6

7 7

8 OpenLDAP - Cent OS 5.x - OpenLDAP 2.4.x 8

9 OpenLDAP loglevel 256 ( ) loglevel 256 ( ) Accept close BIND BIND RESULT Case 1: SRCH SEARCH RESULT Case 2: (ADD/MOD slapd.conf) Case 3: Case 4: 9

10 Case 1: Case 2: Case 3: Case 4: 10

11 OpenLDAP loglevel 256 ( ) loglevel 256 ( ) Accept close BIND BIND RESULT Case 1: SRCH SEARCH RESULT Case 2: (ADD/MOD slapd.conf) Case 3: Case 4: 11

12 OpenLDAP -Syslog -Access_log overlay 12

13 Step 1. OpenLDAP LOCAL4 Syslog LOCAL4 # vi /etc/syslog.conf [ ] local4.* [ ] /var/log/ldap.log Syslog 13

14 Step 2. ( ) # vi slapd.conf include [ ] loglevel 256 [ ] loglevel 256(0x100 stats) DB Slapd 14

15 ( ) Level (10 ) Level (16 ) 0x0 0x1 0x2 0x4 0x8 0x10 0x20 Level ( ) any trace packet args conns BER filter enable all debugging no debugging trace function calls debug packet handling heavy trace debugging (function args) connection management print out packets sent and received search filter processing 15

16 ( ) (2) Level (10 ) Level (16 ) x80 0x100 0x200 0x400 0x800 0x4000 0x8000 Level ( ) config ACL stats stats2 shell parse sync none configuration file processing access control list processing stats log connections/operations/results stats log entries sent print communication with shell backends entry parsing LDAPSync replication only messages that get logged whatever log level is set 16

17 loglevel 2 1: : loglevel 129 loglevel 0x81 loglevel loglevel 0x80 0x1 loglevel acl trace loglevel

18 : ( ) Disk Battery Back Write Cache / (DiskI/O ) # time ldapsearch -x OpenLDAP localhost 24 loglevel 1 loglevel 1 loglevel 256 Syslog (sec) 0.647(sec) 0.151(sec) loglevel (sec) 18

19 : (2) ( ) syslog # vi /etc/syslog.conf mail.* -/var/log/maillog [ ] local4.* -/var/log/ldap.log 19

20 OpenLDAP loglevel 256 ( ) loglevel 256 ( ) Accept close BIND BIND RESULT Case 1: SRCH SEARCH RESULT Case 2: (ADD/MOD slapd.conf) Case 3: Case 4: 20

21 loglevel 256 ( ) OpenLDAP (loglevel 256) LDAP 21

22 loglevel 256 ldapsearch ldapsearch -x -D DN -w passwd filter attr # ldapsearch -x -D uid=test1001,ou=people,dc=my-domain,dc=com -w 3edcvfr4 uid=test1001 dn -LLL dn: uid=test1001,ou=people,dc=my-domain,dc=com tail -f /var/log/ldap.log Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 fd=13 ACCEPT from IP= :38379 (IP= :389) Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 op=0 BIND dn="uid=test1001,ou=people,dc=my-domain,dc=com" method=128 Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 op=0 BIND dn="uid=test1001,ou=people,dc=my-domain,dc=com" mech=simple ssf=0 Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 op=0 RESULT tag=97 err=0 text= Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 op=1 SRCH base="dc=my-domain,dc=com" scope=2 deref=0 filter="(uid=test1001)" Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 op=1 SRCH attr=dn Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text= Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 op=2 UNBIND Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 fd=13 closed 22

23 Step 1. ) Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 fd=13 ACCEPT Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 op=0 BIND Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 op=0 BIND Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 op=0 RESULT Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 op=1 SRCH Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 op=1 SRCH Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 op=1 SEARCH RESULT Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 op=2 UNBIND Feb 14 04:39:44 CentOSa slapd[9733]: conn=5 fd=13 closed conn# (connection conn# op# (operation ) 23

24 Step 1. ldapsearch OpenLDAP server conn=5 BIND( ) BIND( ) UNBIND op=0 op=1 op=2 24

25 Step 2. fd=13 ACCEPT from IP= :38379 (IP= :389) op=0 BIND dn="uid=test1001,ou=people,dc=my-domain,dc=com" method=128 op=0 BIND dn="uid=test1001,ou=people,dc=my-domain,dc=com" mech=simple ssf=0 op=0 RESULT tag=97 err=0 text= op=1 SRCH base="dc=my-domain,dc=com" scope=2 deref=0 filter="(uid=test1001)" op=1 SRCH attr=dn op=1 SEARCH RESULT tag=101 err=0 nentries=1 text= op=2 UNBIND fd=13 closed 25

26 Step 2. ldapsearch OpenLDAP server DN=test1001 op=0 conn=5 DN sub op=1 1 UNBIND op=2 26

27 - statslog 27

28 statslog contrib/slapd-tools perl loglevel 256 (stats) # # cd openldap-2.4.xx/contrib/slapd-tools #./statslog --usage 28

29 statslog (2) ) 2 TLS # cd openldap-2.4.xx/contrib/slapd-tools #./statslog -i ^Feb.*err=49 -i TLS /var/log/ldap.log Feb 7 00:28:51 CentOSa slapd[7376]: conn=3 fd=15 ACCEPT from IP= :52996 (IP= :636) Feb 7 00:28:52 CentOSa slapd[7376]: conn=3 fd=15 TLS established tls_ssf=256 ssf=256 Feb 7 00:28:52 CentOSa slapd[7376]: conn=3 op=0 BIND dn="cn=manager,dc=my-domain1,dc=com" method=128 Feb 7 00:28:52 CentOSa slapd[7376]: send_ldap_result: conn=3 op=0 p=3 Feb 7 00:28:52 CentOSa slapd[7376]: conn=3 op=0 RESULT tag=97 err=49 text= Feb 7 00:28:52 CentOSa slapd[7376]: connection_closing: readying conn=3 sd=15 for close Feb 7 00:28:53 CentOSa slapd[7376]: conn=3 fd=15 closed (connection lost) Feb 14 05:57:14 CentOSa slapd[9978]: conn=0 fd=15 ACCEPT from IP= :50294 (IP= :636) Feb 14 05:57:14 CentOSa slapd[9978]: conn=0 fd=15 TLS established tls_ssf=256 ssf=256 Feb 14 05:57:14 CentOSa slapd[9978]: conn=0 op=0 BIND dn="uid=test1001,ou=people,dc=my-domain,dc=com" method=128 Feb 14 05:57:14 CentOSa slapd[9978]: conn=0 op=0 RESULT tag=97 err=49 text= Feb 14 05:57:14 CentOSa slapd[9978]: conn=0 fd=15 closed (connection lost) 29

30 OpenLDAP loglevel 256 ( ) loglevel 256 ( ) Accept close BIND BIND RESULT Case 1: SRCH SEARCH RESULT Case 2: (ADD/MOD slapd.conf) Case 3: Case 4: 30

31 loglevel 256 ( ) 1 3 -Case 1: -Case 2: -Case 3: 31

32 ACCEPT close 32

33 ACCEPT close ldapsearch OpenLDAP server conn=5 BIND( ) BIND( ) UNBIND op=0 op=1 op=2 33

34 ACCEPT close fd=13 ACCEPT from IP= :38379 (IP= :389) File Descriptor# fd=13 closed Socket IP Port# IP Port# close SSL / TLS #636 fd=14 ACCEPT from IP= :38379 (IP= :636) fd=14 TLS established tls_ssf=256 ssf=256 34

35 syslog slapd tcpdump lsof fuser netstat /var/log/messages TCP Wrappers SSL/TLS 35

36 BIND BIND RESULT 36

37 BIND BIND RESULT ldapsearch OpenLDAP server BIND( ) BIND( ) op=0 conn=5 UNBIND op=1 op=2 37

38 BIND BIND dn="uid=test1001,ou=people,dc=my-domain,dc=com" method=128 BIND( ) DN dn= " " BIND( ) 128= / 163=SASL BIND dn="uid=test1001,ou=people,dc=my-domain,dc=com" mech=simple ssf=0 SASL DIGEST-MD5 / CRAM-MD5 / SIMPLE Security Strength Factors ( ) 0 SASL mech=digest-md5 sasl_ssf=128 ssf=128 38

39 BIND RESULT RESULT tag=97 err=0 text= (2) # ( : include/ldap.h) 0 (0x0) = (Success ) ( : include/ldap.h) BIND REQUEST=96 (0x60) BIND RESULT=97 (0x61) SEARCH REQUEST=99 (0x63) SEARCH RESULT=101 (0x65) 49 (0x31) = Invalid credentials 49 BIND # DN ACL 39

40 Case 1: = (49) Invalid credentials? 40

41 DN(ID) (BIND) DN(ID) stats BIND (BIND) ACL (anonymous) (auth) acl BIND 41

42 loglevel acl stats ACL access to userpassword by self write (auth) : access_allowed: no res from state (userpassword) : => acl_mask: access to entry "uid=test1009,ou=people,dc=my-domain,dc=com", attr "userpassword" requested : => acl_mask: to value by "", (=0) : <= check a_dn_pat: self : <= acl_mask: no more <who> clauses, returning =0 (stop) : => access_allowed: auth access denied by =0 : conn=0 op=0 RESULT tag=97 err=49 text= : conn=0 fd=15 closed (connection lost) 42

43 loglevel acl stats (2) ACL OK NG access to userpassword by self write by anonymous auth (auth) : access_allowed: no res from state (userpassword) : => acl_mask: access to entry "uid=test1009,ou=people,dc=my-domain,dc=com", attr "userpassword" requested : => acl_mask: to value by "", (=0) : <= check a_dn_pat: self : <= check a_dn_pat: anonymous : <= acl_mask: [2] applying auth(=xd) (stop) : <= acl_mask: [2] mask: auth(=xd) : => access_allowed: auth access granted by auth(=xd) : conn=3 op=0 RESULT tag=97 err=49 text= 43

44 loglevel acl stats (3) ACL OK access to userpassword by self write by anonymous auth (auth) access_allowed: no res from state (userpassword) : => acl_mask: access to entry "uid=test1009,ou=people,dc=my-domain,dc=com", attr "userpassword" requested : => acl_mask: to value by "", (=0) : <= check a_dn_pat: self : <= check a_dn_pat: anonymous : <= acl_mask: [2] applying auth(=xd) (stop) : <= acl_mask: [2] mask: auth(=xd) : => access_allowed: auth access granted by auth(=xd) : conn=4 op=0 BIND dn="uid=test1009,ou=people,dc=my-domain,dc=com" mech=simple ssf=0 : conn=4 op=0 RESULT tag=97 err=0 text= 44

45 - slapacl 45

46 slapacl slapacl ACL slapd.conf access to ACL OpenLDAP # slapacl -b "uid=test1003,ou=people,dc=my-domain,dc=com" > "userpassword/auth" -d acl [ ] <= check a_dn_pat: anonymous [ ] => access_allowed: auth access granted by auth(=xd) auth access to userpassword: ALLOWED 46

47 SRCH SEARCH RESULT 47

48 SRCH SEARCH RESULT ldapsearch OpenLDAP server conn=5 BIND( ) BIND( ) UNBIND op=0 op=1 op=2 48

49 SRCH SRCH base="dc=my-domain,dc=com" scope=2 deref=0 filter="(uid=test1001)" alias 0 : base ( ) 1 : one ( 1 ) 2 : sub ( ) 3 : children ( ) SRCH attr=dn attr=+ 49

50 (2) SEARCH RESULT SEARCH RESULT tag=101 err=0 nentries=1 text= ( : include/ldap.h) BIND REQUEST=96 (0x60) # ( : include/ldap.h libraries/libldap/error.c) BIND RESULT=97 (0x61) 0 (0x0) = Success SEARCH REQUEST=99 (0x63) 4 (0x04) = Size limit exceeded SEARCH RESULT=101 (0x65) 32 (0x20) = No such object 50

51 Case 2: - - (3) Time Limit Exceeded? (4) Size Limit Exceeded? (32) No Such Object? 51

52 # ldapsearch /etc/openldap/ldap.conf ldapsearch OpenLDAP /etc/ldap.conf nss_ldap pam_ldap 52

53 - ldapsearch -d <#> - getent 53

54 LDAP debug OpenLDAP Level (10 ) Level (16 ) 0x0 0x1 0x2 0x4 0x8 0x10 0x20 Level ( ) any trace packet args conns BER filter LIBRARY / SERVER enable all debugging no debugging trace function calls debug packet handling LIBRARY / SERVER LIBRARY / SERVER heavy trace debugging (function LIBRARY / SERVER args) connection LIBRARY management / SERVER print out packets sent and LIBRARY / SERVER received SERVER ONLY search filter processing 54

55 LDAP debug(2) OpenLDAP Level (10 ) Level (16 ) x80 0x100 0x200 0x400 0x800 0x4000 0x8000 Level ( ) config ACL stats stats2 shell parse sync none SERVER ONLY configuration file processing SERVER ONLY access control list processing stats log connections/operations/results SERVER ONLY stats log entries sent SERVER ONLY print communication with shell SERVER backends ONLY entry parsing LDAPSync replication LIBRARY / SERVER SERVER ONLY only messages that get logged whatever LIBRARY log level / is SERVER set 55

56 LDAP debug ldapsearch debug -d 1 OpenLDAP slapd.conf loglevel OpenLDAP OpenLDAP -d ldapsearch OpenLDAP LIBRARY 56

57 NSS PAM debug nss_ldap pam_ldap /etc/ldap.conf debug 1 nss_ldap OpenLDAP LIBRARY # getent passwd test1001 2>/tmp/nss_ldap_debug.log test1001:x:1001:1001:test1001:/home/test1001:/bin/bash # less /tmp/nss_ldap_debug.log [ ] ldap_connect_to_host: Trying :389 [ ] put_filter: "(&(objectclass=posixaccount)(uid=test1001))" 57

58 Case 3: - - (21) Invalid Syntax? (68) Entry Already Exists? (80) Internal ( ) error? 58

59 ( ) # OpenLDAP FAQ Common Errors LDAP 59

60 Case 4: 60

61 slapd.conf OpenLDAP sldap.conf # 61

62 - slaptest -d 64 - slurpd -d 64 62

63 slaptest slaptest slapd.conf slapd.conf OpenLDAP OpenLDAP # slaptest -f./etc/openldap/slapd.conf -d 64 reading config file./etc/openldap/slapd.conf line 5 (include /usr/local/openldap /etc/openldap/schema/core.schema) reading config file /usr/local/openldap /etc/openldap/schema/core.schema...[ ]... line 84 (rootdn "cn=manager,dc=my-domain,dc=com") line 88 (rootpw ***)...[ ]... config file testing succeeded 63

64 slurpd -d 64(OpenLDAP2.3 ) slurpd -d 64 slapd.conf slurpd slapd.conf slurpd slaptest -d 64 slurpd -d 64 # slurpd -d 64 -o -r /tmp/none-exsiting-files Config: (replogfile /var/lib/ldap/openldap-master-replog) Config: (replica host=ldap-1.example.com:389 starttls=critical bindmethod=sasl saslmech=gssapi authcid=host/ldapmaster.example.com@example.com) Config: ** successfully added replica "ldap-1.example.com:389" Config: ** configuration file successfully read and parsed Processing in one-shot mode: 0 total replication records in file, 0 replication records to process. slurpd: terminated. 64

65 OpenLDAP loglevel 256 ( ) loglevel 256 ( ) Accept close BIND BIND RESULT Case 1: SRCH SEARCH RESULT Case 2: (ADD/MOD slapd.conf) Case 3: Case 4: 65

66 Administrator's Guide 22. Troubleshooting OpenLDAP Faq-O-Matic Issue Tracking System Change Log Release Road Map Project Overview 66

67 OpenLDAP OpenLDAP-announce OpenLDAP-bugs OpenLDAP-commit OpenLDAP-devel OpenLDAP-software OpenLDAP-technical LDAP 67

68 - - - Berkeley DB - 68

69 OpenLDAP 69

70 70

Microsoft PowerPoint - OSC2009_Tokyo_Fall_1030.ppt

Microsoft PowerPoint - OSC2009_Tokyo_Fall_1030.ppt オープンソースの 今 を 伝 える オープンソースカンファレンス2009 Tokyo/Fall 知 っておきたい OpenLDAPサポートツール 日 本 LDAPユーザ 会 伊 藤 忠 テクノソリューションズ 株 式 会 社 菊 池 研 自 1 はじめに OpenLDAPには にはslapXXX slapxxx Berkeley DBには にはdb_XXX db_xxxといっ た 使 いどころを 理

More information

Dec , IS p. 1/60

Dec , IS p. 1/60 Dec 08 2007, IS p. 1/60 Dec 08 2007, IS p. 2/60 Plan of Talk (LDAP) (CAS) (IdM) Dec 08 2007, IS p. 3/60 Dec 08 2007, IS p. 4/60 .. Dec 08 2007, IS p. 5/60 Dec 08 2007, IS p. 6/60 Dec 08 2007, IS p. 7/60

More information

Fedora Directory Server / Sun Java System Directory Server

Fedora Directory Server / Sun Java System Directory Server Fedora Directory Server Sun Java System Directory Server Essentials F5ネットワークスジャパン株式会社中満英生 nakamitsu@f5.com nomo@bluecoara.net - 1 - 最初に Fedora Directory Server FDS Sun Java System Directory Server IDS

More information

LDAP - LDAP OpenLDAP - postfix qpopper - LDAP heartbeat mon

LDAP - LDAP OpenLDAP - postfix qpopper - LDAP heartbeat mon LDAP Internet Week 2003 (taru@valinux.co.jp) VA Linux Systems LDAP - LDAP OpenLDAP - postfix qpopper - LDAP heartbeat mon LDAP OpenLDAP LDAP Lightweight Directory Access Protocol LDAP(X500) - (DN) DIT

More information

Microsoft PowerPoint - OSC2010_Tokyo_Spring.ppt

Microsoft PowerPoint - OSC2010_Tokyo_Spring.ppt さあその先へ OpenLDAP パフォーマンスチューニング 2010/02/26 日本 LDAP ユーザ会 1 はじめに OpenLDAP は 他のオープンソースソフトウェアと同様に わずかなマシンリソースでも動作させることができるディレクトリサーバです OpenLDAP は わずかなチューニングを施すことで 飛躍的に性能を向上させられる可能性を秘めたソフトウェアです 本セッションでは OpenLDAP

More information

OpenLDAPの最新動向

OpenLDAPの最新動向 OpenLDAP の最新動向 日本 LDAP ユーザ会 関口薫 2007/4/23 1 Agenda OpenLDAP の紹介 OpenLDAP の最新機能 Configuration Backend Password Policy Access Log Referential Integrity OpenLDAP のロードマップ 2007/4/23-2 - OpenLDAP とは 1998 年からミシガン大学のUmich

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

WindowsでLDAP運用のこつ

WindowsでLDAP運用のこつ Windows で LDAP 運用のこつ JPUG PostgreSQL 技術セミナー 2007 年春 2007-02 24 NPO 法人日本 PostgreSQLユーザ会 ( 株 ) オープンソース総合研究所 桑村潤 OpenLDAP LDAP ディレクトリサービス ディレクトリ情報 伝統的命名法の階層ツリーの例 ドメイン名の階層ツリーの例 OpenLDAP OpenLDAPのプログラム slapd.confの構成

More information

RTX830 取扱説明書

RTX830 取扱説明書 RTX830 JA 1 2 3 4 5 6 7 8 9 10 11 external-memory performance-test go 12 13 show config 14 15 16 17 18 19 20 save 21 22 23 24 25 26 27 save RTX830 BootROM Ver. 1.00 Copyright (c) 2017 Yamaha Corporation.

More information

Oracle Application Server 10g( )インストール手順書

Oracle Application Server 10g( )インストール手順書 Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...25...25

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

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS 2 SSO Authorization 1,3, 2,3, 2, 2,3 1 2 3 Central Authentication and Authorization Service (CAS 2 ) Web Application Single Sign On Authorization CAS 2 SSO/AuthZ Jan. 30 2007, p. 1/40 Plan of Talk

More information

I j

I j I j06062 19.5.22 19.5.25 19.5.25 1 1 1 ping 3 2 2 ping 4 3 3 traceroute 5 4 4 netstat 5 4.1 netstat -i............................................. 5 4.2 netstat -r.............................................

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

ワイヤレス~イーサネットレシーバー UWTC-REC3

ワイヤレス~イーサネットレシーバー UWTC-REC3 www.jp.omega.com : esales@jp.omega.com www.omegamanual.info UWTC-REC3 www.jp.omega.com/worldwide UWIR UWTC-NB9 / UWRH UWRTD UWTC 61.6 [2.42] REF 11.7 [0.46] 38.1 [1.50] 66.0 [2.60] REF 33.0 [1.30]

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

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

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ

¥Í¥Ã¥È¥ï¡¼¥¯¥×¥í¥°¥é¥ß¥ó¥°ÆÃÏÀ 2 : TCP/IP : HTTP HTTP/2 1 / 22 httpget.txt: http.rb: ruby http get Java http ( ) HttpURLConnection 2 / 22 wireshark httpget.txt httpget cookie.txt ( ) telnet telnet localhost 80 GET /index.html HTTP/1.1

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

RouteMagic Controller RMC-MP200 / MP Version

RouteMagic Controller RMC-MP200 / MP Version RouteMagic Controller RMC-MP200 / MP1200 - Version 3.5.2 - RouteMagic Controller( RMC ) 3.5.2 RMC RouteMagic RouteMagic Controller RouteMagic Controller MP1200 / MP200 Version 3.5 RouteMagic Controller

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

GM-F520S/GM-F470S/GM-F420S

GM-F520S/GM-F470S/GM-F420S GM-F520S GM-F470S GM-F420S LCT2504-002A-H 2 3 4 200 150 150 50 1 3 4 1 2 3 1 2 3 4 5 e 6 7 8 9 p q w r t 5 6 5 23 7 8 9 p q 4 5 6 7 8 9 2 3 4 5 5 23 6 7 8 9 w 1 2 e r t p p 5 6 9( 3 DVI-D (HDCP) RGB IN

More information

リング型IPカメラ監視ソリューション(マルチキャスト編)

リング型IPカメラ監視ソリューション(マルチキャスト編) CentreCOM x900 IP IP ( ) IP surveillance Solution 01 SNMP Manager Syslog Server NTP Server x900-24xt_2 Link Aggregation x900-24xt_1 FS926M-PS_1 FS926M-PS_2 x600-24ts EPSR (Ethernet Protected Switched Ring)

More information

INR-HG5579a_Netshut_Guide_Linux-Solaris_.doc

INR-HG5579a_Netshut_Guide_Linux-Solaris_.doc ( ) ( ) () 1 Netshut...1 1.1....1 1.1.1....1 1.1.2. OS...1 1.2....2 2...2 2.1....2 2.2. Linux(RPM )...3 2.3. Solaris(PKG )...4 3 Netshut...7 3.1....7 3.2....8 3.3. Netshut...9 3.4. Syslog...10 3.4.1....11

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

アライドテレシス ディストリビューション・スイッチ AT-x600シリーズで実現するMicrosoft® NAP

アライドテレシス ディストリビューション・スイッチ AT-x600シリーズで実現するMicrosoft® NAP Microsoft NAP 主な目的 検疫ネットワークを構築したい 802.1X ユーザー認証をシングルサインオンで行ないたい 概要 Microsoft NAP はActive Directory 環境下での利用を前提としています しかし Active Directory のドメイン認証と IEEE 802.1X 認証 ( および NAP の検疫 ) は同期していません したがって 802.1X 認証の前にドメイン認証が行なわれた場合

More information

リング型IPカメラ監視ソリューション

リング型IPカメラ監視ソリューション TELESYN IP IP surveillance Solution 04 SNMP Manager Syslog Server NTP Server TELESYN9100_2 Link Aggregation VCS_1 TELESYN9100_4 FS926M-PS_1 TELESYN9100_3 FS926M-PS_2 FS926M-PS_3 TELESYN : TELESYN9400 :

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

http://banso.cocolog-nifty.com/ 100 100 250 5 1 1 http://www.banso.com/ 2009 5 2 10 http://www.banso.com/ 2009 5 2 http://www.banso.com/ 2009 5 2 http://www.banso.com/ < /> < /> / http://www.banso.com/

More information

n=360 28.6% 34.4% 36.9% n=360 2.5% 17.8% 19.2% n=64 0.8% 0.3% n=69 1.7% 3.6% 0.6% 1.4% 1.9% < > n=218 1.4% 5.6% 3.1% 60.6% 0.6% 6.9% 10.8% 6.4% 10.3% 33.1% 1.4% 3.6% 1.1% 0.0% 3.1% n=360 0% 50%

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

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g(10.1.2) for Microsoft Windows Portal Oracle Application Server 10g(10.1.2) for Microsoft Windows Portal Oracle Application Server 10g(10.1.2) Oracle Application Server(OracleAS)

More information

I TCP 1/2 1

I TCP 1/2 1 I TCP 1/2 1 Transport layer: a birds-eye view Hosts maintain state for each transport endpoint Routers don t maintain perhost state H R R R R H Transport IP IP IP IP IP Copyright(C)2011 Youki Kadobayashi.

More information

VNX for Fileでの監査ツールの構成および使用

VNX for Fileでの監査ツールの構成および使用 EMC VNX 8.1 VNX for File P/N 300-015-126 A01 2013 8... 2... 2... 2... 4 SYSlog... 6 SYSlog... 6 A Audit_messages... 7 B... 10 1 VNX for File Control Station SYSlog SYSlog Control Station Linux SYSlog ID

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS 2 Single Sign On 1,3, 2,3, 2, 2,3 1 2 3 May 31, 2007 ITRC p. 1/29 Plan of Talk Brief survey of Single Sign On using CAS Brief survey of Authorization Environment using CAS 2 Summary May 31, 2007 ITRC

More information

MOTIF XF 取扱説明書

MOTIF XF 取扱説明書 MUSIC PRODUCTION SYNTHESIZER JA 2 (7)-1 1/3 3 (7)-1 2/3 4 (7)-1 3/3 5 http://www.adobe.com/jp/products/reader/ 6 NOTE http://japan.steinberg.net/ http://japan.steinberg.net/ 7 8 9 A-1 B-1 C0 D0 E0 F0 G0

More information

Microsoft PowerPoint v01_L3seminor.ppt

Microsoft PowerPoint v01_L3seminor.ppt LPI-Japan 主催 LPIC レベル 3 301 技術解説無料セミナー スキルブレイン株式会社所属 OSS 研修専任講師コムソリュート株式会社代表取締役兼 CEO 大崎茂 LPI-Japan 2010. All rights reserved. 研修テーマ LPIC レベル 3 試験の概要について 出題範囲の解説と学習のポイントについて LPI-Japan 2010. All rights reserved.

More information

UsersGuide_INR-HG5497c_.doc

UsersGuide_INR-HG5497c_.doc UPS / Web/SNMP VCCI A Web/SNMP... 1.. WEB...1.. SNMP...1.. NETSHUT...1.. 100BASE-TX...1... 2 Web... 4.....5.....7......7......8......9.. UPS...10... UPS...10...13......14......14...15......17......17..

More information

ScreenOS 5.0 ScreenOS 5.0 Deep Inspection VLAN NetScreen-25/-50/-204/-208 HA NetScreen-25 HA Lite NetScreen-25 NetScreen-50) ALG(Application Layer Gat

ScreenOS 5.0 ScreenOS 5.0 Deep Inspection VLAN NetScreen-25/-50/-204/-208 HA NetScreen-25 HA Lite NetScreen-25 NetScreen-50) ALG(Application Layer Gat ScreenOS 5.0 1 2 ScreenOS 5.0 ScreenOS 5.0 Deep Inspection VLAN NetScreen-25/-50/-204/-208 HA NetScreen-25 HA Lite NetScreen-25 NetScreen-50) ALG(Application Layer Gateway NAT Destination NetScreen-Security

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g(9.0.4) for Microsoft Windows Portal Oracle Application Server 10g(9.0.4) for Microsoft Windows Portal Oracle Application Server 10g(9.0.4) Oracle Application Server(OracleAS)

More information

~~~~~~~~~~~~~~~~~~ wait Call CPU time 1, latch: library cache 7, latch: library cache lock 4, job scheduler co

~~~~~~~~~~~~~~~~~~ wait Call CPU time 1, latch: library cache 7, latch: library cache lock 4, job scheduler co 072 DB Magazine 2007 September ~~~~~~~~~~~~~~~~~~ wait Call CPU time 1,055 34.7 latch: library cache 7,278 750 103 24.7 latch: library cache lock 4,194 465 111 15.3 job scheduler coordinator slave wait

More information

untitled

untitled Worldspan go! 4.x (UCI) Administrator Guide go! 4.x (UCI) Version 2.1.4 : 31 August 2007 1. WORLDSPAN GO! VERSION 4.X (UCI)... 3 2. WORLDSPAN GO! VERSION 4.X (UCI)... 4 3.... 6 4. WORLDSPAN GO! VERSION

More information

Packet Tracer: 拡張 ACL の設定 : シナリオ 1 トポロジ アドレステーブル R1 デバイスインターフェイス IP アドレスサブネットマスクデフォルトゲートウェイ G0/ N/A G0/

Packet Tracer: 拡張 ACL の設定 : シナリオ 1 トポロジ アドレステーブル R1 デバイスインターフェイス IP アドレスサブネットマスクデフォルトゲートウェイ G0/ N/A G0/ トポロジ アドレステーブル R1 デバイスインターフェイス IP アドレスサブネットマスクデフォルトゲートウェイ G0/0 172.22.34.65 255.255.255.224 N/A G0/1 172.22.34.97 255.255.255.240 N/A G0/2 172.22.34.1 255.255.255.192 N/A Server NIC 172.22.34.62 255.255.255.192

More information

TM-m30 詳細取扱説明書

TM-m30 詳細取扱説明書 M00094100 Rev. A Seiko Epson Corporation 2015. All rights reserved. 2 3 4 5 6 Bluetooth 7 Bluetooth 8 1 9 Bluetooth 10 1 11 1 2 6 5 4 3 7 12 1 13 14 ONF 1 N O O N O N N N O F N N F N N N N N N F F O O

More information

CG-SSW indb

CG-SSW indb 2 3 4 Screen displays User Entry 5 6 7 8 1 10 11 12 13 14 15 16 Power 17 18 19 20 2 22 23 24 25 Power Power 26 Power 27 28 3 login: manager Password: friend Manager > Manager > save Manager > logoff 30

More information

owners.book

owners.book Network Equipment RTX1200 RTX800 2 3 4 5 6 7 8 9 10 bold face Enter Ctrl Tab BS Del Ctrl X Ctrl X Regular face 11 12 13 14 RTX1200 RTX1200 RTX1200 15 16 ), -. / 1 4 5 6 17 18 19 20 21 console character

More information

Jlspec

Jlspec 1OFF 通常 OFF 通常 2 ON 設定内容の初期化を行う ( 工場出荷状態 ) OFF 通常 3 ON 自己診断 / 設定内容の印字を行う 4OFF 通常 %!PS-Adobe-2.0 /Courier findfont 10 scalefont setfont /LEFT 36 def /TOP 792 def /PITCH 12 def /LF {show /x LEFT def /y

More information

FS900S_B

FS900S_B FS909S FS917S FS909S FS917S 100~240V 4 5 6 7 8 9 10 11 12 1 9 9 L/A S/D FS909S 10BASE-T/100BASE-TX PORTS (AUTO MDI/MDI-X) FS917S 14 FS909SFS917S 15 16 17 18 19 20 21 22 23 24 2 26 27 28 29 30 31 32 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

2

2 WV-CW970 2 3 4 5 6 7 8 9 10 11 12 DIP SW1 ON 1 2 3 4 5 6 7 8 ON 1 2 3 4 DIP SW2 SW1 S TA RT RS485Setting SW2 13 14 q w q e 15 16 17 18 19 20 ** RS485 SETUP ** UNIT NUMBER SUB ADDRESS BAUD RATE DATA BIT

More information

TM-m30 詳細取扱説明書

TM-m30 詳細取扱説明書 M00094106 Rev. G Seiko Epson Corporation 2015-2018. All rights reserved. 2 3 4 5 6 7 8 Bluetooth 9 ... 71 10 1 11 Bluetooth 12 1 13 1 2 6 5 4 3 7 14 1 1 2 3 4 5 15 16 ONF 1 N O O N O N N N O F N N F N

More information

Express5800/320Fc-MR

Express5800/320Fc-MR 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

TM-m30 詳細取扱説明書

TM-m30 詳細取扱説明書 M00094101 Rev. B Seiko Epson Corporation 2015-2016. All rights reserved. 2 3 4 5 6 7 8 Bluetooth 9 Bluetooth 10 1 11 Bluetooth 12 1 13 1 2 6 5 4 3 7 14 1 1 2 3 4 5 15 16 ONF 1 N O O N O N N N O F N N F

More information

グローバル タイトル変換テーブルの編集

グローバル タイトル変換テーブルの編集 19 CHAPTER SGM SGM GUI Global Title Translation GTT; 800 ID GTT Signaling Connection Control Part SCCP; Service Switching Point SSP; SubSystem Number SSN; GTT GTT CSV 16 SGM 3.3 3.1 4.0 4.1 4.2 GTT GTT

More information

Express5800/R110a-1Hユーザーズガイド

Express5800/R110a-1Hユーザーズガイド 4 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Xeon Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0B60: DIMM group #1 has been disabled. : Press to resume, to

More information

Mac OS X Server Windows NTからの移行

Mac OS X Server Windows NTからの移行 Mac OS X Server Windows NT 10.4 apple Apple Computer, Inc. 2005 Apple Computer, Inc. All rights reserved. Mac OS X Server Apple 1 Infinite Loop Cupertino CA 95014-2084 U.S.A. www.apple.com 163-1480 3 20

More information

e164.arpa DNSSEC Version JPRS JPRS e164.arpa DNSSEC DNSSEC DNS DNSSEC (DNSSEC ) DNSSEC DNSSEC DNS ( ) % # (root)

e164.arpa DNSSEC Version JPRS JPRS e164.arpa DNSSEC DNSSEC DNS DNSSEC (DNSSEC ) DNSSEC DNSSEC DNS ( ) % # (root) 1.2.0.0.1.8.e164.arpa DNSSEC Version 1.0 2006 3 7 JPRS JPRS 1.2.0.0.1.8.e164.arpa DNSSEC DNSSEC DNS DNSSEC (DNSSEC ) DNSSEC DNSSEC DNS ( ) % # (root) BIND DNS 1. DNSSEC DNSSEC DNS DNS DNS - 1 - DNS DNS

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

ODBC ドライバ ここでは SLAPD-SQL の設定で ODBC ドライバとして unixodbc を利用する例を示す unixodbc は にあり Linux でも使える ここでは unixodbc ドライバがインストールされていることを前提に

ODBC ドライバ ここでは SLAPD-SQL の設定で ODBC ドライバとして unixodbc を利用する例を示す unixodbc は  にあり Linux でも使える ここでは unixodbc ドライバがインストールされていることを前提に OpenLDAP データの SQL 格納 OpenLDAP は デフォルトではデータをバークレー DB ファイルに格納するが データを SQL データベースに格納することができるが SQL データベースを使うためには OpenLDAP のデータの格納先に sql を指定して ODBC 経由でデータベースサーバにアクセスする必要がある ここでは ODBC ドライバを設定して OpenLDAP のデータを

More information

Teradici Corporation #101-4621 Canada Way, Burnaby, BC V5G 4X8 Canada p +1 604 451 5800 f +1 604 451 5818 www.teradici.com Teradici Corporation Teradi

Teradici Corporation #101-4621 Canada Way, Burnaby, BC V5G 4X8 Canada p +1 604 451 5800 f +1 604 451 5818 www.teradici.com Teradici Corporation Teradi PCoIP TER0806003 TER0806003 Issue 2 0 Teradici Corporation #101-4621 Canada Way, Burnaby, BC V5G 4X8 Canada p +1 604 451 5800 f +1 604 451 5818 www.teradici.com Teradici Corporation Teradici Teradici Teradici

More information

Compatibility list: vTESTstudio/CANoe

Compatibility list: vTESTstudio/CANoe 1.0 および 1.1 で作成されたテストユニットは テスト内で使用されるコマンドに関わらず 必ず下記の最小バージョン以降の CANoe にて実行してください vteststudio 2.0 以上で作成されたテストユニット ( 新機能を使用していない場合 ) は それぞれに応じた最小バージョン以降の CANoe にて実行してください 下記の表にて 各バージョンに対応する要件をご確認ください vteststudio

More information

FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 3.0 説明書

FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 3.0 説明書 C120-E285-10Z2 FUJITSU ULTRA LVD SCSI Host Bus Adapter Driver 3.0 - for Oracle Solaris - () FUJITSU ULTRA LVD SCSI Host Bus Adapter 3.0 SCSI/SAS SCSI/SAS HBA(Host Bus Adapter) WARNING:

More information

RT300i/RT140x/RT105i 取扱説明書

RT300i/RT140x/RT105i 取扱説明書 2 3 4 5 6 7 8 9 10 Bold face Enter Ctrl Tab BS Del Typewriter face RT105i RT300i RT140p RT140f RT140i RT140e RT105i RT300i 11 RARP 9600 bit/s 8 http://www.rtpro.yamaha.co.jp/ ftp.rtpro.yamaha.co.jp 12

More information

Microsoft Word - Meta70_Preferences.doc

Microsoft Word - Meta70_Preferences.doc Image Windows Preferences Edit, Preferences MetaMorph, MetaVue Image Windows Preferences Edit, Preferences Image Windows Preferences 1. Windows Image Placement: Acquire Overlay at Top Left Corner: 1 Acquire

More information

DocuWide 2051/2051MF 補足説明書

DocuWide 2051/2051MF 補足説明書 ëêèõ . 2 3 4 5 6 7 8 9 0 2 3 4 [PLOTTER CONFIGURATION] [DocuWide 2050/205 Version 2.2.0] [SERIAL] BAUD_RATE =9600 DATA_BIT =7 STOP_BIT = PARITY =EVEN HANDSHAKE =XON/XOFF EOP_TIMEOUT_VALUE =0 OUTPUT RESPONSE

More information

自動シャットタ<3099>ウンクイックインストールカ<3099>イト<3099>.indb

自動シャットタ<3099>ウンクイックインストールカ<3099>イト<3099>.indb OMRON Corporation. 2011 All Rights Reserved. 2 3 4 5 6 7 8 9 10 11 12 13 14 15 title Red Hat Enterprise Linux Server (2.6.18-8.el5xen serial) root (hd0,1) kernel /xen.gz-2.6.18-8.el5 console=vga xencons=ttys16

More information

WIDE 1

WIDE 1 WIDE 1 2 Web Web Web Web Web Web Web Web Web Web? Web Web Things to cover Web Web Web Web Caching Proxy 3 Things NOT covered / How to execute Perl Scripts as CGI binaries on Windows NT How to avoid access

More information

PRIMERGY BX900 S1 シャーシ 環境設定シート

PRIMERGY BX900 S1 シャーシ 環境設定シート PRIMERGY BX900 1 シャーシ環境設定シート 本書の読み方 A B ハードウェア構成シート本サーバにおけるハードウェアの構成と各種セットアップのを記録します 障害連絡シート障害が発生した場合にサーバの状態を記入します 製品の呼び方 本文中の製品名称を 次のように略して表記します 製品名称本文中の表記本サーバ またはサーバ PRIMERGY BX900 ( ブレードサーバ全体を指します )

More information

SRX IDP Full IDP Stateful Inspection 8 Detection mechanisms including Stateful Signatures and Protocol Anomalies Reassemble, normalize, eliminate ambi

SRX IDP Full IDP Stateful Inspection 8 Detection mechanisms including Stateful Signatures and Protocol Anomalies Reassemble, normalize, eliminate ambi IDP (INTRUSION DETECTION AND PREVENTION) SRX IDP Full IDP Stateful Inspection 8 Detection mechanisms including Stateful Signatures and Protocol Anomalies Reassemble, normalize, eliminate ambiguity Track

More information

TM-T88VI 詳細取扱説明書

TM-T88VI 詳細取扱説明書 M00109801 Rev. B 2 3 4 5 6 7 8 9 10 Bluetooth 11 12 Bluetooth 13 14 1 15 16 Bluetooth Bluetooth 1 17 1 2 3 4 10 9 8 7 12 5 6 11 18 1 19 1 3 4 2 5 6 7 20 1 21 22 1 23 24 1 25 SimpleAP Start SSID : EPSON_Printer

More information

untitled

untitled Network Product Guide Network Monitoring System Network Product Guide Time stamp Write to disk Filter Convert Summarise Network Product Guide Network Monitoring System TDS2 TDS24 Network Analysis Report

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

SR-X324T1/316T1 サーバ収容スイッチ ご利用にあたって

SR-X324T1/316T1 サーバ収容スイッチ ご利用にあたって SR-X324T1/316T1 P3NK-4092-04Z0 324T1/316T1 V01 SR-X324T1/316T1 V01 2010 4 2011 5 2 2012 3 3 2012 11 4 Microsoft Corporation Copyright FUJITSU LIMITED 2010-2012 2 SR-X324T1/316T1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...12...13...13

More information

コンピュータ概論

コンピュータ概論 5.1 VBA VBA Check Point 1. 2. 5.1.1 ( bug : ) (debug) On Error On Error On Error GoTo line < line > 5.1.1 < line > Cells(i, j) i, j 5.1.1 MsgBox Err.Description Err1: GoTo 0 74 Visual Basic VBA VBA Project

More information

ES1018V2_24V2_MG.book

ES1018V2_24V2_MG.book 2009 6 Management Ver.2.0 Guide ES1018V2 ES1024V2 ES1018V2 ES1024V2 1.05.06 1....1 1.1... 2 1.2 CLI... 3 1.2.1?... 3 1.2.2 Default... 3 1.2.3 Help... 3 1.2.4 Logout... 3 1.2.5 Ping... 3 1.2.6 Reset...

More information

FileMaker Server 8 Administrator’s Guide

FileMaker Server 8 Administrator’s Guide 1994-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker, Inc. FileMaker

More information

Epson Print Admin

Epson Print Admin Epson Print Admin NPD5368-02 JA Epson Print Admin Epson Print Admin Epson Print Admin Epson Print Admin Epson Open Platform Epson Open Platform Epson Print Admin Epson Print Admin Epson Print Admin Epson

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g(9.0.4) for Microsoft Windows Discoverer Oracle Application Server 10g(9.0.4) for Microsoft Windows Discoverer Oracle Application Server 10g(9.0.4) Oracle Application Server(OracleAS)

More information

untitled

untitled 280 200 5 7,800 6 8,600 28 1 1 18 7 8 2 ( 31 ) 7 42 2 / / / / / / / / / / 1 3 (1) 4 5 3 1 1 1 A B C D 6 (1) -----) (2) -- ()) (3) ----(). ()() () ( )( )( )( ) ( ) ( )( )( )( ) () (). () ()() 7 () ( ) 1

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

2008

2008 2008 1 1 2 2 2.1 NIST Fingerprint Image Software 2.............. 2 2.2 Reference Vector........................ 2 2.2.1.................. 2 2.2.2.................. 4 3 5 3.1............................

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

Express5800/320Fa-L/320Fa-LR/320Fa-M/320Fa-MR

Express5800/320Fa-L/320Fa-LR/320Fa-M/320Fa-MR 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

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

fuzzing

fuzzing Fuzzing Ashigirl96 from ZareGoto 1 Fuzzing ( ) Ashigirl96 from ZareGoto 2 Self - Introduction 3 Handle Name: Ashigirl96 - : Twitter : Network/Control System Security : Python : Scapy 139 1,2 ) 139 1,2

More information

rndc BIND DNS 設定 仕組み

rndc BIND DNS 設定 仕組み rndc ローカル上 またはリモート上にある BIND9 を制御するツール主に 設定の再読み込み named サービスの停止 ( 起動はできない ) 統計情報の表示 キャッシュのクリアなどのために使用する rndc の仕組仕組み rndc コマンドを実行する端末は 同じ端末 ( サーバ ) 上の named サービス または外部のサーバ上の named サービスの制御をすることができる rndc の設定

More information

ŠŸŠp”Ò„ü‡¯†E1

ŠŸŠp”Ò„ü‡¯†E1 192.000.000.000 - - [25/May/2003:07:03:59 +0900] ``GET /default.ida?xxxxxxx XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX%u9090%u6858%ucbd3%u780

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

SR-X324T2/316T2 サーバ収容スイッチ ご利用にあたって

SR-X324T2/316T2 サーバ収容スイッチ ご利用にあたって SR-X324T2/316T2 P3NK-4612-01Z0 324T2/316T2 V01 2012 11 Microsoft Corporation Copyright FUJITSU LIMITED 2012 2 ...2...5...5...5...5...6...7...8...8...11...11...11...11...11...12...12...12...12...12...13...13...13

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

Express5800/R320a-E4/Express5800/R320b-M4ユーザーズガイド

Express5800/R320a-E4/Express5800/R320b-M4ユーザーズガイド 7 7 障害箇所の切り分け 万一 障害が発生した場合は ESMPRO/ServerManagerを使って障害の発生箇所を確認し 障害がハー ドウェアによるものかソフトウェアによるものかを判断します 障害発生個所や内容の確認ができたら 故障した部品の交換やシステム復旧などの処置を行います 障害がハードウェア要因によるものかソフトウェア要因によるものかを判断するには E S M P R O / ServerManagerが便利です

More information

5. sendmail.cf

5. sendmail.cf 5. sendmail.cf Contents sendmail.cf NULL Client PPP Client Firewall sendmail.cf sendmail ( ) ( ) SMTP UUCP sendmail.cf OS sendmail sendmail.cf MX Lower MX MX RR sendmail.cf V1: sendmail 5 ( V1) V2, V3:

More information

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb

●70974_100_AC009160_KAPヘ<3099>ーシス自動車約款(11.10).indb " # $ % & ' ( ) * +, -. / 0 1 2 3 4 5 6 7 8 9 : ; < = >? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y " # $ % & ' ( ) * + , -. / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B

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

NEC Storage series NAS Device

NEC Storage series NAS Device NEC Storage NV Series NAS Device Guide for Oracle Storage Compatibility Program Snapshot Technologies is-wp-04-001 Rev-1.00(J) Oct, 2004 NEC Solutions NEC Corporation. - 1 - Copyright 2004 NEC Corporation

More information

Si-R180 ご利用にあたって

Si-R180 ご利用にあたって P3NK-2472-01Z0 GeoStream Si-R 180 LAN 2007 7 Microsoft Corporation All rights reserved, Copyright 2007 2 ...2...5...5...5...5...6...7...8...8...11...11 LAN...11...11...12...12...12...12...12...13 ISO/IEC15408...14

More information

Ver.1 1/17/2003 2

Ver.1 1/17/2003 2 Ver.1 1/17/2003 1 Ver.1 1/17/2003 2 Ver.1 1/17/2003 3 Ver.1 1/17/2003 4 Ver.1 1/17/2003 5 Ver.1 1/17/2003 6 Ver.1 1/17/2003 MALTAB M GUI figure >> guide GUI GUI OK 7 Ver.1 1/17/2003 8 Ver.1 1/17/2003 Callback

More information

ヤマハ ルーター ファイアウォール機能~説明資料~

ヤマハ ルーター ファイアウォール機能~説明資料~ 1 RT140i #1(PPP) RT105i RTA52i R (PP#) (LAN#) [NAT] R LAN LAN 2 #2() RT300i RTW65b RT140e RT105e (LAN2) R (LAN1) RTA55i R LAN LAN 3 #3(PPPoE) R (LAN#) (PP#) (PP#) LAN ISDN/ LAN 4 RT300i RT105 #4(VPN) R

More information

XMLアクセス機能説明書

XMLアクセス機能説明書 SolarisTM Solaris Microsoft Windows NT Server network operating system Version 4.0 Windows NT Microsoft Windows 2000 Server operating systemmicrosoft Windows 2000 Advanced Server operating system Windows

More information