The FusionInventory project

Size: px
Start display at page:

Download "The FusionInventory project"

Transcription

1 The FusionInventory project RMLL / LSM 2012 Walid Nouh - Mathieu Simon Genève Juillet 2012

2 About us Walid Nouh FusionInventory contributor GLPI contributor Working for TECLIB, Montpellier

3 About us Mathieu Simon FusionInventory contributor (l10n) GLPI plugin translation Working for Gymnasium Köniz-Lerbermatt, Bern

4 Outline Project overview GLPI and FusionInventory Agent: installation and OS support Task: Network discovery Task: network inventory Task: Wake On Lan Task: software deployment Task: vcenter / ESX / ESXi inventory Task: inventory QA The developer point of view Soon to come Real use experience Questions

5 FusionInventory timeline 2006 First unified inventory agent for Unix 2008 First server implementation (Tracker, a plugin for GLPI) 2009 Agent and server integration 2010 FusionInventory project is born! 2010 Uranos integration 2011 Rudder (cfengine) integration 2012 OTRS integration

6 The project FusionInventory is a community driven project Active mailing list IRC: #FusionInventory on FreeNode Forge, Git repositories, etc

7 Contributors 4 active developers An active community 2 companies involved We re looking for more contributors!

8 Contributors 4 active developers An active community 2 companies involved We re looking for more contributors!

9 Before starting FusionInventory is not a software Agent: a software to install on the computers Server: handles communication with the agents Task: is prepared by the server, executed by an agent

10 pull / push FusionInventory enables push or pull mode pull : Agent = Server the agent contacts the server. push : Agent = Server the server initiates the contact.

11 Available servers today 4 solutions so far FusionInventory for GLPI Uranos Rudder by Normation OCS Inventory NG Mandriva Pulse 2... it s also possible to perform local XML inventory (soon: switch to JSON).

12 In contact with developers of FusionDirectory OTRS ITSM (work already in progress)

13 Outline Project overview GLPI and FusionInventory Agent: installation and OS support Task: Network discovery Task: network inventory Task: Wake On Lan Task: software deployment Task: vcenter / ESX / ESXi inventory Task: inventory QA The developer point of view Soon to come Real use experience Questions

14 Why GLPI for the server? We re also members of the GLPI community Motivation: Don t reinvent the wheel! Avoid having a second database and synchronization Focus on what s important to us - let GLPI do the rest

15 GLPI: about (1/4) Powerfull web based asset management software Project started in 2003 LAMP Provides a complete plugin API

16 GLPI: inventory (2/4) Computers, screens, printers, etc Network devices, phones Financial informations Warranties Licenses

17 GLPI: Service Desk (3/4) ITIL compatible Servicedesk Incident management Problem management Statistics

18 GLPI (4/4) Reports and statistics Powerful authorization system (LDAP, IMAP/POP, etc) WebSSO (CAS, LemonLDAP, etc)

19 Outline Project overview GLPI and FusionInventory Agent: installation and OS support Task: Network discovery Task: network inventory Task: Wake On Lan Task: software deployment Task: vcenter / ESX / ESXi inventory Task: inventory QA The developer point of view Soon to come Real use experience Questions

20 Agent: Installation Many ways to do it Distribution packages Debian, Fedora, EPEL, Ubuntu, Mageia,... Windows installer GPO, psexec,... Static prebuilt packages: untar and run 62 differents system so far Tarball and CPAN

21 Agent: Installation There s also an Android agent available on Google Play.

22 Supported operating systems Linux Windows MacOSX BSD illumos AIX HP-UX Solaris Android

23 Outline Project overview GLPI and FusionInventory Agent: installation and OS support Task: Network discovery Task: network inventory Task: Wake On Lan Task: software deployment Task: vcenter / ESX / ESXi inventory Task: inventory QA The developer point of view Soon to come Real use experience Questions

24 Network discovery Quickly detect and collect all connected devices nmap NetBIOS SNMP queries

25 Outline Project overview GLPI and FusionInventory Agent: installation and OS support Task: Network discovery Task: network inventory Task: Wake On Lan Task: software deployment Task: vcenter / ESX / ESXi inventory Task: inventory QA The developer point of view Soon to come Real use experience Questions

26 ... INTERLUDE...

27 SNMP SNMP origin A standard First RFC in 1988 Designed to monitor equipments 3 versions 1, 2c, 3 (Cyphering) OID: Information location MIB: A collection of OIDs

28 SNMP: what for in FusionInventory? How do we use SNMP? Identify remote devices (network equipments, printers,...) Perform a remote inventory Get the most important informations

29 SNMP: a nightmare Please support my hardware, here is the MIB! Might be hard to find Often no free or not redistributable Important informations might be missing But worth, they may be wrong!

30 SNMP: a nightmare Please support my hardware, here is the MIB! Might be hard to find Often no free or not redistributable Important informations might be missing But worth, they may be wrong!

31 SNMP: an example Example: Cisco 6500 firmware 12.2(33)SXI2a (02-Sep-09 01:00) Serial OID: (33)SXI3 (27-Oct-09 11:12) Serial OID: = Gni?!

32 SNMP: outch

33 SNMP: how to be reliable? We prepared our own MIB Manual work for each equipment stored in an XML file Defines relations between an OID and an information ex: serial number OID Supports dynamics OIDs

