What’s new: Adaptive AUTOSAR

Size: px
Start display at page:

Download "What’s new: Adaptive AUTOSAR"

Transcription

1 AUTOSAR Adaptive Platform Overview 人とくるまのテクノロジー展 2019 V

2 Introduction (AUTomotive Open System ARchitecture) 自動車メーカー サプライヤーならびにエレクトロニクス 半導体 ソフトウェア産業の世界的な開発パートナーシップです スローガン Cooperate on standards compete on implementation ( 標準化においては協力 実装 / 利用にて競争 ) Software Software 2 Hardware Hardware

3 Introduction AUTOSAR 仕様の構成 Foundation (FO) 共通仕様 Classic Platform (CP) 組込システム 処理時間の正確さ Adaptive Platform (AP) 柔軟なモジュール配置 高性能演算 3

4 Introduction AUTOSAR Classic Platform(AUTOSAR CP) 標準化 インターフェイスデータ交換形式手法 自動車メーカーの垣根を越える 標準スタック としての 基本的なシステムの機能の実装と標準化 さまざまな供給元から供給される機能モジュールの統合 車両やプラットフォームの各種バリアント間のスケーラビリティ確保 4

5 Introduction AUTOSAR Adaptive Platform(AUTOSAR AP) 要求の変化 オブジェクト指向プログラミング C++ サービス指向設計 (Service-Oriented-Architecture) POSIX Operating System 静的 動的 > 動的配置 > 実行中のコンフィグレーション変更 SW はクラスタ内に配置される クラスタの仕様書の量は減少 ( 各 API, Service の定義のみとなっているため ) Adaptive Platform 実装にあたり SW 構造に制限はない SW 内部の技術的な構造を説明した資料はない 5

6 Introduction AUTOSAR 仕様比較 AUTOSAR Classic Platform - CP AUTOSAR Adaptive Platform - AP Application Software Component AUTOSAR Interface Actuator Software Component AUTOSAR Interface Application Layer Sensor Software Component AUTOSAR Interface Application Software Component AUTOSAR Interface OS SWC COM API OS SWC COM API AUTOSAR Runtime Environment for Adaptive Applications OS SWC COM API Memory Services Onboard Device Abstraction Microcontroller Drivers Memory Services Memory Hardware Abstraction Memory Drivers Runtime Environment Communication Services Communication Hardware Abstraction Communication Drivers I/O Hardware Abstraction I/O Drivers Complex Drivers API (tsync) Time Synchronization API (phm) Platform Health Management API (iam) Identity Access Management API (core) Core Types API (exec) Execution Management API (log) Logging & Tracing API (rest) RESTful API (com) Communication Management API (per) Persistency API (crypto) Cryptography POSIX PSE51 / C++ STL Operating System Adaptive Platform Foundation Adaptive Platform Services Service (nm) Network Management Service (s2s) Signal to Service Mapping Service (ucm) Service (diag) Diagnostics Service (sm) State Management Update & Configuration Management Microcontroller (Virtual) Machine / Hardware 全てのモジュールについて仕様が定義されている モジュールの数が CP より少ない API 仕様のみ定義がされている C 言語での開発 C++ での開発 全てのスタックが一つのモジュールになる現在も仕様更新している ECU Extract fileよりコンフィグレーションを読み込み可能 それぞれのサービスが POSIX プロセスとして個別に動作 インストールも可能 サービス指向通信 (SOME/IP) manifest file よりコンフィグレーションを読み込み可能 6

7 Adaptive AUTOSAR Adaptive アプリケーション Manifest INIT: RUN: Application (1:n Executables) POSIX Process Thread Thread Thread アプリケーション > マルチスレッド > 実行状態を持つ > Manifest はプラットフォームに関する情報を含む ( リカバリー方法 サービス及びライブラリ間の依存関係 ) > Instance Configuration はアプリケーション固有の情報を含む ( バリアント, オプション等 ) Instance Configuration SHUTDOWN: PSE51 C++ Stdlib POSIX OS ara::com Adaptive AUTOSAR Services Direct API Adaptive AUTOSAR Foundation インターフェイス > ara::com が adaptive services を使用するためのインターフェイスを提供する ( 基本サービスとユーザーアプリケーション ) > OS API として PSE51(POSIX のサブセット ) を使用 > Adaptive AUTOSAR Foundation clusters (Execution Management, Persistency, etc.) は Direct API を使用して直接アクセスが可能 7

8 Adaptive AUTOSAR Introduction Adaptive AUTOSAR ユースケース インフォテイメント 自動運転 2D/3D 描画 (POSIX system 上でサポート ) source: fotolia Video コーデック, 音声 / 動画配信, マルチメディアライブラリ等 Camera/Radar/LIDAR による画像認識 センサーの融合化及び機械学習 (AI) コネクティビィティ 動的なソフトウェアプラットフォーム Car-2-X (LTE, WiFi, GPS 等 ) マルチメディア (USB, SD-Card, NFC 等 ) 自動車関係のアプリケーションを App-Store で提供 OTA でアプリケーションの配信 8

9 Adaptive AUTOSAR Introduction AUTOSAR CP と AUTOSAR AP の関係性 9

10 Adaptive AUTOSAR Introduction AUTOSAR CP と AUTOSAR AP の関係性 OEM OEM Backend Backend End-user devices IoT devices External Layer OEM Backend Web / Internet IoT Connectivity Unit Central Computing Cluster Connected Layer AUTOSAR Adaptive 3 rd party access Ethernet Service-oriented 頭脳 ECU 全体の 1 割 10 ESP Chassis ADAS Body Physical Layer Camera Light Adaptive と Classic は共存 AUTOSAR Classic Static configuration CAN, LIN, FlexRay Signal-oriented 末端, 知覚 ( 目 耳等 ) ECU 全体の 9 割

11 Adaptive AUTOSAR Introduction OEM の動向 センターに計算用の HW を配置それぞれは Ethernet で接続 アクチュエーター センサーデータが Mechatronic Nodes より送信される zonal architecture が可能 VOLVO のケース BMW のケース VIU VCU 11 Source: Hans Alminger, Volco Cars, Automotive Networks and EE Architectures, Munic 2017 Source: "E/E Architektur Next": Mitten im Umbruch zur Digitalisierung Vector Congress 2016, Matthias Traub, BMW

12 Adaptive AUTOSAR Introduction OEM の動向 12 Source: Challenges Towards New Software Platforms for Automated Driving and High Computation ECU s Vector Congress 2018, Kenji Nishikawa, Toyota

