Using Automated Network Management at Fiserv. June 2012

Size: px
Start display at page:

Download "Using Automated Network Management at Fiserv. June 2012"

Transcription

1 Using Automated Network Management at Fiserv June 2012

2 Brought to you by Join Group Vivit Network Automation Special Interest Group (SIG) Leaders: Chris Powers & Wendy Wheeler Your input is welcomed on new topics!

3 Today s Presenter Chris Powers Senior Tools Engineer Fiserv

4 Housekeeping This LIVE session is being recorded and will be available to all Vivit members Session Q&A: Please type questions in the Questions Pane

5 Webinar Control Panel Toggle View Window between Full screen/window mode. Questions

6 Agenda Introduction Discussion on how Fiserv uses and tunes Network Automation Examples of customizations to maximize NA s performance Examples Increase Task Performance Improve Reporting Improve working with HP Support staff Summary 6

7 Background Information: Currently we have: Approximately 4500 devices currently in NA. Deploy two new cores (replacing current cores) Deploying many satellites (at remote data centers) HP OO work Using OO to integrate NA with 3 rd party products, perform custom actions, work around existing issues /limitations within NA

8 Network Automation 8

9 NA Performance If you ve just installed NA, haven t made any changes, you have a very solid foundation to handle all of your tasks. But at some point, you may need more. How can you do more changes in a set time window How can you perform more tasks in the same amount of time

10 Increase NA Performance There are a number of ways to do this: Tune Network Automation, DB (Oracle, SQL Server, etc.) Tune how NA interacts with devices Tune what NA does or when it does it

11 Always Keep This Picture in Your Mind When Tuning Network Automation 11

12 Tune Network Automation, DB So, most people I talk with ask how they can do more in the same amount of time. One way is to increase the limits around tasks Max Concurrent Tasks Max Concurrent Group Tasks Max Task Length But, it s just not as easy as increasing these numbers

13 Basic Information about NA and Java When a Java program starts the Java Virtual Machine gets some memory from whatever Operating System is running on the machine. The JVM uses this memory for all its tasks. Java is made up of: Heap - the memory area where run-time newly created objects are stored PermGen - holds details on the things in the heap

14 Basic Information about NA and Java Every time something creates an object it means an object is allocated memory from Heap and when an object dies or garbage collection happens, memory goes back to Heap space in Java So, the heap stores the objects and the PermGen keeps details about the things inside of it.

15 Basic Information about NA and Java Java is also made up of: Stack each thread started by NA will be allocated a stack Memory address space outside of Heap or PermGen Contains data no other threads can access, including the local variables, parameters, and return values of each method the thread has invoked

16 Key Comments Backup the file before you change it. Tuning is an art form, if you modify one value, you may need to adjust something else to compensate. Think of this in terms of an equation, if you change one side, you ll need to change something on the other to maintain balance. There is risk to making changes to files, have a change request filed in case something happens. Notify your team of what you re looking to do. Open a support case if you have questions. 16

17 NA Configuration Files NA pulls Java settings from this file: /opt/na/server/ext/wrapper/conf/jboss_wrapper.conf wrapper.java.additional.3=-xmn170m wrapper.java.additional.7=-xx:maxpermsize=512m wrapper.java.initmemory=512 wrapper.java.maxmemory=512

18 NA Configuration Files Based on one of our servers with 24 GB of RAM, I came up with the following values: wrapper.java.additional.3=-xmn3333m wrapper.java.additional.7=-xx:maxpermsize=512m wrapper.java.initmemory=10000 wrapper.java.maxmemory=10000 So, wrapper.java.additional.3 is 1/3 rd of total Heap size MaxPermSize = 512m I m using about 40% of memory for initmemory / maxmemory

19 NA Configuration Files Why not use more of the RAM? Increasing the Heap size may result in other performance problems. For example, the Garbage Collection task may take longer causing the application to pause.

20 NA Configuration Files Database configuration file: /opt/na/server/ext/jboss/server/default/deploy/db-ds.xml C3P0 Hibernate Connection Pool HP NA uses C3P0 hibernate libraries to manage database connections. <attribute name="maxpoolsize">99</attribute>

21 Tune Network Automation, DB If you just increase the task numbers, you should expect to run into some errors: java.lang.outofmemoryerror: Java heap space java.lang.outofmemoryerror: GC overhead limit exceeded. If GC is spending a lot of time (98% of total time) and less than 2% of heap is recovered, Java throws this error. java.lang.stackoverflowerror java.lang.outofmemoryerror: unable to create new native thread Stack java.lang.stackoverflowerror java.net.socketexception: Too many open files run lsof, check OS / file descriptors though there could be a memory leak Work with the Sys Admin who manages the server(s)

22 Tune Network Automation, DB Why????? Is this so difficult Is this hard to get exact numbers for my system Every system is different OS 32 / 64 bit Even how NA is used Drivers Tasks Out of the box / Customized??? HS / MM / Single Core / Satellites / etc 3 rd party integrations

23 Tune how NA interacts with devices Even if it s not a task involving a change, I m always thinking about time, performance and efficiency. Don t add devices that don t work If you must add these devices, try to limit tasks that will run against these devices Remove / deactivate devices that don t work Discontinued devices Have processes in place to make these visible to the proper resources (if applicable, make sure those who can fix them, know about them) Remove / Limit device password rules Filter, Filter, Filter Limit connection options (telnet, ssh, tftp, ftp, scp, SNMP, etc) If you don t support RLogin, why have it enabled by default