34 SNMP: how to be reliable? A centralized database We re implementing a centralized database In Beta stage You create and account and upload snmpwalks The tool helps you to make the model It ll be available in the next release!

35 ... END OF INTERLUDE...

36 SNMP: network equipments (1/3) Common informations Serial number Supplier Model Firmware version MAC address CPU load / RAM etc

37 SNMP: network equipments (2/3) Advanced support Number of ports Speed Internal status Errors counters VLAN Trunk (tagged)...

38 SNMP: network equipments (3/3) Port to port connections MAC address one to many LLDP / CDP discovery POIP informations, etc

39 SNMP: a network equipment example

40 SNMP: Printers (1/2) General information Serial number Supplier Model Firmware Memory MAC Address etc

41 SNMP: Printers (2/2) Advanced informations Cartridges state Pages counters

42 SNMP: a printer example

43 Outline Project overview GLPI and FusionInventory Agent: installation and OS support Task: Network discovery Task: network inventory Task: Wake On Lan Task: software deployment Task: vcenter / ESX / ESXi inventory Task: inventory QA The developer point of view Soon to come Real use experience Questions

44 Wake On Lan WoL Agent can be used as a proxy to send WoL packets.

45 Wake On Lan: Example Example A remote network 50 computers What FusionInventory can do Wake up all computers at 2 am for updates.

46 Outline Project overview GLPI and FusionInventory Agent: installation and OS support Task: Network discovery Task: network inventory Task: Wake On Lan Task: software deployment Task: vcenter / ESX / ESXi inventory Task: inventory QA The developer point of view Soon to come Real use experience Questions

47 Software deployment (1/2) What can be done Perform actions on the target computer Send files Consume less bandwith thanks to peer to peer Attention: FI is not a configuration management tool!

48 Software deployment (2/2) Why a new software deployment solution? Use existing GLPI UI Use GLPI habilitations (groups/profils/entities) Multi-platform

49 Outline Project overview GLPI and FusionInventory Agent: installation and OS support Task: Network discovery Task: network inventory Task: Wake On Lan Task: software deployment Task: vcenter / ESX / ESXi inventory Task: inventory QA The developer point of view Soon to come Real use experience Questions

50 vcenter / ESX / ESXi The problem Black boxes: no way to install an agent on the host...

51 vcenter / ESX / ESXi The solution The agent can use SOAP API to: inventorize hardware list virtual machines per host inventorize each ESX box (in case of a vcenter)

52 vcenter / ESX / ESXi: the command line tool fusioninventory esx host vcenter user foo \ password bar directory /tmp Send inventories to the server : fusioninventory i n j e c t o r v f i l e /tmp/. ocs \ u https : / / server / plugins / fusioninventory /

53 vcenter / ESX / ESXi: GLPI UI An interface in GLPI Define credentials Define vcenter/esx/esxi address Plan inventories

54 Outline Project overview GLPI and FusionInventory Agent: installation and OS support Task: Network discovery Task: network inventory Task: Wake On Lan Task: software deployment Task: vcenter / ESX / ESXi inventory Task: inventory QA The developer point of view Soon to come Real use experience Questions

55 Informations gathered (1/3) BIOS PCI modules memory slots CPUs hard drivers, drives, etc motherboard operating system screens ports slots partitions software

56 Informations gathered (2/3) connected users video cards virtual machines soundcards modems environment variables USB devices network configurations batteries printers processes antivirus LVM

57 Informations gathered (3/3) Android: Simcard, IMEI, etc

58 Outline Project overview GLPI and FusionInventory Agent: installation and OS support Task: Network discovery Task: network inventory Task: Wake On Lan Task: software deployment Task: vcenter / ESX / ESXi inventory Task: inventory QA The developer point of view Soon to come Real use experience Questions

59 Some statistics Today 194 Perl modules lines of code 938 unit tests

60 Unit tests What for? test parsing for OSes that we don t have check Win32 code from another OS from WMI to registry check sensitive things unicode, HTTPS, etc

61 Outline Project overview GLPI and FusionInventory Agent: installation and OS support Task: Network discovery Task: network inventory Task: Wake On Lan Task: software deployment Task: vcenter / ESX / ESXi inventory Task: inventory QA The developer point of view Soon to come Real use experience Questions

62 What FusionInventory can bring to you Several scenarios Use inventory in your own application Extend inventory with your own modules Interface with GLPI or other Uranos, soon OTRS, etc Create new tasks

63 Outline Project overview GLPI and FusionInventory Agent: installation and OS support Task: Network discovery Task: network inventory Task: Wake On Lan Task: software deployment Task: vcenter / ESX / ESXi inventory Task: inventory QA The developer point of view Soon to come Real use experience Questions

64 What else?

65 Our roadmap Next steps: FusionInventory Agent 2.3.x Tool to edit SNMP XML models NUT integration Transition in progress: OCS/XML REST/JSON planned for agent already used by OTRS

66 Our roadmap Next steps: FusionInventory Agent 2.3.x Tool to edit SNMP XML models NUT integration Transition in progress: OCS/XML REST/JSON planned for agent already used by OTRS

67 Outline Project overview GLPI and FusionInventory Agent: installation and OS support Task: Network discovery Task: network inventory Task: Wake On Lan Task: software deployment Task: vcenter / ESX / ESXi inventory Task: inventory QA The developer point of view Soon to come Real use experience Questions

