ksocket Documentation

Size: px
Start display at page:

Download "ksocket Documentation"

Transcription

1 ksocket Documentation Fixpoint, Inc

2 i Linux Windows Linux Windows Linux Windows Linux Windows Linux (SSH) Windows (WinRM) (SNMP) AWS AWS Azure Azure (YAML )

3 4.2 (FAQ) ii

4 ksocket Kompira cloud Kompira cloud ksocket Kompira cloud ksocket : apt, yum OS ksocket Kompira cloud Kompira cloud Web UI REST API ksocket Kompira cloud ksocket : 1

5 2 1 ksocket ksocket-linux-64-<release>.<build>.tar.gz (Linux) ksocket-win-64-<release>.<build>.zip (Windows) ksoperations-networks Cent OS 6.9 Minimal (amd64) Cent OS 7 Minimal (amd64) Ubuntu Server (amd64) Ubuntu Server (amd64) Windows 10 Professional (amd64)

6 ksocket ksocket-linux-64-<release>.<build>.tar.gz ksocket-win-64-<release>.<build>.zip <release> <build> : ksocket Kompira cloud blog ksocket ksocket ksocket : ksocket ksocket Linux ksocket-linux-64-<release>.<build>.tar.gz % tar zxf ksocket-linux-64-<release>.<build>.tar.gz %./ksinstall 1. ksocket 2. Host - <space_name>.cloud.kompira.jp

7 2.1 Linux ksocket 3. ksocket token - ksocket Upstart systemd systemd OS 2.1 Upstart systemd etc/init/ /usr/lib/systemd/system/ ( CentOS/RedHat) /lib/systemd/system/ ( Ubuntu) usr/local/lib/systemd/system/ (FreeDesktop ) manual_daemon_installation Windows ksocket Windows Npcap API Npcap (0.99-r3 ) WinPcap API-compatible mode ksocket-win-64-<release>.<build>.zip ksinstall.exe 4 2

8 2.2 Npcap (0.99-r3) WinPcap API-compatible mode 1. ksocket 2. Host - <space_name>.cloud.kompira.jp 3. ksocket token - ksocket : API ksoperations-networks WinPcap Win10Pcap Npcap WinPcap Win10Pcap Npcap Fixpoint ksocket service Windows KSOCKET_HOME 2.2 ksocket OS

9 : ksocket ksocket 2 etc/ksocket - var/log/ksocket Linux # /opt/fixpoint/ksocket % cd /opt/fixpoint/ksocket # upstart % unlink /etc/init/ksocket.conf # systemd (CentOS/RedHat) % unlink /usr/lib/systemd/system/ksocket.service % unlink /etc/systemd/system/ksocket.service % unlink /etc/systemd/system/multi-user.target.wants/ksocket.service # systemd (Ubuntu) % unlink /lib/systemd/system/ksocket.service # systemd (FreeDesktop) % unlink /usr/local/lib/systemd/system/ksocket.service Windows Uninstall ksocket Fixpoint ksocket service Windows 2.3 Kompira cloud > ksocket ksocket ksocket Kompira cloud (FAQ) 6 2

10 2.3 ksocket 2.4 ksocket Linux % /opt/fixpoint/ksocket/bin/ksocket version ksocket: ksoperations-networks: Windows ksocket (PowerShell) PowerShell > ksocket version ksocket: ksoperations-networks:

11 Linux # Upstart (RHEL 6.x, CentOS 6.x, Ubuntu LTS) % restart ksocket # systemd (RHEL 7.x, CentOS 7.x, Ubuntu LTS) % systemctl ksocket restart Windows Fixpoint ksocket service Linux (SSH) ksocket IP SSH Linux SSH OS OS RPM/deb SSH Windows (WinRM) ksocket IP WinRM Windows WinRM OS OS WMI Windows 8 2

12 Windows WinRM Windows PowerShell ( ) # ExecutionPolicy Restricted RemoteSigned > Get-ExecutionPolicy Restricted > Set-ExecutionPolicy RemoteSigned > Get-ExecutionPolicy RemoteSigned # WinRM > winrm qc # Basic Basic > winrm set winrm/config/service/auth '@{Basic="true"}' > winrm set winrm/config/service '@{AllowUnencrypted="true"}' # # # > winrm configsddl default # WMI # # [ ]>[ ]>[ ] # - Root\CIMV2 [ ] # # - Root\StandardCimv2 [ ] # > wmimgmt.msc WinRM (SNMP) ksocket IP SNMP SNMP SNMP 2.7 AWS AWS EC2 Kompira cloud VPC ksocket EC2 ksocket EC AWS 9

13 : ksocket VPC : EC2 ksocket SSH/WinRM : EC2 Public IP AWS AWS EC2 ksocket AWS REST API ksocket AWS ReadOnlyAccess 1 IAM IAM ksocket AWS REST API IAM IAM ksocket AWS REST API Boto3 Credentials *1 ksocket default default awscli awscli aws configure Default output format ksocket *1 Boto3 Docs - Credentials 10 2

14 2.8 Azure Azure Virtual Machine (VM) Kompira cloud Virtual Network (VNET) ksocket VM ksocket VM : ksocket VNET : VM ksocket SSH/WinRM : VM Public IP Azure Azure VM ksocket Azure REST API ksocket Azure Reader 1 Managed Service Identity Managed Service Identity ksocket Azure Azure VM *2 Linux VM Windows VM : Service Principal Service Principal Service Principal ksocket Azure * Azure 11

15 Azure Service Principal Service Principal * 2 VM $KSOCKET_HOME/etc/ksocket/azure.toml TOML # Service Principal ID clientid = "Application ID" # Service Principal secret = "xxxxxxxxxxxxxx" # Service Principal Azure AD ID tenant = "Directory ID" 1.6 : YAML TOML 12 2