13 Adaptive AUTOSAR AUTOSAR Adaptive Platform Architecture 2019/01 under development 13

14 Adaptive AUTOSAR Adaptive の実装状況 14 各種 Hw 上に実装が可能 (18-10ベース) Renesas R-Car H3 (Arm) ST Telemaco3P (Arm) Minnowboard (Intel) サンプルコードの提供 Eclipse のプラグインを使用してコンフィグレーションを実施

15 Adaptive AUTOSAR Adaptive MICROSAR Evaluation Bundle ECU( アプリ ) を Linux 上でテスト可能 必要なサービスの 実装がコンフィグレーション 済の Eclipse で対応可能 Adaptive MICROSAR ソースコードのご提供 Linux 環境向けにコンフィグレーション済のビルド環境をご提供 その他構成物 : > アプリケーション開発ガイド > E-Learning セット > DaVinci Adaptive Tool Suite (1 年間有効 ) 15

16 Adaptive AUTOSAR ツール及びワークフロー Authoring Tool Service Description (ARXML) AppSWCTypes Port Port Port ServiceInterface SOME/IP Config Generators Application Code Proxies / Skeletons SOME/IP Serializer E2E Serializer POSIX IPC Logic libara libsomeip Compiler Deploy Package /opt/myapp/ BIN./bin/myApp Execution Manifest./etc/MANIFEST.arxml Instance Manifest(s)./etc/instance1.arxml./etc/instance2.arxml Software Configuration Management Vehicle Installed APP BIN Executable Config. (JSON) Instance Config. (JSON) Execution Management Diagnostics Installed APP BIN Executable Config. (JSON) Instance Config. (JSON) ComServer POSIX IPC SOMEIPd BSD Sock Generated Static 16

17 Activities and Roadmap Adaptive ロードマップ Adaptive MICROSAR R1: Development Release Adaptive MICROSAR R3: Production Release (QM) Adaptive MICROSAR R5: Production Release (ASIL D) PikeOS/MICROSAR Integration Development Release PikeOS/MICROSAR Integration Production Release (QM) PikeOS/MICROSAR Integration Production Release (ASIL D) Adaptive MICROSAR の開発を 2015 年から実施 Adaptive MICROSAR は多くのお客様に使用していただいている Adaptive MICROSAR は量産向けプロジェクトでも使用されている 17

18 ベクター ジャパン株式会社 営業へのお問い合わせ 営業部 (CSL) ( 東京 ) TEL: ( 名古屋 ) TEL: sales@jp.vector.com 技術的なお問い合わせ カスタマーサポート部 (CSP) ( 東京 ) TEL: support@jp.vector.com 記載内容については予告なく変更されることがありますので あらかじめご了承ください Vector Informatik GmbH. All rights reserved. Any distribution or copying is subject to prior written approval by Vector. V

PowerPoint Presentation

PowerPoint Presentation ETAS の AUTO ソリューションイータス株式会社 1 Public STJ2/ETAS 2014-01 ETAS GmbH 2014. All rights reserved, also regarding any disposal, exploitation, reproduction, editing, イータス株式会社会社概要 ETAS Driving Embedded Excellence

More information

スライド 1

スライド 1 APToolコンソーシアム (AUTOSARツールチェーンに関する共同研究 ) 名古屋大学大学院情報学研究科附属組込みシステム研究センター 最終更新日 :2018 年 6 月 4 日 1 目次 NCESの取組みと研究の形態 AUTOSAR Classic Platform(CP) の概要 NCESのCPに対する研究紹介 コンソーシアムの活動の取り組み 共同研究に対する参加形態 知的財産権の取り扱い

More information

PNopenseminar_2011_開発stack

PNopenseminar_2011_開発stack PROFINET Open Seminar 開発セミナー Software Stack FPGA IP core PROFINET 対応製品の開発 2 ユーザ要求要求は多種多様 複雑な規格の仕様を一から勉強するのはちょっと.. できるだけ短期間で 柔軟なスケジュールで進めたい既存のハードウェアを変更することなく PN を対応させたい将来的な仕様拡張に対してシームレスに統合したい同じハードウェアで複数の

More information

はじめてのCANoe

はじめてのCANoe CANoe CANoe 11.0 Vector Japan Co., Ltd. 目次 03 1 CANoe 03 CANoe 3 04 CANoe 05 2 06 06 1. 06 2. D-Sub9 07 3. 08 4. 09 5. Vector Hardware Config 10 6. 13 7. 14 3 15 15 15 1. ECU 15 2. 15 3. 17 4. 17 5. 18

More information

AUTOSAR における Safety, Security に対する 最新動向 & 事例紹介 株式会社デンソー電子基盤システム開発部佐藤洋介 1

AUTOSAR における Safety, Security に対する 最新動向 & 事例紹介 株式会社デンソー電子基盤システム開発部佐藤洋介 1 AUTOSAR における Safety, Security に対する 最新動向 & 事例紹介 株式会社デンソー電子基盤システム開発部佐藤洋介 1 Introduction 本日の趣旨 本発表では AUTOSAR 技術動向を紹介することで Safety&Securityに関する海外 OEM 向けECU 開発の現場感を共有したいと考えます 日本との温度差やSafety&Securityに関わる実製品開発の現状を知る上での一助となれば幸いです

More information

はじめてのAUTOSAR

はじめてのAUTOSAR AUTOSAR Vector Japan Co., Ltd. 目次 1 AUTOSAR 02 ~AUTOSAR ~ 02 AUTOSAR 03 05 08 2 AUTOSAR 11 11 12 3 AUTOSAR 13 AUTOSAR 13 15 16 01 AUTOSAR 1 AUTOSAR ~AUTOSAR ~ AUTOSAR 2005 10 AUTOSAR Vector Informatik

More information

Congress Deep Dive

Congress Deep Dive Congress Deep Dive NTT 室井雅仁 2016 NTT Software Innovation Center 自己紹介 室井雅仁 ( むろいまさひと ) 所属 : NTT OpenStack を利用した OSS クラウドのアーキテクトを担当 社内向け OpenStack 環境の運用 コミュニティへフィードバック OpenStack Congress Core Reviewer https://wiki.openstack.org/wiki/congress

More information

PowerPoint Presentation