68 Real use experience Why use FusionInventory and GLPI (1/2): 2 schools were merged and had grown: 400 each 1000 students today IT departments merged and quickly grown 2008: Regular financial audit - including IT assets. We had to get a an inventory without tons of man-hours: QUICKLY.

69 Real use experience Why use FusionInventory and GLPI (2/2): Proprietary solution highly cost intensive - while restricted in features Experience with superiors: If it s OSS, it has to work OCS was able to get all our computers data GLPI had the nice UI + held all other asset data

70 Real use experience OCSinventory-ng side: OCS lagged behind with Windows compatibility, regular GLPI sync problems Why FusionInventory: Client: Agent easier to deploy 3 platforms Server: PHP + Perl PHP Deployment: 1 internal git tree of GLPI + plugins IT staff: 2 UIs 1 UI

71 Real use experience OCS Agent: the dull duck - sorry guys... OCS lagged behind with Windows compatibility, regular sync problems Why FusionInventory: Client: Agent easier to deploy 3 platforms Server: PHP + Perl PHP Deployment: 1 internal git tree of GLPI + plugins IT staff: 2 UIs 1 UI

72 The good, the bad... There are also downsides - nothing is perfect: Documentation mostly fr-fr focused l10n: de-de had quite some frenchisms FI for GLPI lags behind major GLPI releases Ticket notifications require lots of local tuning (yet)... no: There is no true ugly thing I found

73 Finally GLPI + FI automated lots of taks no sysadmin wants to do manually with +300 computers We still use a fraction of GLPI s features, but growing (Cert management!) Auditability Made superiors happy OSS proved to work: Swiss-german education - normally not that easy Got in touch with nice community Have to polish my french regularly ;-)

74 Outline Project overview GLPI and FusionInventory Agent: installation and OS support Task: Network discovery Task: network inventory Task: Wake On Lan Task: software deployment Task: vcenter / ESX / ESXi inventory Task: inventory QA The developer point of view Soon to come Real use experience Questions

75 Questions? Question?

76 Thanks Thanks! Windows aeu04117/ /sizes/z/in/photostream/ AIX http: // MacOSX /sizes/l/in/photostream/ Cisco mueller/ /sizes/z/in/photostream/ Teletubbies tudor/ /lightbox/ Worker /sizes/l/in/photostream/

Assets management with FusionInventory and GLPI

Assets management with FusionInventory and GLPI Assets management with FusionInventory and GLPI Fabrice Flore-Thebault fabrice@ March 23, 2011 UKUUG Spring 2011 Conference About me Sysadmin Free Software Community Documentation and testing Opensource

More information

FusionInventory Time to unify them all

FusionInventory Time to unify them all Fabrice Flore-Thebault themroc@ April 11, 2010 Outline 1 Origins Merge of 2 projects Factorize 2 Functionalities Network discovery Assets inventory Send data to servers Wake the agent when needed Deployment

More information

Assets management with FusionInventory

Assets management with FusionInventory Assets management with FusionInventory Gonéri Le Bouder September 2011 About us: Gonéri Le Bouder Free software enthusiast FusionInventory project co-leader Debian Developer Perl Monger

More information

Assets management with FusionInventory. David Durieux <d.durieux@siprossii.com> Gonéri Le Bouder <goneri@teclib.com>

Assets management with FusionInventory. David Durieux <d.durieux@siprossii.com> Gonéri Le Bouder <goneri@teclib.com> Assets management with FusionInventory David Durieux Gonéri Le Bouder July 2011 About us: David Durieux IT management consultant GLPI core-developer FusionInventory

More information

IT asset management with GLPI

IT asset management with GLPI IT asset management with GLPI Gonéri Le Bouder and David Durieux July 2011 About us: David Durieux IT management consultant GLPI developer FusionInventory project co-leader Work at siprossii, Lyon area,

More information

Open Computers & Softwares Inventory New Generation

Open Computers & Softwares Inventory New Generation Open Computers & Softwares Inventory New Generation What is OCS? OCS Inventory NG is an application designed to help a network or system administrator keep track of the computers configuration and software

More information

PANDORA FMS NETWORK DEVICE MONITORING

PANDORA FMS NETWORK DEVICE MONITORING NETWORK DEVICE MONITORING pag. 2 INTRODUCTION This document aims to explain how Pandora FMS is able to monitor all network devices available on the marke such as Routers, Switches, Modems, Access points,

More information

Do you know what makes NetSupport Manager so unique?

Do you know what makes NetSupport Manager so unique? Do you know what makes NetSupport Manager so unique? NetSupport Manager is recognised internationally as the market leading Remote Control solution for Enterprises large and small. Over the last 23 years,

More information

Freshservice Discovery Probe User Guide

Freshservice Discovery Probe User Guide Freshservice Discovery Probe User Guide 1. What is Freshservice Discovery Probe? 1.1 What details does Probe fetch? 1.2 How does Probe fetch the information? 2. What are the minimum system requirements

More information

PANDORA FMS NETWORK DEVICES MONITORING

PANDORA FMS NETWORK DEVICES MONITORING NETWORK DEVICES MONITORING pag. 2 INTRODUCTION This document aims to explain how Pandora FMS can monitor all the network devices available in the market, like Routers, Switches, Modems, Access points,