16 13 3 ksocket TOML YAML 1.1 YAML 1.6 : TOML YAML TOML : ksocket UTF $KSOCKET_HOME/etc/ksocket/ksocket.toml $KSOCKET_HOME/etc/ksocket/ksocket.yml $KSOCKET_HOME/etc/ksocket/credentials ksocket TOML ksocket YAML ( ksocket deprecated) $KSOCKET_HOME ksocket 3.2 ksocket $KSOCKET_HOME/etc/ksocket/ksocket.toml

17 # # '-' logfile = "$KSOCKET_HOME/var/log/ksocket/ksocket.log" # # - DEBUG # - INFO # - WARNING # - ERROR # - CRITICAL loglevel = "DEBUG" # # # #logformat = "%(asctime)s %(levelname)s %(name)s:%(funcname)s:%(lineno)d %(message)s" [connect] # ksocket token = "xxxxxxxx" # Websocket [wss or ws] protocol = "wss" # Kompira cloud URL host = "<space_name>.cloud.kompira.jp" # port = 443 [directories] # #credentials = "$KSOCKET_HOME/etc/ksocket/credentials" $KSOCKET_HOME/etc/ksocket/ksocket.toml.skeleton : ksocket.toml ksocket (YAML ) ksocket ksocket.toml $KSOCKET_HOME/etc/ ksocket/ksocket.yml # # '-' logfile: ${KSOCKET_HOME}/var/log/ksocket/ksocket.log 14 3

18 # # - DEBUG # - INFO # - WARNING # - ERROR # - CRITICAL loglevel: 'DEBUG' # # # #logformat: "%(asctime)s %(levelname)s %(name)s:%(funcname)s:%(lineno)d %(message)s" # connect connect: # ksocket token: 'xxxxxxxxxx' # host: '<space_name>.cloud.kompira.jp' # port: 443 # directories: # credentials: $KSOCKET_HOME/etc/ksocket/credentials 1.6 : ksocket.yaml ksocket.toml : ksocket.yml ksocket 3.3 $KSOCKET_HOME/etc/ksocket/credentials IP SSH (Secure Shell), WINRM (Windows Remote Management), SNMP (Simple Network Management Protocol)

19 SSH SSH $KSOCKET_HOME/etc/ksocket/credentials/ssh 1.6 : TOML YAML TOML # IP addresses/networks which use this credential file # IP # / , includes = [" /24", " ", " "] # IP # includes includes # excludes #excludes = [" ", " "] # 22 #port = # #timeout = 5.0 # IP # SSH # # ksocket --> > > (target IP) # #sshtunnels = [" ", " "] # [account] # username = "john" # password = "passw0rd" # # [[clientkeys]] filename = "../../id_rsa.common" passphrase = "Common password" [[clientkeys]] filename = "/root/.ssh/id_rsa" passphrase = "Admin password" clientkeys.filename 16 3

20 SSH (YAML ) # IP # / , includes: / # IP # includes includes # excludes excludes: / # account: username: john password: Passw0rd # clientkeys: - filename:../../client_keys/id_john passphrase: helloworld - filename:../../client_keys/id_rsa.common passphrase: common # 22 port: # timeout: 5.0 # IP sshtunnels: account.clientkeys[n].filename, knownhosts 1.6 : TOML WinRM WINRM $KSOCKET_HOME/etc/ksocket/credentials/winrm 1.6 : TOML YAML TOML

21 # IP # / , includes = [" /24", " ", " "] # IP # includes includes # excludes #excludes = [" ", " "] # # basic: ( ) # ntlm: NT LAN Manager (NTLM) # credssp: Credential Security Support Provider (CredSSP) #authmethod = "basic" # # auto: ( ) # always: # never: #authmessageencryption = "auto" # authmethod: credssp # true TLSv1.2 # Windows Server 2008 #authcredsspdisabletlsv1.2 = false # 5985 #port = 5985 # #timeout = 5.0 # SSH IP # SSH/WinRM # # ksocket --> > > (target IP) # # IP WinRM # SSH #sshtunnels = [" ", " "] # [account] # # # 'MYDOMAIN\\USER01' (NTLM ) # 'user01@mydomain' (UPN ) # username = "john" 18 3

22 # password = "passw0rd" : Basic NTLM authmethod ntlm NTLM WinRM (YAML ) # IP # / , includes: / # IP # includes includes # excludes excludes: / # account: # # # 'MYDOMAIN\\USER01' (NTLM ) # 'user01@mydomain' (UPN ) # username: john # password: Passw0rd # # basic: ( ) # ntlm: NT LAN Manager (NTLM) # credssp: Credential Security Support Provider (CredSSP) authmethod: ntlm # # auto: ( ) # always: # never: # authmessageencryption: always

23 # authmethod: credssp # true TLSv1.2 # Windows Server 2008 # authcredsspdisabletlsv1.2: false # 5985 port: 5985 # timeout: 5.0 # IP sshtunnels: : Basic NTLM authmethod ntlm NTLM 1.6 : TOML SNMP SNMP $KSOCKET_HOME/etc/ksocket/credentials/snmp 1.6 : TOML YAML TOML # IP # / , includes = [" /24", " ", " "] # IP # includes includes # excludes #excludes = [" ", " "] # 161 #port = 161 # #timeout =

24 # #retries = 0 # ( ) #retryinterval = 1.0 [authdata] # (SNMP v2c ) community = "public" # SNMP v3 # username = "your-username" # # usmnoauthprotocol ( default) # usmhmacmd5authprotocol (MD5(HMAC-MD5-96) ) # usmhmacshaauthprotocol (SHA(HMAC-SHA-96) ) # usmhmac128sha224authprotocol # usmhmac192sha256authprotocol # usmhmac256sha384authprotocol # usmhmac384sha512authprotocol authprotocol = "usmhmacmd5authprotocol" # #authkey = "your-password" # # usmnoprivprotocol ( default) # usmdesprivprotocol (DES(CBC-DES)) # usm3desedeprivprotocol (3DES-EDE) # usmaescfb128protocol (AES(CFB128-AES-128)) # usmaescfb192protocol (AES(CFB128-AES-192)) # usmaescfb256protocol (AES(CFB128-AES-256)) privprotocol = "usmaescfb128protocol" # privkey = "priv-your-password" SNMP (YAML ) # IP # / , includes: / # IP # includes includes # excludes

