Cisco Unified Presence

Total Page:16

File Type:pdf, Size:1020Kb

Cisco Unified Presence Designing and Deploying Desktop Unified Communications TECUCC-2611 Content Map Servers & Services (On Prem / SaaS) Microsoft Cisco Unified Cisco Webex Presence Server Integration Desktop Cisco On Cisco Microsoft Premise SaaS Clients Integration TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 2 Cisco Unified Presence TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 4 Content Map – On Premise Servers & Services (On Prem / SaaS) Microsoft Cisco Unified Cisco Webex Presence Server Integration Desktop Cisco On Cisco Microsoft Premise SaaS Clients Integration TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 5 What is Presence? . What is “Presence”? –Information about a person‟s Available willingness and availability to Away communicate Idle . Examples of presence Offline –“Busy” tone on traditional phone –Contact Centre Agent status –IM “Buddy List” status indication TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 6 Two Major Architectures for IM and Presence SIP XMPP TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 7 Unlock Potential of Presence In the Enterprise SIP/SIMPLE BORDERLESS COLLABORATION XMPP Rich B2B & B2C Dual Standards support Federation Extensible SCALABILITY Open Presence Unified Enable Business Process SECURITY POLICY COMPLIANCE Enterprise-class Presence Applications TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public beyond IM 8 Cisco Unified Presence (Always-on Presence) CSF Clients SIP/SIMPLE REST CUCM SOAP - API‟s SIP & call webex CAXL control Cisco Unified Client Services Framework Rich Network Presence to Webex CUMA SIP UC XMPP (Telephony & Calendar CUMC integrations integrations Presence to cloud) „CUP 8.x‟ CUAE Jabber APIs serverVOS Jabber Werx Expert CUAE Plugin Advisor XMPP Agent Desktop Contact webex Centre Note: Other existing CUP functions CUPC 7.0 IM & Presence continue to be supported: (incl. MAC support) MS Exchange Federations - MS Client mode (OCS RCC) Calendaring - SIP Proxy Webex, OCS, IBM, AOL - IBM TECUCCTelephony-2611 Presence integration© 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public Jabber XCP, GoogleTalk 9 What is XMPP? TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 10 What is XMPP? . eXtensible Messaging and Presence Protocol . XMPP is -- open standard, published by the IETF, that uses XML to exchange information. Bi-directional streaming XML (XML gives readability) . Core: IETF RFC 3920, 3921 . Goals: –Simplified clients –Federate everything TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 11 XMPP Basics . You have a client that connects to and authenticates to a server. 2 main types of Connections – Client to Server Connections – Server to Server Connections . Users are uniquely identified by their JID, in the form [email protected], eg [email protected] TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 12 Jabber ID (JID) . All Entities in XMPP must have a Jabber ID. (e.g. a server, a component, a conference room, a user on a client) . Entities are identified by their JID. JID for a user is typically made up of 3 main components: . “node@domain/resource” . node – username e.g. a client‟s username on the server or a room name for conference. domain – primary identifier; usually identifies the server (FQDN) . resource – identifier for the users specific entity. Allows a user to have multiple devices or locations. (e.g. laptop, pda, etc.) . The domain identifier is the only required identifier, node and resource identifier allow for increased granularity for user, room, or device. TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 13 XMPP Architecture TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 14 XMPP Connections / Streams . 2 main types of Connections – Client to Server Connections – Server to Server Connections . Streams –“A stream is a container for the exchange of XML elements / stanzas between two entities over a XMPP network” . TCP connection between client and server (port 5222) TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 15 XMPP Stream Example | ----------------------------------| ---------------------------------- | | | <stream>| <stream> | | open stream A stream starts with <stream>, |-----------------------------------|----------------------------------- | | then an open-ended series of | | <presence><presence> | | stanza <presence>, <message>, and | | <show/><show/> | | <iq> tags are sent. | | </presence></presence> | | |-----------------------------------|----------------------------------- | | | <message to = ‘foo’> | stanza When the closing </stream> tag | <message to = „foo‟> | | | <body/><body/> | | is sent, underlying TCP | | </message></message> | | |----------------------------------- | connection torn down |-----------------------------------| | ………. | more stanzas | ………. | |----------------------------------- | |</stream>|----------------------------------- | | close stream |-----------------------------------|</stream> | | |-----------------------------------| TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 16 Core XMPP Messages/Stanzas . „Stanzas‟ are XMPP (XML child elements of <stream>) messages sent within a Element/Stanza Types stream or XMPP session. <message> Normal, chat, groupchat, headline, error . 3 main stanzas defined in XMPP –<message> - client pushes a message <iq> Get, set, result, error (e.g. IM message) to another client. –<iq> - info/query. IQ stanza messages are <presence> available, unavailable, get/set and have an associated response. subscribe, subscribed, unsubscribe, unsubscribed, (result or error). error –<presence> - used to update or publish a users presence. TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 17 XMPP Stanza Attributes 5 Common Stanza Attributes: to: „ address/JID of recipient‟ from: „ address of sender‟ id: „ for tracking command/response in <iq> stanza type: „ purpose or context of message, presence or iq stanza xml:lang: default language Example XMPP Message <message> to='[email protected]' from='[email protected]/balcony' type='chat' xml:lang='en'> <body>Wherefore art thou, Romeo?</body> </message> TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 18 Example - Message Stanza The message stanza can contains up to three child elements <subject/> - the subject or title of the message <body/> - the main body of the message <thread/> - unique identifier linked to a conversation. Example: <message> to=„[email protected]' from=„[email protected]' type='chat'> <subject> Team meeting </subject> <body>Hey – I want to have that meeting today! </body> <thread>A4567423</thread> </message> TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 19 Example – Presence Stanza The presence stanza contains up to three child elements. <show/> - users availability: away, chat, dnd, normal or xa <status/> - qualifier for availability – a text string containing more information e.g. “on the phone” <priority/> - priority of this entity (defines the priority of this resource) Example: <presence> from=„[email protected]/Work' to=„[email protected]' > <show>chat</show> <status>coffee break</status> <priority>5</priority> </presence> TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 20 Cisco Unified Presence 8.5 Architecture TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 21 Cisco Unified Presence Components Unified Mobility Advantage Third Party MeetingPlace Open API Cisco Unity/Unity Carriers / Microsoft CUMA Connection Exchange other vendors IBM Lotus PBXs Sametime Cisco WebEx Jabber GoogleTalk Cisco Unified Microsoft Presence 8.5 Unified CM 6.x, 7.x, 8.x LCS/OCS LDAPv3 XMPP WebDAV/EWS LDAP SIP/SIMPLE CTI/QBE Unified Personal CSTA over SIP Communicator 8.x SCCP Third Party H.323 XMPP Unified Personal IMAP SOAP Client Communicator 7.x HTTP/HTTPS JTAPI TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 22 Cisco Unified Presence 8.x Architecture Cisco Unified CUMA Presence 8.x Unified CM AXL/SOAP Unified CM Unified Personal Unified Mobility Sync Agents Communicator 7.x Advantage 7.x Microsoft Cisco Calendar Exchange Expert Agent Advisor Desktop Third Party Open API ICM Unified Application SIP/SIMPLE SIP/SIMPLE Environment SIP Proxy SIP Interface Presence Engine / Instant Message Bridge XMPP Unified Personal XCP Route Fabric Communicator 8.x Third Party XMPP Third Party XMPP Client Jabber Session Manager Compliance (Spark, Adium, Pidgin, MomentIM, etc) Server Instant Messaging XDB Compliance and Expert Logging future Cisco ODBC Advisor Agent Jabber XCP PostgreSQL Desktop TECUCC-2611 © 2011 Cisco and/or its affiliates. All rights reserved. Cisco Public 23 SIP and XMPP Client Interoperability Cisco Unified Unified CM CUMA Presence 8.x Unified CM AXL/SOAP Unified Personal Unified Mobility Sync Agents Communicator 7.x Advantage 7.x Cisco Calendar Expert Agent Advisor Desktop Third Party Open API Unified Application ICM Environment SIP Proxy SIP Interface All messages, SIP Presence Engine / Instant Message Bridge and XMPP, are routed through the Jabber Unified Personal XCP Route Fabric Session Manager. Communicator 8.x Third Party
Recommended publications
  • COMPACT MANUAL USE of SPARK M10 PLATE READER Room HG01.228 General Instrumentation
    0 COMPACT MANUAL USE OF SPARK M10 PLATE READER Room HG01.228 General Instrumentation SPECIFICATIONS ASSISTANCE – BOOKINGS SWITCH ON CREATE/EDIT METHODS (IN MAGELLAN) MEASUREMENT STORAGE DATA USERS AND METHODS SWITCH OFF OPTIONS FOR DETECTION, ACTION AND KINETIC General Instrumentation RoomHG01.228. version December 08, 2016 1 SPECIFICATIONS The Tecan Spark M10 multimode plate reader has the following modules: - Multiple types of plate and wells - Absorbance reading with monochromator optics (200-1000nm) - Fluorescence top / bottom reading with monochromator for Exc (230-900nm) and Em (280- 900nm), also step-wise intensity scans over range - Fluorescence polarization reading >390nm - Time-resolved fluorescence - Luminescence reading, single range, multicolor + scanning - Temperature control including cooling option (range for measurement 18-42°C, not higher, not lower) and shaking - Spark and Magellan programmable control and analysis software - Injector module 2x, 1ml syringes with heating & stirrer option ASSISTANCE - BOOKINGS - Liesbeth Pierson, Tel. 024-3652199, [email protected], Room HG01.222 - Paul van der Ven, Tel. 024-3652012, [email protected], Room HG 01.212 - Website: http://www.ru.nl/science/gi/facilities/other-devices/plate-readers/ - Bookings: http://bookings.science.ru.nl/public/auth/login/ (4 days a week priority for the van Hest group) - Manuals: paper manuals for Spark and Magellan in Room HG01.228 - Digital version on D drive of Spark computer (see desktop shortcuts) and geminstr server. SWITCH ON 1. Switch on a) Laird Cooling unit if temperature below 28 °C is needed (right side Laird unit), b) Spark M10 main power (rear side Spark) and c) function switch (front panel).
    [Show full text]
  • Instant Messaging: Keeping Your Child Safe and Secure
    Online Instant Messaging: Keeping Your Child Safe and Secure Presented by: Meredith Stannard, Nauset Regional High School [email protected] Barbara Dominic, Nauset Regional Middle School [email protected] Kathy Schrock, Nauset Public Schools [email protected] Spring 2003 1 Instant messages are lasting ©2001. USA Today. http://www.usatoday.com/tech/news/2001-06-21-teens-im-lasting.htm By Karen Thomas, USA TODAY Breaking up. Making up. Making plans. Asking out. Saying "hey." From the mundane to the emotionally charged, there are no limits to the ways today's kids connect and bond over instant messages (IMs) — those pop-up text windows used for carrying on real-time conversations online. "It's not just empty chatter. They're using (IMs) to have difficult conversations — someone's talking behind your back and you want to confront them," says Amanda Lenhart of the Pew Internet & American Life project. Its survey, out Thursday, finds that nearly three-fourths of online kids ages 12 to 17 rely on IMs to keep in touch with friends. Caroline Barker, 16, is among 35% of teens who use IMs daily; she chats with about 10 close friends and 50 acquaintances in the Bethesda, Md., area. "It's especially good for making plans, or if you're just bored," she says. "It's a given that everybody has it," adds her friend Valerie Hutchins, 15. These Maryland friends IM while doing homework, talking on the phone and watching TV. And they offer insight to the complex social rules that come with a form of communication that still has many adults bewildered.
    [Show full text]
  • Cryptomator Documentation Release 1.5.0
    Cryptomator Documentation Release 1.5.0 Cryptobot Sep 15, 2021 Desktop 1 Setup 3 1.1 Windows...............................................3 1.2 macOS................................................3 1.3 Linux.................................................3 2 Getting Started 5 3 Adding Vaults 7 3.1 Create a New Vault..........................................8 3.2 Open an Existing Vault........................................ 13 4 Accessing Vaults 15 4.1 Unlocking a Vault.......................................... 16 4.2 Working with the Unlocked Vault.................................. 17 4.3 Locking a vault............................................ 18 5 Password And Recovery Key 21 5.1 Change Password........................................... 21 5.2 Show Recovery Key......................................... 22 5.3 Reset Password............................................ 23 6 Vault Mounting 27 6.1 General Adapter Selection...................................... 27 6.2 Options applicable to all Systems and Adapters........................... 27 6.3 WebDAV-specific options...................................... 28 6.4 Dokany-specific options....................................... 28 6.5 FUSE-specific options........................................ 28 7 Vault Management 29 7.1 Remove Vaults............................................ 29 7.2 Reorder Vaults............................................ 29 7.3 Vault Options............................................. 29 8 Setup 33 8.1 Google PlayStore..........................................
    [Show full text]
  • Fully Eliminated the Language Barrier and Enable Ease of Communication Through This Application
    IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. XI (Mar-Apr. 2014), PP 113-119 www.iosrjournals.org Alltalk™- A Windows Phone Messenger with Cross Language Communication Shruti Shetye1, Akhil Abraham2, Royston Pinto3, Sonali Vaidya4 1(BE-IT Student, Information Technology, St. FrancisInstitute of Technology, India) 2(BE-IT Student, Information Technology, St. Francis Institute of Technology, India) 3(BE-IT Student, Information Technology, St. Francis Institute of Technology, India 4(Lecturer, Information Technology, St. Francis Institute of Technology, India) __________________________________________________________________________________ Abstract:In day to day life, messengers or chatting applications provide facility for instant messaging over the internet. Exchange of messages takes place in universally used languages like English, French, etc. where both the users know how to communicate in a common language. Thus chatting on mobile phones is a luxury when both the parties involved know a common language. Hence we have implemented ALLTALK™ which is a Windows 8 phone based chatting application which makes cross language communication possible using mobile programming and networking technology.This application will enable the communication between two persons irrespective of the language each user wishes to use individually. The various modes of communication available in this messenger are through text and voice. Due to the best processing power provided among the available smartphones and high battery life we choose to work on windows 8 platform. Thus we have successfully eliminated the language barrier and enable ease of communication through this application. Keywords: Cross Language communication, instant messenger, socket connection, translator,Windows phone app.
    [Show full text]
  • IM and Presence Service Features and Functions
    IM and Presence Service Features and Functions • IM and Presence Service Components, on page 1 • IM and Presence Service Feature Deployment Options, on page 5 • Deployment models, on page 7 • User Assignment, on page 9 • End User Management, on page 9 • Availability and Instant Messaging, on page 10 • LDAP Integrations, on page 13 • Third-Party Integrations, on page 14 • Third-Party Client Integration, on page 15 • IM Address Schemes and Default Domain, on page 16 • Security, on page 19 • Single Sign-On, on page 19 IM and Presence Service Components Main Components The following figure provides an overview of an IM and Presence Service deployment, including the main components and interfaces between Cisco Unified Communications Manager and IM and Presence Service. IM and Presence Service Features and Functions 1 IM and Presence Service Features and Functions SIP Interface Figure 1: IM and Presence Service Basic Deployment SIP Interface A SIP connection handles the presence information exchange between Cisco Unified Communications Manager and Cisco Unified Presence. To enable the SIP connection on Cisco Unified Communications Manager, you must configure a SIP trunk pointing to the Cisco Unified Presence server. On Cisco Unified Presence, configuring Cisco Unified Communications Manager as a Presence Gateway will allow Cisco Unified Presence to send SIP subscribe messages to Cisco Unified Communications Manager over the SIP trunk. Note Cisco Unified Presence does not support clients (Cisco clients or third party) connecting to Cisco Unified Presence using SIP/SIMPLE interface over TLS. Only a SIP connection over TCP is supported. Related Topics SIP Trunk Configuration on Cisco Unified Communications Manager Presence Gateway Configuration Option IM and Presence Service Features and Functions 2 IM and Presence Service Features and Functions AXL/SOAP Interface AXL/SOAP Interface The AXL/SOAP interface handles the database synchronization from Cisco Unified Communications Manager and populates the IM and Presence Service database.
    [Show full text]
  • Microsoft Skype for Business Deployment Guide
    Microsoft Skype for Business Deployment Guide Multimedia Connector for Skype for Business 8.5.0 3/8/2020 Table of Contents Multimedia Connector for Skype for Business Deployment Guide 4 Architecture 6 Paired Front End Pools 9 Federation Platform with Microsoft Office 365 Cloud 12 Managing T-Server and UCMA Connectors 14 Prerequisites 16 Provisioning for UCMA Connectors 22 Using Telephony Objects 24 Managing UCMA Connectors 28 Managing T-Server 33 Upgrading Multimedia Connector for Skype For Business 36 Configuring Skype for Business Application Endpoints 37 Configuring Skype for Business User Endpoints 38 High-Availability Deployment 39 Performance 45 Managing Workspace Plugin for Skype for Business 46 Using Workspace Plugin for Skype for Business 51 Handling IM Transcripts 60 Supported Features 61 Alternate Routing 62 Call Monitoring 63 Call Supervision 64 Calling using Back-to-Back User Agent 70 Conference Resource Pools 77 Disable Lobby Bypass 80 Emulated Agents 82 Emulated Ringing 85 Handling Direct Calls 86 Handling Pass-Through Calls 89 Hiding Sensitive Data 91 IM Treatments 93 IM Suppression 94 Music On Hold 97 No-Answer Supervision 98 Presence 99 Remote Recording 103 Remote Treatments 110 Transport Layer Security 112 UTF-8 Encoding 114 Supported Media Types 116 T-Library Functionality 120 Attribute Extensions 124 Hardware Sizing Guidelines and Capacity Planning 130 Error Messages 132 Known Limitations and Workarounds 134 Multimedia Connector for Skype for Business Deployment Guide Multimedia Connector for Skype for Business Deployment Guide Welcome to the Multimedia Connector for Skype for Business Deployment Guide. This Deployment Guide provides deployment procedures and detailed reference information about the Multimedia Connector for Skype for Business as a product, and its components: T-Server, UCMA Connector, and Workspace Plugin.
    [Show full text]
  • Presence Enabled Services
    Presence-Enabled Services Improves communication efficiency by providing end users with the ability to control access to their availability and location Enhanced value remains the driving force behind Voice over Internet Protocol services This white paper addresses: • Applicable standards work • New presence-enabled services • Lucent’s plans to support presence-enabled services Contents Abstract .............................................................................................3 Introduction ......................................................................................3 Presence Framework .........................................................................4 Implementation of Presence-Enabled Services ...........................................9 Conclusion .......................................................................................11 Appendix..........................................................................................12 Instant Messaging and Location Services Overview..................................12 Glossary ...........................................................................................13 2 Abstract The need for enhanced value remains the driving force behind Voice over Internet Protocol (VoIP) services. Communications services should be accessible from many places – home, office and on-the-go, independent of the type of communication device deployed. Enhanced value means simplified, efficient communications and improved productivity. Lucent satisfies this need for value by
    [Show full text]
  • Universidad Pol Facultad D Trabajo
    UNIVERSIDAD POLITÉCNICA DE MADRID FACULTAD DE INFORMÁTICA TRABAJO FINAL DE CARRERA ESTUDIO DEL PROTOCOLO XMPP DE MESAJERÍA ISTATÁEA, DE SUS ATECEDETES, Y DE SUS APLICACIOES CIVILES Y MILITARES Autor: José Carlos Díaz García Tutor: Rafael Martínez Olalla Madrid, Septiembre de 2008 2 A mis padres, Francisco y Pilar, que me empujaron siempre a terminar esta licenciatura y que tanto me han enseñado sobre la vida A mis abuelos (q.e.p.d.) A mi hijo icolás, que me ha dejado terminar este trabajo a pesar de robarle su tiempo de juego conmigo Y muy en especial, a Susana, mi fiel y leal compañera, y la luz que ilumina mi camino Agradecimientos En primer lugar, me gustaría agradecer a toda mi familia la comprensión y confianza que me han dado, una vez más, para poder concluir definitivamente esta etapa de mi vida. Sin su apoyo, no lo hubiera hecho. En segundo lugar, quiero agradecer a mis amigos Rafa y Carmen, su interés e insistencia para que llegara este momento. Por sus consejos y por su amistad, les debo mi gratitud. Por otra parte, quiero agradecer a mis compañeros asesores militares de Nextel Engineering sus explicaciones y sabios consejos, que sin duda han sido muy oportunos para escribir el capítulo cuarto de este trabajo. Del mismo modo, agradecer a Pepe Hevia, arquitecto de software de Alhambra Eidos, los buenos ratos compartidos alrrededor de nuestros viejos proyectos sobre XMPP y que encendieron prodigiosamente la mecha de este proyecto. A Jaime y a Bernardo, del Ministerio de Defensa, por haberme hecho descubrir las bondades de XMPP.
    [Show full text]
  • IM Security Documentation on Page Vi
    Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release notes, and/or the latest version of the applicable documentation, which are available from the Trend Micro website at: http://docs.trendmicro.com/en-us/enterprise/trend-micro-im-security.aspx Trend Micro, the Trend Micro t-ball logo, Control Manager, MacroTrap, and TrendLabs are trademarks or registered trademarks of Trend Micro Incorporated. All other product or company names may be trademarks or registered trademarks of their owners. Copyright © 2016. Trend Micro Incorporated. All rights reserved. Document Part No.: TIEM16347/140311 Release Date: September 2016 Protected by U.S. Patent No.: Pending This documentation introduces the main features of the product and/or provides installation instructions for a production environment. Read through the documentation before installing or using the product. Detailed information about how to use specific features within the product may be available at the Trend Micro Online Help Center and/or the Trend Micro Knowledge Base. Trend Micro always seeks to improve its documentation. If you have questions, comments, or suggestions about this or any Trend Micro document, please contact us at [email protected]. Evaluate this documentation on the following site: http://www.trendmicro.com/download/documentation/rating.asp Privacy and Personal Data Collection Disclosure Certain features available in Trend Micro products collect and send feedback regarding product usage and detection information to Trend Micro. Some of this data is considered personal in certain jurisdictions and under certain regulations.
    [Show full text]
  • Daniel Nashed "CSI Domino" Diagnostic Collection & NSD Analysis
    "CSI Domino" Diagnostic Collection & NSD Analysis Daniel Nashed AdminCamp 2016 – Sept. 19-21 in Gelsenkirchen About the presenter ● Nash!Com – German IBM® Business Partner/ISV – Member of The Penumbra group -- an international consortium of selected Business Partners pooling their talent and resources ● Focused on Cross-Platform C-API, IBM® Domino® Infrastructure, Administration, Integration, Troubleshooting and IBM® Traveler – Platform Focus: Microsoft® Windows® 32/64, Linux® and IBM AIX® ● Author of the Domino on Linux®/UNIX® Start Script – Note: Working on RHEL7 + SLES 12 “systemd” support Agenda ● Introduction – What is „Serviceability“ ● Automatic Data Collection (ADC), Configuration Collector ● NSD, Memcheck – Server Crashes, Hangs, Annotation of NSDs ● Memory Management ● Advanced Methods – Semaphore Debugging – Memory Dumps ● Performance Troubleshooting ● Q&A – Any time Useful Software & Tools ● Software – Notes Peek – Lotus Notes Diagnostics (LND) – 7Zip – open source ZIP tool – Ultraedit (commerical but great) or Notepad++ (free) – NashCom Tools ● nshcrash ● Nshmem ● C-API Toolkit – Great source of information What is Serviceability? ● RAS = Reliability Availability Serviceability ● RAS is the effort to improve the Domino Product suite so that: – Client/Server doesn’t crash or hang as often (Reliability) – Client/Server performs well, Server is available to clients (Availability) – The ability to quickly pin-point and fix problems (Serviceability) ● Ongoing effort in each incremental release – Some features are even back-ported
    [Show full text]
  • Openfire Service Level Agreement
    Service Level Agreement Technical Services — Communications Service University Technology Services 1. Overview This Service Level Agreement (SLA) is between University Technology Services (UTS) and either departments or groups choosing to utilize the internal Oakland University instant messaging (OUIM) service. The OUIM service is currently referenced by talk.oakland.edu and runs XMPP/Jabber software called Openfire. Under this SLA, UTS agrees to provide specific information technology (IT) services. This SLA also covers performance and reliability targets and objectives. Section 7 requires the signature and contact information of the group coordinator as an agreement to the SLA. OUIM is an online service that is available on campus and off campus. The requirements to utilize the service are a NetID, an XMPP client, and an Internet connection. XMPP clients are available online. The UTS Helpdesk supports the XMPP clients Spark, Pidgin, and Adium. Instructions are available on the UTS Web site at http://www.oakland.edu/?id=13849&sid=70. 2. Purpose The purpose of this SLA is to establish a cooperative partnership between UTS staff members with the community of customers who may opt into its use by clarifying roles, setting expectations, and providing service objectives and limitations. 3. Terms of Agreement This service is provided on an ongoing basis. From time to time, it may be reviewed and modified by UTS. Modifications to this agreement will be done at the sole discretion of UTS and the Technical Support and Services team (TSS). 4. Service Hours Regularly scheduled maintenance will be scheduled during low-use hours as much as possible; such work will be done either before 8:00 A.M.
    [Show full text]
  • Cheat Sheet – Common Ports (PDF)
    COMMON PORTS packetlife.net TCP/UDP Port Numbers 7 Echo 554 RTSP 2745 Bagle.H 6891-6901 Windows Live 19 Chargen 546-547 DHCPv6 2967 Symantec AV 6970 Quicktime 20-21 FTP 560 rmonitor 3050 Interbase DB 7212 GhostSurf 22 SSH/SCP 563 NNTP over SSL 3074 XBOX Live 7648-7649 CU-SeeMe 23 Telnet 587 SMTP 3124 HTTP Proxy 8000 Internet Radio 25 SMTP 591 FileMaker 3127 MyDoom 8080 HTTP Proxy 42 WINS Replication 593 Microsoft DCOM 3128 HTTP Proxy 8086-8087 Kaspersky AV 43 WHOIS 631 Internet Printing 3222 GLBP 8118 Privoxy 49 TACACS 636 LDAP over SSL 3260 iSCSI Target 8200 VMware Server 53 DNS 639 MSDP (PIM) 3306 MySQL 8500 Adobe ColdFusion 67-68 DHCP/BOOTP 646 LDP (MPLS) 3389 Terminal Server 8767 TeamSpeak 69 TFTP 691 MS Exchange 3689 iTunes 8866 Bagle.B 70 Gopher 860 iSCSI 3690 Subversion 9100 HP JetDirect 79 Finger 873 rsync 3724 World of Warcraft 9101-9103 Bacula 80 HTTP 902 VMware Server 3784-3785 Ventrilo 9119 MXit 88 Kerberos 989-990 FTP over SSL 4333 mSQL 9800 WebDAV 102 MS Exchange 993 IMAP4 over SSL 4444 Blaster 9898 Dabber 110 POP3 995 POP3 over SSL 4664 Google Desktop 9988 Rbot/Spybot 113 Ident 1025 Microsoft RPC 4672 eMule 9999 Urchin 119 NNTP (Usenet) 1026-1029 Windows Messenger 4899 Radmin 10000 Webmin 123 NTP 1080 SOCKS Proxy 5000 UPnP 10000 BackupExec 135 Microsoft RPC 1080 MyDoom 5001 Slingbox 10113-10116 NetIQ 137-139 NetBIOS 1194 OpenVPN 5001 iperf 11371 OpenPGP 143 IMAP4 1214 Kazaa 5004-5005 RTP 12035-12036 Second Life 161-162 SNMP 1241 Nessus 5050 Yahoo! Messenger 12345 NetBus 177 XDMCP 1311 Dell OpenManage 5060 SIP 13720-13721
    [Show full text]