PowerPoint Presentation 車載 Ethernet の動向とベクターソリューション 人とくるまのテクノロジー展 2019 V0.1 2018-12-12 車載ネットワークの動向 Ethernet の導入の背景 高速な通信 拡張性のあるネットワークトポロジー 複数の通信速度の車載 Ethernet 規格 (10Mbps, 100Mbp, 1Gbps, マルチギガ ) 2 車載 Ethernet の動向 車載 Ethernet の使用事例

More information

C everywhere Aoyama Morikawa Laboratory 2

C everywhere Aoyama Morikawa Laboratory 2 2004.04.16 1 3C everywhere Aoyama Morikawa Laboratory 2 3C Everywhere Computing everywhere PDA, Contents everywhere XML mp3 1 terabyte 1 zettabyte (10 21 ) Connectivity everywhere 2G/3G/4G LAN DSL, DSRC,

More information

PowerPoint Presentation

PowerPoint Presentation INDUSTRIAL AUTOMATION フィールドデバイスに PROFINET IO を実装する 3 つの方法 要求事項 ソリューション1 スタックポーティング ソリューション2 IPコア実装 ソリューション3 モジュール実装 Page 2 要求と制限事項 お客様側から お客様はプロトコルのエキスパートになることを望んでいない お客様は短い時間で 柔軟なスケジュールで解決したい お客様は将来の機能拡張に対してもシームレスに統合できることを望んでいる

More information

6 2. AUTOSAR 2.1 AUTOSAR AUTOSAR ECU OSEK/VDX 3) OSEK/VDX OS AUTOSAR AUTOSAR ECU AUTOSAR 1 AUTOSAR BSW (Basic Software) (Runtime Environment) Applicat

6 2. AUTOSAR 2.1 AUTOSAR AUTOSAR ECU OSEK/VDX 3) OSEK/VDX OS AUTOSAR AUTOSAR ECU AUTOSAR 1 AUTOSAR BSW (Basic Software) (Runtime Environment) Applicat AUTOSAR 1 1, 2 2 2 AUTOSAR AUTOSAR 3 2 2 41% 29% An Extension of AUTOSAR Communication Layers for Multicore Systems Toshiyuki Ichiba, 1 Hiroaki Takada, 1, 2 Shinya Honda 2 and Ryo Kurachi 2 AUTOSAR, a

More information

背景 1 / Reprinted with permission from paper c 2013 SAE International.

背景 1 / Reprinted with permission from paper c 2013 SAE International. 車載グラフィックメータ開発プロセス革新への挑戦 ~ REMO ZIPC による 3D HMI 開発事例 ~ 西川良一株式会社デンソー情報通信システム開発部 背景 1 / 17 2008 2009 2010 2011 2012 2013 Reprinted with permission from paper 2013-01 01-04250425 c 2013 SAE International.

More information

組込関連サービス

組込関連サービス プロダクトインフォメーション 目次 ベクターの技術コンサルティング 製品 エンジニアリングサービス... 3 特長... 4 応用分野... 4 AUTOSAR のトレーニング... 4 MICROSAR 入門 (Getting Started) パッケージ によるインストールとサポート... 5 MICROSAR V2G 入門 (V2G Getting Started) パッケージ によるインストールとサポート...

More information

CANape Vector Japan Co., Ltd.

CANape Vector Japan Co., Ltd. CANape CANape 12.0 2014-2017 Vector Japan Co., Ltd. 目次 1 CANape 03 CANape 03 04 CANape 05 05 I/O 06 GPS 06 07 08 08 08 2 09 09 CANape 11 1 11 3 16 CANape 16-17 18 2 18 19 4 27 27 CANape 28 30 3 30 5 35

More information

CANalyzer Vector Japan Co., Ltd.

CANalyzer Vector Japan Co., Ltd. CANalyzer CANalyzer 9.0 2014-2017 Vector Japan Co., Ltd. 目次 03 1 CANalyzer 03 CANalyzer 3 04 CANalyzer 06 2 07 07 1. 07 2. D-Sub9 08 3. 09 4. 10 5. Vector Hardware Config 10 6. 14 3 15 15 15 1. ECU 15

More information

Microsoft PowerPoint - MeeGo_OSC2011_June_01.ppt [Compatibility Mode]

Microsoft PowerPoint - MeeGo_OSC2011_June_01.ppt [Compatibility Mode] オープンソースカンファレンス 2011 Hokkaido MeeGo をはじめよう! Mikio Sakemoto June 11 th, 2011 お題目 MeeGo とは? MeeGo プロジェクト概要 デバイスカテゴリ / ロードマップ / アーキテクチャ MeeGo をインストールしてみよう アプリケーション開発の流れ アプリケーション開発の詳細 Qt / Qt Quick / QML MeeGo

More information

AUTOSAR OS仕様とTOPPERS/ATK2の使い方

AUTOSAR OS仕様とTOPPERS/ATK2の使い方 モデルカーを用いたAUTOSAR 開発入門 AUTOSAR SW-C 対応プログラム開発 : 1ECU 版設計 名古屋大学大学院情報科学研究科附属組込みシステム研究センター人材育成プログラム (NEP) PLE 最終更新日 : 2016/01/07 1 AUTOSAR SW-C 対応 プログラム開発 : 1ECU 版設計 概要 (1) システム /SW-C 設計 (2)SW-C 実装 (3)ECUコンフィギュレーション

More information

FlexRay

FlexRay FlexRay 2011 @IT MONOist FlexRay @IT MONOist http://monoist.atmarkit.co.jp Vector Japan Co., Ltd. 目次 1 FlexRay 03 1 03 03 04 X-by-Wire 04 2 05 3 FlexRay 06 4 FlexRay 06 Fixed TDMA Flexible TDMA 06 08 09

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション Windows 10 IoT Enterprise LTSB2016 展開編 (ICD) プレビュー資料 クラウド IoT カンパニーエンベデッドソリューション部 2017 年 8 月 Copyright Tokyo Electron Device LTD. All Rights Reserved. アジェンダ Windows ADK について Windows ADK インストール方法 Windows

More information

Part 1 IT CPU IT IT 1998 Windows NT Server 4.0, Terminal Server Edition 1 Windows Based Terminal WBT Windows CE 1 100Mbps 1Gbps LAN OS 1 PC 1 OS 2

