CIT 470: Advanced Network and System Administration. Topics. Servers vs Services. Services

Size: px
Start display at page:

Download "CIT 470: Advanced Network and System Administration. Topics. Servers vs Services. Services"

Transcription

1 CIT 470: Advanced Network and System Administration Services CIT 470: Advanced Network and System Administration Slide #1 Topics 1. Service Requirements 2. Open Architecture 3. Service Design Principles CIT 470: Advanced Network and System Administration Slide #2 Servers vs Services A server is a piece of hardware. A service is the function that is provided by one or more servers. CIT 470: Advanced Network and System Administration Slide #3 1

2 Services Distinguish structured computing environment from some standalone PCs. Large orgs linked through shared services to ease communication and optimize resources. Typical environments have many services Fundamental: net, DNS, , auth, printing. Typical: DHCP, backup, directory, file, license. Services often depend on other services Almost everything depends on DNS. CIT 470: Advanced Network and System Administration Slide #4 Providing a Service A service is more than hardware + software. A service must be 1. Reliable. 2. Scalable. 3. Monitored. 4. Maintained. 5. Supported. CIT 470: Advanced Network and System Administration Slide #5 Servers and Services For a service to be reliable, servers should: Be as simple as possible. Have minimum software to run service. Depend on as few other services as possible. Depend only on services that are at least as reliable as the service running on the server. Have access restricted to SAs. Be as few as needed for performance + reliability. CIT 470: Advanced Network and System Administration Slide #6 2

3 Customer Requirements Customers are the reason for the service. How do they intend to use it? What features do they need? What features would they like to have? How critical is the service? What levels of availability and support are needed? Service Level Agreement (SLA) Enumerates services. Defines level of support. Commits to response times for problem types. CIT 470: Advanced Network and System Administration Slide #7 Operational Requirements Essential to designing a reliable service What services does it depend upon? What other services will depend upon it? How does it interoperate with other services? How can it be integrated with auth/dir services? How does the service scale? How can the service be upgraded? Downtime requirements. What systems are affected? CIT 470: Advanced Network and System Administration Slide #8 Open Architecture Service should be built around open standards Check IETF RFCs to see if it s an open protocol. Example service: SMTP Example products: exim, postfix, qmail, sendmail. Open standards don t require open source. Allows vendors to make interoperable products. Avoids vendor lock-in. Allows vendor competition (cheaper prices for you.) Decouples client selection from server selection. Avoids need for protocol gateways. CIT 470: Advanced Network and System Administration Slide #9 3

4 Requests for Comments (RFCs) Documentation for Internet protocols, technologies, and methodologies. Standards track RFCs describe Internet standards (TCP, IP, SMTP) and must be approved by IETF. Experimental RFCs may become standards. Best Common Practice RFCs describe how to run services or use protocols. Informational RFCs is a catch-all including proprietary protocols, April Fool s jokes, etc. Available from CIT 470: Advanced Network and System Administration Slide #10 Principles for Designing a Reliable Service Simplicity The more features, the more bugs. Simplicity increases reliability, ease of maintenance. Vendor Relations Can be helpful about configuring service. Let vendors compete for your business. Stick to vendors who develop for your platform. CIT 470: Advanced Network and System Administration Slide #11 Machine Independence Will eventually move service to new host. Want to avoid having a downtime. Want to avoid reconfiguring every desktop. Use generic DNS alias for machine Mail server has name romero DNS alias is smtp Use virtual IP addresses for non-name svcs Machine has usual IP address: Virtual: ifconfig eth0: CIT 470: Advanced Network and System Administration Slide #12 4

5 Dedicated Machines Put each service on its own machine(s). If a server crashes, only impacts one service. Easier to debug if only one service running. Performance tuning easier with one service. If you can t afford a new machine, use a VM. CIT 470: Advanced Network and System Administration Slide #13 Environment Safe environment Improves reliability: AC, UPS, physical security. Data center usually provides faster network too. Only rely on services provided by data center. Restricted access Customers should not need to login to servers. More logins decrease stability, performance. Even Windows can be stable w/o user logins. CIT 470: Advanced Network and System Administration Slide #14 Principles for Designing a Reliable Service Service components should be tightly coupled. Other than redundant components. Share same power source, network. Reduces service dependencies (single points of failure.) Centralize management of service Managed by one set of SAs. Support for service by single helpdesk. Document service. CIT 470: Advanced Network and System Administration Slide #15 5

6 Performance Latency vs throughput Latency is delay before data received. Throughput is how much data sent per second. Performance problems typically affects one. Increasing the other will not solve your problem. Remote sites May have high latency to main site. Do you need secondary servers at remote sites? CIT 470: Advanced Network and System Administration Slide #16 Capacity Planning Estimate capacity from testing. Test server at 100 qps, 200 qps, until slow. Identify resources used by each query RAM Disk Network CPU Can service be split onto multiple servers? Can it be done w/o users noticing? CIT 470: Advanced Network and System Administration Slide #17 Principles for Designing a Reliable Service Monitoring Availability, problems, performance. Auto-alert front line support. Customers shouldn t discover problems before SA. Capacity planning: CPU, mem, disk, network, licenses. Service Rollout First impressions are difficult to change. Be ready for support: docs, trained helpdesk. Use one, some, many technique. CIT 470: Advanced Network and System Administration Slide #18 6

