Get started with the IBM Alert Notification service. Author: Ray Stoner Senior Managing Consultant IBM Cloud Client Technical Engagement Lab Services

Size: px
Start display at page:

Download "Get started with the IBM Alert Notification service. Author: Ray Stoner Senior Managing Consultant IBM Cloud Client Technical Engagement Lab Services"

Transcription

1 Get started with the IBM Alert Notification service Author: Ray Stoner Senior Managing Consultant IBM Cloud Client Technical Engagement Lab Services

2 Contents 1. Introduction ANS features and functions Alert Notification solution overview Prerequisites Adding the Alert Notification service to your organization Install the Alert Notification sample application Launch the sample application Adding users, groups, and schedules to ANS Create a user More information on the scheduling option Manage groups Notification and escalation policies Managing alerts in the Alert Viewer Swagger API Curl command sample Integrations Network Operations Insight Slack New Relic Runbook Including the Runbook link in a notification policy Mobile app Use cases Simple alert first responder use case Escalation use cases First responder escalates to a Slack channel Service levels are being impacted Operational use case Related links Copyright IBM Page! 2 of! 52

3 1. Introduc;on IBM Alert No8fica8on (ANS) is an IBM Bluemix service that instantly delivers no8fica8ons of problem occurrences in your Bluemix environment using automated , Short Message Service (SMS), and voice messaging. IBM ANS lets you: Define groups so alerts are sent to the appropriate people for a problem or class of problem. Create groups based on administra8ve roles, applica8on names, department names, or other criteria. Customize filters for aler8ng different users based on incident type and severity. IBM posi8ons the Alert No8fica8on Service (ANS) as a component of an overall cloud- based incident management solu8on. ANS is intended to complement services such as IBM Netcool Opera8ons Insight (NOI) and Applica8on Performance Management (APM) and serve as the no8fica8on tool for the solu8ons. This document shows you how to set up ANS in a Public Bluemix account, although they can also be applied in SoOware as a Service (SaaS) and Dedicated Bluemix environments. We verified SaaS and Dedicated Bluemix environments when this document was wriqen. You only need to set up one instance of ANS (SaaS or Bluemix) to deliver alerts for your enterprise ANS features and func;ons IBM Alert No8fica8on lets you: Make sure you do not miss ac8onable, cri8cal alerts. Route alerts to the right people. Accelerate alert response with automated escala8on policies. IBM Alert No8fica8on helps you: Establish no8fica8on policies by filtering alerts and crea8ng groups to focus on cri8cal issues and disregard distrac8ons. Track alerts with an alert viewer feature to priori8ze no8fica8ons, perform ac8ons, and monitor no8fica8ons virtually in real 8me. Establish no8fica8on policies by filtering alerts and crea8ng groups: Classify alert filters based on frequency, incident type, severity, "x- in- y" type scenarios and status. Align experts and groups with alert classifica8ons and send no8fica8ons to several experts at once. Create groups based on administra8ve roles, applica8on names, department names, or other criteria. Copyright IBM Page! 3 of! 52

4 Store contact details of experts to be automa8cally no8fied of problems in their area of responsibility. Escalate unacknowledged alerts aoer a set 8me period to the appropriate contact. Track alerts with an alert viewer feature: Track alerts from their receipt by the system through acknowledgment to resolu8on. Track changes with an alert history. 2. Alert No;fica;on solu;on overview A basic run8me flow related to this architecture might look like this: 1. An alert is raised through NOI or the POST API and sent to the Alert No8fica8on service. 2. The Alert No8fica8on service processes the alerts through the no8fica8on policies and delivers the alert as specified in the policy ( , SMS, Slack or voice). 3. The alert is delivered through one or more op8ons, , SMS, Slack or voice. 4. The first responder, development team, and the incident manager use collabora8on tools for alert resolu8on. Copyright IBM Page! 4 of! 52