25 excludes: / authdata: # (SNMP v2c ) community: public # SNMP v3 # SNMPv3 username : your-username # # usmnoauthprotocol ( default) # usmhmacmd5authprotocol (MD5(HMAC-MD5-96) ) # usmhmacshaauthprotocol (SHA(HMAC-SHA-96) ) # usmhmac128sha224authprotocol # usmhmac192sha256authprotocol # usmhmac256sha384authprotocol # usmhmac384sha512authprotocol authprotocol : usmhmacmd5authprotocol # authkey : your-password # # usmnoprivprotocol ( default) # usmdesprivprotocol (DES(CBC-DES)) # usm3desedeprivprotocol (3DES-EDE) # usmaescfb128protocol (AES(CFB128-AES-128)) # usmaescfb192protocol (AES(CFB128-AES-192)) # usmaescfb256protocol (AES(CFB128-AES-256)) privprotocol : usmaescfb128protocol # privkey : priv-your-password # 161 port: 161 # timeout: 5.0 # retries: 0 # ( ) retryinterval: : TOML 22 3

26 3.3.2 IP 1. $KSOCKET_HOME/etc/ksocket/credentials/< > 2. _ 3. a 4. a.toml.yml b includes IP c excludes IP d INFO WARNING $KSOCKET_HOME/etc/ksocket/credentials/ssh +- 00_common.toml +- 01_specific/ +- 00_common.toml +- 02_final.toml +- _special.toml +- 02_final.toml example.toml.skeleton +- _projecta/ +- 00_common.toml +- 02_final.toml +- _special.toml +- _projectb/ +- 00_common.toml +- 02_final.toml +- _special.toml 1. 00_common.toml

27 2. 01_specific/00_common.toml 3. 01_specific/02_final.toml 4. 02_final.toml 24 3

28 ksocket ksocket ksocket loglevel = "DEBUG" (ksocket.log) support@kompira.jp 4.2 (FAQ) Q&A ksocket Kompira cloud ksocket Kompira cloud TCP 443 ksocket TCP 443 Kompira cloud ksocket ksocket ksocket ksocket Kompira cloud ksocket ksocket ksocket ksocket IP IP SNMP SNMP

29 OS Windows Linux 5.1 $KSOCKET_HOME C:\ProgramData\Fixpoint\ksocket /opt/fixpoint/ksocket

30 27 6 ksocket ksocket Kompira cloud ksocket Kompira cloud ksocket

31

32 29 ksocket, 27, 27, 27

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

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

_01 日医標準レセプトソフトクラウド版 CLAIM 接続利用手順 ベンダー向け 2017 年 8 月 23 日 日本医師会 ORCA 管理機構株式会社

_01 日医標準レセプトソフトクラウド版 CLAIM 接続利用手順 ベンダー向け 2017 年 8 月 23 日 日本医師会 ORCA 管理機構株式会社 20170922_01 日医標準レセプトソフトクラウド版 CLAIM 接続利用手順 ベンダー向け 2017 年 8 月 23 日 日本医師会 ORCA 管理機構株式会社 目次 1 概要... 2 1.1 動作環境... 2 1.2 インストール及び設定... 2 1.2.1 Windows 環境... 2 1.2.2 Linux 環境... 4 1.3 動作の確認... 5 1 1 概要 ベンダー及び医療機関が

More information

2011年11月10日 クラウドサービスのためのSINET 学認説明会 九州地区説明会 九州大学キャンパス クラウドシステムの導入 伊東栄典 情報基盤研究開発センター 1

2011年11月10日 クラウドサービスのためのSINET 学認説明会 九州地区説明会 九州大学キャンパス クラウドシステムの導入 伊東栄典 情報基盤研究開発センター 1 2011年11月10日 クラウドサービスのためのSINET 学認説明会 九州地区説明会 九州大学キャンパス クラウドシステムの導入 伊東栄典 情報基盤研究開発センター ito.eisuke.523@m.kyushu-u.ac.jp 1 用 方 } } } } } 用 (Public Cloud) } Amazon EC2/S3/ElasticMapReduce } (Community Cloud)

More information

CLAIM接続利用手順

CLAIM接続利用手順 20181012_01 日医標準レセプトソフトクラウド版 CLAIM 接続利用手順 ベンダー向け 2018 年 10 月 12 日 日本医師会 ORCA 管理機構株式会社 目次 1 更新履歴... 2 2 概要... 3 2.1 動作環境... 3 2.2 インストール及び設定... 3 2.2.1 Windows 環境... 3 2.2.2 Linux 環境... 5 2.3 動作の確認... 6

More information

CLAIM接続利用手順

CLAIM接続利用手順 20190809_01 日医標準レセプトソフトクラウド版 CLAIM 接続利用手順 ベンダー向け 2019 年 8 月 9 日 日本医師会 ORCA 管理機構株式会社 目次 1 更新履歴... 2 2 概要... 3 2.1 動作環境... 3 2.2 インストール及び設定... 3 2.2.1 Windows 環境... 3 2.2.2 Linux 環境... 5 2.3 動作の確認... 6 1

More information

BIG‑IP Access Policy Manager | F5 Datasheet

BIG‑IP Access Policy Manager | F5 Datasheet 2 3 5 7 8 Secure Web Gateway 10 12 BIG-IP APM 13 F5 Global Services 13 13 BIG-IP Access Policy Manager (APM) LAN BIG-IP APM IT LAN 1 Web OAM XenApp Exchange Web Web Web Web Web web BIG-IP APM LAN IT /

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

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

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