24 Tune how NA interacts with devices Our Scheduled Snapshot task does not run off of Inventory, but off a dynamic group Managed Devices Managed Devices checks and verifies a config file exists This cuts down on unproductive device tasks s alert engineers if there is a device issue. When the issue is fixed, NA is again able to manage the device and NA adds the device to the Managed Devices Group.

25 Device Password Rules

26 Connection Methods Go for the averages - If you have a few devices that need it, then set it just for those devices, don t globally enable it. You can easily automate changing connection methods based on adding a device Event Notification / Response Rules Scripts or Flows Multi-Task Projects

27 Tune Drivers Driver enhancements can definitely assist in the overall performance and functionality of Network Automation Try to stay as current as possible with driver packs An exception may be where you use a hot fix that is not included in the latest driver pack. If you find defects or would like improvements with drivers, open a case with support.

28 Tune Drivers If you use a new driver / hot fix, you may find cases where things still are not quite right. Validate that the fix is working logging will do this. Try a Checkpoint Snapshot depending on the driver, this may fix issue If possible, try to make a config change, frequently this will clear the prior issue.

29 Tune Reporting While some may say Reporting doesn t really impact performance, it does play a role in how you can improve NA functionality and in some cases, outright performance Create reports that show device issues Place on repeating basis, send to key resources Use out of the box options as well as take advantage of options available through scripting / flows This will provide a quick list for people who should be able to resolve these issues to do so. Customize Canned Reports If you have a request to modify a canned report, definitely check with HP Support or post on forums Be aware that some types of reports (Tasks) may run slower than others (Devices) If possible, try to find the data elsewhere. For example, I have code that produces a report that looks like it contains task data, but does not it s all device data (so it runs faster)

30 Tune Reporting Custom Report showing Device Access Issues Runs Daily Distributed via , report is an attachment Device Hostname IP Address Last Access Attempt Date Last Access Attempt Time Last Access Attempt Status Apr-12 17:10:30 Run Diagnostics: Problem accessing device hosta Apr-12 6:36:46 Take Snapshot: Problem accessing device Last Successful Snapshot Date Last Successful Snapshot Time Comments Management Status Apr-12 06:33: Device deactivated by na_admin on :28:59 1

31 Tune Reporting Other areas for Custom Reports: Policies / Compliance (out of the box) Device Add Issues (out of the box) Monthly Command Scripts (out of the box) Other reports we use: Monthly report showing NA kicking off OO flows Devices added but without a driver Devices added but without model info (i.e. Snapshots fail)

32 Improve working with HP Support staff Document. Actually over-document. This cuts down on the ping-pong nature. Just because it s clear / obvious to you, doesn t mean someone else may see it. When I open a case, I ll include a troubleshooting.zip file and I ll make a best effort guess (or based on past similar cases) what logging I need to turn up. I ve recently adjusted what logging I ll use as I ve noticed a change in what is requested by support. I may not always agree, but I know it ll be requested. So, if I do this initially, I save everyone some time. I ll include screen shots, device details, and verbose notes. I ve even been known to attach videos to show the issue happening if it s rather obscure.

33 Improve working with HP Support staff If I am not sure what logging is best, I ll make that comment initially, so I should get the info back sooner rather than later. I have multiple custom task templates that help me do this, for example, I had a time where I experienced a large number of driver issues, so I created a template that was specific for this type of issue. When I have a similar problem, I can use this template and then turn around and use the logs generated to submit to support that I know will contain useful information. Just keep in mind that some actions may not have a taskid associated, so if you need to turn up logging, you need to do it globally.

34 Template Example

35 Improve working with HP Support staff Ask for feedback from support. While something may work great for you, it may make things much more difficult for others. While I was validating a hotfix driver, I started to use an app that would do screen prints of webpages. This was easy for me to do when I needed to copy a long webpage. However, the result was an image not searchable. As a result, the driver guys couldn t search through the results and that slowed down their work dramatically. It wasn t worth the minor savings in time for me. Had I not asked, I may not have known.

36 Improve working with HP Support staff Suggestions I ve received from HP Support: Prioritize a support case according to the issue: for example is the customer has a question, that must be a sev 4 or 3 case. It s important to us to know if our customers have changed their environment like: product upgrades, new hotfixes, new topology (HS, MM), new servers, etc. If the case is related to NA performance, it would be great to have NA logs and server specifications, also include OS details. If possible, don t delete files inside the troubleshoot.zip bundle. If they are looking for a Request For Enhancement(RFE), it would be good to explain the scenario and their expectations, if possible, provide an example. On the other hand, a general troubleshoot.zip file (without specific logs) has to be attached to the case.

37 Summary Today we ve covered how one can tune Network Automation to increase its performance and get more value out of it.

38 Thank you Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

Move Performance Testing to the Next Level with HP Performance Center September 11, Copyright 2013 Vivit Worldwide

Move Performance Testing to the Next Level with HP Performance Center September 11, Copyright 2013 Vivit Worldwide Move Performance Testing to the Next Level with HP Performance Center September 11, 2013 Copyright 2013 Vivit Worldwide Brought to you by Copyright 2013 Vivit Worldwide Hosted by Megan Shelton Vivit Performance

More information

WhatsConfigured v3.1 User Guide

WhatsConfigured v3.1 User Guide WhatsConfigured v3.1 User Guide Contents Table of Contents Welcome to WhatsConfigured v3.1 Finding more information and updates... 1 Sending feedback... 2 Deploying WhatsConfigured STEP 1: Prepare the