7 Key Points Servers vs desktops Requirements and hardware differences. Redundancy Full vs n+k redundancy. Hot plug vs hot spare. Services Requirements: service, server, customer, op. Machine independence and open architectures. Performance Latency vs. throughput. CIT 470: Advanced Network and System Administration Slide #19 References 1. Mark Burgess, Principles of System and Network Administration, Wiley, Aeleen Frisch, Essential System Administration, 3 rd edition, O Reilly, Thomas Limoncelli, Christine Hogan, Strata Chalup, The Practice of System and Network Administration, 2 nd ed, Limoncelli and Hogan, Addison-Wesley, CIT 470: Advanced Network and System Administration Slide #20 7

CSE 265: System and Network Administration

CSE 265: System and Network Administration CSE 265: System and Network Administration Reminder of online syllabus and schedule Who has sysadmin experience? Today Managing (lots of) desktops Managing servers Important to lots of people Managing

More information

CIT 470: Advanced Network and System Administration. Topics. Change Management. Change and Configuration Management

CIT 470: Advanced Network and System Administration. Topics. Change Management. Change and Configuration Management CIT 470: Advanced Network and System Administration Change and Configuration Management CIT 470: Advanced Network and System Administration Slide #1 Topics 1. Change Management 2. Change Processes 3. Revision

More information

CIT 470: Advanced Network and System Administration. Topics. Help Desk Life. Help Desks

CIT 470: Advanced Network and System Administration. Topics. Help Desk Life. Help Desks CIT 470: Advanced Network and System Administration Help Desks CIT 470: Advanced Network and System Administration Slide #1 Topics 1. Help Desk Management 2. Help Desk Software 3. Workflow 4. Trend Analysis

More information

White Paper. Managed IT Services as a Business Solution

White Paper. Managed IT Services as a Business Solution White Paper Managed IT Services as a Business Solution 1 TABLE OF CONTENTS 2 Introduction... 2 3 The Need for Expert IT Management... 3 4 Managed Services Explained... 4 5 Managed Services: Key Benefits...

More information

CIT 470: Advanced Network and System Administration. Topics. Help Desk Life. Help Desks

CIT 470: Advanced Network and System Administration. Topics. Help Desk Life. Help Desks CIT 470: Advanced Network and System Administration Help Desks CIT 470: Advanced Network and System Administration Slide #1 Topics 1. Help Desk Management 2. Help Desk Software 3. Workflow 4. Trend Analysis

More information

Topics. CIT 470: Advanced Network and System Administration. Help Desk Life. Types of Help Desks. Scope of Coverage. Help Desk Size.

Topics. CIT 470: Advanced Network and System Administration. Help Desk Life. Types of Help Desks. Scope of Coverage. Help Desk Size. Topics CIT 470: Advanced Network and System Administration Help Desks 1. Help Desk Management 2. Help Desk Software 3. Workflow 4. Trend Analysis CIT 470: Advanced Network and System Administration Slide

More information

Architecture of a scalable mail system. Joel Jaeggli for PACNOG2 June 2006

Architecture of a scalable mail system. Joel Jaeggli for PACNOG2 June 2006 Architecture of a scalable mail system Joel Jaeggli for PACNOG2 June 2006 The problem... E-mail is one of the most critical services beyond actual IP service that an ISP fields for it's customers. Yet,

More information

CIT 470: Advanced Network and System Administration. Topics. Why Monitoring? System Monitoring

CIT 470: Advanced Network and System Administration. Topics. Why Monitoring? System Monitoring CIT 470: Advanced Network and System Administration System Monitoring CIT 470: Advanced Network and System Administration Slide #1 Topics 1. Why monitoring? 2. Historical monitoring 3. Real-time monitoring

More information

Maintaining HMI and SCADA Systems Through Computer Virtualization

Maintaining HMI and SCADA Systems Through Computer Virtualization Maintaining HMI and SCADA Systems Through Computer Virtualization Jon Reeser Systems Engineer PROFI-VISION Automation 1150 Glenlivet Drive Allentown, PA 18106 jon.reeser@profi-vision.com Thomas Jankowski

More information

Topics. CIT 470: Advanced Network and System Administration. Why Monitoring? Why Monitoring? Historical Monitoring Processes. Historical Monitoring

Topics. CIT 470: Advanced Network and System Administration. Why Monitoring? Why Monitoring? Historical Monitoring Processes. Historical Monitoring Topics CIT 470: Advanced Network and System Administration System Monitoring 1. Why monitoring? 2. Historical monitoring 3. Real-time monitoring 4. Monitoring techniques 5. Monit 6. Web-based monitoring