konicaminolta.co.jp PageScope Net Care

konicaminolta.co.jp PageScope Net Care konicaminolta.co.jp PageScope Net Care KONICA MINOLTA PageScope Net Care KONICA MINOLTA PageScope Net Care Web KONICA MINOLTA PageScope Net Care SNMP KONICA MINOLTA Printer-MIB KONICA MINOLTA PageScope

More information

統合運用管理ソフトウェア FUJITSU Software Systemwalker 総合カタログ

統合運用管理ソフトウェア FUJITSU Software Systemwalker 総合カタログ FUJITSU Software Systemwalker FUJITSU Software Systemwalker ICT ICTICT ICT ICT FUJITSU Software SystemwalkerICTICT ICT ICT ICT ICT 1 Systemwalker ICT ICT ICT ICT ICT Systemwalker ICT ICT ICT ICT ICT ICT

More information

Add-onアプリケーション開発 - 環境構築マニュアル -

Add-onアプリケーション開発 - 環境構築マニュアル - - - 1.0 M2M 2018 11 20 i 1 1 1.1............................................... 1 1.2................................................. 1 1.3................................................ 2 2 3 2.1 OFF.......................................

More information

Cisco Aironet 1130AG アクセス ポイント クイック スタート ガイド

Cisco Aironet 1130AG アクセス ポイント クイック スタート ガイド CONTENTS 1 IP 2 3 6 7 9 12 15 17 18 IP 20 CLI IP 21 Telnet CLI 23 24 28 802.11G 802.11A 34 38 Express Security 40 Express Security 41 SSID 42 47 LED 48 50 SSID50 WEP 50 51 52 MODE 52 Web 53 55 1 56 IP

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

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

Configuring_01

Configuring_01 Symantec Backup Exec Dell EqualLogic Microsoft Exchange Server SQL Server IT / / 24 365 Symantec Backup Exec Advanced Disk-based Backup Option (ADBO) Dell Equal- Logic Microsoft Exchange Server 2003 2007

More information

SR-S224PS1 セキュアスイッチ ご利用にあたって

SR-S224PS1 セキュアスイッチ ご利用にあたって SR-S224PS1 P3NK-3712-05Z0 224PS1 V13 SR-S224PS1 V13 2009 11 2010 7 2 2010 11 3 2011 6 4 2012 7 5 Microsoft Corporation Copyright FUJITSU LIMITED 2009-2012 2 SR-S224PS1 V13...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...13...13...13

More information

Cisco WebEx ホワイトペーパー: リアルタイムコラボレーションのパワーを解き放つ: Cisco WebEx ソリューションのセキュリティ概要

Cisco WebEx ホワイトペーパー: リアルタイムコラボレーションのパワーを解き放つ: Cisco WebEx ソリューションのセキュリティ概要 : Cisco WebEx : Cisco WebEx Cisco WebEx 107-6227 9-7-1 Tel: 03-6434-6044 Fax: 03-5411-9226 Japaninfo@webex.com www.webex.co.jp WebEx Communications, Inc. 3979 Freedom Circle, Santa Clara, CA 95054 USA

More information

1 Microsoft Windows Server 2012 Windows Server Windows Azure Hyper-V Windows Server 2012 Datacenter/Standard Hyper-V Windows Server Windo

1 Microsoft Windows Server 2012 Windows Server Windows Azure Hyper-V Windows Server 2012 Datacenter/Standard Hyper-V Windows Server Windo Windows Server 2012 2012 1 Cloud OS Windows Azure Platform On-Premises Service Provider 1 Microsoft Windows Server 2012 Windows Server 2012 1 Windows Azure Hyper-V Windows Server 2012 Datacenter/Standard

More information

Catalyst 3560-C and 2960-C Getting Started Guide (Japanese)

Catalyst 3560-C and 2960-C Getting Started Guide (Japanese) Catalyst 3560-C/2960-C Express Setup 1 Express Setup Catalyst 3560-C 2960-C Cisco.com Catalyst 3560-C 2960-C Cisco.com Cisco.com Regulatory Compliance and Safety Information for the Catalyst 3560-C and

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

wp_integrating_active_directory_ml

wp_integrating_active_directory_ml Apple OS X Mountain Lion v10.8 2 OS X Active Directory Mac Mac Active Directory Mac Windows Apple OS X Active Directory Apple Open Directory Open Directory OS X OS X OS X Server Open Directory LDAP Kerberos

More information

wp_integrating_AD_10.9_16JAN2014

wp_integrating_AD_10.9_16JAN2014 Apple OS X Active Directory OS X Mavericks v10.9 2 OS X Active Directory Mac Mac Active Directory Mac Windows Apple OS X Active Directory Apple Open Directory Open Directory OS X OS X OS X Server Open

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

00.目次_ope

00.目次_ope 816XL ii iii iv iv User Entry 1 3 v vi vii viii 1 1 C: >VTTERM 1- 1 1-3 1 1-4 1 1-5 1 1-6 1 1-7 1 1-8 1 1-9 1 1-10 C: >VTN 1 Host Name: 1-11 1 01 1-1 0.0.0.0 1 1-13 1 1-14 - -3 Port status and configuration

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション Room D Azure Active Directory によるクラウドアプリ連携編 ~ Password Windows Intune Password Windows Intune デスクトップ PC(Windows) に対するガバナンス Azure Active Directory World SaaS Windows Server Active Directory World 業務データ

More information

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker Centric Manager IT Service

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

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

<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

AirMac ネットワーク for Windows

AirMac ネットワーク for Windows AirMac for Windows Windows XP Windows 2000 1 1 5 6 AirMac 6 7 AirMac Extreme AirMac Express 7 AirMac for Windows 7 AirMac Express 8 AirMac 9 AirTunes 9 AirMac Extreme 10 2 11 AirMac 11 AirMac 12 AirMac

More information

Microsoft Word - sugiyama.doc