More information

2 OpenTopic Introduction

2 OpenTopic Introduction FusionInventory! 2 OpenTopic Introduction OpenTopic TOC 3 Contents Preface: Introduction...v Links...v Internet site...v Development forge...v Mailing lists...v IRC-Channel...v Forums...v Versions...v

More information

Rudder. Sharing IT automation benefits in a team with Rudder. Benoît Peccatte bpe@normation.com. Normation Tous droits réservés normation.

Rudder. Sharing IT automation benefits in a team with Rudder. Benoît Peccatte bpe@normation.com. Normation Tous droits réservés normation. Rudder Sharing IT automation benefits in a team with Rudder Benoît Peccatte bpe@ 1 Who am I? Benoît Peccatte Origins: Sysadmin and a developper Now: Automation, Rudder, ncf ncf 2 What is Rudder anyway?

More information

Intro to QualysGuard IT Compliance SaaS Services. Marek Skalicky, CISM, CRISC Regional Account Manager for Central & Adriatic Eastern Europe

Intro to QualysGuard IT Compliance SaaS Services. Marek Skalicky, CISM, CRISC Regional Account Manager for Central & Adriatic Eastern Europe Intro to QualysGuard IT Compliance SaaS Services Marek Skalicky, CISM, CRISC Regional Account Manager for Central & Adriatic Eastern Europe QualysGuard ICT Security Management Integrated Suite of ICT Security

More information

VMware vsphere 4.1 with ESXi and vcenter

VMware vsphere 4.1 with ESXi and vcenter VMware vsphere 4.1 with ESXi and vcenter This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter. Assuming no prior virtualization

More information

WhatsUpGold. v3.0. WhatsConnected User Guide

WhatsUpGold. v3.0. WhatsConnected User Guide WhatsUpGold v3.0 WhatsConnected User Guide Contents CHAPTER 1 Welcome to WhatsConnected Finding more information and updates... 2 Sending feedback... 3 CHAPTER 2 Installing and Configuring WhatsConnected

More information

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Active Directory - User, group, and computer account management in active directory on a domain controller. - User and group access and permissions.

Active Directory - User, group, and computer account management in active directory on a domain controller. - User and group access and permissions. Vmware ESX 4/5/6 - Provision virtual machines through vsphere, assign available resources and install operating systems. - Configure the various built in alarms for monitoring, configure alarm thresholds

More information

New features and highlights

New features and highlights New features and highlights April 2012 Würth Phoenix Group 2012 System Monitoring NetEye availability monitoring by the SMS Watchdog With the newly introduced SMS Watchdog the status of NetEye is constantly

More information

ManageEngine Desktop Central Training

ManageEngine Desktop Central Training ManageEngine Desktop Central Training Course Objectives Who Should Attend Course Agenda Course Objectives Desktop Central training helps you IT staff learn the features offered by Desktop Central and to

More information

Whitepaper. Business Service monitoring approach

Whitepaper. Business Service monitoring approach Whitepaper on Business Service monitoring approach - Harish Jadhav Page 1 of 15 Copyright Copyright 2013 Tecknodreams Software Consulting Pvt. Ltd. All Rights Reserved. Restricted Rights Legend This document

More information

ManageEngine (division of ZOHO Corporation) www.manageengine.com. Infrastructure Management Solution (IMS)

ManageEngine (division of ZOHO Corporation) www.manageengine.com. Infrastructure Management Solution (IMS) ManageEngine (division of ZOHO Corporation) www.manageengine.com Infrastructure Management Solution (IMS) Contents Primer on IM (Infrastructure Management)... 3 What is Infrastructure Management?... 3

More information

Automation Tools for UCS Sysadmins

Automation Tools for UCS Sysadmins Automation Tools for UCS Sysadmins Eric Williams Technical Marketing Engineer What is the Cisco UCS XML API? Cisco Unified Computing System Optimized and Designed as an Integrated System Cisco UCS Manager

More information

Integration Guide. Help Desk Authority, Perspective and sl360. 1.800.424.9411 www.scriptlogic.com

Integration Guide. Help Desk Authority, Perspective and sl360. 1.800.424.9411 www.scriptlogic.com Integration Guide Help Desk Authority, Perspective and sl360 1.800.424.9411 www.scriptlogic.com Table of Contents Introduction... 3 Product Overview... 3 Benefits of Product Integration... 3 Advanced Help

More information

Goverlan Remote Control

Goverlan Remote Control Goverlan Remote Control Feature Overview Goverlan Remote Control Powerful IT remote control, made easy Support, control and manage multiple users anywhere securely and seamlessly. With its powerful broadscope

More information

Monitor the Cisco Unified Computing System

Monitor the Cisco Unified Computing System Monitor the Cisco Unified Computing System Using Sentry Software Monitoring for BMC ProactiveNet Performance Management White Paper September 2010 August 2010 Contents What You Will Learn... 3 Overview...

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

ANNEXURE-1 TO THE TENDER ENQUIRY NO.: DPS/AMPU/MIC/1896. Network Security Software Nessus- Technical Details

ANNEXURE-1 TO THE TENDER ENQUIRY NO.: DPS/AMPU/MIC/1896. Network Security Software Nessus- Technical Details Sub: Supply, Installation, setup and testing of Tenable Network Security Nessus vulnerability scanner professional version 6 or latest for scanning the LAN, VLAN, VPN and IPs with 3 years License/Subscription