More information

What is included in the ATRC server support

What is included in the ATRC server support Linux Server Support Services What is included in the ATRC server support Installation Installation of any ATRC Supported distribution Compatibility with client hardware. Hardware Configuration Recommendations

More information

CASE STUDY: INTERNET SYSTEMS CONSORTIUM (ISC)

CASE STUDY: INTERNET SYSTEMS CONSORTIUM (ISC) CASE STUDY: INTERNET SYSTEMS CONSORTIUM (ISC) High Availability TrueNAS with VMware THE STORAGE CHALLENGE The number 1 reason we went with TrueNAS: Commercial support. We re sticking a lot of eggs in one

More information

Performance Testing. Checklist Packet. Everything you need to trigger thoughts, discussions and actions in the projects you are working on

Performance Testing. Checklist Packet. Everything you need to trigger thoughts, discussions and actions in the projects you are working on Performance Testing Checklist Packet Everything you need to trigger thoughts, discussions and actions in the projects you are working on Performance Testing Checklist: People & Processes within Performance

More information

Virtualization of CBORD Odyssey PCS and Micros 3700 servers. The CBORD Group, Inc. January 13, 2007

Virtualization of CBORD Odyssey PCS and Micros 3700 servers. The CBORD Group, Inc. January 13, 2007 Virtualization of CBORD Odyssey PCS and Micros 3700 servers January 13, 2007 61 Brown Road Ithaca, NY 14850 (607) 257-2410 Document Revision: 2 Last revised: January 13, 2007 Changes are periodically made

More information

What s New with VMware Virtual Infrastructure

What s New with VMware Virtual Infrastructure What s New with VMware Virtual Infrastructure Virtualization: Industry-Standard Way of Computing Early Adoption Mainstreaming Standardization Test & Development Server Consolidation Infrastructure Management

More information

Outline: Operating Systems

Outline: Operating Systems Outline: Operating Systems What is an OS OS Functions Multitasking Virtual Memory File Systems Window systems PC Operating System Wars: Windows vs. Linux 1 Operating System provides a way to boot (start)

More information

Virtual Appliances. Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V. Virtual Appliance Setup Guide for Umbrella Page 1

Virtual Appliances. Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V. Virtual Appliance Setup Guide for Umbrella Page 1 Virtual Appliances Virtual Appliances: Setup Guide for Umbrella on VMWare and Hyper-V Virtual Appliance Setup Guide for Umbrella Page 1 Table of Contents Overview... 3 Prerequisites... 4 Virtualized Server

More information

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software Best Practices for Monitoring Databases on VMware Dean Richards Senior DBA, Confio Software 1 Who Am I? 20+ Years in Oracle & SQL Server DBA and Developer Worked for Oracle Consulting Specialize in Performance

More information

ABB Technology Days Fall 2013 System 800xA Server and Client Virtualization. ABB Inc 3BSE074389 en. October 29, 2013 Slide 1

ABB Technology Days Fall 2013 System 800xA Server and Client Virtualization. ABB Inc 3BSE074389 en. October 29, 2013 Slide 1 ABB Technology Days Fall 2013 System 800xA Server and Client ization October 29, 2013 Slide 1 System 800xA ization Customers specify it Customers harmonize with IT Training environments Lower cost of ownership

More information

Exhibit B5b South Dakota. Vendor Questions COTS Software Set

Exhibit B5b South Dakota. Vendor Questions COTS Software Set Appendix C Vendor Questions Anything t Applicable should be marked NA. Vendor Questions COTS Software Set Infrastructure 1. Typically the State of South Dakota prefers to host all systems. In the event

More information

Cloud Sure - Virtual Machines

Cloud Sure - Virtual Machines Cloud Sure - Virtual Machines Maximize your IT network The use of Virtualization is an area where Cloud Computing really does come into its own and arguably one of the most exciting directions in the IT

More information

INSTRUCTOR: Dwight Makaroff - Thorvaldson 281.3 x8656. Available via appointment.

INSTRUCTOR: Dwight Makaroff - Thorvaldson 281.3 x8656. Available via appointment. Network and System Administration - CMPT 433 Syllabus University of Saskatchewan 2012-2013 Term 2 DESCRIPTION AND LEARNING OBJECTIVES ----------------------------------- CALENDAR DESCRIPTION: This course

More information

PRODUCTS & TECHNOLOGY

PRODUCTS & TECHNOLOGY PRODUCTS & TECHNOLOGY DATA CENTER CLASS WAN OPTIMIZATION Today s major IT initiatives all have one thing in common: they require a well performing Wide Area Network (WAN). However, many enterprise WANs

More information

VDI can reduce costs, simplify systems and provide a less frustrating experience for users.