Microsoft Word - sugiyama.doc backtrack ( ) sugiyama[atmark]yamanashi.ac.jp 1. Web Linux ssh firewall firewall ( 1) Linux backtrack Debian,OpenSUSE,FreeBSD PC-UNIX PC backtrack CD USB 2. backtrack Linux ( 2) CD USB VMware 3 USB Vmware

More information

Oracle8 Workgroup Server for Windows NTインストレーション・ガイド,リリース8.0.6

Oracle8 Workgroup Server for Windows NTインストレーション・ガイド,リリース8.0.6 Oracle8 Workgroup Server for Windows NT 8.0.6 2000 5 : J00213-01 Oracle8 Workgroup Server for Windows NT, 8.0.6 : J00213-01 Oracle8 Release 8.0.6 for Windows NT A69969-01 Copyright 1999, 2000, Oracle Corporation.

More information

Microsoft PowerPoint - Amazon VPCとのVPN接続.pptx

Microsoft PowerPoint - Amazon VPCとのVPN接続.pptx Amazon VPC との VPN 接続マニュアル 2016 年 7 12 NECプラットフォームズ株式会社 Amazon VPC との VPN 接続 UNIVERGE WA シリーズ を使 して Amazon VPC(Amazon Virtual Private Cloud) と IPsec-VPN で接続する際の設定例を紹介します Amazon VPC を利 することにより Amazon AWS(Amazon

More information

rzamhpdf.ps

rzamhpdf.ps IBM i 7.2 IBM i 7.2 43 IBM i 7.2 ( 5770-SS1) RISC CISC IBM IBM i Version 7.2 Security Service Tools 1 2014.4 Copyright IBM Corporation 2003, 2013. .............. 1 IBM i 7.2............ 1 PDF.........

More information

PRIMEQUEST 1000シリーズ Linux運用ガイド

PRIMEQUEST 1000シリーズ Linux運用ガイド FUJITSU Server PRIMEQUEST 1000 シリーズ Linux 運用ガイド C122-A004-05 Copyright 2010-2011 FUJITSU LIMITED P.3 P.8 P.10 P.11 P.12 P.13 P.14 P.16 P.17 P.18 PRIMEQUEST 1000 Linux 1 Copyright 2010-2011 FUJITSU LIMITED

More information

untitled

untitled Power Management Agent - ACE for Windows (PMA-ACE for Win) 2016 2 19 Power Management Agent - ACE for Windows Power Management Agent - ACE for Windows () 2 http://www.isa-j.co.jp 3 1. Power Management

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

NIC Reference Guide

NIC Reference Guide magicolor 2300 DL NIC Reference Guide magicolor 2300 DL NIC 1800684-014B magicolor 2300 DL Windows TCP/IP Web URLhttp://www.minolta-qms.co.jp/Support/Userreg/index.html QMSMINOLTA-QMS magicolor MINOLTA-QMS,

More information

Visual Studio ( )

Visual Studio ( ) 2013 2 (2014 9 ) IT IT 1 IT & UI UI + IT Application Insights Team Foundation Server + Web 2 Windows Web C#Visual Basic 4 6 Team Foundation Server 1 8 10 3 Windows Windows Windows C#Visual BasicVisual

More information

2. Docker の基本的な操作 1 docker hub の参照 2 DockerHub の Explorer リンクからアプリケーションを参照 3 アプリケーション検索 4 tag について 3. docker 基本コマンド 1 docker の

2. Docker の基本的な操作 1 docker hub の参照   2 DockerHub の Explorer リンクからアプリケーションを参照 3 アプリケーション検索 4 tag について 3. docker 基本コマンド 1 docker の ハンズオン 1. Docker のインストール 1 システムの Update $ sudo apt-get update 2 docker をインストール $ sudo apt-get install docker.io 3 ログインユーザー ubuntu を docker グループに追加 $ sudo gpasswd -a ubuntu docker 4 再起動 $ sudo reboot 1 2.

More information

FirePass Edge Client TM Edge Client LAN Edge Client 7.0 Edge Client Edge Client Edge Client Edge Client Edge Client Edge Client LAN Edge Client VPN Wi

FirePass Edge Client TM Edge Client LAN Edge Client 7.0 Edge Client Edge Client Edge Client Edge Client Edge Client Edge Client LAN Edge Client VPN Wi Security FirePass SSL VPN FirePass SSL VPN Virtual Edition VE) 1 Web E 11 12 icontrol SSL VPN API 12 FirePass FirePass Edge Client TM Edge Client LAN Edge Client 7.0 Edge Client Edge Client Edge Client

More information

25 About what prevent spoofing of misusing a session information

25 About what prevent spoofing of misusing a session information 25 About what prevent spoofing of misusing a session information 1140349 2014 2 28 Web Web [1]. [2] SAS-2(Simple And Secure password authentication protocol, ver.2)[3] SAS-2 i Abstract About what prevent

More information

WEB.dvi

WEB.dvi ... 5... 5... 5... 7... 8... 8... 10... 11... 11... 12... 13 HTTP... 13... 14... 15... 15... 15 IP... 15... 16... 17... 18 NTP... 18 SNMP.... 19 SNMP... 19 SNMP... 20 SNMP... 22 SNMP... 22... 22... 23...

More information

Correspondence Management Solution のインストールと設定

Correspondence Management Solution のインストールと設定 CORRESPONDENCE MANAGEMENT SOLUTION http://help.adobe.com/ja_jp/legalnotices/index.html iii 1 1.1.............................................................................................. 1 1.2................................................................................................

More information

FUJITSU Network Si-R Si-R Gシリーズ Webユーザーズガイド

FUJITSU Network Si-R Si-R Gシリーズ Webユーザーズガイド P3NK-4582-03Z0 Si-R G Web Web FUJITSU Network Si-R FUJITSU Network Si-R Si-R G Si-R brin Web V2 LAN 2012 3 2013 3 2 2014 11 3 Microsoft Corporation Copyright FUJITSU LIMITED 2012-2014 2 ... 2...5...5...5...6...7