More information

Cisco OnPlus Service. Economically Deliver Managed Network Services

Cisco OnPlus Service. Economically Deliver Managed Network Services Data Sheet Cisco OnPlus Service Economically Deliver Managed Network Services In today s competitive business environment, IT solution providers are increasingly looking to managed and cloud services as

More information

Monitoring Windows Servers and Applications with GroundWork Monitor Enterprise 6.7. Product Application Guide October 8, 2012

Monitoring Windows Servers and Applications with GroundWork Monitor Enterprise 6.7. Product Application Guide October 8, 2012 Monitoring Windows Servers and Applications with GroundWork Monitor Enterprise 6.7 Product Application Guide October 8, 2012 Table of Contents Introduction...3 Definitions and Abbreviations...3 GroundWork

More information

SapphireIMS 4.0 Asset Management Feature Specification

SapphireIMS 4.0 Asset Management Feature Specification SapphireIMS 4.0 Asset Management Feature Specification v1.4 All rights reserved. COPYRIGHT NOTICE AND DISCLAIMER No parts of this document may be reproduced in any form without the express written permission

More information

Deploying iphone and ipad Mobile Device Management

Deploying iphone and ipad Mobile Device Management Deploying iphone and ipad Mobile Device Management ios supports Mobile Device Management (MDM), giving businesses the ability to manage scaled deployments of iphone and ipad across their organizations.

More information

ITIL & ServiceDesk Plus

ITIL & ServiceDesk Plus ITIL & ServiceDesk Plus Alex D Paul Director IT Service Management ZOHO Corporation Agenda The Making of ServiceDesk Plus The Road Ahead Making of ServiceDesk Plus Sizing Up Who Were Against Small players

More information

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11.

Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures. Goliath Performance Monitor Installation Guide v11. Consolidated Monitoring, Analysis and Automated Remediation For Hybrid IT Infrastructures Goliath Performance Monitor Installation Guide v11.5 (v11.5) Document Date: March 2015 www.goliathtechnologies.com

More information

VMware vcenter Log Insight Getting Started Guide

VMware vcenter Log Insight Getting Started Guide VMware vcenter Log Insight Getting Started Guide vcenter Log Insight 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

How To Write Itil Open Source Solution Stack

How To Write Itil Open Source Solution Stack ITIL Open Source Solution Stack Bruno Cornec, HP EMEA Open Source and Linux Profession Lead October, 2013 Copyright 2012 Hewlett-Packard Development Company, L.P. 1 Introducing Myself Software engineering

More information

Cisco OnPlus Service. Economical Managed Network Services

Cisco OnPlus Service. Economical Managed Network Services Data Sheet Cisco OnPlus Service Economical Managed Network Services Cisco OnPlus Service is a simple, affordable cloud-based platform that delivers managed network services by offering assessment, management

More information

ANS Monitoring as a Service. Customer requirements

ANS Monitoring as a Service. Customer requirements ANS Monitoring as a Service Customer requirements Version History Version: 1.0 Date: 29/03/2015 Version Date Summary Of Changes Pages Changed Author 0.1 17/07/15 Initial document created ALL Dale Marshall

More information

Security FAQs (Frequently Asked Questions) for Xerox Remote Print Services

Security FAQs (Frequently Asked Questions) for Xerox Remote Print Services Security FAQs (Frequently Asked Questions) for Xerox Remote Print Services February 30, 2012 2012 Xerox Corporation. All rights reserved. Xerox and Xerox and Design are trademarks of Xerox Corporation

More information

SCUOLA SUPERIORE SANT ANNA 2007/2008

SCUOLA SUPERIORE SANT ANNA 2007/2008 Master degree report Implementation of System and Network Monitoring Solution Netx2.0 By Kanchanna RAMASAMY BALRAJ In fulfillment of INTERNATIONAL MASTER ON INFORMATION TECHNOLOGY SCUOLA SUPERIORE SANT

More information

Comprehensive Monitoring of VMware vsphere ESX & ESXi Environments

Comprehensive Monitoring of VMware vsphere ESX & ESXi Environments Comprehensive Monitoring of VMware vsphere ESX & ESXi Environments Table of Contents Overview...3 Monitoring VMware vsphere ESX & ESXi Virtual Environment...4 Monitoring using Hypervisor Integration...5

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

Apple Managed with Microsoft. Anders Meinert, amei@atea.dk Sebastian Bredsdorff, semb@atea.dk

Apple Managed with Microsoft. Anders Meinert, amei@atea.dk Sebastian Bredsdorff, semb@atea.dk Apple Managed with Microsoft Anders Meinert, amei@atea.dk Sebastian Bredsdorff, semb@atea.dk Atea Leading Nordic and Baltic supplier of IT infrastructure and solution integration 6.500 employees 3.700

More information

ForeScout CounterACT. Device Host and Detection Methods. Technology Brief

ForeScout CounterACT. Device Host and Detection Methods. Technology Brief ForeScout CounterACT Device Host and Detection Methods Technology Brief Contents Introduction... 3 The ForeScout Approach... 3 Discovery Methodologies... 4 Passive Monitoring... 4 Passive Authentication...

More information

How To Use A Help Desk With A Pnettrap On A Pc Or Mac Or Mac (For A Laptop)