Part 1 IT CPU IT IT 1998 Windows NT Server 4.0, Terminal Server Edition 1 Windows Based Terminal WBT Windows CE 1 100Mbps 1Gbps LAN OS 1 PC 1 OS 2 Microsoft Flexible Workstyle &BYOD Part 1 Part 2 Part 3 Windows Server 2012 Windows Server 2012 R2 RDS Part 1 IT CPU IT IT 1998 Windows NT Server 4.0, Terminal Server Edition 1 Windows Based Terminal WBT

More information

untitled

untitled 2004.11.18 1 3C everywhere Aoyama Morikawa Laboratory 2 3C Everywhere Computing everywhere PDA, Contents everywhere XMLmp3 1 terabyte 1 zettabyte (10 21 ) Connectivity everywhere 2G/3G/4GLAN DSL, DSRC,

More information

Windows SE RAC 10g 構築手順書

Windows SE RAC 10g 構築手順書 Windows!? Creation Date: Oct 05, 2004 Last Update: April 19, 2005 !? Windows Windows Oracle Database 10g Windows Oracle!? Windows!? Windows!? Windows 4 1. Oracle Fail Safe 2. Oracle 3. Oracle Fail Safe

More information

Windows PC/ BCP () PC (BYOD: Bring Your Own Device) Windows 8 2 Windows 8 Windows 8 Windows Windows 8 Windows 8 Windows 8 PC/ 2

Windows PC/ BCP () PC (BYOD: Bring Your Own Device) Windows 8 2 Windows 8 Windows 8 Windows Windows 8 Windows 8 Windows 8 PC/ 2 Windows 8 1 (2012 10 ) Windows PC/ BCP () PC (BYOD: Bring Your Own Device) Windows 8 2 Windows 8 Windows 8 Windows Windows 8 Windows 8 Windows 8 PC/ 2 PC/ IT 4 5 PC 6 7 PC 8 9 3 1 SharePoint PC PC Windows

More information

PowerPoint

PowerPoint 2011 12 6PTC Live TechForum TOKYO manji@rd.denso.co.jp 1/ 52 1949 12 16 1,874 ( ) 1 9,457 3 1,315 ( ) 38,318 123,165 ( ) 2011 3 31 Gr. Gr. Gr. Gr. Gr. PF 2/ 52 1 2 3 4PMT 5 Integrity 6 7 8 1/2 3/ 52 OEM

More information

NSW キャリア採用募集職種一覧 2018/8/16 現在 求人番号 職種対象業務必要とするスキル 経験 資格等勤務地 1 営業スペシャリスト金融 ( 損保 生保 クレジット ) 業でのソリューション営業 IT 業界での営業経験 金融業界 IT 業界での人脈がある方尚可 渋谷 2 プロジェクトマネー

NSW キャリア採用募集職種一覧 2018/8/16 現在 求人番号 職種対象業務必要とするスキル 経験 資格等勤務地 1 営業スペシャリスト金融 ( 損保 生保 クレジット ) 業でのソリューション営業 IT 業界での営業経験 金融業界 IT 業界での人脈がある方尚可 渋谷 2 プロジェクトマネー NSW キャリア採用募集職種一覧 2018/8/16 現在 1 営業スペシャリスト金融 ( 損保 生保 クレジット ) 業でのソリューション営業 IT 業界での営業経験 金融業界 IT 業界での人脈がある方尚可 2 プロジェクトマネージャシステム開発またはインフラ構築のプロジェクトマネージャ プロジェクトマネージャ経験 PMP の資格保有者 高度情報処理試験資格保有者尚可 3 プロジェクトマネージャ生保または損保システム開発のプロジェクトマネージャ

More information

Cisco ASA Firepower ASA Firepower

Cisco ASA Firepower ASA Firepower Cisco ASA Firepower ASA Firepower 1 2 3 4 1 1-1 Cisco ASA Cisco ASA Firepower Cisco ASA with Firepower Services Cisco Adaptive Security Device Manager ASDM MEMO Cisco ASA with Firepower Services Application

More information

Web Microsoft 2008 R2 Database Database!! Database 04 08

Web   Microsoft 2008 R2 Database Database!! Database 04 08 Database Database Web http://www.microsoft.com/japan/sqlserver/2008/r2/solution/comparison/default.mspx Microsoft 2008 R2 Database Database!! 03 2009 6 1 Database 04 08 vs. Database 12 2008 R2 5 14! 5!

More information

SH Mobile Consortium Day

SH Mobile Consortium Day 2006 7 20 BTO 2 Java TM 3 DoCoMo, KDDI (Software) Sprint, Nextel (PCB Architecture) Vodafone, Hutchinson (System Design) Orange, T-Mobile (Software Design) Telefonica (ID Design) Verizon, Cingular, China

More information

Microsoft PowerPoint - MeeGo_OSC2011_April_01.ppt

Microsoft PowerPoint - MeeGo_OSC2011_April_01.ppt オープンソースカンファレンス 2011 Kansai@Kobe MeeGo をはじめよう! Mikio Sakemoto April 16 th, 2011 お題目 MeeGo とは? MeeGo プロジェクト概要 デバイスカテゴリ / ロードマップ / アーキテクチャ MeeGoをインストールインストールしてみよう アプリケーション開発開発の流れ アプリケーション開発開発の詳細 Qt / Qt Quick

More information

! 行行 CPUDSP PPESPECell/B.E. CPUGPU 行行 SIMD [SSE, AltiVec] 用 HPC CPUDSP PPESPE (Cell/B.E.) SPE CPUGPU GPU CPU DSP DSP PPE SPE SPE CPU DSP SPE 2

! 行行 CPUDSP PPESPECell/B.E. CPUGPU 行行 SIMD [SSE, AltiVec] 用 HPC CPUDSP PPESPE (Cell/B.E.) SPE CPUGPU GPU CPU DSP DSP PPE SPE SPE CPU DSP SPE 2 ! OpenCL [Open Computing Language] 言 [OpenCL C 言 ] CPU, GPU, Cell/B.E.,DSP 言 行行 [OpenCL Runtime] OpenCL C 言 API Khronos OpenCL Working Group AMD Broadcom Blizzard Apple ARM Codeplay Electronic Arts Freescale

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

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

「RAD Studio XE5によるマルチ言語/マルチデバイス開発の進め方」

「RAD Studio XE5によるマルチ言語/マルチデバイス開発の進め方」 C1 Delphi/C++ チュートリアルセッション RAD Studio XE5 によるマルチ言語 / マルチデバイス開発の進め方 エンバカデロ テクノロジーズエヴァンジェリスト高橋智宏 アジェンダ RAD Studio XE5 の概要 Delphi or C++ Intel or ARM Windows / OS X / ios / Android プロジェクトとは? FireMonkey HD

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

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

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