VDI can reduce costs, simplify systems and provide a less frustrating experience for users. 1 INFORMATION TECHNOLOGY GROUP VDI can reduce costs, simplify systems and provide a less frustrating experience for users. infor ation technology group 2 INFORMATION TECHNOLOGY GROUP CONTENTS Introduction...3

More information

Kingston Communications Virtualisation Platforms

Kingston Communications Virtualisation Platforms Kingston Communications Virtualisation Platforms The KC Managed Server is architected to provide a dedicated server based on the hugely successful VMWare platform. By using the Enterprise version of VMware

More information

Cloud Computing - Architecture, Applications and Advantages

Cloud Computing - Architecture, Applications and Advantages Cloud Computing - Architecture, Applications and Advantages 1 Arun Mani Tripathi 2 Rizwan Beg NIELIT Ministry of C&I.T., Govt. of India 2 Prof. and Head, Department 1 of Computer science and Engineering,Integral

More information

The benefits of Cloud Computing

The benefits of Cloud Computing WHITE PAPER The benefits of Cloud Computing by Richard Ferriman, CEO (UK) of appichar Ltd The boom in Cloud computing over the past few years has led to a situation that is common to many innovations and

More information

Oracle Desktop Virtualization

Oracle Desktop Virtualization Oracle Desktop Virtualization Oracle Desktop Virtualization Portfolio Oracle Desktop Virtualization Portfolio Software. Hardware. Complete. Oracle Virtual Desktop Infrastructure VDI desktops to users on

More information

Enterprise Buyer Guide

Enterprise Buyer Guide Enterprise Buyer Guide Umbrella s Secure Cloud Gateway vs. Web Proxies or Firewall Filters Evaluating usability, performance and efficacy to ensure that IT teams and end users will be happy. Lightweight

More information

LinuxWorld Conference & Expo Server Farms and XML Web Services

LinuxWorld Conference & Expo Server Farms and XML Web Services LinuxWorld Conference & Expo Server Farms and XML Web Services Jorgen Thelin, CapeConnect Chief Architect PJ Murray, Product Manager Cape Clear Software Objectives What aspects must a developer be aware

More information

Integrated Application and Data Protection. NEC ExpressCluster White Paper

Integrated Application and Data Protection. NEC ExpressCluster White Paper Integrated Application and Data Protection NEC ExpressCluster White Paper Introduction Critical business processes and operations depend on real-time access to IT systems that consist of applications and

More information

SCALABILITY AND AVAILABILITY

SCALABILITY AND AVAILABILITY SCALABILITY AND AVAILABILITY Real Systems must be Scalable fast enough to handle the expected load and grow easily when the load grows Available available enough of the time Scalable Scale-up increase

More information

How To Run An Ultravm Cloud Server

How To Run An Ultravm Cloud Server It s like a dedicated server. But different. Turing House, Archway, Manchester, M15 5RL tel: 0161 232 0001 fax: 0161 232 9125 e: inbox@melbourne.co.uk www.melbourne.co.uk Meet UltraVM. It s quite different.

More information

How to Choose a Storage Solution Using BLADE Switches and Fibre Channel Technology

How to Choose a Storage Solution Using BLADE Switches and Fibre Channel Technology Using BLADE Switches for iscsi Case Study Balance the need for a robust/always-on IT infrastructure while keeping costs low Choosing the right storage technology was a key priority for IT when Blade Network

More information

Building Reliable, Scalable AR System Solutions. High-Availability. White Paper

Building Reliable, Scalable AR System Solutions. High-Availability. White Paper Building Reliable, Scalable Solutions High-Availability White Paper Introduction This paper will discuss the products, tools and strategies available for building reliable and scalable Action Request System

More information

Distribution One Server Requirements

Distribution One Server Requirements Distribution One Server Requirements Introduction Welcome to the Hardware Configuration Guide. The goal of this guide is to provide a practical approach to sizing your Distribution One application and

More information

UltraVMTM Dedicated Cloud Servers

UltraVMTM Dedicated Cloud Servers UltraVMTM Dedicated Cloud Servers It s like a dedicated Server. But different. Document Version 201401 Revision Date 1st August 2014 Telephone Sales and Accounts 0800 915 8771 Technical Support 0161 232

More information

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware Introduction By leveraging the inherent benefits of a virtualization based platform, a Microsoft Exchange Server 2007 deployment on VMware Infrastructure 3 offers a variety of availability and recovery

More information

Nexenta Performance Scaling for Speed and Cost

Nexenta Performance Scaling for Speed and Cost Nexenta Performance Scaling for Speed and Cost Key Features Optimize Performance Optimize Performance NexentaStor improves performance for all workloads by adopting commodity components and leveraging

More information

This document is intended to make you familiar with the ServersCheck Monitoring Appliance

This document is intended to make you familiar with the ServersCheck Monitoring Appliance ServersCheck Monitoring Appliance Quick Overview This document is intended to make you familiar with the ServersCheck Monitoring Appliance Although it is possible, we highly recommend not to install other