How To Use A Help Desk With A Pnettrap On A Pc Or Mac Or Mac (For A Laptop) Integration Guide Help Desk Authority, PacketTrap and sl360 1.800.424.9411 www.scriptlogic.com 2010 ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo, Help Desk Authority and

More information

Zabbix : Interview 2012 of Alexei Vladishev

Zabbix : Interview 2012 of Alexei Vladishev Zabbix : Interview 2012 of Alexei Vladishev Monitoring-fr : Results in 2011 for Zabbix: objectives achieved? What are your main satisfactions and disappointments? Alexei Vladishev : I am happy to say that

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

itop: the open-source ITSM solution

itop: the open-source ITSM solution itop: the open-source ITSM solution itop is a multi-client web portal designed for service providers and businesses. Simple and easy to use, it allows all configuration items and their relationships to

More information

Introduction. Manageability. What is needed?

Introduction. Manageability. What is needed? Introduction It will come as no surprise to readers of this white paper that Microsoft currently dominates the IT marketplace. The company has been able to leverage the vast number of computers using its

More information

System Management. 2010 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice

System Management. 2010 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice System Management Jonathan Cyr System Management Product Line Manager Udi Shagal Product Manager SiteScope Sudhindra d Tl Technical Lead Performance Manager 2010 Hewlett-Packard Development Company, L.P.

More information

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

1. Amendment of Section I. Invitation to Bid item no. 6 and 7 are hereby amended as follows: From:

1. Amendment of Section I. Invitation to Bid item no. 6 and 7 are hereby amended as follows: From: Republic of the Philippines Department of Finance INSURANCE COMMISSION 1071 United Nations Avenue Manila BIDS AND AWARDS COMMITTEE SUPPLEMENTAL BID BULLETIN NO. 2 SUPPLY, DELIVERY, INSTALLATION AND COMMISSIONING

More information

NetCrunch 6. AdRem. Network Monitoring Server. Document. Monitor. Manage

NetCrunch 6. AdRem. Network Monitoring Server. Document. Monitor. Manage AdRem NetCrunch 6 Network Monitoring Server With NetCrunch, you always know exactly what is happening with your critical applications, servers, and devices. Document Explore physical and logical network

More information

Example of Standard API

Example of Standard API 16 Example of Standard API System Call Implementation Typically, a number associated with each system call System call interface maintains a table indexed according to these numbers The system call interface

More information

Installing and Configuring vcenter Multi-Hypervisor Manager

Installing and Configuring vcenter Multi-Hypervisor Manager Installing and Configuring vcenter Multi-Hypervisor Manager vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.1 This document supports the version of each product listed and supports all subsequent

More information

Cisco TelePresence Manager Datasheet

Cisco TelePresence Manager Datasheet Data Sheet Cisco TelePresence Manager Datasheet The Cisco TelePresence collaboration system combines audio, video, and interactive elements to create an "in-person" feeling among participants from remote

More information

use ready 2 The open source enterprise solution pre-configured for the IT Asset Management www.cmdbuild.org Tecnoteca Srl

use ready 2 The open source enterprise solution pre-configured for the IT Asset Management www.cmdbuild.org Tecnoteca Srl 1 ready 2 use The open source enterprise solution pre-configured for the IT Asset Management www.cmdbuild.org Tecnoteca Srl tecnoteca@tecnoteca.com www.tecnoteca.com CMDBuild ready2use 2 CMDBuild ready2use

More information

Systems Manager Cloud Based Mobile Device Management

Systems Manager Cloud Based Mobile Device Management Datasheet Systems Manager Systems Manager Cloud Based Mobile Device Management Overview Meraki Systems Manager provides cloud-based over-the-air centralized management, diagnostics, and monitoring of the

More information

Better Integration of Systems Management Hardware with Linux

Better Integration of Systems Management Hardware with Linux Better Integration of Systems Management Hardware with Linux LINUXCON NORTH AMERICA Aug 2014 Charles Rose Engineer Dell Inc. Agenda Introduction Systems Management Hardware/Software Information Available

More information

Kaseya 2. User Guide. Version R8. English

Kaseya 2. User Guide. Version R8. English Kaseya 2 Discovery User Guide Version R8 English September 19, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as

More information

Upon completion of this chapter, you will able to answer the following questions:

Upon completion of this chapter, you will able to answer the following questions: CHAPTER 2 Operating Systems Objectives Upon completion of this chapter, you will able to answer the following questions: What is the purpose of an OS? What role do the shell and kernel play? What is the

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

REQUIREMENTS LIVEBOX. http://www.liveboxcloud.com

REQUIREMENTS LIVEBOX. http://www.liveboxcloud.com 2015 REQUIREMENTS LIVEBOX http://www.liveboxcloud.com LiveBox Srl does not release declarations or guarantees about this documentation and its use and decline any expressed or implied commercial or suitability

More information

Document History. Version Date Name Description. Edward Howard Aisha Shiddat 12/16/2 010. Created GTO Handbook 05/31/2 011.

Document History. Version Date Name Description. Edward Howard Aisha Shiddat 12/16/2 010. Created GTO Handbook 05/31/2 011. Document History Version Date Name Description 1 12/16/2 010 Edward Howard Aisha Shiddat Created GTO Handbook Q3 05/31/2 011 Kristy Lee Minor language edits Q4 9/28/20 11 Kristy Lee Edited Web Conferencing