More information

Overview of New Features in HP Network Automation September 16, Copyright 2015 Vivit Worldwide

Overview of New Features in HP Network Automation September 16, Copyright 2015 Vivit Worldwide Overview of New Features in HP Network Automation 10.10 September 16, 2015 Brought to you by Vivit Network Management Special Interest Group (SIG) Leaders: Chris Powers and Wendy Wheeler www.vivit-worldwide.org

More information

CLIENT ONBOARDING PLAN & SCRIPT

CLIENT ONBOARDING PLAN & SCRIPT CLIENT ONBOARDING PLAN & SCRIPT FIRST STEPS Receive Order form from Sales Representative. This may come in the form of a BPQ from client Ensure the client has an account in Reputation Management and in

More information

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017

vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.0 Installation and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.0 Installation and Management You can find the most up-to-date technical documentation

More information

CLIENT ONBOARDING PLAN & SCRIPT

CLIENT ONBOARDING PLAN & SCRIPT CLIENT ONBOARDING PLAN & SCRIPT FIRST STEPS Receive Order form from Sales Representative. This may come in the form of a BPQ from client Ensure the client has an account in Reputation Management and in

More information

Lesson 2 Dissecting Memory Problems

Lesson 2 Dissecting Memory Problems Lesson 2 Dissecting Memory Problems Poonam Parhar JVM Sustaining Engineer Oracle Agenda 1. Symptoms of Memory Problems 2. Causes of Memory Problems 3. OutOfMemoryError messages 3 Lesson 2-1 Symptoms of

More information

Transforming Data Protection with HPE: A Unified Backup and Recovery June 16, Copyright 2016 Vivit Worldwide

Transforming Data Protection with HPE: A Unified Backup and Recovery June 16, Copyright 2016 Vivit Worldwide Transforming Data Protection with HPE: A Unified Backup and Recovery June 16, 2016 Copyright 2016 Vivit Worldwide Brought to you by Copyright 2016 Vivit Worldwide Hosted By Bob Crews President Checkpoint

More information

Testing NodeJS, REST APIs and MongoDB with UFT January 19, 2016

Testing NodeJS, REST APIs and MongoDB with UFT January 19, 2016 Testing NodeJS, REST APIs and MongoDB with UFT January 19, 2016 Brought to you by Hosted By Bernard P. Szymczak Ohio Chapter Leader HP Software Education SIG Leader TQA SIG Leader Today s Speakers Ori

More information

Workload Control Center Performance Tuning

Workload Control Center Performance Tuning Workload Control Center Performance Tuning This document includes recommendations and best practices for performance tuning for CA Workload Control Center (WCC), for the following releases: Unicenter Workload

More information

Virtualizing JBoss Enterprise Middleware with Azul

Virtualizing JBoss Enterprise Middleware with Azul Virtualizing JBoss Enterprise Middleware with Azul Shyam Pillalamarri VP Engineering, Azul Systems Stephen Hess Sr. Director, Product Management, Red Hat June 25, 2010 Agenda Java Virtualization Current

More information

This video is part of the Microsoft Virtual Academy.

This video is part of the Microsoft Virtual Academy. This video is part of the Microsoft Virtual Academy. 1 In this session we re going to talk about building for the private cloud using the Microsoft deployment toolkit 2012, my name s Mike Niehaus, I m

More information

Application Management Webinar. Daniela Field

Application Management Webinar. Daniela Field Application Management Webinar Daniela Field Agenda } Agile Deployment } Project vs Node Security } Deployment } Cloud Administration } Monitoring } Logging } Alerting Cloud Overview Cloud Overview Project

More information

What s New in HPE Mobile Center October 6, Copyright 2016 Vivit Worldwide

What s New in HPE Mobile Center October 6, Copyright 2016 Vivit Worldwide What s New in HPE Mobile Center October 6, 2016 Copyright 2016 Vivit Worldwide Brought to you by Copyright 2016 Vivit Worldwide Hosted By Bob Crews President Checkpoint Technologies Florida Chapter Leader

More information

GlassFish v2.1 & Enterprise Manager. Alexis Moussine-Pouchkine Sun Microsystems

GlassFish v2.1 & Enterprise Manager. Alexis Moussine-Pouchkine Sun Microsystems GlassFish v2.1 & Enterprise Manager Alexis Moussine-Pouchkine Sun Microsystems 1 Some vocabulary Cluster a group a homogenous GlassFish instances administered as a whole Load-Balancing a strategy and implementation

More information

vrealize Suite Lifecycle Manager 1.1 Installation, Upgrade, and Management vrealize Suite 2017

vrealize Suite Lifecycle Manager 1.1 Installation, Upgrade, and Management vrealize Suite 2017 vrealize Suite Lifecycle Manager 1.1 Installation, Upgrade, and Management vrealize Suite 2017 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Performance Tuning of the Network Performance Server in Network Node Manager i December 8, 2016

Performance Tuning of the Network Performance Server in Network Node Manager i December 8, 2016 Performance Tuning of the Network Performance Server in Network Node Manager i December 8, 2016 Brought to you by Vivit Network Management SIG Leaders Wendy Wheeler Chris Powers Hosted By Wendy Wheeler

More information

HP ALM Lab Management

HP ALM Lab Management HP ALM Lab Management Software Version: 12.00 Lab Management Guide Document Release Date: March 2014 Software Release Date: March 2014 Legal Notices Warranty The only warranties for HP products and services