More information

ACME Enterprises IT Infrastructure Assessment

ACME Enterprises IT Infrastructure Assessment Prepared for ACME Enterprises March 25, 2014 Table of Contents Executive Summary...2 Introduction...2 Background...2 Scope of IT Assessment...2 Findings...2 Detailed Findings for Key Areas Reviewed...3

More information

Virtualization. Michael Tsai 2015/06/08

Virtualization. Michael Tsai 2015/06/08 Virtualization Michael Tsai 2015/06/08 What is virtualization? Let s first look at a video from VMware http://bcove.me/x9zhalcl Problems? Low utilization Different needs DNS DHCP Web mail 5% 5% 15% 8%

More information

MS 50292: Administering and Maintaining Windows 7

MS 50292: Administering and Maintaining Windows 7 MS 50292: Administering and Maintaining Windows 7 Description: This five-day instructor-led course provides students with the knowledge and skills to successfully administer, maintain, and troubleshoot

More information

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department Course: CST2405 System Administration - Windows (2 class hours, 2 lab hours, 3 credits) Course Description: This introductory

More information

Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle

Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle Agenda Introduction Database Architecture Direct NFS Client NFS Server

More information

Deployment Guide. How to prepare your environment for an OnApp Cloud deployment.

Deployment Guide. How to prepare your environment for an OnApp Cloud deployment. Deployment Guide How to prepare your environment for an OnApp Cloud deployment. Document version 1.07 Document release date 28 th November 2011 document revisions 1 Contents 1. Overview... 3 2. Network

More information

Virtualization: Advanced Technology or Magic Bullet?

Virtualization: Advanced Technology or Magic Bullet? Virtualization: Advanced Technology or Magic Bullet? Doug Hafford V.P. Consulting Services Proud Member of SoCalPROS and NorCalPROS GLA ALA Emerald Sponsor OCALA Agenda Virtualization Technology How Long

More information

Achieving Mainframe-Class Performance on Intel Servers Using InfiniBand Building Blocks. An Oracle White Paper April 2003

Achieving Mainframe-Class Performance on Intel Servers Using InfiniBand Building Blocks. An Oracle White Paper April 2003 Achieving Mainframe-Class Performance on Intel Servers Using InfiniBand Building Blocks An Oracle White Paper April 2003 Achieving Mainframe-Class Performance on Intel Servers Using InfiniBand Building

More information

Deploying Exchange Server 2007 SP1 on Windows Server 2008

Deploying Exchange Server 2007 SP1 on Windows Server 2008 Deploying Exchange Server 2007 SP1 on Windows Server 2008 Product Group - Enterprise Dell White Paper By Ananda Sankaran Andrew Bachler April 2008 Contents Introduction... 3 Deployment Considerations...

More information

Flash Controller Architecture for All Flash Arrays

Flash Controller Architecture for All Flash Arrays Flash Controller Architecture for All Flash Arrays Andy Walls Distinguished Engineer, IBM Systems and Technology Group CTO, Flash Systems and Technology Santa Clara, CA August 2013 1 Once upon a Time,.....

More information

elan Technology White Paper Why Linux?

elan Technology White Paper Why Linux? elan Technology White Paper Why Linux? Bow Networks Inc. Page 2 Introduction This white paper summarizes the reasons Linux was selected as the operating system for BOW Network s elan platform. Linux has

More information

VMware vsphere 5.1 Advanced Administration

VMware vsphere 5.1 Advanced Administration Course ID VMW200 VMware vsphere 5.1 Advanced Administration Course Description This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter.

More information

1/5/2013. Technology in Action

1/5/2013. Technology in Action 0 1 2 3 4 5 6 Technology in Action Chapter 5 Using System Software: The Operating System, Utility Programs, and File Management Chapter Topics System software basics Types of operating systems What the

More information

The Time has come for A Single View of IT. Sridhar Iyengar March 2011

The Time has come for A Single View of IT. Sridhar Iyengar March 2011 The Time has come for A Single View of IT Sridhar Iyengar March 2011 ManageEngine Portfolio Network Servers & Applications Desktop ServiceDesk Windows Infrastructure Event Log & Compliance Security Network

More information

The Flash- Transformed Server Platform Maximizing Your Migration from Windows Server 2003 with a SanDisk Flash- enabled Server Platform

The Flash- Transformed Server Platform Maximizing Your Migration from Windows Server 2003 with a SanDisk Flash- enabled Server Platform WHITE PAPER The Flash- Transformed Server Platform Maximizing Your Migration from Windows Server 2003 with a SanDisk Flash- enabled Server Platform.www.SanDisk.com Table of Contents Windows Server 2003

More information

CIT 470: Advanced Network and System Administration. Topics. Performance Monitoring. Performance Monitoring

