The GRID according to Microsoft

Size: px
Start display at page:

Download "The GRID according to Microsoft"

Transcription

1 JM4Grid 2008 The GRID according to Microsoft Andrea Passadore l.i.d.o.- DIST University of Genoa

2 Agenda Windows Compute Cluster Server 2003 Overview Applications Windows HPC Server 2008 Overview Architecture WCCS 2003 vs WHPCS 2008 Microsoft support:.net Framework 3.5 Other tools. 24/02/2008 2

3 Windows CCS CPU: (up to 4 processors) Intel Pentium or Xeon. (Intel EM64T) AMD Opteron or Athlon 64. RAM: Min: 512 MB Max: 32 GB Disk volumes: at least 2 on the head node. Disk space: 4GB. Network cards: 1 or 2 NICs. 24/02/2008 3

4 Windows CCS 2003 The head and compute nodes support: Windows Server 2003 Compute Cluster Windows Server 2003 Standard x64 Windows Server 2003 Enterprise x64 For remote management: Windows Server 2003 SP1 Windows XP SP2 Windows XP x64 24/02/2008 4

5 Windows CCS Security - Access point - Management - Job Scheduler - Computing 24/02/2008 5

6 Windows CCS 2003 Network topology: 24/02/ NICs on each node 3 NICs on the head node and 2 on cluster nodes 2 NICs on each node 2 NICs on the head node and 1 on cluster node. 1 NIC on each node. Public corporate network Private cluster management High-speed MPI network

7 WCCS Management Monitoring page To Do List Node Management Remote Desktop Sessions Performance Monitor Remote Installation Services 24/02/2008 7

8 MS-MPI Based on Argonne National Labs MPI2 (Open Source) Compatible with MPICH2 Reference implementation * Based on WinSock Direct protocol over: Gigabit Ethernet Myrinet InfiniBand 24/02/2008 8

9 MS-MPI It supports: C Fortran77 Fortran90 and provides: A parallel debugger for Visual Studio. 24/02/2008 9

10 Scheduler Compute Cluster Management allows users to: Schedule job Allocate resources Supported languages: Perl, Fortran, C/C++, C# and Java Job features: Multi-task, processor booking, priority. 24/02/

11 Scheduler Important features: Error recovery Automated clean-up Security Active Directory Role-based security Credential linked directly to the job. 24/02/

12 Case Studies Customers: Enterprises: Northrop Grumman, UniCredit, Boeing, BAE Systems, Petrobras, Daewoo, Bombardier. Universities: Queen s, Cincinnati, Virginia Polytechnic, Beira, Manchester, Nanyang. 24/02/

13 Case Studies Topics: IT Services, Education, Civil Engineering, Architecture, Investments, Banking, Biology, Automotive, Aerospace, Defence, Shipping, Railroad, Oil & Gas, Government, Medical, Gaming. 24/02/

14 Top 500 (November 2007) 24/02/

15 Top Microsoft Windows HPC Group 2048 processors (Intel Xeon) Manufacturer: DELL (poweredge) Interconnect family: InfiniBand 24/02/

16 Top National Taiwan University (IBM, Intel Xeon, InfiniBand) 309 Online Gaming (Singapore) (IBM, Intel Xeon, Gigabit Ethernet) 406, 407 Financial Institution (France) (IBM, AMD Opteron, Gigabit Ethernet) 422 Mitsubishi UFJ Securities (Japan) (IBM, Intel Xeon, Gigabit Ethernet) 24/02/

17 Windows HPC Server 2008 Windows Server longhorn 2008: Same code base of Vista. Network, IPv6 native, speed and security improvements..net 3.5, WCF, WF. Server core Active Directory Terminal Service Powershell Hyper-V /02/

18 Powershell Command-line shell Scripting language Based on:.net common language runtime.net framework It supports.net objects. cmdlet 24/02/