More information

Getting started with System Center Essentials 2007

Getting started with System Center Essentials 2007 At a glance: Installing and upgrading Configuring Essentials 2007 Troubleshooting steps Getting started with System Center Essentials 2007 David Mills System Center Essentials 2007 is a new IT management

More information

What is version control? (discuss) Who has used version control? Favorite VCS? Uses of version control (read)

What is version control? (discuss) Who has used version control? Favorite VCS? Uses of version control (read) 1 For the remainder of the class today, I want to introduce you to a topic we will spend one or two more classes discussing and that is source code control or version control. What is version control?

More information

Great User Experience Starts with Continuous Testing April 19, Copyright 2016 Vivit Worldwide

Great User Experience Starts with Continuous Testing April 19, Copyright 2016 Vivit Worldwide Great User Experience Starts with Continuous Testing April 19, 2016 Copyright 2016 Vivit Worldwide Brought to you by Copyright 2016 Vivit Worldwide Hosted By Mark Herbert HPE Software Education SIG Leader

More information

HP LoadRunner and Performance Center What is new?

HP LoadRunner and Performance Center What is new? HP LoadRunner and Performance Center 11.52 - What is new? June 26, 2013 Copyright 2013 Vivit Worldwide Copyright 2013 Vivit Worldwide Brought to you by Copyright 2013 Vivit Worldwide Housekeeping Prize

More information

Three OPTIMIZING. Your System for Photoshop. Tuning for Performance

Three OPTIMIZING. Your System for Photoshop. Tuning for Performance Three OPTIMIZING Your System for Photoshop Tuning for Performance 72 Power, Speed & Automation with Adobe Photoshop This chapter goes beyond speeding up how you can work faster in Photoshop to how to make

More information

Release 12 Java Infrastructure. Brian Bent April 17, 2008

Release 12 Java Infrastructure. Brian Bent April 17, 2008 Release 12 Java Infrastructure Brian Bent April 17, 2008 Agenda Presentation (45 minutes) Java on the client Application Server 10g: OC4J Features Architecture Administration Managing the JVM Q&A (10 minutes)

More information

How can you manage what you can t see?

How can you manage what you can t see? How can you manage what you can t see? Know what you have with Panda Cloud Systems Management Business challenge: You can t manage it if you don t know it exists. Do you have 100% permanent visibility

More information

Day in the Life of an SAP Consultant using IntelliCorp s LiveCompare Software

Day in the Life of an SAP Consultant using IntelliCorp s LiveCompare Software Day in the Life of an SAP Consultant using IntelliCorp s LiveCompare Software Introduction Consultants use LiveCompare on a daily basis to help them deliver results to their clients more effectively and

More information

Extreme Java Productivity with Spring Roo and Spring 3.0

Extreme Java Productivity with Spring Roo and Spring 3.0 Extreme Java Productivity with Spring Roo and Spring 3.0 Rod Johnson Copyright 2007 SpringSource. Copying, publishing or distributing without express written permission is prohibited. Agenda Motivation

More information

Media-Ready Network Transcript

Media-Ready Network Transcript Media-Ready Network Transcript Hello and welcome to this Cisco on Cisco Seminar. I m Bob Scarbrough, Cisco IT manager on the Cisco on Cisco team. With me today are Sheila Jordan, Vice President of the

More information

Lifeline Program. NLAD Duplicate Resolution

Lifeline Program. NLAD Duplicate Resolution Lifeline Program NLAD Duplicate Resolution 1 Welcome Housekeeping Use the Audio section of your control panel to select an audio source and connect to sound Turn on your computer s speaker, or Use the

More information

LeakDAS Version 4 The Complete Guide

LeakDAS Version 4 The Complete Guide LeakDAS Version 4 The Complete Guide SECTION 4 LEAKDAS MOBILE Second Edition - 2014 Copyright InspectionLogic 2 Table of Contents CONNECTING LEAKDAS MOBILE TO AN ANALYZER VIA BLUETOOTH... 3 Bluetooth Devices...

More information

From Requirements to Test Automation in Minutes Manual Testing is Now a Thing of the Past! November 20, 2014

From Requirements to Test Automation in Minutes Manual Testing is Now a Thing of the Past! November 20, 2014 From Requirements to Test Automation in Minutes Manual Testing is Now a Thing of the Past! November 20, 2014 Brought to you by Housekeeping This LIVE session is being recorded Recordings are available

More information

SELF-AWARE APPLICATIONS AUTOMATIC PRODUCTION DIAGNOSIS DINA GOLDSHTEIN

SELF-AWARE APPLICATIONS AUTOMATIC PRODUCTION DIAGNOSIS DINA GOLDSHTEIN SELF-AWARE APPLICATIONS AUTOMATIC PRODUCTION DIAGNOSIS DINA GOLDSHTEIN Agenda Motivation Hierarchy of self-monitoring CPU profiling GC monitoring Heap analysis Deadlock detection 2 Agenda Motivation Hierarchy

More information

JavaScript And Other New Features in LeanFT January 27, Copyright 2016 Vivit Worldwide

JavaScript And Other New Features in LeanFT January 27, Copyright 2016 Vivit Worldwide JavaScript And Other New Features in LeanFT 12.52 January 27, 2016 Copyright 2016 Vivit Worldwide Brought to you by Copyright 2016 Vivit Worldwide Hosted By: Mihai Grigorescu TQA SIG Leader Copyright 2016