More information

Oracle Universal Content Management 10.1.3

Oracle Universal Content Management 10.1.3 Date: 2007/04/16-10.1.3 Oracle Universal Content Management 10.1.3 Document Management Quick Start Tutorial Oracle Universal Content Management 10.1.3 Document Management Quick Start Guide Page 1 Contents

More information

Automated Patching. Paul Asadoorian IT Security Specialist Brown University

Automated Patching. Paul Asadoorian IT Security Specialist Brown University Automated Patching Paul Asadoorian IT Security Specialist Brown University Outline Automated Patching Introduction Tools from Microsoft Microsoft SUS Microsoft SMS Others HFNetCheck Pro (Shavlik) Novell

More information

Network Monitoring with SNMP

Network Monitoring with SNMP Network Monitoring with SNMP This document describes how SNMP is used in WhatsUp Gold v11 and provides examples on how to configure performance, active, and passive monitors. Introduction SNMP (Simple

More information

JOB ORIENTED VMWARE TRAINING INSTITUTE IN CHENNAI

JOB ORIENTED VMWARE TRAINING INSTITUTE IN CHENNAI JOB ORIENTED VMWARE TRAINING INSTITUTE IN CHENNAI Job oriented VMWARE training is offered by Peridot Systems in Chennai. Training in our institute gives you strong foundation on cloud computing by incrementing

More information

RES ONE Automation 2015 Task Overview

RES ONE Automation 2015 Task Overview RES ONE Automation 2015 Task Overview Task Overview RES ONE Automation 2015 Configuration Tasks The library Configuration contains Tasks that relate to the configuration of a computer, such as applying

More information

Cisco TelePresence Manager

Cisco TelePresence Manager Cisco TelePresence Manager 1.3 Simplifying the Experience: Meeting Scheduling and Management Cisco TelePresence Manager is an integral part of the Cisco TelePresence experience that creates the feeling

More information

HP Insight Management Agents architecture for Windows servers

HP Insight Management Agents architecture for Windows servers HP Insight Management Agents architecture for Windows servers Technology brief, 2 nd edition Introduction... 3 A first look at the Insight Management Agents architecture... 3 HP Insight Management agents...

More information

ZABBIX. An Enterprise-Class Open Source Distributed Monitoring Solution. Takanori Suzuki MIRACLE LINUX CORPORATION October 22, 2009

ZABBIX. An Enterprise-Class Open Source Distributed Monitoring Solution. Takanori Suzuki MIRACLE LINUX CORPORATION October 22, 2009 ZABBIX An Enterprise-Class Open Source Distributed Monitoring Solution Takanori Suzuki MIRACLE LINUX CORPORATION October 22, 2009 Outline Biography ZABBIX New release ZABBIX 1.8 Activity in Japan Biography

More information

Directions for VMware Ready Testing for Application Software

Directions for VMware Ready Testing for Application Software Directions for VMware Ready Testing for Application Software Introduction To be awarded the VMware ready logo for your product requires a modest amount of engineering work, assuming that the pre-requisites

More information

Required Ports and Protocols. Communication Direction Protocol and Port Purpose Enterprise Controller Port 443, then Port 11165 Port 8005

Required Ports and Protocols. Communication Direction Protocol and Port Purpose Enterprise Controller Port 443, then Port 11165 Port 8005 Oracle Enterprise Manager Ops Center Ports and Protocols Guide 12c Release 2 (12.2.2.0.0) E51942-04 December 2014 This document contains the latest information on the ports and protocols that Oracle Enterprise

More information

Preinstallation Requirements Guide

Preinstallation Requirements Guide Preinstallation Requirements Guide Synergy 3.4.9 June 2015 Synergy 2015 TOC 1: Introduction 4 Synergy platform modules 4 Synergy install procedure - your responsibilities 4 Further information about Synergy

More information

The open source enterprise solution pre-configured for the IT Asset Management www.cmdbuild.org

The open source enterprise solution pre-configured for the IT Asset Management www.cmdbuild.org 1 The open source enterprise solution pre-configured for the IT Asset Management www.cmdbuild.org Tecnoteca Srl tecnoteca@tecnoteca.com www.tecnoteca.com CMDBuild READY2USE 2 CMDBuild READY2USE is a CMDBuild

More information

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.7. Page 1

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.7. Page 1 Server Monitoring AppDynamics Pro Documentation Version 4.1.7 Page 1 Server Monitoring......................................................... 4 Standalone Machine Agent Requirements and Supported Environments............

More information

mbits Network Operations Centrec

mbits Network Operations Centrec mbits Network Operations Centrec The mbits Network Operations Centre (NOC) is co-located and fully operationally integrated with the mbits Service Desk. The NOC is staffed by fulltime mbits employees,

More information

NetSupport Manager v11

NetSupport Manager v11 Remote Support For Any Environment NetSupport Manager v11 NetSupport Manager has been helping organizations optimize the delivery of their IT support services since 1989 and while the use of Remote Control

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

Network Monitoring with SNMP

Network Monitoring with SNMP Network Monitoring with SNMP This paper describes how SNMP is used in WhatsUp- Professional and provides specific examples on how to configure performance, active, and passive monitors. Introduction SNMP

More information

Managing Servers in the Enterprise

Managing Servers in the Enterprise Managing Servers in the Enterprise Ed Cox Trainer Hewlett-Packard 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Objectives Install

More information

SapphireIMS 4.0 BSM Feature Specification

SapphireIMS 4.0 BSM Feature Specification SapphireIMS 4.0 BSM Feature Specification v1.4 All rights reserved. COPYRIGHT NOTICE AND DISCLAIMER No parts of this document may be reproduced in any form without the express written permission of Tecknodreams

More information

Install Guide for JunosV Wireless LAN Controller

Install Guide for JunosV Wireless LAN Controller The next-generation Juniper Networks JunosV Wireless LAN Controller is a virtual controller using a cloud-based architecture with physical access points. The current functionality of a physical controller

More information

Network management tools: Torrus, Gerty, Mooxu

Network management tools: Torrus, Gerty, Mooxu Network management tools: Torrus, Gerty, Mooxu DENOG3 Frankfurt am Main, October 20 th 2011 Stanislav Sinyagin ssinyagin@k-open.com Copyright notice This work is licensed under the Creative Commons Attribution-Share

More information

Seagate NAS OS 4 Reviewers Guide: NAS / NAS Pro / Business Storage Rackmounts

Seagate NAS OS 4 Reviewers Guide: NAS / NAS Pro / Business Storage Rackmounts Seagate NAS OS 4 Reviewers Guide: NAS / NAS Pro / Business Storage Rackmounts Seagate NAS OS 4 Reviewers Guide 2 Purpose of this guide Experience the most common use cases for the product, learn about

More information

Advanced Diploma In Hardware, Networking & Server Configuration

Advanced Diploma In Hardware, Networking & Server Configuration Advanced Diploma In Hardware, Networking & Server Configuration Who should do this course? This course is meant for those persons who have a dream of getting job based on Computer Hardware, Networking

More information

Virtual Managment Appliance Setup Guide

Virtual Managment Appliance Setup Guide Virtual Managment Appliance Setup Guide 2 Sophos Installing a Virtual Appliance Installing a Virtual Appliance As an alternative to the hardware-based version of the Sophos Web Appliance, you can deploy

More information

Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5

Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5 Technical Note Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5 In the VMware Infrastructure (VI) Perl Toolkit 1.5, VMware

More information

VMware vcenter Log Insight Getting Started Guide

VMware vcenter Log Insight Getting Started Guide VMware vcenter Log Insight Getting Started Guide vcenter Log Insight 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Crestron Electronics, Inc. AirMedia Deployment Guide

Crestron Electronics, Inc. AirMedia Deployment Guide Crestron Electronics, Inc. AirMedia Deployment Guide Crestron product development software is licensed to Crestron dealers and Crestron Service Providers (CSPs) under a limited non-exclusive, non transferable

More information

Introduction to Computer Administration. System Administration

Introduction to Computer Administration. System Administration Introduction to Computer Administration System Administration System Administration System Administration Duties of System Administrator Types of Administrators/Users Operating Systems Supporting Administration

More information

MCN Health Monitor. The finger on the pulse of your critical systems. David Tayler Service Engineer, OSISoft

MCN Health Monitor. The finger on the pulse of your critical systems. David Tayler Service Engineer, OSISoft MCN Health Monitor The finger on the pulse of your critical systems David Tayler Service Engineer, OSISoft MCN Health Monitor Today s presentation Introduction Description Interfaces Tag Builders Client

More information

Kaseya 2. Quick Start Guide. for Network Monitor 4.1

Kaseya 2. Quick Start Guide. for Network Monitor 4.1 Kaseya 2 VMware Performance Monitor Quick Start Guide for Network Monitor 4.1 June 7, 2012 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private

More information

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

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner External Data Provider Snow Distribution

More information

Server application Client application Quick remote support application. Server application

Server application Client application Quick remote support application. Server application The system needs to be Online, with a server hosted as a HTTP/WEB interface. The WEB interface will have a login interface, Administrators can download the server & client application to any desktop to

More information

Proactively Managing Servers with Dell KACE and Open Manage Essentials

Proactively Managing Servers with Dell KACE and Open Manage Essentials Proactively Managing Servers with Dell KACE and Open Manage Essentials A Dell Technical White Paper Dell KACE Dell Open Manage Essentials THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN

More information

ICANWK401A Install and manage a server

ICANWK401A Install and manage a server ICANWK401A Install and manage a server Release: 1 ICANWK401A Install and manage a server Modification History Release Release 1 Comments This Unit first released with ICA11 Information and Communications

More information

PassTest. Bessere Qualität, bessere Dienstleistungen!

PassTest. Bessere Qualität, bessere Dienstleistungen! PassTest Bessere Qualität, bessere Dienstleistungen! Q&A Exam : 642-999 Title : Implementing Cisco Data Center Unified Computing Version : Demo 1 / 5 1.When upgrading a standalone Cisco UCS C-Series server,

More information

Open Source Project from China. Northeast Asia Open Source SoftwareCompetition Nov. 2012

Open Source Project from China. Northeast Asia Open Source SoftwareCompetition Nov. 2012 Open Source Project from China Northeast Asia Open Source SoftwareCompetition Nov. 2012 Projects PMON: BIOS for Loongson CPU TCPCopy: A stress test utility for real-time network traffic FastDFS: A lightweight

More information