More information

<Documents Title Here>

<Documents Title Here> Oracle9i Database R9.2.0 for Windows Creation Date: Mar 06, 2003 Last Update: Mar 24, 2003 CD 1 A99346-01 Oracle9i Database Release 2 (9.2.0.1.0) for Microsoft Windows NT/2000/XP CD 1 of 3 2 A99347-01

More information

JPGRID-GGF0205 第 5 回 GGF 調査会 globusworld 参加報告 株式会社 SRA グローバルITサービスカンパニー開発部産業第 4グループ 平野基孝 Programs 8 Tutorial 2: Grid Services and Web Services 8 Track

JPGRID-GGF0205 第 5 回 GGF 調査会 globusworld 参加報告 株式会社 SRA グローバルITサービスカンパニー開発部産業第 4グループ 平野基孝 Programs 8 Tutorial 2: Grid Services and Web Services 8 Track 第 5 回 GGF 調査会 globusworld 参加報告 株式会社 SRA グローバルITサービスカンパニー開発部産業第 4グループ 平野基孝 Programs 8 Tutorial 2: Grid Services and Web Services 8 Track 3: Developing & Administrating Globus Toolkit 2.2 8 Workshop 1: Grid

More information

般論文Web 図 1 EPC 機能エンティティ Fig.1 EPC function entities 1 MME Mobile Management Entity enodeb Diameter Client Diameter HSSQoS S-GW 2 HSS Home Subscriber S

般論文Web 図 1 EPC 機能エンティティ Fig.1 EPC function entities 1 MME Mobile Management Entity enodeb Diameter Client Diameter HSSQoS S-GW 2 HSS Home Subscriber S LTE コアネットワークシステムの開発 LTE Core Network System 勝又貞行丹下透新井国充 Sadayuki Katsumata Toru Tange Kunimitsu Arai 木村建夫 Takeo Kimura 中野雅俊 Masatoshi Nakano 要 LTELTE EPC3GPP LTE Release 9 EPC GUI LTE Abstract JRC has

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

DIGNO® ケータイ ユーザーガイド

DIGNO® ケータイ ユーザーガイド を利用する アプリについて商標 ライセンスについて 本製品は 株式会社 ACCESSの技術提供を受けております 2011 ACCESS CO., LTD. All rights reserved. Copyright 2009 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License");

More information

Express5800/320Fa-L/320Fa-LR

Express5800/320Fa-L/320Fa-LR 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

Quickstart Guide 3rd Edition

Quickstart Guide 3rd Edition 10 QNX QNX 1 2 3 4 5 QNX Momentics QNX Neutrino RTOS QNX Neutrino 6 7 8 QNX Neutrino 9 10 1 1 QNX Neutrino RTOS QNX Momentics Windows Vista Windows 2000 Windows XP Linux QNX Neutrino QNX Momentics CD http://www.qnx.co.jp/

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

IBM Rational Software Delivery Platform v7.0 What's

IBM Rational Software Delivery Platform v7.0 What's IBM Rational Software Delivery Platform V7.0 デスクトップ製品 V7.0 リリースの全体像および製品共通の新機能 2006 年 12 月 15 日 当資料は 2006/12/15 時点の情報に基づいて作成されていますが 事前の予告なく変更される場合があります IBM Tivoli WebSphere ClearCase ClearQuest Rational

More information

組込みシステムシンポジウム2011 Embedded Systems Symposium 2011 ESS /10/20 FPGA Android Android Java FPGA Java FPGA Dalvik VM Intel Atom FPGA PCI Express DM

組込みシステムシンポジウム2011 Embedded Systems Symposium 2011 ESS /10/20 FPGA Android Android Java FPGA Java FPGA Dalvik VM Intel Atom FPGA PCI Express DM Android Android Java Java Dalvik VM Intel Atom PCI Express DMA 1.25 Gbps Atom Android Java Acceleration with an Accelerator in an Android Mobile Terminal Keisuke Koike, Atsushi Ohta, Kohta Ohshima, Kaori

More information

untitled

untitled JavaFX Mobile 1. JavaFX Mobile... 2 1.1. JavaFX... 2 1.2. JavaFX Script... 3 1.2.1.... 3 1.2.2.... 5 1.2.3.... 5 2.... 7 2.1. JDK 6 Update 13... 7 2.2. NetBeans IDE 6.5.1 for JavaFX 1.1.1... 7 3.... 10

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

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

アニュアル レポート 2017|長期戦略

アニュアル レポート 2017|長期戦略 IoT At a Glance 2030 CO2 IoT 2 CO 2 / AI 5 At a Glance 18 AI 2011 3 AI AI 100 2030 GR 2 AI QDR EV/FCV HV/PHV QDR: Quality DurabilityReliability 6 At a Glance IT p.9 p.17 1,000 CO2 FCV EV EV 20 CO2 GPS

More information

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

N Express5800/R320a-E4  N Express5800/R320a-M4  ユーザーズガイド 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

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

Express5800/R320a-E4, Express5800/R320b-M4ユーザーズガイド 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

CW6_A1441_15_D06.indd