More information

AirMac ネットワーク構成の手引き

AirMac ネットワーク構成の手引き AirMac 1 1 5 6 AirMac 6 7 AirMac Extreme AirMac Express 7 AirMac 8 AirMac Express 8 AirMac 9 AirMac 10 AirTunes 10 AirMac Extreme AirMac Express 10 2 13 15 Mac OS X IP 16 Mac OS X AirMac 3 17 AirMac 17

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

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

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

モデムおよびネットワーク接続ガイド

モデムおよびネットワーク接続ガイド b 221743-192 2001 5 2001 Compaq Computer Corporation 2001 Compaq Compaq Armada Compaq Computer Corporation Evo Compaq Information Technologies Group, L.P. Microsoft Windows Windows NT Microsoft Corporation

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

FileMaker Cloud App FileMaker Pro FileMaker Go FileMaker WebDirect App FileMaker Cloud Amazon Web Services (AWS) Marketplace AWS FileMaker Server File

FileMaker Cloud App FileMaker Pro FileMaker Go FileMaker WebDirect App FileMaker Cloud Amazon Web Services (AWS) Marketplace AWS FileMaker Server File An Apple Subsidiary FileMaker Cloud Version 1.16 October 2017 FileMaker Cloud App FileMaker Pro FileMaker Go FileMaker WebDirect App FileMaker Cloud Amazon Web Services (AWS) Marketplace AWS FileMaker

More information

SR-X526R1 サーバ収容スイッチ ご利用にあたって

SR-X526R1 サーバ収容スイッチ ご利用にあたって SR-X526R1 P3NK-3432-05Z0 526R1 V01 SR-X526R1 V01 2009 10 2010 4 2 2011 5 3 2012 3 4 2012 11 5 Microsoft Corporation Copyright FUJITSU LIMITED 2009-2012 2 SR-X526R1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...13...13...13

More information

IPSEC-VPN IPsec(Security Architecture for Internet Protocol) IP SA(Security Association, ) SA IKE IKE 1 1 ISAKMP SA( ) IKE 2 2 IPSec SA( 1 ) IPs

IPSEC-VPN IPsec(Security Architecture for Internet Protocol) IP SA(Security Association, ) SA IKE IKE 1 1 ISAKMP SA( ) IKE 2 2 IPSec SA( 1 ) IPs IPSEC VPN IPSEC-VPN IPsec(Security Architecture for Internet Protocol) IP SA(Security Association, ) SA IKE 1 2 2 IKE 1 1 ISAKMP SA( ) IKE 2 2 IPSec SA( 1 ) IPsec SA IKE Initiator Responder IPsec-VPN ISAKMP

More information

クイック スタート ガイド Cisco Aironet 1240AG シリーズ アクセスポイント

クイック スタート ガイド Cisco Aironet 1240AG シリーズ アクセスポイント Cisco Aironet 1240AG CONTENTS 1 IP 2 2 4 5 7 10 10 15 16 16 IP 21 22 CLI IP 23 Telnet CLI 25 26 30 Express Setup 38 40 42 42 Express Security 44 VLAN 44 Express Security 45 Express Security 46 Express

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

2016 IT? Microsoft Azure (SDDC) Window

2016 IT? Microsoft Azure (SDDC) Window 2016 パーフェクト ガイド クラウド対応オペレーティング システム 2016 IT? 2016 2016 Microsoft Azure (SDDC) Window 2016 2 2016 OS OS 2016 2016 2016 ( ) 24 48 200 ( ) 1: 24 48 2014 205 ID Anthem Inc. 8,000 Premera Blue Cross 1,100 2016

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

How to Automate Using PowerShell-JP

How to Automate Using PowerShell-JP PowerShell IT PowerShell IT IT IT Excel 1 PowerShell IT PowerShell $ $ IT PowerShell Windows PowerShell Copy-Item DOS Windows Windows PowerShell 1 PowerShell PowerShell Windows PowerShell PowerShell PowerShell

More information

N A/006A インテリジェントスイッチ

N A/006A インテリジェントスイッチ 5 (Conf-global)# upgrade softare ftp-server 192.168.1.20 -A.B.C-r.des username nec passord nec (Conf-global)# upgrade softare tftp-server 192.168.1.20 -A.B.C-r.des (Conf-global)# upgrade softare restart

More information

rzammpdf.ps

rzammpdf.ps IBM i 7.3 IBM i IBM i Access for Web IBM IBM i 7.3 IBM i IBM i Access for Web IBM 287 IBM i Access for Web (5770-XH2) 7.3 RISC CISC IBM IBM i Version 7.3 Connecting to IBM i IBM i Access for Web Copyright

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション イチからはじめる Linux サーバ構築ハンズオン 事前準備用資料 株式会社リーデックス はじめに 弊社の勉強会にご興味を持っていただきありがとうございます Linuxサーバ構築ハンズオンを受講いただくにあたり 必要なソフトのインストールと環境構築の手順をまとめました 資料はWindows 環境前提で記載してありますが Macでも少しの読み替えで対応できると思います 当日の時間内にインストールからスタートするとインターネットの回線状況によっては環境構築だけで

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

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

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

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

Windows Oracle -Web - Copyright Oracle Corporation Japan, All rights reserved.

Windows Oracle -Web - Copyright Oracle Corporation Japan, All rights reserved. Windows Oracle -Web - Copyright Oracle Corporation Japan, 2004. All rights reserved. Agenda Oracle Windows Windows Oracle 1 / Active Directory/Enterprise User Security 1-1 Windows 1-2 Kerberos 1-3 Enterprise

More information

IW2002-B5 1 Internet Week ( ) 9:30 12:30 ( ) Copyright 2002 All Rights Reserved, by Seiji Kumagai ADSL FTTH 24 IP LAN