CIT 470: Advanced Network and System Administration. Topics. Performance Monitoring. Performance Monitoring CIT 470: Advanced Network and System Administration Performance Monitoring CIT 470: Advanced Network and System Administration Slide #1 Topics 1. Performance monitoring. 2. Performance tuning. 3. CPU 4.

More information

Thin Client Overview. http://digital-campus.org

Thin Client Overview. http://digital-campus.org Thin Client Overview Overview Thin clients are lightweight terminals which connect over a network to a central server The server provides all the applications, data and processing, none of this is done

More information

Virtualized Disaster Recovery from VMware and Vision Solutions Cost-efficient, dependable solutions for virtualized disaster recovery and business

Virtualized Disaster Recovery from VMware and Vision Solutions Cost-efficient, dependable solutions for virtualized disaster recovery and business Virtualized Disaster Recovery from VMware and Vision Solutions Cost-efficient, dependable solutions for virtualized disaster recovery and business continuity Cost-efficient, dependable solutions for virtualized

More information

Paragon Protect & Restore

Paragon Protect & Restore PARAGON Software GmbH Heinrich-von-Stephan-Str. 5c 79100 Freiburg, Germany Tel. +49 (0) 761 59018201 Fax +49 (0) 761 59018130 Email sales@paragon-software.com Product website : www.protect-restore.com

More information

Cisco Application Control Engine in the Virtual Data Center

Cisco Application Control Engine in the Virtual Data Center Cisco Application Control Engine in the Virtual Data Center Q. What is Cisco Application Control Engine (ACE) the Virtual Data Center (AVDC)? A. AVDC is a solution that focuses on integrating key data

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

Desktop Virtualization & End-User Computing. May 16, 2013 Ryan Henyard Information & Technology Services

Desktop Virtualization & End-User Computing. May 16, 2013 Ryan Henyard Information & Technology Services Desktop Virtualization & End-User Computing May 16, 2013 Ryan Henyard Information & Technology Services Overview Introduction Desktop Virtualization @ U-M VDI Use Cases Discoveries & Takeaways Computing

More information

IOS110. Virtualization 5/27/2014 1

IOS110. Virtualization 5/27/2014 1 IOS110 Virtualization 5/27/2014 1 Agenda What is Virtualization? Types of Virtualization. Advantages and Disadvantages. Virtualization software Hyper V What is Virtualization? Virtualization Refers to

More information

Virtual Servers VIRTUAL DATA CENTER OVERVIEW VIRTUAL DATA CENTER BENEFITS