5 3. Prerequisites Before using ANS, you need the following: Working Bluemix account Bluemix and CF command line tools Mobile device Browser: If you use MicrosoO Internet Explorer, make the security and privacy se`ngs are set to medium- high or lower. If you use Mozilla Firefox or Google Chrome, make sure third- party cookies are allowed. 4. Adding the Alert No;fica;on service to your organiza;on Log into your Bluemix account and click the plus sign to add the service. Click DevOps. Copyright IBM Page! 5 of! 52

6 Click the IBM Alert No;fica;on service. Leave the service unbound. Scroll down and click Create. Copyright IBM Page! 6 of! 52

7 The service is added to your organiza8on and immediately launched: Copyright IBM Page! 7 of! 52

8 5. Install the Alert No;fica;on sample applica;on Use the Cloud Foundry command line to login to Bluemix and download the sample applica8on from GitHub: git clone Initialized empty Git repository in /home/user/alert-notificationhelloworld/.git/ remote: Counting objects: 53, done. remote: Total 53 (delta 0), reused 0 (delta 0), pack-reused 53 Unpacking objects: 100% (53/53), done. Go to the newly created directory: user@home>~]$ cd alert-notification-helloworld/ Edit the manifest.yml file and assign a unique hostname as shown: user@home>alert-notification-helloworld]$ vi manifest.yml Copyright IBM Page! 8 of! 52

9 applications: - path:. memory: 256M instances: 1 domain: mybluemix.net name: AlertNotificationSampleApp host: CSMOCASEalertnotification disk_quota: 1024M Push the sample applica8on to Bluemix: user@home>alert-notification-helloworld]$ cf push AlertNotificationSampleApp Using manifest file /home/user/alert-notification-helloworld/ manifest.yml Creating app AlertNotificationSampleApp in org cent@us.ibm.com / space ServiceManagement as rstoner@us.ibm.com... OK Creating route CSMOalertnotification.myBluemix.net... OK Binding CSMOalertnotification.myBluemix.net to AlertNotificationSampleApp... OK Uploading AlertNotificationSampleApp... Uploading app files from: /home/user/alert-notification-helloworld Uploading 24.9K, 13 files Done uploading OK Starting app AlertNotificationSampleApp in org cent@us.ibm.com / space ServiceManagement as rstoner@us.ibm.com > Downloaded app package (20K) -----> IBM SDK for Node.js Buildpack v Based on Cloud Foundry Node.js Buildpack v > Creating runtime environment NPM_CONFIG_LOGLEVEL=error NPM_CONFIG_PRODUCTION=true NODE_ENV=production Copyright IBM Page! 9 of! 52

10 NODE_MODULES_CACHE=true -----> Installing binaries > Uploading droplet (15M) 0 of 1 instances running, 1 starting 1 of 1 instances running App started OK App AlertNotificationSampleApp was started using this command `./ vendor/initial_startup.rb` Showing health and status for app AlertNotificationSampleApp in org cent@us.ibm.com / space ServiceManagement as rstoner@us.ibm.com... OK requested state: started instances: 1/1 usage: 256M x 1 instances urls: CSMOalertnotification.myBluemix.net last uploaded: Thu Jul 21 14:37:17 UTC 2016 stack: unknown buildpack: SDK for Node.js(TM) (ibm-node.js , buildpackv ) state since cpu memory disk details #0 running :38:09 AM 0.0% 80.2M of 256M 58.4M of 1G Use the Cloud Foundry command line to list the Alert No8fica8on service. You need the service name for the next command: user@home>alert-notification-helloworld]$ cf services grep Alert IBM Alert Notification-j4 alertnotification authorizedusers Microservices-UI-rstoner-1823 create succeeded Bind the sample applica8on to the Alert No8fica8on service: user@home>alert-notification-helloworld]$ cf bind-service AlertNotificationSampleApp "IBM Alert Notification-j4" Copyright IBM Page! 10 of! 52

11 Binding service IBM Alert Notification-j4 to app AlertNotificationSampleApp in org / space ServiceManagement as OK TIP: Use cf restage AlertNotificationSampleApp to make sure your env variable changes take effect. Restage the sample applica8on to the Alert No8fica8on service: cf restage AlertNotificationSampleApp Restaging app AlertNotificationSampleApp in org / space ServiceManagement as -----> Downloaded app package (20K) -----> Downloaded app buildpack cache (712K) -----> IBM SDK for Node.js Buildpack v Based on Cloud Foundry Node.js Buildpack v > Uploading droplet (15M) 1 of 1 instances running App started OK App AlertNotificationSampleApp was started using this command `./ vendor/initial_startup.rb` Showing health and status for app AlertNotificationSampleApp in org cent@us.ibm.com / space ServiceManagement as rstoner@us.ibm.com... OK requested state: started instances: 1/1 usage: 256M x 1 instances urls: CSMOalertnotification.myBluemix.net last uploaded: Thu Jul 21 14:37:17 UTC 2016 stack: unknown buildpack: SDK for Node.js(TM) (ibm-node.js , buildpackv ) Copyright IBM Page! 11 of! 52

12 state since cpu memory disk details #0 running :40:42 AM 80.3% 74.6M of 256M 58.4M of 1G The sample applica8on is now ready to use Launch the sample applica;on Your organiza8on workspace should now have the sample applica8on installed. Click the arrow buqon in the boqom right corner. The following tab opens. Click Send Sample Alert: Return to your workspace and launch the ANS user interface (UI). Navigate to services and click the Alert No;fica;on service 8le to open the applica8on: Copyright IBM Page! 12 of! 52

13 Click Launch: By default, the UI opens to the Alert Viewer. The test alert created in the prior steps is included. 6. Adding users, groups, and schedules to ANS ANS provides the facili8es to set up users, groups, and schedules, which let you manage who gets what alerts and when. To set up your ini8al user, group, and schedule, follow these steps: Click the Manage Users and Group icon on the upper right of the UI: Copyright IBM Page! 13 of! 52

14 The tabs in the UI change to Manage Users and Manage Groups. Click Manage Users Create a user Click Create a User: Add the user details: Copyright IBM Page! 14 of! 52

15 Click Work Hours. For this user I selected the default hours, which are 8am to 5pm, Monday through Friday: Copyright IBM Page! 15 of! 52

16 You can also specify if the person in on call aoer hours Set up the no8fica8on preferences for the user. Click No;fica;ons: Copyright IBM Page! 16 of! 52

17 Select the no8fica8on method for each op8on by clicking the down arrow on the right. Copyright IBM Page! 17 of! 52

18 Once completed, the no8fica8on op8ons for the user are displayed. Click Save. Copyright IBM Page! 18 of! 52

19 6.1.1.More informa;on on the scheduling op;on To remove a no8fica8on method, click the minus sign (- ) on the right. You can also send a reminder to a user that he or she will be on call: Copyright IBM Page! 19 of! 52

20 By selec8ng days, the user will get a reminder three days before going on call Manage groups Click Manage Groups: Click Create a Group: You have two op8ons: 1) Create a group 2) Create a group schedule Copyright IBM Page! 20 of! 52

21 I created a group named CSMO. Note: Use the down arrows at the right to select the user and the group manager. Use the minus sign to remove users. Set up a no8fica8on schedule for your group. I selected 8am to 5pm from the ShiO PaQerns list: Copyright IBM Page! 21 of! 52

22 Assign a name to the schedule and select a start day and how far in advance to generate the schedule. Click Save. I used the default of Monday, and I selected to have the schedule generated for two weeks: Return to the main window of the ANS UI and click Alert No;fica;on: Copyright IBM Page! 22 of! 52

23 7. No;fica;on and escala;on policies Now that you have user(s) and a group defined, the next step is to create a no8fica8on policy. ANS requires no8fica8on polices in order to deliver the alerts to the correct personnel. Select Manage No;fica;on Policies and click the plus sign to create a no8fica8on policy: Enter the name of your policy and then click Add Rule: Copyright IBM Page! 23 of! 52

24 The Rule editor comes with simple pre- defined rules, or you can create your own: To create your own, click Add Rule, add a descrip8on, select an aqribute and operator, and add a value. For example: Copyright IBM Page! 24 of! 52

25 To use a pre- defined rule and have an sent for the alert, select the rule and click Save: On the main window, click Add recipient: Copyright IBM Page! 25 of! 52

26 You have three op8ons: Users, Groups, or Channels: Use the down arrow on the right to see a list of available groups. I selected the CSMO group created earlier. Copyright IBM Page! 26 of! 52

27 Select the group and click Save. On the main window, you have the op8on to send a no8fica8on every 8me an alert is received or once over an eight hour period. I chose Each ;me the rules are matched: To add an escala8on to this no8fica8on policy, click Add Escala;on: Copyright IBM Page! 27 of! 52

28 If an alert is not acknowledged within 20 minutes, the alert is escalated to opera8ons management. Contacts are added to the escala8on policy the same as described earlier: Click Save to save the no8fica8on policy. To enable the policy, click Disabled: The policy is now ac8ve. Sample Copyright IBM Page! 28 of! 52

29 Note the ability to login and acknowledge or unacknowledged the alert. 8. Managing alerts in the Alert Viewer The Alert Viewer gives you a real- 8me view of the alerts in your IT environment. The Alert Viewer screen is comprised of two parts: the list of alerts and the Alert History pane. In the list of alerts, each row in the list is a unique alert. In Alert History, when you select an alert, it shows changes that were made by you and other operators against the alerts. A 8mestamp indicates when changes were made. Copyright IBM Page! 29 of! 52

30 To manage your alerts in the Alert Viewer: Click Alert Viewer. Choose My Alerts to see only the alerts for which you are defined as a recipient. The default value is All Alerts. Alert No8fica8on provides default filters for the most common monitoring scenarios. Click use the check boxes to apply one or more filters. Filter and Click anywhere in an alert row to see the details for that alert displayed in the Alert History sec8on of the screen. To sort a column, click the arrow in the column header. You can sort the column into ascending or descending order, remove the sort, or hide the column. An arrow next to the column text indicates the sort order. Use the icons in the Ac8ons column to respond to an alert. Each 8me that you change a response to an alert, the Alert History sec8on of the Alert Viewer is updated. 9. Swagger API Use the Swagger API to generate alerts into ANS. Addi8onally, use the API to delete and get alerts. The API is available through a web interface. The URL is found in the creden8als sec8on for the no8fica8on service: Go to the URL: Copyright IBM Page! 30 of! 52

31 Click Show/Hide to show the available API and click Post: Fill in the fields for pos8ng an alert. Click Example Value to have it populate the body window as shown: Copyright IBM Page! 31 of! 52

32 Fill in the following highlighted fields in the body sec8on as shown in this example. Hint: This text can be copied and pasted into the Swagger body window. { "Identifier": "Alert1", "What": "JVM Heap Exhausted", "Where": "PubBMX", "Severity": "Fatal", "Type": "Problem", "Source": "JVM", "ApplicationsOrServices": [ "MyApp" ], "URLs": [ { "Description": "Launch to IBM", "URL": " } Copyright IBM Page! 32 of! 52

33 ], "Details": [ { "Name": "BMX Service", "Value": "Your MicroService" } ] } Click Try IT Out. Authen8ca8on is required for the API: Copy and paste the ANS creden8als as shown earlier: Copyright IBM Page! 33 of! 52

34 Scroll down. Your alert is successfully sent if you see a response code of 200. The alert is now in your Alert Viewer: Copyright IBM Page! 34 of! 52

35 The Delete and Get API func8ons rely on the provided alert ID. Those func8ons have been successfully tested. 10. Curl command sample The following code is a sample curl command that you can use in a program or script. Subs8tute the values in red with the proper creden8als and data you want to send to ANS. When using the API to send alerts, be sure to leverage the URL sec8ons. This command populates the link icon, giving you the ability to launch in context from the ANS UI: #!/bin/bash curl -v -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -u username:password -d'{ "Identifier": "string", "What": " string ", "Where": " string ", "Severity": " string ", "Type": " string ", "Source": " string ", "ApplicationsOrServices": [ " string " ], Copyright IBM Page! 35 of! 52

36 "URLs": [ { "Description": "string", "URL": "string" specify more than one if needed. } ], "Details": [ { "Name": "string", ==== URL to launch. you can ==== Additional optional details, data is visible by the! icon in the ANS UI "Value": "string" } ] }' ' exit 11. Integra;ons ANS has been integrated with both Slack and NOI Network Opera;ons Insight Most of the work for integra8ng ANS with NOI is done in either OMNIbus or Impact. Both of these integra8ons were performed by my Netcool administrator. Netcool requires the API key or service creden8als for ANS. In your Bluemix workspace, launch the Alert No8fica8on service and click Service Creden;als: Copy the creden8als to your clipboard. The NOI integra8on requires the name and password informa8on as highlighted. Provide this informa8on to the NOI administrator. Copyright IBM Page! 36 of! 52

37 See How to Guide for Netcool Opera8ons Insights for Bluemix for details on this integra8on. See Sending Events with Netcool/OMNIbus for OMNIbus integra8on steps. See Sending Events with Netcool/Impact for Impact integra8on steps. The following screens show the ANS configured into NOI: Copyright IBM Page! 37 of! 52

38 Note that if NOI receives a clearing event, NOI archives the event in ANS. With this deployment, Impact was customized to add two URLs using the API to the alert in ANS. 1. Link1 launches the Netcool event viewer 2. Link2 launches to the individual event in the event viewer Slack Slack integra8on is performed using a webhook. When the webhook is created, a URL is generated. This URL is required in ANS. Addi8onally, you must create a no8fica8on policy to allow the alert to arrive in Slack: Copyright IBM Page! 38 of! 52

39 In the ANS UI, click Manage Integra;ons then click Create Channel Collec;on: Accept the warning message, fill in the fields, and save: Copyright IBM Page! 39 of! 52

40 Be sure to enable the Channel Collec8on by clicking the Disable buqon: Next, create a no8fica8on policy to send alerts to Slack. Create a policy as described earlier, this 8me for recipients. Select Channel. Select the name of the created Slack integra8on and click Save. Copyright IBM Page! 40 of! 52

41 Be sure to enable your policy by clicking the Disabled buqon as shown earlier. You can now include the Slack channel as a no8fica8on recipient. Note: This is strictly just a no8fica8on to Slack; you cannot perform acknowledge or unacknowledge in Slack New Relic New Relic integra8on is performed through a webhook. From the UI, select the Manage Integra;ons tab. Click New Relic. Click Create Webhook URL. Copyright IBM Page! 41 of! 52

42 Provide a name for your webhook and click Save. Your Webhook is created. Click OK. Be sure to enable the webhook and provide the URL to your New Relic administrator for configura8on into New Relic. Copyright IBM Page! 42 of! 52

43 11.4. Runbook Runbook integra8on uses an API to integrate with ANS. Your Runbook administrator can provide you with the necessary API key and password. Go to the Manage Integra;ons tabs and click Runbook. Click the + sign to add the API informa8on: Enter the API key, password, and select where the Runbook service is running. In this example, I selected Marketplace: Copyright IBM Page! 43 of! 52

44 Test your connec8on. Note: You cannot save your connec8on un8l the test is successful. Copyright IBM Page! 44 of! 52

45 Including the Runbook link in a no;fica;on policy Once configured, you can include the link to a Runbook in a no8fica8on policy. This link is delivered and only available within the no8fica8on. In the No8fica8on Policy window, select or create the policy you want to work with and the last op8on for the policy: Click the + sign to add the Runbook and select the a Runbook from the drop- down menu. Copyright IBM Page! 45 of! 52

46 The selected Runbook(s) is associated with the Alert No8fica8on policy. Save the policy and make sure the policy is enabled. The link to the Runbook is provided in the no8fica8on. You can also pass parameters to Runbook, for example Bluemix Org informa8on, applica8on URLs, etc: Copyright IBM Page! 46 of! 52

47 12. Mobile app The IBM Alert No8fica8on mobile applica8on is available on itunes and GooglePlay. Once the applica8on is installed on your mobile device, you can follow these steps to get it working: Login to your Bluemix workspace through the browser on your mobile device and launch the ANS UI. ANS will recognize you are on a mobile device and prompt you to add the ANS subscrip8on to the mobile app. AOer selec8ng add subscrip;on you have an opportunity to replace the subscrip8on ID with a meaningful name. You can also edit the name later, which is highly recommended if you need to use mul8ple ANS UIs. Copyright IBM Page! 47 of! 52

48 When ANS is launched on the mobile device it display a list of instances to connect to: Copyright IBM Page! 48 of! 52

49 13. Use cases In addi8on to receiving alerts through the API, the integra8on with NOI also provides alerts from the following sources: Bluemix event feed / JSON objects IBM Performance Management OMNIbus Probes ( , syslogd, ProbeWatch, and Connec8on Watch) New Relic The following scenarios detail the roles that specific members of your team complete in the alert no8fica8on process Simple alert first responder use case The first responder receives an alert on his or her mobile device, acknowledges the alter through the applica8on, and begins the runbook process to resolve the issue. No further ac8on is required in ANS. Alerts received in or the applica8on allow you to acknowledge or unacknowledge the alert using embedded links, as long as they are provided as part of the alert. Copyright IBM Page! 49 of! 52

50 13.2. Escala;on use cases First responder escalates to a Slack channel Should the first responder be unable to resolve the issue, the alert is unacknowledged. The first responder re- sends the alert to the Slack channel that the developer is monitoring. Click the paper airplane in the UI, select the recipient, add addi8onal informa8on, and click Send. The developer receives the message and corrects the issue Service levels are being impacted In this scenario, an alert for a poor response 8me was unacknowledged by the first responder and a no8fica8on sent to the developer. As part of the no8fica8on policy, an escala8on 8mer is running. If the alert goes unresolved for 20 minutes, a no8fica8on is sent to the incident owner and an escala8on message is sent to the Slack channel. Copyright IBM Page! 50 of! 52

51 Here is a sample escala8on and Slack no8fica8on: Copyright IBM Page! 51 of! 52

52 ! Opera;onal use case The developer has automated the overnight applica8on deployment (A,B) process. The code that performs this task leverages the ANS API to provide alerts so that the pass/fail deploy status is easily obtained. These alerts are for informa8onal purposes to the developer regarding the deployment, since a failure would not stop the applica8on from running. In the example below, the first link takes you to the URL of the applica8on, the second link takes you to the Bluemix workspace. The applica8on s Slack channel is also no8fied to make sure the applica8on owner is aware of the status 14.Related links For more informa8on: Bluemix: hqps://ibm.biz/bd45yr IBM Alert No8fica8on hqps://ibm.biz/bdryk5 NOI: hqps://ibm.biz/bd45yr Slack: hqps://ibm.biz/bd45yb Copyright IBM Page! 52 of! 52

IBM Alert Notification BETA DRAFT. IBM Alert Notification IBM

IBM Alert Notification BETA DRAFT. IBM Alert Notification IBM IBM Alert Notification BETA DRAFT IBM Alert Notification IBM IBM Alert Notification IBM Alert Notification is an easy to use, simple notification system that meets the increasing demand for agility and

More information

Admin Web Console. Training Guide. SmartPager Systems Inc. (TelmedIQ) Suite 1006, 1200 Westlake Ave N, SeaDle

Admin Web Console. Training Guide.   SmartPager Systems Inc. (TelmedIQ) Suite 1006, 1200 Westlake Ave N, SeaDle www.telmediq.com Admin Web Console Training Guide SmartPager Systems Inc. (TelmedIQ) Suite 1006, 1200 Westlake Ave N, SeaDle +1.888.362.3948 support@telmediq.com Author: Tanis Wahl First Login to Web Console

More information

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications Version : 4.00 Last modification date : 13 June 2014 Owner : IBM Ecosystem Development Table of Contents Part 1: Building

More information

IBM Watson Solutions Business and Academic Partners

IBM Watson Solutions Business and Academic Partners IBM Watson Solutions Business and Academic Partners Developing a Chatbot Using the IBM Watson Conversation Service Prepared by Armen Pischdotchian Version 2.1 October 2016 Watson Solutions 1 Overview What

More information

Using the Bluemix CLI IBM Corporation

Using the Bluemix CLI IBM Corporation Using the Bluemix CLI After you complete this section, you should understand: How to use the bx Bluemix command-line interface (CLI) to manage applications bx commands help you do tasks such as: Log in

More information

Hands-on Lab Session 9011 Working with Node.js Apps in IBM Bluemix. Pam Geiger, Bluemix Enablement

Hands-on Lab Session 9011 Working with Node.js Apps in IBM Bluemix. Pam Geiger, Bluemix Enablement Hands-on Lab Session 9011 Working with Node.js Apps in IBM Bluemix Pam Geiger, Bluemix Enablement Copyright IBM Corporation 2017 IBM, the IBM logo and ibm.com are trademarks of International Business Machines

More information

IBM Image-Analysis Node.js

IBM Image-Analysis Node.js IBM Image-Analysis Node.js Cognitive Solutions Application Development IBM Global Business Partners Duration: 90 minutes Updated: Feb 14, 2018 Klaus-Peter Schlotter kps@de.ibm.com Version 1 Overview The

More information

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation Agent and Agent Browser Updated Friday, January 26, 2018 2018 Autotask Corporation Table of Contents Table of Contents 2 The AEM Agent and Agent Browser 3 AEM Agent 5 Privacy Mode 9 Agent Browser 11 Agent

More information

Exercise 1. Bluemix and the Cloud Foundry command-line interface (CLI)

Exercise 1. Bluemix and the Cloud Foundry command-line interface (CLI) V10.1 Student Exercises EXempty Exercise 1. Bluemix and the Cloud Foundry command-line interface (CLI) What this exercise is about In this exercise, you sign on to Bluemix and create an application. You

More information

How to integrate the Elasticsearch Logstash Kibana (ELK) log analytics stack into IBM Bluemix

How to integrate the Elasticsearch Logstash Kibana (ELK) log analytics stack into IBM Bluemix How to integrate the Elasticsearch Logstash Kibana (ELK) log analytics stack into IBM Bluemix Nick Cawood IBM Cloud Client Adoption and Technical Enablement Client and Technical Engagement August 2016

More information

Connect Support Request Guide

Connect Support Request Guide Connect Support Request Guide Version 2.0 January 2016 TABLE OF CONTENTS INTRODUCTION... 3 SECTION ONE CHANNELS FOR SUBMITTING CONNECT SERVICE REQUESTS... 5 Channels for all Connect Users... 5 Recommended

More information

Kaseya Fundamentals Workshop DAY TWO. Developed by Kaseya University. Powered by IT Scholars

Kaseya Fundamentals Workshop DAY TWO. Developed by Kaseya University. Powered by IT Scholars Kaseya Fundamentals Workshop DAY TWO Developed by Kaseya University Powered by IT Scholars Kaseya Version 6.5 Last updated March, 2014 Day One Review IT- Scholars Virtual LABS System Management Organiza@on

More information

Developer Cockpit. Introduction 1. Prerequisites 2. Application Lifecycle in MindSphere 3. User interfaces "Developer Cockpit" 4

Developer Cockpit. Introduction 1. Prerequisites 2. Application Lifecycle in MindSphere 3. User interfaces Developer Cockpit 4 Introduction 1 Prerequisites 2 Application Lifecycle in MindSphere 3 System Manual User interfaces "Developer Cockpit" 4 User rights in "Developer Cockpit" 5 Workflow of Developer Cockpit 6 Develop applications

More information

BlueMix Hands-On Workshop Lab F - Java EE Cloud Trader Benchmark Application on BlueMix

BlueMix Hands-On Workshop Lab F - Java EE Cloud Trader Benchmark Application on BlueMix BlueMix Hands-On Workshop Lab F - Java EE Cloud Trader Benchmark Application on BlueMix Version : 3.00 Last modification date : 05/ /12/2014 Owner : IBM Ecosystem Development Table of Contents Lab F:

More information

IBM Bluemix platform as a service (PaaS)

IBM Bluemix platform as a service (PaaS) Cloud Developer Certification Preparation IBM Bluemix platform as a service (PaaS) After you complete this unit, you should understand: Use cases for IBM Bluemix PaaS applications Key infrastructure components

More information

Outlook Web Access Exchange Server

Outlook Web Access Exchange Server Outlook Web Access Exchange Server Version 2.0 Information Technology Services 2008 Table of Contents I. INTRODUCTION... 1 II. GETTING STARTED... 1 A. Logging In and Existing Outlook Web Access... 1 B.

More information

C exam. Number: C Passing Score: 800 Time Limit: 120 min IBM C IBM Cloud Platform Application Development

C exam. Number: C Passing Score: 800 Time Limit: 120 min IBM C IBM Cloud Platform Application Development C5050-285.exam Number: C5050-285 Passing Score: 800 Time Limit: 120 min IBM C5050-285 IBM Cloud Platform Application Development Exam A QUESTION 1 What are the two key benefits of Cloudant Sync? (Select

More information

IBM BlueMix Workshop. Lab D Build Android Application using Mobile Cloud Boiler Plate

IBM BlueMix Workshop. Lab D Build Android Application using Mobile Cloud Boiler Plate IBM BlueMix Workshop Lab D Build Android Application using Mobile Cloud Boiler Plate IBM EcoSystem Development Team The information contained herein is proprietary to IBM. The recipient of this document,

More information

Clearspan Web Interface Getting Started Guide

Clearspan Web Interface Getting Started Guide Clearspan Web Interface Getting Started Guide RELEASE 22 March 2018 NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel Networks Corporation

More information

RAD, Rules, and Compatibility: What's Coming in Kuali Rice 2.0

RAD, Rules, and Compatibility: What's Coming in Kuali Rice 2.0 software development simplified RAD, Rules, and Compatibility: What's Coming in Kuali Rice 2.0 Eric Westfall - Indiana University JASIG 2011 For those who don t know Kuali Rice consists of mul8ple sub-

More information

Portal User Guide. Best practice tips and shortcuts Icon Legend Informational notes about functions. Important warnings about a function

Portal User Guide. Best practice tips and shortcuts Icon Legend Informational notes about functions. Important warnings about a function Portal User Guide Tips Best practice tips and shortcuts Icon Legend Notes Warning Informational notes about functions Important warnings about a function Your Portal https://www.clientaxcess.com Your Portal

More information

Investor Reporting Change Initiative: Test Document Repository (TDR) Reference Guide

Investor Reporting Change Initiative: Test Document Repository (TDR) Reference Guide Investor Reporting Change Initiative: Test Document Repository (TDR) Reference Guide The Test Document Repository (TDR) is an online workspace on the Intralinks VIA platform that you will use to manage

More information

Open- Xchange Server 6 GUI and Mobility Training Dezember 09

Open- Xchange Server 6 GUI and Mobility Training Dezember 09 Open- Xchange Server 6 GUI and Mobility Training Dezember 09 Agenda Introduc1on Architectural Overview of the Open- Xchange services Open- Xchange Webinterface Server commandline tools and log- files OXtender

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

Introduction to application management

Introduction to application management Introduction to application management To deploy web and mobile applications, add the application from the Centrify App Catalog, modify the application settings, and assign roles to the application to

More information

Student Guide. Document Version: This guide documents features available in NETLAB+ VE version and later.

Student Guide. Document Version: This guide documents features available in NETLAB+ VE version and later. Student Guide Document Version: 2018-02-15 This guide documents features available in NETLAB+ VE version 18.1.0 and later. Copyright 2018 Network Development Group, Inc. www.netdevgroup.com NETLAB Academy

More information

LibraryTrac Updated October 12, 2014

LibraryTrac Updated October 12, 2014 LibraryTrac Updated October 12, 2014 LibraryTrac is an applica.on that allows school librarians/media specialists to keep track accurate sta$s$cs of the usage of their library/media center whether it be

More information

BlueMix Hands-On Workshop

BlueMix Hands-On Workshop BlueMix Hands-On Workshop Lab E - Using the Blu Big SQL application uemix MapReduce Service to build an IBM Version : 3.00 Last modification date : 05/ /11/2014 Owner : IBM Ecosystem Development Table

More information

Welcome to the SIHO itransact portal.

Welcome to the SIHO itransact portal. Provider and Vendor Access Portal One stop access for your guide to utilizing SIHO s new itransact platform. Welcome to the SIHO itransact portal. Primary access codes will be given to key contacts at

More information

Getting Started with Cisco Pulse

Getting Started with Cisco Pulse CHAPTER 2 These topics describe what you need know when initially logging into Cisco Pulse. Client and Browser Requirements, page 2-1 Logging Into Cisco Pulse, page 2-2 Getting Familiar with Your Home

More information

Windows 8.1 User Guide for ANU Staff

Windows 8.1 User Guide for ANU Staff Windows 8.1 User Guide for ANU Staff This guide has been created to assist with basic tasks and navigating Windows 8.1. Further tips for using Windows 8.1 can be found on the IT Services website, or by

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

More information

EHS RegTracker. User Guide. (800)

EHS RegTracker. User Guide. (800) EHS RegTracker User Guide (800) 372-1033 www.bna.com EHS RegTracker User Guide Table of Contents Getting Started.... 2 Includes Initial Setup and Logging On. Company Inbox... 5 Status Icons, Inbox Filter,

More information

Notifications 4 How to set notifications for a particular item 4. s 4 How to one or more members of the committee 4

Notifications 4 How to set notifications for a particular item 4.  s 4 How to  one or more members of the committee 4 See below for a list of step-by-step guides on how to complete some common tasks on Standards Hub Committee Workspace. About Committee Workspace and Livelink Livelink is a web based collaboration and document

More information

Installation & Configuration Guide Enterprise/Unlimited Edition

Installation & Configuration Guide Enterprise/Unlimited Edition Installation & Configuration Guide Enterprise/Unlimited Edition Version 2.3 Updated January 2014 Table of Contents Getting Started... 3 Introduction... 3 Requirements... 3 Support... 4 Recommended Browsers...

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony Fabric Integration Service Admin Console User Guide On-Premises Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

More information

Telephony Toolbar Enterprise. User Guide

Telephony Toolbar Enterprise. User Guide Telephony Toolbar Enterprise User Guide Release 4.4 October 2009 Table of Contents 1 Summary of Changes... 7 1.1 Changes for this Release... 7 2 About This Guide... 8 2.1 Open Telephony Toolbar-Corporate...

More information

Admissions & Intro to Report Editing Participants Guide

Admissions & Intro to Report Editing Participants Guide IBM Cognos Analytics Admissions & Intro to Report Editing Participants Guide Welcome to Cognos - Admissions and Introduction to Report Editing! Today s objectives include: Gain a Basic Understanding of

More information

Crea?ng Cloud Apps with Oracle Applica?on Builder Cloud Service

Crea?ng Cloud Apps with Oracle Applica?on Builder Cloud Service Crea?ng Cloud Apps with Oracle Applica?on Builder Cloud Service Shay Shmeltzer Director of Product Management Oracle Development Tools and Frameworks @JDevShay hpp://blogs.oracle.com/shay This App you

More information

LAB PRT01: Introduction to Microsoft SharePoint Products and Technologies: Technology and Functionality

LAB PRT01: Introduction to Microsoft SharePoint Products and Technologies: Technology and Functionality LAB PRT01: Introduction to Microsoft SharePoint Products and Technologies: Technology and Functionality Objectives After completing this lab, you will be able to: Understand the collaboration functionality

More information

Acuity 504. User Guide. Administrators 504 Coordinators Teachers. MSB Customer Care msb-services.

Acuity 504. User Guide. Administrators 504 Coordinators Teachers. MSB Customer Care msb-services. TM Acuity 504 User Guide Administrators 504 Coordinators Teachers MSB Customer Care 800.810.4220 support@ Copyright 2014 MSB All rights reserved 1 Copyright MSB 2014 Table of Contents MSB Mission Statement...

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

LibraryTrac Updated August 3, 2017

LibraryTrac Updated August 3, 2017 LibraryTrac Updated August 3, 2017 LibraryTrac is an applica.on that allows school librarians/media specialists to keep track accurate sta$s$cs of the usage of their library/media center whether it be

More information

1. How do you deploy an application to Cloud Foundry with multiple instances, on a non-default domain?

1. How do you deploy an application to Cloud Foundry with multiple instances, on a non-default domain? CFCD Study Guide This guide will help you prepare for the Cloud Foundry Certified Developer examination. The guide is not meant to be inclusive of all topics, but rather encourage you to further study

More information

Salesforce CRM Content Implementation Guide

Salesforce CRM Content Implementation Guide Salesforce CRM Content Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: October 13, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

IBM Proventia Management SiteProtector Policies and Responses Configuration Guide

IBM Proventia Management SiteProtector Policies and Responses Configuration Guide IBM Internet Security Systems IBM Proventia Management SiteProtector Policies and Responses Configuration Guide Version2.0,ServicePack8.1 Note Before using this information and the product it supports,

More information

Lesson 7: Defining an Application

Lesson 7: Defining an Application 35 Lesson 7: Defining an Application In this lesson, we will define two new applications in the realm server, with an endpoint for each application. We will also define two new transports to be used by

More information

Integrating Sintelix and ANB. Learn how to access and explore Sintelix networks in IBM i2 Analyst s Notebook

Integrating Sintelix and ANB. Learn how to access and explore Sintelix networks in IBM i2 Analyst s Notebook Integrating Sintelix and ANB Learn how to access and explore Sintelix networks in IBM i2 Analyst s Notebook 2 Integrating Sintelix and ANB By the end of this tutorial you will know how to: 1 2 3 Install

More information

Virtual Communications Express User Guide: Call Center Agent

Virtual Communications Express User Guide: Call Center Agent Feature Overview The Call Center is designed to support the needs of Call Center agents in any environment. It supports the full set of call handling functions, ACD state management, integration of multiple

More information

Salesforce CRM Content Implementation Guide

Salesforce CRM Content Implementation Guide Salesforce CRM Content Implementation Guide Salesforce, Summer 16 @salesforcedocs Last updated: June 7, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

TapRooT VI Software Quick Start Guide

TapRooT VI Software Quick Start Guide TapRooT VI Software Quick Start Guide TapRooT Technical Support: Monday Friday: 7am 6pm EST Phone: 011 (865) 357-0080 Email: support@taproot.com Copyright 2016 by System Improvements, Inc., Knoxville,

More information

Windows 8.1 User Guide for ANU Staff

Windows 8.1 User Guide for ANU Staff Windows 8.1 User Guide for ANU Staff This guide has been created to assist with basic tasks and navigating Windows 8.1. Further tips for using Windows 8.1 can be found on the IT Services website, or by

More information

SecureTransport Version May Web Client User Guide

SecureTransport Version May Web Client User Guide SecureTransport Version 5.3.6 9 May 2018 Web Client User Guide Copyright 2018 Axway All rights reserved. This documentation describes the following Axway software: Axway SecureTransport 5.3.6 No part of

More information

VARONIS DATALERT APP FOR IBM QRADAR

VARONIS DATALERT APP FOR IBM QRADAR VARONIS DATALERT APP FOR IBM QRADAR Integration Guide Publishing Information Software version 0 Document version 1 Publication date October 9, 2018 Copyright 2005-2018 Varonis Systems Inc. All rights reserved.

More information

Con$nuous Integra$on Development Environment. Kovács Gábor

Con$nuous Integra$on Development Environment. Kovács Gábor Con$nuous Integra$on Development Environment Kovács Gábor kovacsg@tmit.bme.hu Before we start anything Select a language Set up conven$ons Select development tools Set up development environment Set up

More information

Introduction to Cognos

Introduction to Cognos Introduction to Cognos User Handbook 7800 E Orchard Road, Suite 280 Greenwood Village, CO 80111 Table of Contents... 3 Logging In To the Portal... 3 Understanding IBM Cognos Connection... 4 The IBM Cognos

More information

Contents Using Team Site Calendars... 2

Contents Using Team Site Calendars... 2 SharePoint 2013 End User Training Tutorial Contents Using Team Site Calendars... 2 Adding & Editing Announcements... 4 Using Custom Lists... 6 Creating Alerts to Stay Updated... 9 Communicating Through

More information

BeetleEye Application User Documentation

BeetleEye Application User Documentation BeetleEye Application User Documentation BeetleEye User Documentation 1 Table of Contents Welcome to the BeetleEye Application... 6 Overview... 6 Navigation... 6 Access BeetleEye... 6 Update account information...

More information

Student Guide Version /26/10

Student Guide Version /26/10 Version 2.5.3.13 2/26/10 Key Concepts: General Information Logging in My Workspace How to Use Common Site Tools Announcements Assignments Calendar Drop Box Gradebook Syllabus Resources Chat Assessments

More information

The Evolved Office Assistant

The Evolved Office Assistant The Evolved Office Assistant USER GUIDE TM 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip.net Release 1.0 Document Version 1 Copyright Notice Copyright 2008 Evolve IP,

More information

Online Demo Guide. Barracuda PST Enterprise. Introduction (Start of Demo) Logging into the PST Enterprise

Online Demo Guide. Barracuda PST Enterprise. Introduction (Start of Demo) Logging into the PST Enterprise Online Demo Guide Barracuda PST Enterprise This script provides an overview of the main features of PST Enterprise, covering: 1. Logging in to PST Enterprise 2. Client Configuration 3. Global Configuration

More information

Preliminary ACTL-SLOW Design in the ACS and OPC-UA context. G. Tos? (19/04/2016)

Preliminary ACTL-SLOW Design in the ACS and OPC-UA context. G. Tos? (19/04/2016) Preliminary ACTL-SLOW Design in the ACS and OPC-UA context G. Tos? (19/04/2016) Summary General Introduc?on to ACS Preliminary ACTL-SLOW proposed design Hardware device integra?on in ACS and ACTL- SLOW

More information

Toolbar User Guide. Release 17.0

Toolbar User Guide. Release 17.0 Toolbar User Guide Release 17.0 2012 by Cox Communications. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic, mechanical, photocopying,

More information

Siebel 7 Integration With Primus eserver Version 5.1

Siebel 7 Integration With Primus eserver Version 5.1 Siebel Systems, Inc. Siebel 7 Integration With Primus eserver Version 5.1 Technical Integration Brief Integration Overview... 1 Business Case... 1 Integration Architecture... 2 Validation Summary... 3

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

Kaspersky Security Center 10 Web Console. User Guide

Kaspersky Security Center 10 Web Console. User Guide Kaspersky Security Center 10 Web Console User Guide Dear User, Thank you for your trust! We hope that this document will help you in your work and will provide answers regarding this software product.

More information

This Quick Start describes how to use Bocconi Cloud Service, called Filr in the rest of the document, from your Windows desktop.

This Quick Start describes how to use Bocconi Cloud Service, called Filr in the rest of the document, from your Windows desktop. Quick Start Bocconi Cloud Service, based on Novell Filr, allows you to easily access all your files and folders from your desktop, browser, or a mobile device. In addition, you can promote collaboration

More information

Step 1: A few setup items are needed to properly start using SeamLESS EHR with MedicFusion.

Step 1: A few setup items are needed to properly start using SeamLESS EHR with MedicFusion. Step 1: A few setup items are needed to properly start using SeamLESS EHR with MedicFusion. Prerequisites: SeamLESS version 1.3.0.0 R1 or greater esuite version 3.7.4.0 on the worksta;on (3.7.5.0) and

More information

MFS Wires III DSI Impact Integration. Escrow. User Guide. Last edited: Fidelity National Financial

MFS Wires III DSI Impact Integration. Escrow. User Guide. Last edited: Fidelity National Financial MFS Integration Escrow User Guide Last edited: 06.25.2013 2013 Fidelity National Financial Table of Contents Logging On 3 Logging Off 3 Timing Out 4 Understanding System Maintenance 4 Contacting Support

More information

WEB TIME SUPERVISOR GUIDE

WEB TIME SUPERVISOR GUIDE Revised 02/23/2018 WEB TIME SUPERVISOR GUIDE CLIENT RESOURCE PAYLOCITY.COM TABLE OF CONTENTS Web Time... 3 Home... 15 Employees... 28 Reports... 130 Web Kiosk Setup... 132 Glossary... 156 Index... 158

More information

Visual Workflow Implementation Guide

Visual Workflow Implementation Guide Version 30.0: Spring 14 Visual Workflow Implementation Guide Note: Any unreleased services or features referenced in this or other press releases or public statements are not currently available and may

More information

Salesforce Classic Mobile Guide for iphone

Salesforce Classic Mobile Guide for iphone Salesforce Classic Mobile Guide for iphone Version 41.0, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Table of Contents. Copyright Pivotal Software Inc, of

Table of Contents. Copyright Pivotal Software Inc, of Table of Contents Table of Contents Push Notification Service for Pivotal Cloud Foundry Installation DevOps Configuring Heartbeat Monitor for ios Configuring Heartbeat Monitor for Android Using the Dashboard

More information

This document is intended for use by Nagios Administrators that want to use Slack for notifications.

This document is intended for use by Nagios Administrators that want to use Slack for notifications. Purpose This document describes how integrate the Slack messaging platform with. This integration will allow to send notifications to Slack channels, enabling teams to see the health of their devices monitored

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Records and Enrollment Participants Guide

Records and Enrollment Participants Guide IBM Cognos Analytics Welcome to Cognos Records and Enrollment Training! Today s objectives include: Gain a Basic Understanding of Cognos Understand University policies on data security including FERPA

More information

The following instructions cover how to edit an existing report in IBM Cognos Analytics.

The following instructions cover how to edit an existing report in IBM Cognos Analytics. IBM Cognos Analytics Edit a Report The following instructions cover how to edit an existing report in IBM Cognos Analytics. Navigate to Cognos Cognos Analytics supports all browsers with the exception

More information

Solution Composer. User's Guide

Solution Composer. User's Guide Solution Composer User's Guide January 2014 www.lexmark.com Contents 2 Contents Overview...4 Understanding the basics...4 System recommendations...5 Building custom solutions...6 Getting started...6 Step

More information

Salesforce Classic Guide for iphone

Salesforce Classic Guide for iphone Salesforce Classic Guide for iphone Version 35.0, Winter 16 @salesforcedocs Last updated: October 27, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Installing and configuring an Android device emulator. EntwicklerCamp 2012

Installing and configuring an Android device emulator. EntwicklerCamp 2012 Installing and configuring an Android device emulator EntwicklerCamp 2012 Page 1 of 29 Table of Contents Lab objectives...3 Time estimate...3 Prerequisites...3 Getting started...3 Setting up the device

More information

Scorebook Navigator. Stage 1 Independent Review User Manual Version

Scorebook Navigator. Stage 1 Independent Review User Manual Version Scorebook Navigator Stage 1 Independent Review User Manual Version 11.2013 TABLE OF CONTENTS Getting Started... 1 Browser Requirements... 1 Scorebook Navigator Browser Compatability... 1 Logging in...

More information

ForeScout Extended Module for MaaS360

ForeScout Extended Module for MaaS360 Version 1.8 Table of Contents About MaaS360 Integration... 4 Additional ForeScout MDM Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

ForeScout Extended Module for MobileIron

ForeScout Extended Module for MobileIron Version 1.8 Table of Contents About MobileIron Integration... 4 Additional MobileIron Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

Managing Administrator Preferences

Managing Administrator Preferences Managing Administrator Preferences Purpose This lesson shows you how to use Grid Control to manage administrator preferences. Topics This module will discuss the following topics: Overview Prerequisites

More information

Causeway ECM Team Notifications. Online Help. Online Help Documentation. Production Release. February 2016

Causeway ECM Team Notifications. Online Help. Online Help Documentation. Production Release. February 2016 Causeway ECM Team Notifications Online Help Production Release February 2016 Causeway Technologies Ltd Comino House, Furlong Road, Bourne End, Buckinghamshire SL8 5AQ Phone: +44 (0)1628 552000, Fax: +44

More information

1. Enter your User ID or Address associated with your Chalk & Wire account.

1. Enter your User ID or  Address associated with your Chalk & Wire account. Once you have been provided with your Chalk & Wire User ID and Password, go to the Chalk & Wire login web page for your institution. If you do not know the correct URL, please visit ep.chalkandwire.com

More information

Introduction to Git and GitHub for Writers Workbook February 23, 2019 Peter Gruenbaum

Introduction to Git and GitHub for Writers Workbook February 23, 2019 Peter Gruenbaum Introduction to Git and GitHub for Writers Workbook February 23, 2019 Peter Gruenbaum Table of Contents Preparation... 3 Exercise 1: Create a repository. Use the command line.... 4 Create a repository...

More information

Continuous Delivery for Cloud Native Applications

Continuous Delivery for Cloud Native Applications Continuous Delivery for Cloud Native Applications Cyrille Le Clerc, Director, Product Management at CloudBees Bjorn Boe, Senior Field Engineer at Pivotal Software Speakers /Cyrille Le Clerc Product Manager

More information

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2

Introduction to Cognos Participants Guide. Table of Contents: Guided Instruction Overview of Welcome Screen 2 IBM Cognos Analytics Welcome to Introduction to Cognos! Today s objectives include: Gain a Basic Understanding of Cognos View a Report Modify a Report View a Dashboard Request Access to Cognos Table of

More information

Sample Spark Web-App. Overview. Prerequisites

Sample Spark Web-App. Overview. Prerequisites Sample Spark Web-App Overview Follow along with these instructions using the sample Guessing Game project provided to you. This guide will walk you through setting up your workspace, compiling and running

More information

Browser Guide for PeopleSoft

Browser Guide for PeopleSoft Browser Guide for PeopleSoft Business Process Guide For Academic Support Specialists (Advisors) TABLE OF CONTENTS PURPOSE...2 INTERNET EXPLORER 7...3 GENERAL TAB...4 SECURITY TAB...6 PRIVACY TAB...10 CONTENT

More information

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to VMWare AirWatch User Guide for Web Browser You can access your AirWatch Files from a web browser. How to login AirWatch Cloud Storage? 1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari)

More information

USM Anywhere AlienApps Guide

USM Anywhere AlienApps Guide USM Anywhere AlienApps Guide Updated April 23, 2018 Copyright 2018 AlienVault. All rights reserved. AlienVault, AlienApp, AlienApps, AlienVault OSSIM, Open Threat Exchange, OTX, Unified Security Management,

More information

Quick Guide 0005C: Installing and Using e-bridge (Secure Messaging) on a Windows PC

Quick Guide 0005C: Installing and Using e-bridge (Secure Messaging) on a Windows PC Quick Guide 0005C: Installing and Using e-bridge (Secure Messaging) on a Windows PC (This guide only covers the Secure Messaging function of e-bridge) I. Downloading and Installing e-bridge for Windows

More information

Kony MobileFabric Engagement Services QuickStart Guide

Kony MobileFabric Engagement Services QuickStart Guide Kony MobileFabric (Building a Sample App - Android) Release 7.0 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

IBM / ST SensorTile Watson IoT Workshop

IBM / ST SensorTile Watson IoT Workshop IBM / ST SensorTile Watson IoT Workshop Connect the ST Microelectronics SensorTile to IBM Watson IoT Download this PDF and Node-RED flows at https://github.com/johnwalicki/sensortile-watsoniot-workshop

More information

Applications Anywhere User s Guide

Applications Anywhere User s Guide 23/05/2016 Version 1.4 A: Ugli Campus, 56 Wood Lane, T: +44 (0)203 51 51 505 Cloudhouse Technologies Ltd London, W12 7SB E: info@cloudhouse.com Registered in England. VAT Number GB 162 2024 53 www.cloudhouse.com

More information