More information

Converged Security - Protect your Digital Enterprise May 24, Copyright 2016 Vivit Worldwide

Converged Security - Protect your Digital Enterprise May 24, Copyright 2016 Vivit Worldwide Converged Security - Protect your Digital Enterprise May 24, 2016 Copyright 2016 Vivit Worldwide Brought to you by Copyright 2016 Vivit Worldwide Hosted By Richard Bishop Vivit Board United Kingdom Chapter

More information

VIVIT TQA Webinar: "DISCOVER THE POSSIBILITIES OF USING THE HP QUALITY CENTER API" May 12th 2010

VIVIT TQA Webinar: DISCOVER THE POSSIBILITIES OF USING THE HP QUALITY CENTER API May 12th 2010 VIVIT TQA Webinar: "DISCOVER THE POSSIBILITIES OF USING THE HP QUALITY CENTER API" May 12th 2010 Email us at: olli.laiho at assure.fi or shir.goldberg at assure.fi Q&A Number Question How do you guarantee

More information

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Slide 1: Cover Welcome to lesson 3 of the db2 on Campus lecture series. Today we're going to talk about tools and scripting, and this is part 1 of 2

More information

SEIZE THE DATA SEIZE THE DATA. 2015

SEIZE THE DATA SEIZE THE DATA. 2015 1 Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Vertica Resource Management Ramesh Narayanan, Vertica Professional Services

More information

Contents Office 365 Groups in Outlook 2016 on the web... 3 What are groups?... 3 Tips for getting the most out of Office 365 Groups...

Contents Office 365 Groups in Outlook 2016 on the web... 3 What are groups?... 3 Tips for getting the most out of Office 365 Groups... Contents Office 365 Groups in Outlook 2016 on the web... 3 What are groups?... 3 Tips for getting the most out of Office 365 Groups... 3 Create a Group in Web Outlook... 4 Group limits... 6 Group privacy...

More information

Welcome to Moodle! How To Moodle

Welcome to Moodle! How To Moodle Welcome to Moodle! The MH Vicars School Moodle site is where you ll find all the online components of your Vicars curriculum. For the following year, this will include quizzes and access to multimedia

More information

A Solution in Transition: Installing SAP s Solution Manager 4.0. on DVDs, you can download the software from

A Solution in Transition: Installing SAP s Solution Manager 4.0. on DVDs, you can download the software from A Solution in Transition: Installing SAP s Solution Manager 4.0 By Eric Walter, SAP Consultant Editor s Note: You ve probably read the low-down on why you ll need to install SAP Solution Manager 4.0. Not

More information

Typical Issues with Middleware

Typical Issues with Middleware Typical Issues with Middleware HrOUG 2016 Timur Akhmadeev October 2016 About Me Database Consultant at Pythian 10+ years with Database and Java Systems Performance and Architecture OakTable member 3 rd

More information

Installing or Upgrading ANM Virtual Appliance

Installing or Upgrading ANM Virtual Appliance CHAPTER 2 This chapter describes how to deploy Cisco ANM Virtual Appliance 4.3 (new installation) and how to upgrade from ANM software version 4.1 or 4.2 to software version 4.3. This chapter includes

More information

Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A

Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A Connect with Remedy: SmartIT: Social Event Manager Webinar Q&A Q: Will Desktop/browser alerts be added to notification capabilities on SmartIT? A: In general we don't provide guidance on future capabilities.

More information

How to set up SQL Source Control The short guide for evaluators

How to set up SQL Source Control The short guide for evaluators GUIDE How to set up SQL Source Control The short guide for evaluators 1 Contents Introduction Team Foundation Server & Subversion setup Git setup Setup without a source control system Making your first

More information

VMware vrealize Code Stream Reference Architecture. 16 MAY 2017 vrealize Code Stream 2.3

VMware vrealize Code Stream Reference Architecture. 16 MAY 2017 vrealize Code Stream 2.3 VMware vrealize Code Stream Reference Architecture 16 MAY 2017 vrealize Code Stream 2.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

Before Contacting Technical Support

Before Contacting Technical Support APPENDIXA This appendix describes the steps to perform before calling for technical support for any Cisco MDS 9000 Family multilayer director and fabric switch. This appendix includes the following sections:

More information

(Refer Slide Time: 1:26)

(Refer Slide Time: 1:26) Information Security-3 Prof. V Kamakoti Department of Computer science and Engineering Indian Institute of Technology Madras Basics of Unix and Network Administration Operating Systems Introduction Mod01,

More information

SharePoint Designer Advanced