Virtual Servers VIRTUAL DATA CENTER OVERVIEW VIRTUAL DATA CENTER BENEFITS Virtual Servers VIRTUAL DATA CENTER OVERVIEW The SOFTeR Virtual Data Center is a Virtual Private Cloud Computing Service that enables customers to leverage guaranteed resource reservation pools (processor,

More information

Terminal Server Software and Hardware Requirements. Terminal Server. Software and Hardware Requirements. Datacolor Match Pigment Datacolor Tools

Terminal Server Software and Hardware Requirements. Terminal Server. Software and Hardware Requirements. Datacolor Match Pigment Datacolor Tools Terminal Server Software and Hardware Requirements Datacolor Match Pigment Datacolor Tools January 21, 2011 Page 1 of 8 Introduction This document will provide preliminary information about the both the

More information

SERVICE SCHEDULE PULSANT ENTERPRISE CLOUD SERVICES

SERVICE SCHEDULE PULSANT ENTERPRISE CLOUD SERVICES SERVICE SCHEDULE PULSANT ENTERPRISE CLOUD SERVICES This is a Service Schedule as defined in the Conditions. Where the Services set out in this Service Schedule form part of the Services to be supplied

More information

Virtual Desktop Infrastructure

Virtual Desktop Infrastructure Virtual Desktop Infrastructure Improved manageability and availability spur move to virtualize desktops Many companies have turned to virtualization technologies for their servers and in their data centers

More information

Disaster Recovery Checklist Disaster Recovery Plan for <System One>

Disaster Recovery Checklist Disaster Recovery Plan for <System One> Disaster Recovery Plan for SYSTEM OVERVIEW PRODUCTION SERVER HOT SITE SERVER APPLICATIONS (Use bold for Hot Site) ASSOCIATED SERVERS KEY CONTACTS Hardware Vendor System Owners Database Owner

More information

Using ITILv3 Methodology for Implementing New E-mail Services in Operator for Producing and Distributing Electrical Energy

Using ITILv3 Methodology for Implementing New E-mail Services in Operator for Producing and Distributing Electrical Energy Using ITILv3 Methodology for Implementing New E-mail Services in Operator for Producing and Distributing Electrical Energy 1 Selma Kovacevic, 2 Fahrudin Orucevic 1 Public Enterprise, Electrical Power Industry,

More information

This section will focus on basic operation of the interface including pan/tilt, video, audio, etc.

This section will focus on basic operation of the interface including pan/tilt, video, audio, etc. Catalogue Basic Operation... 2 For Internet Explorer... 2 For Other Non-IE Web Browsers... 5 Camera Settings... 6 System... 6 About... 6 PT Setting... 7 Backup and Restore Setup... 8 NTP Setting... 8 System

More information

Business Intelligence Competency Partners

Business Intelligence Competency Partners Business Intelligence Competency Partners BI 4.1 Installation Best Practices Presenter: Rich Chlebek May 15, 2014 What We ll Cover Webinar Protocol Introductions Architecture Server Clustering High Availability

More information

ArcGIS for Server in the Amazon Cloud. Michele Lundeen Esri

ArcGIS for Server in the Amazon Cloud. Michele Lundeen Esri ArcGIS for Server in the Amazon Cloud Michele Lundeen Esri What we will cover ArcGIS for Server in the Amazon Cloud Why How Extras Why do you need ArcGIS Server? Some examples Publish - Dynamic Map Services

More information

VMware vsphere 5.0 Boot Camp

VMware vsphere 5.0 Boot Camp VMware vsphere 5.0 Boot Camp This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter. Assuming no prior virtualization experience, this

More information

Chapter 7: Distributed Systems: Warehouse-Scale Computing. Fall 2011 Jussi Kangasharju

Chapter 7: Distributed Systems: Warehouse-Scale Computing. Fall 2011 Jussi Kangasharju Chapter 7: Distributed Systems: Warehouse-Scale Computing Fall 2011 Jussi Kangasharju Chapter Outline Warehouse-scale computing overview Workloads and software infrastructure Failures and repairs Note:

More information

Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB

Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB Executive Summary Oracle Berkeley DB is used in a wide variety of carrier-grade mobile infrastructure systems. Berkeley DB provides

More information

CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS

CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS Number: 1Y0-A14 Passing Score: 800 Time Limit: 90 min File Version: 42.2 http://www.gratisexam.com/ CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS Exam Name: Implementing

More information

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html. VMware

More information

Lowering Storage TCO with Iomega NAS

Lowering Storage TCO with Iomega NAS Brief ing March 2002 Version 3 s Lowering Storage TCO with Iomega NAS Summary Today s organizations no longer think of storage as a device. Instead, it is an architecture constructed with storage technologies

More information

Business Startups - Advantages of Using Automation

Business Startups - Advantages of Using Automation CLOUD AUTOMATION How Cloud Automation Can Help You Scale Your IT Services TABLE OF CONTENTS Introduction 03 Business Benefits 07 Administrator Benefits 11 Technical Considerations 14 Conclusion 17 2 INTRODUCTION

More information

Desktop Virtualization in Higher Education Increasing Flexibility on the Modern Campus. May 23, 2012 Ryan Henyard Information & Technology Services

Desktop Virtualization in Higher Education Increasing Flexibility on the Modern Campus. May 23, 2012 Ryan Henyard Information & Technology Services Desktop Virtualization in Higher Education Increasing Flexibility on the Modern Campus May 23, 2012 Ryan Henyard Information & Technology Services Overview Introduction Desktop Virtualization @ U-M The

More information

CIT 668: System Architecture. Performance Testing

CIT 668: System Architecture. Performance Testing CIT 668: System Architecture Performance Testing Topics 1. What is performance testing? 2. Performance-testing activities 3. UNIX monitoring tools What is performance testing? Performance testing is a

More information

Access Database Hosting. An introduction to Cloud Hosting Access databases from Your Office Anywhere

Access Database Hosting. An introduction to Cloud Hosting Access databases from Your Office Anywhere Access Database Hosting An introduction to Cloud Hosting Access databases from Your Office Anywhere Microsoft Access is a powerful way of creating bespoke database applications for either your own business

More information

Introduction to Red Hat Storage. January, 2012

Introduction to Red Hat Storage. January, 2012 Introduction to Red Hat Storage January, 2012 1 Today s Speakers 2 Heather Wellington Tom Trainer Storage Program Marketing Manager Storage Product Marketing Manager Red Hat Acquisition of Gluster What

More information

Highly Available Unified Communication Services with Microsoft Lync Server 2013 and Radware s Application Delivery Solution

Highly Available Unified Communication Services with Microsoft Lync Server 2013 and Radware s Application Delivery Solution Highly Available Unified Communication Services with Microsoft Lync Server 2013 and Radware s Application Delivery Solution The Challenge Businesses that rely on Microsoft Lync Server must guarantee uninterrupted

More information

DOVECOT Overview. Timo Sirainen Chief Architect Co-Founder

DOVECOT Overview. Timo Sirainen Chief Architect Co-Founder DOVECOT Overview Timo Sirainen, the Author of DOVECOT, started development in 2002 DOVECOT OY, the company behind Dovecot was established by Timo and his founder team with offices in Helsinki and Stuttgart.

More information

Virtual Infrastructure Creates Communications Agility

Virtual Infrastructure Creates Communications Agility Virtual Infrastructure Creates Communications Agility June 2013 Prepared by: Zeus Kerravala Virtual Infrastructure Creates Communications Agility by Zeus Kerravala June 2013 º º º º º º º º º º º º º º

More information

MailEnable Scalability White Paper Version 1.2

MailEnable Scalability White Paper Version 1.2 MailEnable Scalability White Paper Version 1.2 Table of Contents 1 Overview...2 2 Core architecture...3 2.1 Configuration repository...3 2.2 Storage repository...3 2.3 Connectors...3 2.3.1 SMTP Connector...3

More information

High Availability Solutions for the MariaDB and MySQL Database

High Availability Solutions for the MariaDB and MySQL Database High Availability Solutions for the MariaDB and MySQL Database 1 Introduction This paper introduces recommendations and some of the solutions used to create an availability or high availability environment

More information

MCSE SYLLABUS. Exam 70-290 : Managing and Maintaining a Microsoft Windows Server 2003:

MCSE SYLLABUS. Exam 70-290 : Managing and Maintaining a Microsoft Windows Server 2003: MCSE SYLLABUS Course Contents : Exam 70-290 : Managing and Maintaining a Microsoft Windows Server 2003: Managing Users, Computers and Groups. Configure access to shared folders. Managing and Maintaining

More information

Remote Access Clients for Windows

Remote Access Clients for Windows Remote Access Clients for Windows E80.60 Release Notes 3 December 2014 Classification: [Protected] 2014 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation

More information

5 Reasons Your Business Needs Network Monitoring

5 Reasons Your Business Needs Network Monitoring 5 Reasons Your Business Needs Network Monitoring Intivix.com (415) 543 1033 5 REASONS YOUR BUSINESS NEEDS NETWORK MONITORING Your business depends on the health of your network for office productivity.

More information

How Using V3 Appliances Virtual Desktop Total Cost of Ownership (TCO) is Reduced: A Superior Desktop Experience For Less Money

How Using V3 Appliances Virtual Desktop Total Cost of Ownership (TCO) is Reduced: A Superior Desktop Experience For Less Money How Using V3 Appliances Virtual Desktop (TCO) is Reduced: A Superior Desktop Experience For Less Money www. ipro-i nc.com/i t Contents VDI Overview...3 Introduction...3 Examining V3 s VDI...3 General Benefits

More information

Testing in the Cloud. A live demonstration of deploying testing in the cloud. 19-July Sydney, Australia 21-July Melbourne, Australia

Testing in the Cloud. A live demonstration of deploying testing in the cloud. 19-July Sydney, Australia 21-July Melbourne, Australia Testing in the Cloud A live demonstration of deploying testing in the cloud 19-July Sydney, Australia 21-July Melbourne, Australia Using the Cloud: A Practical View into the Cloud world The organisations

More information

How Virtualization Takes Your Business to the Next Level

How Virtualization Takes Your Business to the Next Level How Virtualization Takes Your Business to the Next Level How Virtualization Takes Your Business to the Next Level Virtualization is the radical movement towards innovating the traditional concepts of computing,

More information

TIPS TO HELP YOU NAVIGATE the COMPETITIVE VoIP LANDSCAPE

TIPS TO HELP YOU NAVIGATE the COMPETITIVE VoIP LANDSCAPE 5 TIPS TO HELP YOU NAVIGATE the COMPETITIVE VoIP LANDSCAPE & Save 60% on Your Phone Bill THE QUICK LIST NO VENDOR LOCK-IN ALL FEATURES INCLUDED FUTURE PROOF EASY TO USE MANY PRODUCTS IN ONE Digium s Switchvox

More information

Component Details Notes Tested. The virtualization host is a windows 2008 R2 Hyper-V server. Yes

Component Details Notes Tested. The virtualization host is a windows 2008 R2 Hyper-V server. Yes We will be reviewing Microsoft s Remote Desktop Services (RDS), which has undergone significant reworking since it was released as Windows 2008 Terminal Services. In the original release of Microsoft Windows

More information

SolarWinds Log & Event Manager

SolarWinds Log & Event Manager Corona Technical Services SolarWinds Log & Event Manager Training Project/Implementation Outline James Kluza 14 Table of Contents Overview... 3 Example Project Schedule... 3 Pre-engagement Checklist...

More information

Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER

Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER Scalability and BMC Remedy Action Request System TECHNICAL WHITE PAPER Table of contents INTRODUCTION...1 BMC REMEDY AR SYSTEM ARCHITECTURE...2 BMC REMEDY AR SYSTEM TIER DEFINITIONS...2 > Client Tier...

More information

1 Download & Installation... 4. 1 Usernames and... Passwords

1 Download & Installation... 4. 1 Usernames and... Passwords Contents I Table of Contents Part I Document Overview 2 Part II Document Details 3 Part III EventSentry Setup 4 1 Download & Installation... 4 Part IV Configuration 4 1 Usernames and... Passwords 5 2 Network...

More information

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always

More information