CW6_A1441_15_D06.indd 技術紹介 EPS 用 ECU 試作開発における MBD の適用 小林将之 1 はじめに 従来の組込み制御システム開発の多くは, ドキュメントベースの設計とハンドコーディングにより行われてきた. しかしながら, 自動車分野を中心に電子制御システムの高性能 多機能化が進む一方, 高品質 低コストかつ開発期間の短縮化が要求されている.KYBの代表的な電子制御システムの一つである電動パワーステアリング (

More information

クラウド時代のインフラ構成/変更管理とコンプライアンス管理

クラウド時代のインフラ構成/変更管理とコンプライアンス管理 Oracle Direct Seminar / 2009 11 11 Agenda IT / / Oracle Direct Concierge SQL Server MySQL PostgreSQL Access Oracle Database Oracle Developer/2000 Web Oracle Database Oracle Database

More information

PowerPoint Presentation

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

More information

~ アドレス収集くん ~ セキュリティ対策御説明資料

~ アドレス収集くん ~ セキュリティ対策御説明資料 MicroWebServer(for ios) のご紹介 ~ スマートフォン / スマートデバイスをビジネスで本格的に活用するための開発 実行基盤を提供します! 株式会社ソフトウェア パートナー 162-0065 東京都新宿区住吉町 2-11 Tel: 03-3359-2028( 代表 ) Fax: 03-3359-2027 Mail: 寺田 /terada@sp-inc.co.jp 天井 /amai@sp-inc.co.jp

More information

SIOS Protection Suite for Linux v9.3.2 AWS Direct Connect 接続クイックスタートガイド 2019 年 4 月

SIOS Protection Suite for Linux v9.3.2 AWS Direct Connect 接続クイックスタートガイド 2019 年 4 月 SIOS Protection Suite for Linux v9.3.2 AWS Direct Connect 接続クイックスタートガイド 2019 年 4 月 本書およびその内容は SIOS Technology Corp.( 旧称 SteelEye Technology, Inc.) の所有物であり 許可なき使用および複製は禁止されています SIOS Technology Corp. は本書の内容に関していかなる保証も行いません

More information

IntroductionForGR-PEACH.pptx

IntroductionForGR-PEACH.pptx 1 Arduino,mbed,TOPPERS を全部試せる! GR-PEACH 向けソフトウェアプラットフォームのご紹介 松原豊 (Yutaka MATSUBARA) 名古屋 学 学院情報科学研究科助教 TOPPERS プロジェクト運営委員 / 開発者会議実 委員 E-mail: yutaka@ertl.jp Web: http://www.ertl.jp/~yutaka 2 GR-PEACH とは?

More information

実施していただく前に

実施していただく前に SiteProtector 2.0 Service Pack 5 Service Pack 6 2006 4 7 1.... 2 Event Collector Service Pack 1.13... 3 2. SiteProtector Core SP6... 4 3. Console... 10 4. Service Pack 6... 11 5. 1 Deployment Manager...

More information

設計現場からの課題抽出と提言 なぜ開発は遅れるか?その解決策は?

設計現場からの課題抽出と提言 なぜ開発は遅れるか?その解決策は? Work in Progress - Do not publish STRJ WS: March 4, 2004, WG1 1 WG1: NEC STARC STARC Work in Progress - Do not publish STRJ WS: March 4, 2004, WG1 2 WG1 ITRS Design System Drivers SoC EDA Work in Progress

More information

Copyright (C) by Eiwa System Management, Inc., JAPAN 上記著作権者は, 以下の (1)~(3) の条件を満たす場合に限り, 本ドキュメント ( 本ドキュメントを改変したものを含む. 以下同じ ) を使用 複製 改変 再配布 (

Copyright (C) by Eiwa System Management, Inc., JAPAN 上記著作権者は, 以下の (1)~(3) の条件を満たす場合に限り, 本ドキュメント ( 本ドキュメントを改変したものを含む. 以下同じ ) を使用 複製 改変 再配布 ( 次世代車載システム向け RTE 用語集 2014/03/19 Copyright (C) 2013-2014 by Eiwa System Management, Inc., JAPAN 上記著作権者は, 以下の (1)~(3) の条件を満たす場合に限り, 本ドキュメント ( 本ドキュメントを改変したものを含む. 以下同じ ) を使用 複製 改変 再配布 ( 以下, 利用と呼ぶ ) することを無償で許諾する.

More information

R80.10_FireWall_Config_Guide_Rev1

R80.10_FireWall_Config_Guide_Rev1 R80.10 ファイアウォール設定ガイド 1 はじめに 本ガイドでは基本的な FireWall ポリシーを作成することを目的とします 基本的な Security Management Security Gateway はすでにセットアップ済みであることを想定しています 分散構成セットアップ ガイド スタンドアロン構成セットアップ ガイド等を参照してください [Protected] Distribution

More information

Microsoft Windows向けOracle Database 12cでのOracleホーム・ユーザーの導入

Microsoft Windows向けOracle Database 12cでのOracleホーム・ユーザーの導入 Oracle ホワイト ペーパー 2013 年 7 月 Microsoft Windows 向け Oracle Database 12c での Oracle ホーム ユーザーの導入 はじめに Oracle Database 12c Release 1(12.1) 以降では Microsoft Windows 上のOracle Databaseで インストール時に指定したOracleホーム ユーザーの使用がサポートされています

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

Red Hat Enterprise Linux 6 Portable SUSE Linux Enterprise Server 9 Portable SUSE Linux Enterprise Server 10 Portable SUSE Linux Enterprise Server 11 P

Red Hat Enterprise Linux 6 Portable SUSE Linux Enterprise Server 9 Portable SUSE Linux Enterprise Server 10 Portable SUSE Linux Enterprise Server 11 P Dynamic System Analysis (DSA) を使用した稼動システムのインベントリー情報収集について 本文 IBM Dynamic System Analysis (DSA) は サーバーのインベントリ情報を収集し ファイル出力することが可能な診断ツールです 稼動システムのインベントリー情報を収集することで 障害時の問題判別を円滑に実施することができます 以下の IBM の Web サイトから入手することが可能です

More information

Xperia™ Z3 ユーザーガイド

Xperia™ Z3 ユーザーガイド あんしんバックアップアプリを利用する あんしんバックアップアプリについて 商標 ライセンスについて 本製品は 株式会社 ACCESS の技術提供を受けております 2011 ACCESS CO., LTD. All rights reserved. Copyright 2009 The Android Open Source Project Licensed under the Apache License,

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

CLUSTERPROXSingleServerSafe SingleServerSafe ご紹介 2007 年 10 月

CLUSTERPROXSingleServerSafe SingleServerSafe ご紹介 2007 年 10 月 CLUSTERPROXSingleServerSafe SingleServerSafe ご紹介 2007 年 10 月 目 次 可用性向上のニーズ XSingleServerSafe のターゲット アピールポイント 監視イメージ 簡単インストール & 設定 製品体系 システム要件 お問い合わせ先 NEC Corp. All Right Reserved. 1 可用性向上のニーズ 可用性の要求は従来の基幹システム中心から

More information

AQUOS ケータイ2 ユーザーガイド

AQUOS ケータイ2 ユーザーガイド を利用する について商標 ライセンスについて 本製品は 株式会社 ACCESSの技術提供を受けております 2011 ACCESS CO., LTD. All rights reserved. Copyright 2009 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License");

More information

橡第19期Q1説明会プレゼン(2)事業(WebUp用

橡第19期Q1説明会プレゼン(2)事業(WebUp用 ACCESS ACCESS 15 1 ACCESS 2002 6 20 1 L-mode PDA 2 3 350 Car Navi Digital Camera 7000 300 250 200 150 100 50 DreamCast i-mode Digital TV L-mode ez@mail PDA 1998 1999 2000 2001 2002 5000 6000 4000 3000

More information

Leveraging Cloud Computing to launch Python apps

Leveraging Cloud Computing to launch Python apps (Twitter: @KenTamagawa) v 1.1 - July 21st, 2011 (Ken Tamagawa) Twitter: @KenTamagawa 2011 8 6 Japan Innovation Leaders Summit IT IT AWS 90% AWS 90% アーキテクチャ設計 Intro }7 Intro 1 2 3 4 5 6 7 Intro 1 2 3 4

More information

目次 1. はじめに 本書対象者 PALRO のアプリケーションについて Ubuntu 8.04LTS の入手について Linux 上での開発環境の構築 事前準備 Ubuntu のインストール..

目次 1. はじめに 本書対象者 PALRO のアプリケーションについて Ubuntu 8.04LTS の入手について Linux 上での開発環境の構築 事前準備 Ubuntu のインストール.. Developer Documentation アプリケーション開発環境構築ガイド (SPC/PAPPS 共通 ) 2012 FUJISOFT INCORPORATED. All rights reserved. 目次 1. はじめに... 2 1.1 本書対象者... 2 1.2 PALRO のアプリケーションについて... 2 1.3 Ubuntu 8.04LTS の入手について... 2 2.Linux

More information

... 4 IoT IoT... 6 IoT G LTE... 8 Bluetooth... 8 LoRa... 8 GPS... 9 Mirai... 9 RFID... 9 SAS Analytics for IoT SAS Event Stre

... 4 IoT IoT... 6 IoT G LTE... 8 Bluetooth... 8 LoRa... 8 GPS... 9 Mirai... 9 RFID... 9 SAS Analytics for IoT SAS Event Stre IoT IoT Tamara Dull best practices T H O UGHT PROVOKING BUSINESS ... 4 IoT... 4... 5 IoT... 6 IoT 50... 8 4G LTE... 8 Bluetooth... 8 LoRa... 8 GPS... 9 Mirai... 9 RFID... 9 SAS Analytics for IoT... 10

More information

プロダクトガイド・表1

プロダクトガイド・表1 ystem S o l u t i o n s Storage Solutions HP Solutions e-business Solutions Mechanical Computer-Aided Design Authoring Software to Create Better Product Documentation Contents Secure File Transfer Solution

More information

A 既製のプロジェクトがある場合

A 既製のプロジェクトがある場合 2008 年 7 月 15 日 ワゴジャパン株式会社 1 使用機器 -Siemens S7-300:CPU315F-2 PN/DP プロセッサ /PROFINET スキャナ -Siemens SIMATIC Manager STEP 7 ソフトウェア バージョン V5.4-750-333 GSD ファイル :B754_V30.GSD(FW Ver.7 以降 ) -WAGO I/O ノード構成ノード

More information

Agenda Hadoop Sahara Kilo Q&A Copyright 2015 Mirantis, Inc. All rights reserved Page 2

Agenda Hadoop Sahara Kilo Q&A Copyright 2015 Mirantis, Inc. All rights reserved Page 2 OpenStack Sahara Road to Kilo www.miran(s.com/jp Copyright 2015 Mirantis, Inc. All rights reserved Agenda Hadoop Sahara Kilo Q&A Copyright 2015 Mirantis, Inc. All rights reserved Page 2 Hadoop Open-source

More information

EM10gR3記者発表

EM10gR3記者発表 トップダウンのアプリケーション管理を実現する Oracle Enterprise Manager 10g Release 3 日本オラクル株式会社常務執行役員システム製品統括本部長三澤智光 2007 年 4 月 10 日 構成管理 サービス レベル管理 Oracle Enterprise Manager アプリケーション パフォーマンス管理 ライフサイクル管理

More information

??

?? Real-time Remote Control & Monitoring System EDUNET HYBRID EDITION 製品紹介 創造デザイン http://sozodg.com Real-time Remote Control & Monitoring System 1. 概要 1) EduNet Hybrid System は設備 PC の CPU リソースを使用せずに Full

More information

untitled

untitled OSS IBM i IBM i OSS - TCOOSS - ERP: Compiere e-commerce: oscommerce CRM: Sugar CRM CMS: XOOPS BI: Pentaho My SQL PASE PHP / JAVA / perl / Ruby IFS Tomcat IBM i POWER Apache DB2 Websphere Application Server

More information

論理設計の基礎

論理設計の基礎 . ( ) IC (Programmable Logic Device, PLD) VHDL 2. IC PLD 2.. PLD PLD PLD SIC PLD PLD CPLD(Complex PLD) FPG(Field Programmable Gate rray) 2.2. PLD PLD PLD I/O I/O : PLD D PLD Cp D / Q 3. VHDL 3.. HDL (Hardware

More information

de:code 2019 CM04 Azure Kinect DK 徹底解説 ~ 進化したテクノロジーとその実装 ~ 技術統括室 千葉慎二 Ph.D.

de:code 2019 CM04 Azure Kinect DK 徹底解説 ~ 進化したテクノロジーとその実装 ~ 技術統括室 千葉慎二 Ph.D. de:code 2019 CM04 Azure Kinect DK 徹底解説 ~ 進化したテクノロジーとその実装 ~ 技術統括室 千葉慎二 Ph.D. Mixed Reality の全体像 Kinect はただのカメラではない 3D 空間の認識 ( 深度 ) 人の全身の動きをとらえる Azure Kinect Development Environment Azure Kinect DK 開発環境

More information

ICTのメガトレンドに向けたハイパーコネクテッド・クラウドへの取組み

ICTのメガトレンドに向けたハイパーコネクテッド・クラウドへの取組み ICT Project on Hyper-connected Cloud to Embrace Megatrends in ICT 飯田一朗 あらまし ICT SI ICT Abstract With significant changes occurring on a daily basis, the information and communications technology (ICT)

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

セットアップカード

セットアップカード R3.4 セットアップカード - 第 1.01 版 - Copyright NEC Corporation 2003-2016. All rights reserved. 商標について LogCollector は日本電気株式会社の登録商標です Microsoft Windows Windows Server Windows Vista Internet Explorer および SQL Server

More information

(Microsoft PowerPoint - E6x5C SDXC Demo Seminar [\214\335\212\267\203\202\201[\203h])

(Microsoft PowerPoint - E6x5C SDXC Demo Seminar [\214\335\212\267\203\202\201[\203h]) Atom プロセッサ E6x5C の紹介と FPGA IP Core 活 例の紹介 アイウェーブ ジャパン株式会社 神奈川県横浜市中区住吉町 3 丁目 29 番住吉関内ビル8 階 B Tel: 045-227-7626 Fax: 045-227-7646 Mail: info@iwavejapan.co.jp Web: www.iwavejapan.co.jp 2011/5/30 1 iwave Japan,

More information

8 PC CoIT (Consumerization of IT) BCP () PC BYOD (Bring Your Own Device) 8.1 8 BYOD IT IT 8.1 8 IT IT 8.1 8.1 PC/ 2

8 PC CoIT (Consumerization of IT) BCP () PC BYOD (Bring Your Own Device) 8.1 8 BYOD IT IT 8.1 8 IT IT 8.1 8.1 PC/ 2 8.1 1 (2013 10 ) 8 PC CoIT (Consumerization of IT) BCP () PC BYOD (Bring Your Own Device) 8.1 8 BYOD IT IT 8.1 8 IT IT 8.1 8.1 PC/ 2 IT 4 5 PC 6 7 PC 8 9 3 8 1 Web 8.1 4 UX 8.1 UI 8/8.1 Microsoft Office

More information

Faronics Core User Guide

Faronics Core User Guide 1 2 : 2017 2 1999-2017 Faronics Corporation. All rights reserved. Faronics Deep Freeze Faronics Core Console Faronics Anti-Executable Faronics Device Filter Faronics Power Save Faronics Insight Faronics

More information

VMware VirtualCenter: Virtual Infrastructure Management Software

VMware VirtualCenter: Virtual Infrastructure  Management Software VMware : CPU 1998 VMware : 50(R&D) : Workstation1999 GSX Server 2001 ESX Server 2001 : 900 100805%VMware 200 100 10,000 2 VMware Workstation 1999 Linux x86 3 VMware GSX Server Windows Linux x86 4 VMware

More information

スライド 1

スライド 1 14 th ESEC@ 東京国際展示場 ( ビッグサイト ) JMAAB(Japan Matlab Automotive Advisory Board) の活動 ~ モデルベース開発技術 の推進と人材育成 ~ 2011 年 5 月 11 日 大畠明 JMAAB トヨタ自動車株式会社 JMAAB とは? JMAAB (Japan MATLAB Automotive Advisory Board) は国内の自動車

More information

Copyright 2009 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. All rights reserved. Sun Microsystems, Inc. ( Sun Microsystems

Copyright 2009 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. All rights reserved. Sun Microsystems, Inc. ( Sun Microsystems Sun Ultra 27 Linux Solaris Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 821 0162 10 2009 3 Revision A Copyright 2009 Sun Microsystems, Inc. 4150 Network Circle, Santa

More information

A2Pコンソ紹介2017

A2Pコンソ紹介2017 A2P(AUTOSAR Adaptive Platform) コンソーシアム 名古屋大学大学院情報学研究科 附属組込みシステム研究センター 最終更新日 :2017 年 9 月 7 日 1 次 NCESのこれまでの活動と現状 AUTOSAR Adaptive Platform(A2P) の概要 A2Pの開発状況 計画 A2Pコンソの 標, 体制, スキーム 問い合わせ先 2 NCES の取組み NCES

More information

develop

develop SCore SCore 02/03/20 2 1 HA (High Availability) HPC (High Performance Computing) 02/03/20 3 HA (High Availability) Mail/Web/News/File Server HPC (High Performance Computing) Job Dispatching( ) Parallel

More information

SSO Sales/Tech combined webinar template

SSO Sales/Tech combined webinar template HP Web e-speak web HP Agenda page 2 Search Engine Google Web Site www.hp.com Search Engine Yahoo Web page 3 Web Web Web page 4 CHAPTER 1 Do It Yourself CHAPTER 2 Do It For Me PC,, ITS... etc.) page 5 E-service

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

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

<Insert Picture Here> Oracle Cloud Computing Vision *Oracle Java Oracle Corporation Copyright 2009, Oracle. All rights reserved. 2 1

<Insert Picture Here> Oracle Cloud Computing Vision *Oracle Java Oracle Corporation Copyright 2009, Oracle. All rights reserved. 2 1 Oracle Cloud Computing Vision 2010 02 23 *Oracle Java Oracle Corporation 2 1 Cloud s Benefits and Challenges & volution 3 Why Cloud Computing? / Why ot Cloud Computing? Benefits Cost Agility ( ) Challenges/Issues

More information

TM-T90II Software Installer ガイド

TM-T90II Software Installer ガイド Software Installer M00096600 JA EPSON EXCEED YOUR VISION Microsoft Windows Windows Vista Microsoft Corporation Seiko Epson Corporation 2015. All rights reserved. B L TM-T90II Software & Documents Disc

More information

Adobe LiveCycle Workbench 11 のインストール

Adobe LiveCycle Workbench 11 のインストール Adobe LiveCycle - Workbench 10 http://help.adobe.com/ja_jp/legalnotices/index.html iii 1 1.1............................................................................................ 1 1.2..............................................................................................................

More information

決算説明資料_H30_12月期第2四半期08_web用

決算説明資料_H30_12月期第2四半期08_web用 TATERU, Inc. FY2018 2Q FINANCIAL RESULTS 2 018 12 2 2018 8 TATERU 1435 COPYRIGHT TATERU, Inc. All rights reserved. 2018 12 2 P. 02 TATERU P. 13 TATERU, Inc. FY2018 2Q FINANCIAL RESULTS FY2018 2Q FINANCIAL

More information

untitled

untitled Oracle Direct Seminar IT Agenda 1. Oracle RAC on Oracle VM 2. Oracle Database 11gR2 3. Oracle Exadata Oracle Direct Concierge SQL Server MySQL PostgreSQL Access

More information

Symantec AntiVirus の設定

Symantec AntiVirus の設定 CHAPTER 29 Symantec AntiVirus エージェントを MARS でレポートデバイスとしてイネーブルにするためには Symantec System Center コンソールをレポートデバイスとして指定する必要があります Symantec System Center コンソールはモニタ対象の AV エージェントからアラートを受信し このアラートを SNMP 通知として MARS に転送します

More information