SharePoint Designer Advanced SharePoint Designer Advanced SharePoint Designer Advanced (1:00) Thank you for having me here today. As mentioned, my name is Susan Hernandez, and I work at Applied Knowledge Group (http://www.akgroup.com).

More information

Extend HP QTP/UFT to Test Mobile Apps and Websites November 19, 2013

Extend HP QTP/UFT to Test Mobile Apps and Websites November 19, 2013 Extend HP QTP/UFT to Test Mobile Apps and Websites November 19, 2013 Copyright 2013 Vivit Worldwide Brought to you by Copyright 2013 Vivit Worldwide Hosted by Bernard Szymczak Vivit Leader Ohio Chapter

More information

Tuesday, June 22, JBoss Users & Developers Conference. Boston:2010

Tuesday, June 22, JBoss Users & Developers Conference. Boston:2010 JBoss Users & Developers Conference Boston:2010 Infinispan s Hot Rod Protocol Galder Zamarreño Senior Software Engineer, Red Hat 21st June 2010 Who is Galder? Core R&D engineer on Infinispan and JBoss

More information

Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead

Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead 1 Question #1: What is the benefit to spammers for using someone elses UA code and is there a way

More information

MANAGE YOUR CONSTRUCTION21 COMMUNITY

MANAGE YOUR CONSTRUCTION21 COMMUNITY MANAGE YOUR CONSTRUCTION21 COMMUNITY Online communities are spaces dedicated to exchanges, news watch and sharing of documents. By creating your community on a specific topic, you stand out as a national

More information

Java Without the Jitter

Java Without the Jitter TECHNOLOGY WHITE PAPER Achieving Ultra-Low Latency Table of Contents Executive Summary... 3 Introduction... 4 Why Java Pauses Can t Be Tuned Away.... 5 Modern Servers Have Huge Capacities Why Hasn t Latency

More information

EDGE, MICROSOFT S BROWSER

EDGE, MICROSOFT S BROWSER EDGE, MICROSOFT S BROWSER To launch Microsoft Edge, click the Microsoft Edge button (it s the solid blue E) on the Windows Taskbar. Edge Replaces Internet Explorer Internet Explorer is no longer the default

More information

IMC VAN Fabric Manager v7.0 (E0201) Copyright (c) Hewlett-Packard Development Company, L.P. and its licensors.

IMC VAN Fabric Manager v7.0 (E0201) Copyright (c) Hewlett-Packard Development Company, L.P. and its licensors. IMC VAN Fabric Manager v7.0 (E0201) Copyright (c) 2013-2014 Hewlett-Packard Development Company, L.P. and its licensors. Table of Contents 1. What's New in this Release 2. Problems Fixed in this Release

More information

Configuring SharePoint 2007

Configuring SharePoint 2007 26636.book Page 77 Thursday, February 14, 2008 4:38 PM Chapter 3 Configuring SharePoint 2007 MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Manage Administration Manage Central Admin UI Manage the

More information

September 15th, Finagle + Java. A love story (

September 15th, Finagle + Java. A love story ( September 15th, 2016 Finagle + Java A love story ( ) @mnnakamura hi, I m Moses Nakamura Twitter lives on the JVM When Twitter realized we couldn t stay on a Rails monolith and continue to scale at the

More information

WhatsConfigured for WhatsUp Gold 2016 User Guide

WhatsConfigured for WhatsUp Gold 2016 User Guide WhatsConfigured for WhatsUp Gold 2016 User Guide Contents Welcome to WhatsConfigured 1 What is WhatsConfigured? 1 Finding more information and updates 1 Sending feedback 2 Deploying WhatsConfigured 3 STEP

More information

VMware vrealize Code Stream Reference Architecture. 12 APRIL 2018 vrealize Code Stream 2.4

VMware vrealize Code Stream Reference Architecture. 12 APRIL 2018 vrealize Code Stream 2.4 VMware vrealize Code Stream Reference Architecture 12 APRIL 2018 vrealize Code Stream 2.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If

More information

Oracle Solaris 11 Virtualization

Oracle Solaris 11 Virtualization Oracle Solaris 11 Virtualization 1 Introduction This lab will introduce us to the basics of Oracle Solaris 11 virtualization, also known as Zones. You will become familiar with the basic operations of

More information

For Volunteers An Elvanto Guide

For Volunteers An Elvanto Guide For Volunteers An Elvanto Guide www.elvanto.com Volunteers are what keep churches running! This guide is for volunteers who use Elvanto. If you re in charge of volunteers, why not check out our Volunteer

More information

Atrium Webinar- What's new in ADDM Version 10

Atrium Webinar- What's new in ADDM Version 10 Atrium Webinar- What's new in ADDM Version 10 This document provides question and answers discussed during following webinar session: Atrium Webinar- What's new in ADDM Version 10 on May 8th, 2014 Q: Hi,

More information

So first, to find what you need, you need to access to the site.

So first, to find what you need, you need to access to the site. FMYI is your intranet, to help your team keep everything organized, reduce stress and track what s important. A brilliant person on your team has created this site to empower you with what you need to

More information

No Limits Cloud Introducing the HPE Helion Cloud Suite July 28, Copyright 2016 Vivit Worldwide

No Limits Cloud Introducing the HPE Helion Cloud Suite July 28, Copyright 2016 Vivit Worldwide No Limits Cloud Introducing the HPE Helion Cloud Suite July 28, 2016 Copyright 2016 Vivit Worldwide Brought to you by Copyright 2016 Vivit Worldwide Hosted By Jeff Jamieson VP Sales & Marketing Whitlock

More information

Creating Ultra-fast Realtime Apps and Microservices with Java. Markus Kett, CEO Jetstream Technologies

Creating Ultra-fast Realtime Apps and Microservices with Java. Markus Kett, CEO Jetstream Technologies Creating Ultra-fast Realtime Apps and Microservices with Java Markus Kett, CEO Jetstream Technologies #NoDBMSApplications #JetstreamDB About me: Markus Kett Living in Regensburg, Germany Working with Java

More information

THE INTELLIGENCE AND AUTOMATION WE BUILD INTO OUR SMARTDBA INTEGRATED SOLUTIONS HELP YOU OPTIMIZE PERFORMANCE, INCREASE PRODUCTIVITY, AND ASSURE THE A

THE INTELLIGENCE AND AUTOMATION WE BUILD INTO OUR SMARTDBA INTEGRATED SOLUTIONS HELP YOU OPTIMIZE PERFORMANCE, INCREASE PRODUCTIVITY, AND ASSURE THE A [www bmc com/database] SmartDBA Solutions for DB2 UDB Take charge, have fun, drive fast THE INTELLIGENCE AND AUTOMATION WE BUILD INTO OUR SMARTDBA INTEGRATED SOLUTIONS HELP YOU OPTIMIZE PERFORMANCE, INCREASE

More information

Lecture 21 Concurrent Programming

Lecture 21 Concurrent Programming Lecture 21 Concurrent Programming 13th November 2003 Leaders and followers pattern Problem: Clients periodically present service requests which requires a significant amount of work that along the way

More information

Are You Too Busy? Practical Tips For Better Time Management

Are You Too Busy? Practical Tips For Better Time Management with Lorena Prime Are You Too Busy? Practical Tips For Better Time Management Is this How You Feel? What s a Productivity Expert? Focuses on offices (at work or virtual / home) Sets up file systems and

More information

An End User s Perspective of Central Administration

An End User s Perspective of Central Administration Your free source of essential SharePoint know-how from Combined Knowledge An End User s Perspective of Central Administration By Chris Casingena Relevant to SharePoint 2013 www.combined-knowledge.com Copyright

More information

Page 1 of 7. July 11, FHDA Communication Suite Action Items and Issues. Reported By. Activity/Issue Needed. Verified/ Tested

Page 1 of 7. July 11, FHDA Communication Suite Action Items and Issues. Reported By. Activity/Issue Needed. Verified/ Tested 7 4/19/12 Project Agenda Document Exchange Environment 7/11 Vartan will send documentation package, target date 7/13, for review by the team. Discussion and Q&A will take place as part of the transition

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals VSA 8.0 Quick Start - Demo Version Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

How To: Advisor Resource

How To: Advisor Resource How To: Advisor Resource This how to will help you as an Advisor use OrgSync. Remember, if you ever have any questions on OrgSync contact Student Life at stulife@mst.edu The Role of an Advisor in OrgSync

More information

Key metrics for effective storage performance and capacity reporting

Key metrics for effective storage performance and capacity reporting Key metrics for effective storage performance and capacity reporting Key Metrics for Effective Storage Performance and Capacity Reporting Objectives This white paper will cover the key metrics in storage

More information

I. Registration. II. Navigating the MessageBoard

I. Registration. II. Navigating the MessageBoard I. Registration Registering to the CRI MessageBoard forum is quite simple. Click on the Register tab. You will then be prompted to enter a unique User Name, Password and Email Address. Be sure that the

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

A JVM Does What? Eva Andreasson Product Manager, Azul Systems

A JVM Does What? Eva Andreasson Product Manager, Azul Systems A JVM Does What? Eva Andreasson Product Manager, Azul Systems Presenter Eva Andreasson Innovator & Problem solver Implemented the Deterministic GC of JRockit Real Time Awarded patents on GC heuristics

More information

Cancer Waiting Times. Getting Started with Beta Testing. Beta Testing period: 01 February May Copyright 2018 NHS Digital

Cancer Waiting Times. Getting Started with Beta Testing. Beta Testing period: 01 February May Copyright 2018 NHS Digital Getting Started with Beta Testing Beta Testing period: 01 February 2018 03 May 2018 Copyright 2018 NHS Digital Document management Revision History Version Date Summary of Changes 0.1 23/03/2018 Initial

More information

So You Want To Be A Rockstar Report Developer?

So You Want To Be A Rockstar Report Developer? So You Want To Be A Rockstar Report Developer? October 15-18, 2013 Charlotte, NC Melissa Coates, BI Architect BlueGranite Speaker Bio Melissa Coates Business Intelligence & Data Warehousing Developer BI

More information

HOW-TO GUIDE. Join or Login. About this Guide!

HOW-TO GUIDE. Join or Login. About this Guide! HOW-TO GUIDE About this Guide In this guide, you will learn about each section of the online community to help you make the best use of all it has to offer. Here you will find information on: Join or Login

More information

FusionBanking Loan IQ Release Policy & Testing

FusionBanking Loan IQ Release Policy & Testing Misys Topic of the Month FusionBanking Loan IQ Release Policy & Testing Misys Connect Strategic advantage Lorenzo CERUTTI Systems Advisory Group Suresh VAZRAPU, Renjith PILLAI Quality Assurance Welcome

More information

Solving Problems in Ways Never Before Possible, with FusionReactor 7

Solving Problems in Ways Never Before Possible, with FusionReactor 7 Solving Problems in Ways Never Before Possible, with FusionReactor 7 Introductions Charlie Arehart Independent Consultant, CArehart.org (Focused on server troubleshooting) Agenda Foreword Major new FR

More information

Session 4112 BW NLS Data Archiving: Keeping BW in Tip-Top Shape for SAP HANA. Sandy Speizer, PSEG SAP Principal Architect

Session 4112 BW NLS Data Archiving: Keeping BW in Tip-Top Shape for SAP HANA. Sandy Speizer, PSEG SAP Principal Architect Session 4112 BW NLS Data Archiving: Keeping BW in Tip-Top Shape for SAP HANA Sandy Speizer, PSEG SAP Principal Architect Public Service Enterprise Group PSEG SAP ECC (R/3) Core Implementation SAP BW Implementation

More information

D-View 7 Software Release Notes

D-View 7 Software Release Notes Server Version: V1.3.0.7 Probe Version: V1.0.6.0 Published: 2017/08/18 These release notes include important information about D-Link D-View 7 Network Management Software. Please verify that these release

More information

MEMORY MANAGEMENT HEAP, STACK AND GARBAGE COLLECTION

MEMORY MANAGEMENT HEAP, STACK AND GARBAGE COLLECTION MEMORY MANAGEMENT HEAP, STACK AND GARBAGE COLLECTION 2 1. What is the Heap Size: 2 2. What is Garbage Collection: 3 3. How are Java objects stored in memory? 3 4. What is the difference between stack and

More information

7 Tips for Raising The Quality Bar With Visual Studio 2012

7 Tips for Raising The Quality Bar With Visual Studio 2012 Visit: www.intertech.com/blog 7 Tips for Raising The Quality Bar With Visual Studio 2012 Tip 1: Exploratory Testing I have to admit that when I first found out that enhanced exploratory testing was the

More information

LOAN IQ DIAGNOSTIC TOOLS Topic of the Month FusionBanking Loan IQ

LOAN IQ DIAGNOSTIC TOOLS Topic of the Month FusionBanking Loan IQ LOAN IQ DIAGNOSTIC TOOLS Topic of the Month FusionBanking Loan IQ Lorenzo Cerutti SAG Specialist Patricia Malin ESG Manager Lochlann O Donnell ESG Expert Engineer November 2017 Finastra WELCOME TO THE

More information

Lesson 13 Transcript: User-Defined Functions

Lesson 13 Transcript: User-Defined Functions Lesson 13 Transcript: User-Defined Functions Slide 1: Cover Welcome to Lesson 13 of DB2 ON CAMPUS LECTURE SERIES. Today, we are going to talk about User-defined Functions. My name is Raul Chong, and I'm

More information

NAMI Affiliate Profile Center Contact Manual

NAMI Affiliate Profile Center Contact Manual NAMI Affiliate Profile Center Contact Manual Standards of Excellence/Center for Excellence November 2013 Table of Contents Chapter Page I. NAMI Affiliate Profile Center Contact Training Timetable 3 II.

More information

OpsCenter Basics Why Aren t You Using It?

OpsCenter Basics Why Aren t You Using It? OpsCenter Basics Why Aren t You Using It? This is a SELF-GUIDED LAB if you prefer. You are welcome to get started and leave when you are finished, or you can play with the OC instance to gain more knowledge.

More information

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases Manageability and availability for Oracle RAC databases Overview Veritas Storage Foundation for Oracle RAC from Symantec offers a proven solution to help customers implement and manage highly available

More information

QuickStart Guide for Managing Computers. Version

QuickStart Guide for Managing Computers. Version QuickStart Guide for Managing Computers Version 10.6.0 copyright 2002-2018 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate. Jamf 100 Washington Ave S Suite 1100

More information

Zoom Training Advanced Tools and Features

Zoom Training Advanced Tools and Features HARVARD UNIVERSITY DIVISION OF CONTINUING EDUCATION Advanced Tools and Features Welcome, and thank you for joining! Please test your audio. You do not need a Zoom account to attend this training, but some

More information

Volume. User Manual and Resource Guide

Volume. User Manual and Resource Guide Volume 1 User Manual and Resource Guide User Manual and Resource Guide Game Gurus United States Telephone: (415) 800-3599 Brazil Telephone: 55 84-8723-2557 Email: info@gamegurus.com Table of Contents What

More information

Moving to ilinc from WebEx

Moving to ilinc from WebEx Moving to from About This Guide Communications has developed a powerful yet remarkably easy to use suite of software products that take full advantage of leading-edge Internet, audio, and network communication

More information

Idaho Department of Correction

Idaho Department of Correction Idaho Department of Correction Protect the public, our staff and those within our custody and supervision C. L. BUTCH OTTER HENRY ATENCIO Governor Director Date: 10/5/18 To: SUD Provider Network Treatment

More information

Heuristic Evaluation of igetyou

Heuristic Evaluation of igetyou Heuristic Evaluation of igetyou 1. Problem i get you is a social platform for people to share their own, or read and respond to others stories, with the goal of creating more understanding about living

More information

Pre Order Magento Extension User Guide Official extension page: Pre Order

Pre Order Magento Extension User Guide Official extension page: Pre Order Pre Order Magento Extension User Guide Official extension page: Pre Order Page 1 Table of contents: 1. General Settings..... 3 2. Order Grid.... 7 3. Order Info.......... 8 4. Simple Product Settings...

More information

ANALYZING THE MOST COMMON PERFORMANCE AND MEMORY PROBLEMS IN JAVA. 18 October 2017

ANALYZING THE MOST COMMON PERFORMANCE AND MEMORY PROBLEMS IN JAVA. 18 October 2017 ANALYZING THE MOST COMMON PERFORMANCE AND MEMORY PROBLEMS IN JAVA 18 October 2017 Who am I? Working in Performance and Reliability Engineering Team at Hotels.com Part of Expedia Inc, handling $72billion

More information

vcenter Operations Management Pack for Storage Devices Release Notes

vcenter Operations Management Pack for Storage Devices Release Notes vcenter Operations Management Pack for Storage Devices Release Notes vcenter Operations Management Pack for Storage Devices Build number1450289 Last document update: 16 Dec 2013. Contents: Compatibility

More information