IW2002-B5 1 Internet Week ( ) 9:30 12:30 ( ) Copyright 2002 All Rights Reserved, by Seiji Kumagai ADSL FTTH 24 IP LAN 1 Internet Week 2002 20021218() 9:3012:30 () kuma@isid.co.jp ADSLFTTH 24 IP LAN LAN LAN 2 1 ? 3? 4 e-japan 20053000 20051000 2 IP»» 5 CATV DSL FTTH LAN 6 620(20029) CATV 180DSL 422FTTH 12 14 3 MP3CD CM

More information

ファーストステップガイド1.2.doc

ファーストステップガイド1.2.doc Ver.1.2 EasyNetBox for Spam Filter Powered by SENDMAIL CSK Win. Sendmail, Inc. MicrosoftWindows Microsoft Corporation. Windows XP MicrosoftCorporation. LinuxLinus Torvalds 2 ...4 1.1... 4 1.2 PC... 5 1.3...

More information

<4D F736F F F696E74202D B F E F8A6D E >

<4D F736F F F696E74202D B F E F8A6D E > Skype for Business Online 目次 1. Skype for Business Online ライセンスの適用...3 1.1 Skype for Business 概要...3 1.2 PowerShellでのライセンス適用...5 1.2.1 PowerShellでOffice365に接続するための準備...5 1.2.2 PowerShellでOffice365への接続...6

More information

SRX300 Line of Services Gateways for the Branch

SRX300 Line of Services Gateways for the Branch SRX300 SRX300 WAN TCO SRX300 SRX300 UTM SRX300 4 SRX300 SRX300 WAN SRX300 1 Gbps 300 Mbps IPsec VPN 1 SRX320 SRX320 WAN SRX320 1 Gbps 300 Mbps IPsec VPN 1 SRX340 SRX340 WAN 1 U SRX340 3 Gbps 600 Mbps IPsec

More information

URoad-TEC101 Syslog Guide

URoad-TEC101 Syslog Guide syslog ガイド (URoad-TEC101) Rev.1.0 2015.6.18 株式会社シンセイコーポレーション 1 / 9 目次 1. 文書概要... 3 1.1 事前準備... 3 1.2 関連文書及び技術資料... 3 2. System Log 有効化... 4 2.1 Web Server 接続... 4 2.2. Web CU での System Log 機能有効化... 5 3.

More information

,,, J-SOX ISMS PCIDSS,, IM/VoIP/VoD Copyright 2008 Juniper Networks, Inc. 2

,,, J-SOX ISMS PCIDSS,, IM/VoIP/VoD Copyright 2008 Juniper Networks, Inc.   2 NAC Advanced Technologies Business Development Manager Toru Konno toruk@juniper.net v1.81 Copyright 2008 Juniper Networks, Inc. www.juniper.co.jp 1 ,,, J-SOX ISMS PCIDSS,, IM/VoIP/VoD Copyright 2008 Juniper

More information

Cisco Umbrella Branch Cisco Umbrella Branch Cisco ISR Umbrella Branch

Cisco Umbrella Branch Cisco Umbrella Branch Cisco ISR Umbrella Branch Cisco Umbrella Branch Cisco Umbrella Branch Cisco ISR 4000 1 2 3 Umbrella Branch 1 Cisco Umbrella Branch Cisco ISR 4000 Cisco Umbrella Branch Security K9 ROM Monitor (ROMMON) 16.2(1r) ROMMON 16.2(1r) 3

More information

Web Web Web Web i

Web Web Web Web i 28 Research of password manager using pattern lock and user certificate 1170369 2017 2 28 Web Web Web Web i Abstract Research of password manager using pattern lock and user certificate Takuya Mimoto In

More information

Win XP SP3 Japanese Ed. NCP IPSec client Hub L3 SW SRX100 Policy base VPN fe-0/0/0 vlan.0 Win 2003 SVR /

Win XP SP3 Japanese Ed. NCP IPSec client Hub L3 SW SRX100 Policy base VPN fe-0/0/0 vlan.0 Win 2003 SVR / SRX dial-up VPN (NCP ) Win XP SP3 Japanese Ed. NCP IPSec client Hub L3 SW SRX100 Policy base VPN fe-0/0/0 vlan.0 Win 2003 SVR.216 172.27.24.0/24.254.254.1.1.100 100.100.100.0/24 192.168.1.0/24 Test devices

More information

untitled

untitled VMware ESX Server 3.0 Dell OpenManage 5.0 2006 7 www.dell.com support.dell.com 2006 Dell Inc. 2006 All rights reserved. Dell DELL PowerEdge OpenManageDell Inc.VMware VMotion ESX ServerVMware, Inc.EMCEMC

More information

SR-X340TR1 サーバ収容スイッチ ご利用にあたって

SR-X340TR1 サーバ収容スイッチ ご利用にあたって SR-X340TR1 P3NK-4102-01Z0 340TR1 V01 SR-X340TR1 V01 2010 4 Microsoft Corporation Copyright FUJITSU LIMITED 2010 2 SR-X340TR1 V01...2...5...5...5...5...6...6...7...7...10...10...10...10...10...10...11...11...11...11...12...12

More information

Microsoft Intune MDM ソリューション向けDigiCert® 統合ガイド

Microsoft Intune MDM ソリューション向けDigiCert® 統合ガイド Microsoft Intune MDM DigiCert 2018 7 31 Microsoft Intune MDM DigiCert : 2018 7 31 Copyright 2018 DigiCert, Inc. All rights reserved. DigiCert DigiCert DigiCert, Inc. Symantec Norton Symantec Corporation

More information

IW2001-B2 1 Internet Week 2001 ( ) Copyright 2001 All Rights Reserved, by Seiji Kumagai IW2001-B2 2 CodeRed Copyright 2001 All Rights

