Cameron Blashka | Informer Implementation Specialist

Slides:



Advertisements
Similar presentations
Upgrading to SharePoint 2010 JUNE 2010 SANSPUG.ORG MEETING CHRIS GIVENS.
Advertisements

Refeng Wu CQ5 WCM System Administrator
© 2012 Entrinsik, Inc. Informer Administration Exploring the system menu and functions PRESENTER: Jason Vorenkamp| Informer Software Engineer| March 2012.
Acknowledgments Byron Bush, Scott S. Hilpert and Lee, JeongKyu
OpalisRobot™ Demonstration Actual Run Book Procedure Actual Data center Run Book Procedure documenting for Level 1 staff how to both VERIFY.
What is MySQL? MySQL is a relational database management system (A relational database stores data in separate tables rather than putting all the data.
1 - Oracle Server Architecture Overview
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 12: Managing and Implementing Backups and Disaster Recovery.
Multiple Tiers in Action

Proper Care and Feeding of your SQL MDB -Recommendations for General MDB Maintenance -Read the notes on the foils! -Revised October
Module 12: Backup and Recovery. Overview Backup and recovery methods available in Oracle and SQL Server 2008 Types of failure Types of recovery Formulating.
Setting Up a Sandbox Presented by: Kevin Brunson Chief Technology Officer.
11 MAINTAINING THE OPERATING SYSTEM Chapter 5. Chapter 5: MAINTAINING THE OPERATING SYSTEM2 CHAPTER OVERVIEW Understand the difference between service.
NovaBACKUP 10 xSP Technical Training By: Nathan Fouarge
11 MAINTAINING THE OPERATING SYSTEM Chapter 5. Chapter 5: MAINTAINING THE OPERATING SYSTEM2 CHAPTER OVERVIEW  Understand the difference between service.
FileSecure Implementation Training Patch Management Version 1.1.
Administration etc.. What is this ? This section is devoted to those bits that I could not find another home for… Again these may be useless, but humour.
Migration XenDesktop 7. © 2013 Citrix | Confidential – Do Not Distribute Migration prerequisites Set up a XenDesktop 7 Site, including the site database.
Chris Hyzer University of Pennsylvania
9/10/20151 Hyperion Enterprise 6.5 New Features & Functionality Robert Cybulski, CPA Finit Solutions.
Get the best performance out of your PC By Matthew Pinch.
LSC Segment Database Duncan Brown Caltech LIGO-G Z.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 12: Managing and Implementing Backups and Disaster Recovery.
Chapter 18: Windows Server 2008 R2 and Active Directory Backup and Maintenance BAI617.
Updating FireRMS Presented by Dan Cook Implementation Team Lead ZOLL.
Ideas to Improve SharePoint Usage 4. What are these 4 Ideas? 1. 7 Steps to check SharePoint Health 2. Avoid common Deployment Mistakes 3. Analyze SharePoint.
7202ICT – Database Administration
GlobalWare Database clean-up April Sigmon Sr. Technical Analyst Application Support Team - Point of Sale September 2011.
© 2013 Cisco System Inc. All rights reserved Cisco Confidential 1 © 2013 Cisco System Inc. All rights reserved. 1 System Backup And Restore Utility.
1 Chapter Overview Preparing to Upgrade Performing a Version Upgrade from Microsoft SQL Server 7.0 Performing an Online Database Upgrade from SQL Server.
1 Chapter Overview Performing Configuration Tasks Setting Up Additional Features Performing Maintenance Tasks.
A Brief Documentation.  Provides basic information about connection, server, and client.
By Shanna Epstein IS 257 September 16, Cnet.com Provides information, tools, and advice to help customers decide what to buy and how to get the.
Server/Environment Management July 8th, Agenda Overview of Environments Infinicenter Console Monitoring Updates Security Certificates Atlassian.
Week 7 : Chapter 7 Agenda SQL 710 Maintenance Plan:
ESRI User Conference 2004 ArcSDE. Some Nuggets Setup Performance Distribution Geodatabase History.
Process Architecture Process Architecture - A portion of a program that can run independently of and concurrently with other portions of the program. Some.
ASSIGNMENT 2 Salim Malakouti. Ticketing Website  User submits tickets  Admins answer tickets or take appropriate actions.
…the basics…. Wildland Fire Information and Technology Server Requirements ● Windows 7 Professional or Windows 2003/2008 Server ● Windows 8/10 (discussion)
Oracle Business Intelligence Foundation – Testing and Deploying OBI Repository.
Confidencial - TRACASA Automatize test [e- Reporting]
Cognos 8 BI Configuration, Administration, and Upgrade Cognos 8 BI.
Accelerator Troubleshooting. NetBackup Accelerator 2.
5 Copyright © 2008, Oracle. All rights reserved. Testing and Validating a Repository.
#SummitNow A Day in the Life of an Alfresco Admin November 2013 Antonio Soler Premier Support Engineer Alfresco Software Ltd.
Cosc 5/4765 Database security. Database Databases have moved from internal use only to externally accessible. –Organizations store vast quantities of.
Sitecore upgrades The Past, The Present, The Future.
2nd year Computer Science & Engineer
Fundamental of Databases
Best practice Upgrade process
Running a Forms Developer Application
Unit Testing.
You Inherited a Database Now What?
SQL and SQL*Plus Interaction
Cameron Blashka| Informer Implementation Specialist
Servicenow Admin Certification Training
Workflow Best Practices
Test Upgrade Name Title Company 9/18/2018 Microsoft SharePoint
Introduction of Week 3 Assignment Discussion
TEMPDB – INTERNALS AND USAGE
ODP node monitoring and maintenance
You Inherited a Database Now What?
CS 240 – Advanced Programming Concepts
Database administration
February 11-13, 2019 Raleigh, NC.
DIY GP Maintenance Paul Johnson.
Michelle Haarhues Keeping up with SSMS.
Ch 10. Maintaining and Automating SQL Server
Presentation transcript:

Cameron Blashka | Informer Implementation Specialist Care and Feeding of Informer How to Ensure Long-term Stability with your Informer system PRESENTER: Cameron Blashka | Informer Implementation Specialist April 26 & April 27, 2017

Overview The Informer System Maintenance Tasks Upgrades Log Files Derby Database Tables Routine Backups & Packages Scheduled Restarts

Informer is a Three-Tier System! Database Server Open Connection Connection Pooling Query Execution Selection Web Server Load Results Grouping Script Execution Sorting Normalization Client Machine Render Results AJAX/JavaScript Group Listing

Upgrading Informer Current Version: 4.7.0 Why Bother Upgrading? Bug fixes New features Improved UI Elasticsearch with Dashboards Check the Release Notes!

Upgrading Informer Download the most recent .war upgrade file Client Portal Support Ticket Place inside the ./webapp folder on the Informer server Restart Informer Done! Note: Once you successfully upgrade, you can delete the .war files for the older versions of Informer!

Log Maintenance Useful when encountering errors Always running in the background Can grow huge when gone unchecked Not necessary to log everything at all times

Log Maintenance Verify the Settings Set up Rolling Logs Admin -> Log Settings –> Restore Default Set up Rolling Logs Affects openinformer.log, not servicelog.txt

Log Maintenance Returns the basics of what Informer is doing log4j.logger.com.entrinsik.informer=info Returns what statements are sent to the database (U2) log4j.logger.com.entrinsik.informer.uoj.STATEMENTS=info Returns what statements are sent to the database (SQL) log4j.logger.com.entrinsik.informer.sql.query=DEBUG Returns what comes back from the database (U2) log4j.logger.com.entrinsik.informer.uoj=DEBUG Returns what comes back from the database (SQL) log4j.logger.com.entrinsik.informer.sql=TRACE

Database Maintenance Large tables over time LAUNCHAUDIT JOBHISTORY DATAARCHIVE Most users don’t need content from 20XX and earlier Can be cleaned up via derby command line to reclaim space

Backups Informer database is located in the ./db folder Make frequent backup in case of catastrophic failure The more space you have, the more liberal you can afford to be with backups Scheduled tasks

Packages Useful for specific object backups Reports Datasources Mappings Less useful for full-system backups Be wary of duplication!

Restarts Releases cached items, on both the application and the server Adjusts memory usage on the server Restarted a potentially frozen Scheduler Can be scheduled during confirmed downtimes, like early morning on weekends

Thank you! Any questions?