Engineering Computing March 2016

Slides:



Advertisements
Similar presentations
Dr. Leo Obrst MITRE Information Semantics Information Discovery & Understanding Command & Control Center February 6, 2014February 6, 2014February 6, 2014.
Advertisements

System Center Configuration Manager Push Software By, Teresa Behm.
Network Management Overview IACT 918 July 2004 Gene Awyzio SITACS University of Wollongong.
Network+ Guide to Networks, Fourth Edition Chapter 10 Netware-Based Networking.
An expert system is a package that holds a body of knowledge and a set of rules on a subject that has been gained from human experts. An expert system.
Bar|Scan ® Asset Inventory System The leader in asset and inventory management.
SQL Reporting Services Overview SSRS includes all the development and management pieces necessary to publish end user reports in  HTML  PDF 
Slide 1 of 9 Presenting 24x7 Scheduler The art of computer automation Press PageDown key or click to advance.
Configuration Management Supplement 67 Robert Horn, Agfa Healthcare.
DATA, DATABASES, AND QUERIES Managing Data in Relational Databases CS1100Microsoft Access - Introduction1.
DATA, DATABASES, AND QUERIES Managing Data in Relational Databases CS1100Microsoft Access - Introduction1 Created By Martin Schedlbauer
03/07/08 © 2008 DSR and LDAP Authentication Avocent Technical Support.
Scottish Legal Aid Board Content Management using OpenCms Martin Spinks CTO Navyblue Tuesday, March 16, 2010.
systemhound © Raxco Software Belgium systemhound PC inventory software.
This presentation is the property of Paradigm Information Systems It is confidential to the intended recipient for the purpose of evaluating FMS Any other.
The Asset Inventory Management module assists with data collection and discovery management processes. Collected information is interpreted and automatically.
Integrating and managing your Engaging Networks data Top ten data features.
© 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice SISP Training Documentation Template.
UW BEGINNINGS (internal draft. April 13, 2015) Presentation by Erick Engelke Engineering Computing.
Components of Database Management System
Hello We are looking for a coder to code the following We have a network that has different sites: we need an application that will scan the network and.
1 Schema Registries Steven Hughes, Lou Reich, Dan Crichton NASA 21 October 2015.
Chapter 17 Creating a Database.
Module 10 Administering and Configuring SharePoint Search.
The Glance Project ATLAS Management January 2012.
Access Forms and Queries. Entering Data in Your Table  You can add data to your table in Datasheet view, by typing in the columns and rows.  This.
Online Conference June 17 th and 18 th SharePoint Online Administration with PowerShell.
Database Management Systems (DBMS)
Dean Anderson Polk County, Oregon GIS in Action 2014 Modifying Open Source Software (A Case Study)
Software Reuse Course: # The Johns-Hopkins University Montgomery County Campus Fall 2000 Session 4 Lecture # 3 - September 28, 2004.
WebDat: A Web-based Test Data Management System J.M.Nogiec January 2007 Overview.
SPI NIGHTLIES Alex Hodgkins. SPI nightlies  Build and test various software projects each night  Provide a nightlies summary page that displays all.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
1 PDMLink Application - User Features & Functions Module 6: Search Capabilities.
DAY 14: ACCESS CHAPTER 1 RAHUL KAVI October 8,
Software Innovations UK Ltd. systemhound PC inventory software.
SSE WebMapViewer Recent Developments Steven Smolders SSE Workshop ESA - ESRIN, Frascati, Rome.
Open source IP Address Management Software Review
School of Informatics University of Edinburgh Inventory System Ken Dawson.
SoftUpdate New features and management technique.
 1- Definition  2- Helpdesk  3- Asset management  4- Analytics  5- Tools.
SmartCenter for Pointsec - MI
Integrating ArcSight with Enterprise Ticketing Systems
Integrating ArcSight with Enterprise Ticketing Systems
Mapping for the interwebs
GO! with Microsoft Office 2016
JustWare Mobile | Anthony Munar and Chris Dockstader
HORIZONT TWS/WebAdmin DS TWS/WebAdmin DS Tips & Tricks
Vmware 2V0-642 VMware Certified Professional 6 - Network Virtualization (NSX v6.2) VCE Question Answers.
Control Center Long Distance Module
CARA 3.10 Major New Features
On the road: Test automation in practice for a BMW map update service
CERN-Russia Collaboration in CASTOR Development
GO! with Microsoft Access 2016
Tuque 4 For Windows, OS/X & Linux
Printer Admin Print Job Manager
Testing REST IPA using POSTMAN
Housing application Presented by Phil Callaghan MD Caltech CRM
New publication platform of the IPC on the internet
SoftUpdate New features.
Personal Software Process Software Estimation
Training course Part 2: Administration tasks
Electronic Field Study Advanced User Training
Math Faculty Inventory System
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Lesson 3 Chapter 10.
for the Right Application
Right Product for the Right Application.
NIEM Tool Strategy Next Steps for Movement
Features Overview.
Presentation transcript:

Engineering Computing March 2016 AssetMan Engineering Computing March 2016

Why we set up, tested iTOP asset mgmt but found: too complicated for occasional use poor APIs database schema convoluted configuring GUI was painful

Comments ITOP would require too much training and documentation because it is too complex We do not need something that complicated and ‘powerful’ Could you make it easier? If there is CSV output, we do not need advanced reporting features Wouldn’t something like a spreadsheet be sufficient?

AssetMan a simpler asset management system simple to learn and use uses CSV (spreadsheets) for reporting integrated with InfoBlox, ONA and AUDIT so far, SCCM next can be referenced (eg. in RT tickets) with a unique URL simple queries with multiple parameters simple API for remote queries and updates partitions campus by distinct IT support units easy to extend

Read Only Attributes ONA and InfoBlox authoritative on many things ipv4, ipv6, mac, dns, uplink device, port#, owner, etc. AssetMan presents their values as readonly but searchable by GUI or API Should we update InfoBlox from Assetman?

Read Write Attributes brand, model, serial number, etc. read/write data OWNED by AssetMan can be set or queried by GUI or by API

Change Log logs changes by ONA, InfoBlox or AssetMan read-only GUI and API access

Asset GUI Features search by any attributes with =, <, > supports * wildcards within search returns actual count of matches, but GUI only displays first 500 matches (due to browser limits) CSV feature returns all matches automatic switch to edit mode when viewing

Software Inventory also searchable with wild cards, <,=,> operators search by vendor, application, version or by install, uninstall dates GUI limited to 500 assets, due to browser limits Unlimited CSV output available too

APIs eight apis used by AssetMan GUI or other apps read schema (eg. what is read/write, or readonly) read asset db write asset db (limited to read/write fields) read asset/software db (CSV format) read change log read software db read document db write document db

Status Late March 2016 GUI is mostly done – fine tuning left Introductory documentation is done Client/server Ethernet/IPv4 collection from ONA/InfoBlox is done client/server IPv6 is incomplete (just need some ONA help to match DNS with IPv6 addresses) PC Software via Audit, SCCM is done (several thousand computers) Mac software agent is written. Believe it should work with Casper as well as SCCM and standalone.

Missing Functionality default gui has some limitations on search criteria, like inability to specify a specific date range. Advanced GUI API has no such limitations Programming API has no limitations We have a canned search facility to meet special needs, canned searches can be edited/extended without modifying source code CSV output means people can make own reports

Next Steps Touch up GUI to make more consistent Make documentation context sensitive Minor adjustments to API to use JWT (JavaScript Web Tokens) Complete video tutorial Complete gap assessment