IW2001-B2 1 Internet Week 2001 ( ) Copyright 2001 All Rights Reserved, by Seiji Kumagai IW2001-B2 2 CodeRed Copyright 2001 All Rights 1 Internet Week 2001 ( ) kuma@isid.co.jp 2 CodeRed 1 3 (EXCEED ) se cu ri ty? 4? 2 5 Web IP Web MP3 6 3 7 1.5Mbps8Mbps 500 MP3 CM VoD 8 4 ADSL (Asymmetric Digital Subscriber Line) () CATV FWA (Fixed Wireless

More information

---> 1 <------IP configurationの1を選択 2. IP address: Subnet mask: > 2 < IP addressの1を選択 Enter IP address: 192.

---> 1 <------IP configurationの1を選択 2. IP address: Subnet mask: > 2 < IP addressの1を選択 Enter IP address: 192. スーパーターミナルサーバー STS ターミナルサーバーの設定方法 ----- 内容 ----- 1 はじめに 2 機器接続の仕方 3 初期設定操作の画面 3-1 STS 本体の IP アドレス設定 3-2 ターミナルサーバーの設定方法 4 確認注意事項 ---------------- 1 はじめに初期設定のための接続 2 機器接続の仕方初期設定をする画面を表示したものです 後 各種ターミナルソフトで

More information

system02.dvi

system02.dvi 2003 2 2003 4 24 13:15-14:45 : IP DNS SSH SCP 1 HTTP 2 FTP TelnetGopher HTTP HTTP 2 IP 2.1 IP PC1 1 IPv4 IP 8 4 32 192.168.6.18 42 (2 32 ) IP IP LAN LAN LAN ABC 3 (Table 1) 2.2 LAN Table 1 10.0.0.010.255.255.255

More information

............................................................................................................................. 3.......................

............................................................................................................................. 3....................... Xeon Microsoft* System Center Virtual Machine Manager Self-Service Portal 2.0 Microsoft* System Center Virtual Machine Manager Self-Service Portal 2.0 Xeon 5500 Xeon 5600 IT IT Xeon Windows Server* Hyper-V*

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

ハードウェア取扱説明書L8/L16LTOチェンジャー装置

ハードウェア取扱説明書L8/L16LTOチェンジャー装置 2 ...6...17....17....18....19.....19.....20.....21.....22.....23.....24...25....25....26....27....28.....28.....29.....30.....31.....32.....32....35....36...37....37....38....76....78....79...107....107....109....111....114....119....120

More information

4 BIG-IP v9.xldapactive Directory (AD) RADIUSTACACS+ BIG-IP 4 BIG-IP GUI CPU WAN Optimization ModuleWOM WOM BIG-IP BIG-IP SSL Logical Volume Manager B

4 BIG-IP v9.xldapactive Directory (AD) RADIUSTACACS+ BIG-IP 4 BIG-IP GUI CPU WAN Optimization ModuleWOM WOM BIG-IP BIG-IP SSL Logical Volume Manager B BIG-IP v10 - BIG-IP v10 TMOS TM P1 BIG-IP Local Traffic Manager TM P BIG-IP Application Security Manager TM P BIG-IP WebAccelerator TM P WAN P10 4 TMOS TMOS BIG-IP Application Security Manager BIG-IP ASM

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

ガイドブック

ガイドブック ...3...5...6... 10 Windows 30/60/90... 13... 16... 18... 19... 21 2... 22...24... 26... 28... 32... 34... 35 B6 182 mm 128 mm Acrobat Reader 1 1 Acrobat X 2 Acrobat X 2 1. 5 2. 6 3. 10 4. 19 3 1 3 13 13Windows

More information

今から間にあう仮想化入門とXenについて

今から間にあう仮想化入門とXenについて Xen Linux 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Agenda IA Xen. Xen 4. Xen 2 19 10 1 IA IA Server Linux Windows Linux Linux

More information

2008, 2009 TOSHIBA TEC CORPORATION All rights reserved

2008, 2009 TOSHIBA TEC CORPORATION All rights reserved 2008, 2009 TOSHIBA TEC CORPORATION All rights reserved 1 2 3 1 2 ... 1 1... 8... 9... 18... 24... 25... 30... 31... 34... 37 E... 67 Bluetooth BIP... 68 2... 71... 73... 100 3 ... 132... 134... 136 E...

More information

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

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

More information

ISE 2.1 および AnyConnect 4.3 ポスチャ USB チェックの設定

ISE 2.1 および AnyConnect 4.3 ポスチャ USB チェックの設定 ISE 2.1 および AnyConnect 4.3 ポスチャ USB チェックの設定 目次 はじめに前提条件要件使用するコンポーネント設定ネットワーク図 ASA ISE 手順 1: ネットワークデバイスの設定手順 2: ポスチャの条件およびポリシーの設定手順 3: クライアントプロビジョニングのリソースとポリシーの設定手順 4: 許可ルールの設定確認 VPN セッションの確立前 VPN セッションの確立クライアントプロビジョニングポスチャのチェックと

More information

DS_BIG-IP LTM VE_jp.indd

DS_BIG-IP LTM VE_jp.indd Flexible Deployment BIG-IP Local Traffic Manager Virtual Edition BIG-IP Local Traffic Manager TM LTM Virtual Edition VE BIG-IP BIG-IP LTM VE : 1 2 BIG-IP LTM VE 9 BIG-IP LTM TMOS BIG-IP LTM VE BIG-IP LTM

More information

403-0702_‚Ofl¼

403-0702_‚Ofl¼ HP-UX HP System Insight Manager Whitepaper ..................................................................................2..............................................................2 SIM....................................................................................2.............................................................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

クララパンフレット2011冬1P-P40

クララパンフレット2011冬1P-P40 2011 CLARA ONLINE SERVICE BROCHURE W I N T E R http://www.clara.jp/ http://support.clara.jp/ TEL E-mail 0120-380-966 0120-380-994 E-mail E-mail sales@clara.ad.jp support@clara.ne.jp TEL FAX 03-6704-0778

More information