19 Powershell cmdlet $strcomputer = "." $colitems = get-wmiobject -class "Win32_Service" -namespace "root\cimv2" ` -computername $strcomputer foreach ($objitem in $colitems) { write-host "Name: " $objitem.name write-host "Path Name: " $objitem.pathname write-host "Process ID: " $objitem.processid write-host "Service Specific Exit Code: " $objitem.servicespecificexitcode write-host "Service Type: " $objitem.servicetype write-host "Started: " $objitem.started write-host "Start Mode: " $objitem.startmode write-host "Start Name: " $objitem.startname write-host "State: " $objitem.state write-host "Status: " $objitem.status } 24/02/

20 .NET Framework 3.5 Language Integrated Query Applications Development tools Windows Communication Foundation.NET 3.5 LINQ WCF WPF CardSpace WF Windows Presentation Foundation.NET 2.0 Windows workflow Foundation Windows Vista, XP, /02/ Hardware

21 WCF It is a model that unifies: Web services.net Remoting Distributed Transactions Message queues. It is based on SOAP. 24/02/

22 WF Expressed in XAML.NET language Supports: Visual Studio editor Runtime execution 24/02/

23 Parallel FX Library Parallel FX: PLINQ (Parallel LINQ) Parallel.For(0, 100, delegate(int i) { a[i] = a[i]*a[i]; } ); TPL (Task Parallel Library) IEnumerable<T> data =...; var q = from x in data.asparallel() where p(x) orderby k(x) select f(x); foreach (var e in q) { } 24/02/

24 Windows HPC Server 2008 System Management: Restyling of the Admin Interface. Node grouping Multiple head nodes. Power Shell Built-in diagnostic, monitoring, reporting. 24/02/

25 Administration Console 24/02/

26 Windows HPC Server 2008 Job Scheduling: Integration with WCF (SOA!). Granularity (processor core, processor socket, compute node levels). External database support. Support for Open Grid Forum s HPCbasic Profile Interface 24/02/

27 Windows HPC Server 2008 Storage: New parallel file system support. Networking and MPI: Dramatic performance improvements for MPI applications (Network Direct). 24/02/

28 MS-MPI Network Direct 24/02/

29 Solution Architecture 24/02/

30 Ecosystem HPC Profile 24/02/

31 WCCS 03 vs WHPCS 08 Feature Operating System Processor Type Node Deployment Head Node Redundancy Network topology Management Windows Server 2003 SP1 x64 (AMD or Intel) RIS WDS N/A Wizard WCCS 2003 Basic nodes and job management Windows Server 2008 x64 (AMD or Intel) WDS WHPCS 2008 Failover Clustering Improved wizard Integrated, node grouping, monitoring, diagnostics. 24/02/

32 WCCS 03 vs WHPCS 08 Feature MS-MPI Scheduler Reporting Monitoring Diagnostics WCCS 2003 Winsock Direct-based Command line or GUI N/A Basic service N/A WHPCS 2008 Network Direct-based. New shared memory Integrated, PowerShell, improved speed and scalability, SOA support Integrated, support for SQL analysis Service Heat map, performance overview Verification tests, performance tests, history 24/02/

33 Conclusions Windows HPC Server 2008: Easy to deploy and manage Integrated in the Microsoft ecosystem open system 24/02/

34 The end 24/02/

Windows Compute Cluster Server 2003. Miron Krokhmal CTO

Windows Compute Cluster Server 2003. Miron Krokhmal CTO Windows Compute Cluster Server 2003 Miron Krokhmal CTO Agenda The Windows compute cluster architecture o Hardware and software requirements o Supported network topologies o Deployment strategies, including

More information

Technical Overview of Windows HPC Server 2008

Technical Overview of Windows HPC Server 2008 Technical Overview of Windows HPC Server 2008 Published: June, 2008, Revised September 2008 Abstract Windows HPC Server 2008 brings the power, performance, and scale of high performance computing (HPC)

More information

Technical Overview of Windows HPC Server 2008

Technical Overview of Windows HPC Server 2008 Technical Overview of Windows HPC Server 2008 Published: June, 2008, Revised September 2008 Abstract Windows HPC Server 2008 brings the power, performance, and scale of high performance computing (HPC)

More information

supercomputing. simplified.

supercomputing. simplified. supercomputing. simplified. INTRODUCING WINDOWS HPC SERVER 2008 R2 SUITE Windows HPC Server 2008 R2, Microsoft s third-generation HPC solution, provides a comprehensive and costeffective solution for harnessing

More information

Microsoft Compute Clusters in High Performance Technical Computing. Björn Tromsdorf, HPC Product Manager, Microsoft Corporation

Microsoft Compute Clusters in High Performance Technical Computing. Björn Tromsdorf, HPC Product Manager, Microsoft Corporation Microsoft Compute Clusters in High Performance Technical Computing Björn Tromsdorf, HPC Product Manager, Microsoft Corporation Flexible and efficient job scheduling via Windows CCS has allowed more of

More information

Finite Elements Infinite Possibilities. Virtual Simulation and High-Performance Computing

Finite Elements Infinite Possibilities. Virtual Simulation and High-Performance Computing Microsoft Windows Compute Cluster Server 2003 Partner Solution Brief Finite Elements Infinite Possibilities. Virtual Simulation and High-Performance Computing Microsoft Windows Compute Cluster Server Runs

More information

"Charting the Course...... to Your Success!" MOC 50290 A Understanding and Administering Windows HPC Server 2008. Course Summary

Charting the Course...... to Your Success! MOC 50290 A Understanding and Administering Windows HPC Server 2008. Course Summary Description Course Summary This course provides students with the knowledge and skills to manage and deploy Microsoft HPC Server 2008 clusters. Objectives At the end of this course, students will be Plan

More information

Windows HPC 2008 Cluster Launch

Windows HPC 2008 Cluster Launch Windows HPC 2008 Cluster Launch Regionales Rechenzentrum Erlangen (RRZE) Johannes Habich hpc@rrze.uni-erlangen.de Launch overview Small presentation and basic introduction Questions and answers Hands-On

More information

On-Demand Supercomputing Multiplies the Possibilities

On-Demand Supercomputing Multiplies the Possibilities Microsoft Windows Compute Cluster Server 2003 Partner Solution Brief Image courtesy of Wolfram Research, Inc. On-Demand Supercomputing Multiplies the Possibilities Microsoft Windows Compute Cluster Server

More information

Windows Compute Cluster Server 2003 - Top 5 Most Common Challenges

Windows Compute Cluster Server 2003 - Top 5 Most Common Challenges Agenda Industry and Market Trends Customer Challenges Windows Compute Cluster Server 2003 Application development Grid computing strategy Summary Sandro Cambruzzi Matej Ciesko Microsoft NCSA Windows Cluster,

More information

Windows IB. Introduction to Windows 2003 Compute Cluster Edition. Eric Lantz Microsoft elantz@microsoft.com

Windows IB. Introduction to Windows 2003 Compute Cluster Edition. Eric Lantz Microsoft elantz@microsoft.com Datacenter Fabric Workshop Windows IB Introduction to Windows 2003 Compute Cluster Edition Eric Lantz Microsoft elantz@microsoft.com August 22, 2005 What this talk is not about High Availability, Fail-over

More information

David Rioja Redondo Telecommunication Engineer Englobe Technologies and Systems

David Rioja Redondo Telecommunication Engineer Englobe Technologies and Systems David Rioja Redondo Telecommunication Engineer Englobe Technologies and Systems About me David Rioja Redondo Telecommunication Engineer - Universidad de Alcalá >2 years building and managing clusters UPM

More information

Microsoft Dynamics CRM 2011 Guide to features and requirements

Microsoft Dynamics CRM 2011 Guide to features and requirements Guide to features and requirements New or existing Dynamics CRM Users, here s what you need to know about CRM 2011! This guide explains what new features are available and what hardware and software requirements

More information

Project Server 2010 - hardware and software requirements

Project Server 2010 - hardware and software requirements Project Server 2010 - hardware and software requirements At a high-level, the key requirements for Project Server 2010 are as follows: The 64-bit version of Windows Server 2008 Service Pack 2 or Windows

More information

Interoperability between Sun Grid Engine and the Windows Compute Cluster

Interoperability between Sun Grid Engine and the Windows Compute Cluster Interoperability between Sun Grid Engine and the Windows Compute Cluster Steven Newhouse Program Manager, Windows HPC Team steven.newhouse@microsoft.com 1 Computer Cluster Roadmap Mainstream HPC Mainstream

More information

High Productivity Computing With Windows

High Productivity Computing With Windows High Productivity Computing With Windows Windows HPC Server 2008 Justin Alderson 16-April-2009 Agenda The purpose of computing is... The purpose of computing is insight not numbers. Richard Hamming Why

More information

Supercomputing on Windows. Microsoft (Thailand) Limited

Supercomputing on Windows. Microsoft (Thailand) Limited Supercomputing on Windows Microsoft (Thailand) Limited W hat D efines S upercom puting A lso called High Performance Computing (HPC) Technical Computing Cutting edge problems in science, engineering and

More information

Microsoft Windows Server 2003 Compute Cluster Edition Installation Guide. For IBM Cluster 1350

Microsoft Windows Server 2003 Compute Cluster Edition Installation Guide. For IBM Cluster 1350 Microsoft Windows Server 2003 Compute Cluster Edition Installation Guide For IBM Cluster 1350 Dan Ghidali IBM Systems and Technology Group 2 Table of Contents Introduction... 4 Windows Server 2003 Compute

More information

intertrax Suite resource MGR Web

intertrax Suite resource MGR Web intertrax Suite resource MGR Web Resource Management Installation Guide Version 4 2012 Copyright 2003-2012 by Salamander Technologies, Inc. Protected by US Patents 5,573,278; 5,596,652; 5,793,882; 6,761,312;

More information

Accelerating From Cluster to Cloud: Overview of RDMA on Windows HPC. Wenhao Wu Program Manager Windows HPC team

Accelerating From Cluster to Cloud: Overview of RDMA on Windows HPC. Wenhao Wu Program Manager Windows HPC team Accelerating From Cluster to Cloud: Overview of RDMA on Windows HPC Wenhao Wu Program Manager Windows HPC team Agenda Microsoft s Commitments to HPC RDMA for HPC Server RDMA for Storage in Windows 8 Microsoft

More information

Parallel application development

Parallel application development Jan Ciesko HPC Consultant Microsoft Microsoft HPC landscape Introduction Microsoft HPC Server 2008 Demo Parallel application development Microsoft Parallel Programming initiative MPI / OMP / TPL Demos

More information

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Duration: Three consecutive Saturdays About this Course This instructor led course teaches students how to implement and manage Windows

More information

Using the Windows Cluster

Using the Windows Cluster Using the Windows Cluster Christian Terboven terboven@rz.rwth aachen.de Center for Computing and Communication RWTH Aachen University Windows HPC 2008 (II) September 17, RWTH Aachen Agenda o Windows Cluster

More information

Implementing and Managing Windows Server 2008 Hyper-V

Implementing and Managing Windows Server 2008 Hyper-V Course 6422A: Implementing and Managing Windows Server 2008 Hyper-V Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 300 Technology: Windows Server 2008 Type: Course Delivery Method:

More information

Microsoft Operations Manager 2005

Microsoft Operations Manager 2005 Managing Microsoft SQL Server 2005 with Microsoft Operations Manager 2005 in a Dell Scalable Enterprise Architecture The Microsoft Operations Manager (MOM) 2005 tool enables enterprise IT organizations

More information

Microsoft Windows Compute Cluster Server 2003 Getting Started Guide

Microsoft Windows Compute Cluster Server 2003 Getting Started Guide Microsoft Windows Compute Cluster Server 2003 Getting Started Guide Part Number 434709-003 March 2007 (Third Edition) Copyright 2006, 2007 Hewlett-Packard Development Company, L.P. The information contained

More information

Deploying and administering Microsoft Dynamics CRM Online and Microsoft Dynamics CRM 2015

Deploying and administering Microsoft Dynamics CRM Online and Microsoft Dynamics CRM 2015 Deploying and administering Microsoft Dynamics CRM Online and Microsoft Dynamics CRM 2015 Version 7.1.1 This document contains the information that was titled the Microsoft Dynamics CRM Implementation

More information

Upgrade to Microsoft Windows Server 2012 R2 on Dell PowerEdge Servers Abstract

Upgrade to Microsoft Windows Server 2012 R2 on Dell PowerEdge Servers Abstract Upgrade to Microsoft Windows Server 2012 R2 on Dell PowerEdge Servers Abstract Microsoft Windows Server 2012 R2, is Microsoft s latest version of Windows for Servers. This R2 release brings exciting new

More information

Trend Micro OfficeScan 10.6 SP2 System Requirements

Trend Micro OfficeScan 10.6 SP2 System Requirements Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

INTRODUCING WINDOWS HPC SERVER

INTRODUCING WINDOWS HPC SERVER David Chappell June 2011 INTRODUCING WINDOWS HPC SERVER RUNNING PARALLEL APPLICATIONS ON CLUSTERS Sponsored by Microsoft Corporation Copyright 2011 Chappell & Associates Contents Understanding Windows

More information

Server Software Installation Guide

Server Software Installation Guide Server Software Installation Guide This guide provides information on...... The architecture model for GO!Enterprise MDM system setup... Hardware and supporting software requirements for GO!Enterprise

More information

Trend Micro OfficeScan 10.6 SP3 System Requirements

Trend Micro OfficeScan 10.6 SP3 System Requirements Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Cursuri Certificare Microsoft

Cursuri Certificare Microsoft Course # Cursuri Certificare Microsoft Course Name 2011, 2398, 2399 Troubleshooting Microsoft Exchange Server 2003 2072, 2321, 2322, 2323, Administering a Microsoft SQL Server 2000 Database 2324) 2185

More information

Getting Started with HC Exchange Module

Getting Started with HC Exchange Module Getting Started with HC Exchange Module HOSTING CONTROLLER WWW.HOSTINGCONROLLER.COM HOSTING CONTROLLER Contents Introduction...1 Minimum System Requirements for Exchange 2013...1 Hardware Requirements...1

More information

6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days)

6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days) www.peaklearningllc.com 6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days) Introduction This three-day instructor-led course teaches students how to implement and manage Windows Server

More information

System Requirements Table of contents

System Requirements Table of contents Table of contents 1 Introduction... 2 2 Knoa Agent... 2 2.1 System Requirements...2 2.2 Environment Requirements...4 3 Knoa Server Architecture...4 3.1 Knoa Server Components... 4 3.2 Server Hardware Setup...5

More information

Private cloud computing advances

Private cloud computing advances Building robust private cloud services infrastructures By Brian Gautreau and Gong Wang Private clouds optimize utilization and management of IT resources to heighten availability. Microsoft Private Cloud

More information

Preparing the Windows version of the software for use

Preparing the Windows version of the software for use Preparing the Windows version of the software for use System requirements Component Processor RAM Hard disk Drives Interfaces/network TCP/IP internet protocol Screen Installing the Conference Manager software

More information

Symantec Backup Exec 2010

Symantec Backup Exec 2010 Reliable Backup and Recovery Designed for Your Growing Business Overview delivers market leading backup and recovery protection from server to desktop. Easily protect more data while you reduce storage

More information

Eine CAE Infrastruktur für LS-DYNA. unter Verwendung von. Microsoft Windows HPC Server 2008

Eine CAE Infrastruktur für LS-DYNA. unter Verwendung von. Microsoft Windows HPC Server 2008 7. LS-DYNA Anwenderforum, Bamberg 2008 Eine CAE Infrastruktur für LS-DYNA unter Verwendung von Microsoft Windows HPC Server 2008 T. Groß, J. Martini (GNS Systems GmbH) 2008 Copyright by DYNAmore GmbH A

More information

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led Course Description This course is intended for students who have experience building vertically scaled applications. Students should

More information

NETWRIX CHANGE NOTIFIER

NETWRIX CHANGE NOTIFIER NETWRIX CHANGE NOTIFIER FOR SQL SERVER QUICK-START GUIDE Product Version: 2.6.194 February 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Microsoft Dynamics AX 2012 System Requirements. Microsoft Corporation Published: November 2011

Microsoft Dynamics AX 2012 System Requirements. Microsoft Corporation Published: November 2011 2012 System Requirements Microsoft Corporation Published: November 2011 Microsoft Dynamics is a line of integrated, adaptable business management solutions that enables you and your people to make business

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Software Store Option Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner Snow Integration

More information

Red Hat enterprise virtualization 3.0 feature comparison

Red Hat enterprise virtualization 3.0 feature comparison Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

More information

PARALLEL & CLUSTER COMPUTING CS 6260 PROFESSOR: ELISE DE DONCKER BY: LINA HUSSEIN

PARALLEL & CLUSTER COMPUTING CS 6260 PROFESSOR: ELISE DE DONCKER BY: LINA HUSSEIN 1 PARALLEL & CLUSTER COMPUTING CS 6260 PROFESSOR: ELISE DE DONCKER BY: LINA HUSSEIN Introduction What is cluster computing? Classification of Cluster Computing Technologies: Beowulf cluster Construction

More information

LS-DYNA Best-Practices: Networking, MPI and Parallel File System Effect on LS-DYNA Performance

LS-DYNA Best-Practices: Networking, MPI and Parallel File System Effect on LS-DYNA Performance 11 th International LS-DYNA Users Conference Session # LS-DYNA Best-Practices: Networking, MPI and Parallel File System Effect on LS-DYNA Performance Gilad Shainer 1, Tong Liu 2, Jeff Layton 3, Onur Celebioglu

More information

Table 1. Requirements for Domain Controller. You will need a Microsoft Active Directory domain. Microsoft SQL Server. SQL Server Reporting Services

Table 1. Requirements for Domain Controller. You will need a Microsoft Active Directory domain. Microsoft SQL Server. SQL Server Reporting Services The following tables provide the various requirements and recommendations needed to optimize JustWare system performance. Note that the specifications provided in this section are only minimum specifications.

More information

Trend Micro OfficeScan 10.6 System Requirements

Trend Micro OfficeScan 10.6 System Requirements Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Enterprise Manager. Version 6.2. Installation Guide

Enterprise Manager. Version 6.2. Installation Guide Enterprise Manager Version 6.2 Installation Guide Enterprise Manager 6.2 Installation Guide Document Number 680-028-014 Revision Date Description A August 2012 Initial release to support version 6.2.1

More information

StarWind iscsi SAN: Configuring Global Deduplication May 2012

StarWind iscsi SAN: Configuring Global Deduplication May 2012 StarWind iscsi SAN: Configuring Global Deduplication May 2012 TRADEMARKS StarWind, StarWind Software, and the StarWind and StarWind Software logos are trademarks of StarWind Software that may be registered

More information

Microsoft Dynamics AX 2012 System Requirements. Microsoft Corporation Published: August 2011

Microsoft Dynamics AX 2012 System Requirements. Microsoft Corporation Published: August 2011 2012 System Requirements Microsoft Corporation Published: August 2011 Microsoft Dynamics is a line of integrated, adaptable business management solutions that enables you and your people to make business

More information

System Requirements - CommNet Server

System Requirements - CommNet Server System Requirements - CommNet Page 1 of 11 System Requirements - CommNet The following requirements are for the CommNet : Operating System Processors Microsoft with Service Pack 4 Microsoft Advanced with

More information

Worry-FreeTM. Business Security Standard and Advanced Editions. System Requirements. Administrator s Guide. Securing Your Journey to the Cloud8

Worry-FreeTM. Business Security Standard and Advanced Editions. System Requirements. Administrator s Guide. Securing Your Journey to the Cloud8 Worry-FreeTM Business Security Standard and Advanced Editions Securing Your Journey to the Cloud8 Administrator s Guide System Requirements Trend Micro Incorporated reserves the right to make changes to

More information

Planning the Installation and Installing SQL Server

Planning the Installation and Installing SQL Server Chapter 2 Planning the Installation and Installing SQL Server In This Chapter c SQL Server Editions c Planning Phase c Installing SQL Server 22 Microsoft SQL Server 2012: A Beginner s Guide This chapter

More information

Microsoft Dynamics AX 2012 System Requirements. Microsoft Corporation Published: March 2012

Microsoft Dynamics AX 2012 System Requirements. Microsoft Corporation Published: March 2012 2012 System Requirements Microsoft Corporation Published: March 2012 Microsoft Dynamics is a line of integrated, adaptable business management solutions that enables you and your people to make business

More information

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES

RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS: COMPETITIVE FEATURES RED HAT ENTERPRISE VIRTUALIZATION FOR SERVERS Server virtualization offers tremendous benefits for enterprise IT organizations server

More information

1. Server 2008 - Microsoft FEP 2010 - Instalation

1. Server 2008 - Microsoft FEP 2010 - Instalation 1. Server 2008 - Microsoft FEP 2010 - Instalation 1 2. Windows XP x86 (32bit) - Microsoft FEP 2010 Instalation 2 3 2.1. 4 System Requirements Microsoft Forefront Endpoint Protection 2010 1 System Requirements

More information

Table of Contents. 10.0 Release Notes 2013/04/08. Introduction ... 3. in OS Deployment Manager. in Security Manager ... 7. Known issues ... 9 ...

Table of Contents. 10.0 Release Notes 2013/04/08. Introduction ... 3. in OS Deployment Manager. in Security Manager ... 7. Known issues ... 9 ... Release Notes Release Notes 2013/04/08 Table of Contents Introduction... 3 Deployment Manager... 3 New Features in Deployment Manager... 3 Security Manager... 7 New Features in Security Manager... 7 Known

More information

Trend Micro OfficeScan 11.0 System Requirements

Trend Micro OfficeScan 11.0 System Requirements Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Copyright 1999-2011 by Parallels Holdings, Ltd. All rights reserved.

Copyright 1999-2011 by Parallels Holdings, Ltd. All rights reserved. Parallels Virtuozzo Containers 4.0 for Linux Readme Copyright 1999-2011 by Parallels Holdings, Ltd. All rights reserved. This document provides the first-priority information on Parallels Virtuozzo Containers

More information

Symantec Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server

Symantec Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server Symantec Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server Windows 6.1 February 2014 Symantec Storage Foundation and High Availability Solutions

More information

Cloud Optimize Your IT

Cloud Optimize Your IT Cloud Optimize Your IT Windows Server 2012 The information contained in this presentation relates to a pre-release product which may be substantially modified before it is commercially released. This pre-release

More information

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

Windows Server8 2008. R2 Hyper-V. Microsoft's Hypervisor. Insiders Guide to. Wiley Publishing, Inc. John Kelbley. Mike Sterling WILEY

Windows Server8 2008. R2 Hyper-V. Microsoft's Hypervisor. Insiders Guide to. Wiley Publishing, Inc. John Kelbley. Mike Sterling WILEY Windows Server8 2008 R2 Hyper-V Insiders Guide to Microsoft's Hypervisor John Kelbley Mike Sterling WILEY Wiley Publishing, Inc. Contents Introduction xix Chapter l Introducing Hyper-V l Scenarios for

More information

Hardware/Software Guidelines

Hardware/Software Guidelines There are many things to consider when preparing for a TRAVERSE v11 installation. The number of users, application modules and transactional volume are only a few. Reliable performance of the system is

More information

Cisco IP Communicator (Softphone) Compatibility

Cisco IP Communicator (Softphone) Compatibility Cisco IP Communicator (Softphone) Compatibility Cisco IP Communicator is Windows based and works on both XP and Vista The minimum PC requirements for use with Microsoft Windows XP are: Microsoft Windows

More information

http://docs.trendmicro.com/en-us/smb/worry-free-business-security.aspx

http://docs.trendmicro.com/en-us/smb/worry-free-business-security.aspx Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

http://docs.trendmicro.com/en-us/smb/worry-free-business-security.aspx

http://docs.trendmicro.com/en-us/smb/worry-free-business-security.aspx Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release

More information

Microsoft Office Outlook 2013: Part 1

Microsoft Office Outlook 2013: Part 1 Microsoft Office Outlook 2013: Part 1 Course Specifications Course Length: 1 day Overview: Email has become one of the most widely used methods of communication, whether for personal or business communications.

More information

Corporate I.T. Services Limited Updating your Network Infrastructure Technology Skills to Windows Server 2008 (Beta 3)

Corporate I.T. Services Limited Updating your Network Infrastructure Technology Skills to Windows Server 2008 (Beta 3) Updating your Network Infrastructure Technology Skills to Windows Server 2008 (Beta 3) Course 6415A: Three days; Instructor-Led Introduction This 3 day instructor-led course provides students with an understanding

More information

Deployment Guide Microsoft System Center Operations Manager (SCOM)

Deployment Guide Microsoft System Center Operations Manager (SCOM) Deployment Guide Microsoft System Center Operations Manager (SCOM) DG_SCOM_052013.1 TABLE OF CONTENTS 1 Introduction... 3 2 System Requirements... 3 3 A10 SCOM Management Pack Class Structure Reference...

More information

FLOW-3D Performance Benchmark and Profiling. September 2012

FLOW-3D Performance Benchmark and Profiling. September 2012 FLOW-3D Performance Benchmark and Profiling September 2012 Note The following research was performed under the HPC Advisory Council activities Participating vendors: FLOW-3D, Dell, Intel, Mellanox Compute

More information

Quark Publishing Platform 9.5 ReadMe

Quark Publishing Platform 9.5 ReadMe Quark Publishing Platform 9.5 ReadMe CONTENTS Contents Quark Publishing Platform 9.5 ReadMe...5 Quark Publishing Platform components...6 Compatibility matrix...6 Server components...7 Other optional components...8

More information

Dragon Medical Enterprise Network Edition Technical Note: Requirements for DMENE Networks with virtual servers

Dragon Medical Enterprise Network Edition Technical Note: Requirements for DMENE Networks with virtual servers Dragon Medical Enterprise Network Edition Technical Note: Requirements for DMENE Networks with virtual servers This section includes system requirements for DMENE Network configurations that utilize virtual

More information

REFERENCE. Microsoft in HPC. Tejas Karmarkar, Solution Sales Professional, Microsoft

REFERENCE. Microsoft in HPC. Tejas Karmarkar, Solution Sales Professional, Microsoft REFERENCE Microsoft in HPC Tejas Karmarkar, Solution Sales Professional, Microsoft Agenda What is HPC? MSC.Software Confidential Microsoft Vision of HPC Microsoft solution & Ecosystem Architecture Proof

More information

OPAS Prerequisites. Prepared By: This document contains the prerequisites and requirements for setting up OPAS.

OPAS Prerequisites. Prepared By: This document contains the prerequisites and requirements for setting up OPAS. OPAS Prerequisites This document contains the prerequisites and requirements for setting up OPAS. Prepared By: Luke Swords Principal Consultant 24/06/2015 Version 1.0 Contact Information Infront Consulting

More information

Introducing. Markus Erlacher Technical Solution Professional Microsoft Switzerland

Introducing. Markus Erlacher Technical Solution Professional Microsoft Switzerland Introducing Markus Erlacher Technical Solution Professional Microsoft Switzerland Overarching Release Principles Strong emphasis on hardware, driver and application compatibility Goal to support Windows

More information

Quark Publishing Platform 9.5.1.1 ReadMe

Quark Publishing Platform 9.5.1.1 ReadMe Quark Publishing Platform 9.5.1.1 ReadMe TABLE DES MATIÈRES Table des matières Quark Publishing Platform 9.5.1.1 ReadMe...5 Quark Publishing Platform components...6 Compatibility matrix...6 Server components...8

More information

INSTALLING SQL SERVER 2012 EXPRESS WITH ADVANCED SERVICES FOR REDHORSE CRM

INSTALLING SQL SERVER 2012 EXPRESS WITH ADVANCED SERVICES FOR REDHORSE CRM Page 1 INSTALLING SQL SERVER 2012 EXPRESS WITH ADVANCED SERVICES FOR REDHORSE CRM This article will walk you through the installation of Microsoft SQL Server 2012 Express Step 1: Download Microsoft SQL

More information

Local Touch Global Reach. SharePoint. www.wright.edu/idse. www.us.sogeti.com

Local Touch Global Reach. SharePoint. www.wright.edu/idse. www.us.sogeti.com SharePoint Why no lab? Requirements Server 2008 R2 x64 6GB RAM (8 recommended) IIS, SQL, Active Directory, Development can run on Windows 7 or Vista Entire presentation devoted to setting up SharePoint

More information

Installing and Configuring Windows Server 2008. Module Overview 14/05/2013. Lesson 1: Planning Windows Server 2008 Installation.

Installing and Configuring Windows Server 2008. Module Overview 14/05/2013. Lesson 1: Planning Windows Server 2008 Installation. Installing and Configuring Windows Server 2008 Tom Brett Module Overview Planning Windows Server 2008 Installations Performing a Windows Server 2008 Installation Configuring Windows Server 2008 Following

More information

Quark Publishing Platform 10.1 ReadMe

Quark Publishing Platform 10.1 ReadMe Quark Publishing Platform 10.1 ReadMe CONTENTS Contents Quark Publishing Platform 10.1 ReadMe...6 Quark Publishing Platform components...7 Compatibility matrix...7 Server components...10 Other optional

More information

FOR SERVERS 2.2: FEATURE matrix

FOR SERVERS 2.2: FEATURE matrix RED hat ENTERPRISE VIRTUALIZATION FOR SERVERS 2.2: FEATURE matrix Red hat enterprise virtualization for servers Server virtualization offers tremendous benefits for enterprise IT organizations server consolidation,

More information

Quark Publishing Platform 10.2 ReadMe

Quark Publishing Platform 10.2 ReadMe Quark Publishing Platform 10.2 ReadMe CONTENTS Contents Quark Publishing Platform 10.2 ReadMe...5 Quark Publishing Platform components...6 Compatibility matrix...6 Server components...9 Other optional

More information

Capacity Planning for Microsoft SharePoint Technologies

Capacity Planning for Microsoft SharePoint Technologies Capacity Planning for Microsoft SharePoint Technologies Capacity Planning The process of evaluating a technology against the needs of an organization, and making an educated decision about the configuration

More information

Customer Guide December 2012

Customer Guide December 2012 Customer Guide December 2012 Welcome to ProSystem fx Practice Management! CCH, a Wolters Kluwer business, welcomes you to ProSystem fx Practice Management. It is our commitment and goal to continue to

More information

For designers and engineers, Autodesk Product Design Suite Standard provides a foundational 3D design and drafting solution.

For designers and engineers, Autodesk Product Design Suite Standard provides a foundational 3D design and drafting solution. Autodesk Product Design Suite Standard 2013 System Requirements Typical Persona and Workflow For designers and engineers, Autodesk Product Design Suite Standard provides a foundational 3D design and drafting

More information

System Requirements. Version 8.2 November 23, 2015. For the most recent version of this document, visit our documentation website.

System Requirements. Version 8.2 November 23, 2015. For the most recent version of this document, visit our documentation website. System Requirements Version 8.2 November 23, 2015 For the most recent version of this document, visit our documentation website. Table of Contents 1 System requirements 3 2 Scalable infrastructure example

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration Table of Contents Overview of Windows Server 2008 R2 Hyper-V Features... 3 Dynamic VM storage... 3 Enhanced Processor Support... 3 Enhanced Networking Support...

More information

Web Supervisor/Agent. System Requirements & Troubleshooting Guide. 989 Old Eagle School Road Wayne, PA 19087 (610) 964-8000. www.evolveip.

Web Supervisor/Agent. System Requirements & Troubleshooting Guide. 989 Old Eagle School Road Wayne, PA 19087 (610) 964-8000. www.evolveip. Web Supervisor/Agent System Requirements & Troubleshooting Guide 989 Old Eagle School Road Wayne, PA 19087 (610) 964-8000 www.evolveip.net Evolve IP Guide Copyright Notice Trademarks Copyright 2011 Evolve

More information

Trend Micro Control Manager 6.0 Service Pack 3 System Requirements

Trend Micro Control Manager 6.0 Service Pack 3 System Requirements Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

IBM License Metric Tool Version 7.2.2. Installing with embedded WebSphere Application Server

IBM License Metric Tool Version 7.2.2. Installing with embedded WebSphere Application Server IBM License Metric Tool Version 7.2.2 Installing with embedded WebSphere Application Server IBM License Metric Tool Version 7.2.2 Installing with embedded WebSphere Application Server Installation Guide

More information

System Requirements Version 8.0 July 25, 2013

System Requirements Version 8.0 July 25, 2013 System Requirements Version 8.0 July 25, 2013 For the most recent version of this document, visit our documentation website. Table of Contents 1 System requirements 3 2 Scalable infrastructure example

More information

System Requirements for Microsoft Dynamics NAV 2009

System Requirements for Microsoft Dynamics NAV 2009 System Requirements for Microsoft Dynamics NAV 2009 RoleTailored client Microsoft Windows XP Professional SP3 or later (X86 or Microsoft Windows Vista (Business, Enterprise, or Ultimate) SP1 or later (X86

More information

ACTIVE MICROSOFT CERTIFICATIONS:

ACTIVE MICROSOFT CERTIFICATIONS: Last Activity Recorded : August 30, 2012 Microsoft Certification ID : 30999 BERT VAN HOVE BARON EMPAINLAAN 68 MECHELEN, 2800 BE bert@road2result.be ACTIVE MICROSOFT CERTIFICATIONS: Microsoft Certified

More information

Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led

Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led Course Description This three day course prepares IT Professionals to administer enterprise search solutions using

More information

System Center 2012 R2 Configuration Manager System Requirements

System Center 2012 R2 Configuration Manager System Requirements prajwaldesai.com http://prajwaldesai.com/system-center-2012-r2-configuration-manager-system-requirements/ System Center 2012 R2 Configuration Manager System Requirements Prajwal Desai Welcome to System

More information

Aqua Connect Load Balancer User Manual (Mac)

Aqua Connect Load Balancer User Manual (Mac) Aqua Connect Load Balancer User Manual (Mac) Table of Contents About Aqua Connect Load Balancer... 3 System Requirements... 4 Hardware... 4 Software... 4 Installing the Load Balancer... 5 Configuration...

More information

Course Syllabus. Implementing and Managing Windows Server 2008 Hyper-V. Key Data. Audience. At Course Completion. Prerequisites

Course Syllabus. Implementing and Managing Windows Server 2008 Hyper-V. Key Data. Audience. At Course Completion. Prerequisites Course Syllabus Implementing and Managing Windows Server 2008 Hyper-V Key Data Product #: 3961 Elements of this syllabus are subject to change. This three-day instructor-led course teaches students how

More information