Open Pegasus Part 1 Overview and Update
|
|
|
- Hector Wright
- 10 years ago
- Views:
Transcription
1 San Mateo Marriott San Mateo, CA November 14-17, 2011 Open Pegasus Part 1 Overview and Update The OpenPegasus Architecture Team [email protected] Karl Schopmeyer Project Coordinator, Pegasus Open Source Project [email protected] V /17/11 Final Version This presentation will be available On the MDC and OpenPegasus websites
2 Agenda Rumors 2
3 30 Second Summary OpenPegasus community active One Release and point release this year Probably Release and Major release next year Continuing to match DMTF specs with minimal exceptions and actively working with DMTF and SNIA Multiple implementations for both large scale and small scale systems. Community becoming less formal but more productive and with better quality output 3
4 Section 1.1 QUICK OPENPEGASUS OVERVIEW Goals The Project Architectural Overview 4
5 Our Objectives Open Pegasus Community Project Production Quality Multi Platform (Portability) Open Source Model - MIT license DMTF and SNIA Specifications 5
6 OpenPegasus Architecture OpenPegasus Components CIM Client and Listener infrastructure CIMServer Client CIM Client Listeners Client CIM Client Clients C++ client APIs MOF compiler Server Repository CIM Provider Interfaces CIM Providers MOF Compiler OpenPegasus CIM Server C++ Build and Test Environment Class & Instance Repository C++ / C (CMPI)/ Java (JMPI), Provider APIs tody Client CIM Client Providers 6
7 OpenPegasus Architecture OpenPegasus Components CIM Client and Listener infrastructure CIMServer Client CIM Client Listeners Client CIM Client Clients Server Repository MOF Compiler Open Pegasus CIM Server C++ Build and Test Environment Public Interfaces OpenPegasus C++ Client Interface MOF compiler CIM-XML & WSMAN client interface CIM Provider Interfaces CIM Providers C++ client APIs Class & Instance Repository C++ / C (CMPI)/ Java (JMPI), Provider APIs today Client CIM Client Providers CMPI & C++ Provider Interface SNIA Java Client Interface 7
8 Specifications and OpenPegasus Goals Conform to DMTF and SNIA specifications Limit noncompliant functionality Work with DMTF and SNIA to grow specifications Client Protocol Specs. WSMAN DMTF DSP0206, 0207, 0230 CIM/XML DMTF DSP0200 & DSP0201 Provider Interfaces OpenGroup CMPI C interface specification V2 Object Model DMTF DSP0004 Query Languages CQL - DMTF DSP0202 WQL Informal DMTF specs Profiles Selected Server Profiles 8
9 Profile Implementation OpenPegasus Implements selected profiles Server Control profiles WBEM Server profile Basic top level profiles Profile Registration Profile Major Services implemented by the Server DMTF Indication Profile Will look at extending to new profiles in the future. 9
10 Additional Components SNIA Java Client and browser Pegasus-JavaCIMClient module in OpenPegasus cvs repository WMI mapper pegasus cvs module (pegasus/src/wmimapper) configure Build configure script in pegasus-unsupported module Unsupported but sometimes obsolete tools, components, etc. 10
11 OpenPegasus Project Community Project Multiple supporters Multiple developers Multiple users Open source-code, open project Meritocracy based project model Documented processes Wiki Support tools (bugzilla, websites, WIKI, etc.) Defined releases, commit procedures, etc. Open Group Pegasus mgt Committee (PMC) Pegasus Arch. Team Bugzilla CVS Repository PEPs OpenPegasus WEB Site 11
12 OpenPegasus Wiki OpenPegasus Release Planning now resides in the Wiki Architecture Team Telecon Minutes Open Pegasus Strategy and Planning a list of possible items to attack in the future FAQ Indications, Building and Installing OpenPegasus, Pegasus Server Administration 2012 Marek Szermutzky(IBM)
13 OpenPegasus Releases OpenPegasus Formal Version Releases Version (ex. 2.11) New functionality Backward compatibility Maintain binary interface compatibility Extensive testing Release Documentation ~ each 9 12 months Point Releases (ex ) Largely bug fixes New functionality only in special cases ~ each 6 months depending on bugs Major Version Ex Version 2.x Will change only when we have incompatible changes Project maintains Current release (ex. 2.11) Two back version releases (2.9, 2.10) 13
14 OpenPegasus Availability OpenPegasus source freely available Releases are on OpenPegasus web site Source tarball Source rpms No binary releases Available as part of some OS releases VMS, ZOS, HPUX etc. Available on Several Linux distributions as binary RPM 14
15 Platform Support Platforms Supported Unix / Linux Windows VMS ZOs Fully Supported Platforms Tested nightly and for release Supported Platforms Include configuration, some testing but no maintainer currently for regular testing 15
16 Supporting OpenPegasus The project keeps important bug fixes through 2 previous versions. All fixes to OpenPegasus are documented in bugs All bugs/fixes are in the Bugzilla database Find bugs through version search All versions are tagged (ex. RELEASE_2_9_0) Support through OpenPegasus Support in specific organizations (ex SNIA plugfests provide specific support) 16
17 Section 1.2 OPENPEGASUS VERSION OVERVIEW 17
18 What s New in 2011/ 2012 OpenPegasus Released May 2011 OpenPegasus Released Nov 2010 OpenPegasus Released Sept OpenPegasus Function Compete Planned March 2012 See For details, current status OpenPegasus 3.0 Function Compete Planned ~Q2 2012
19 New Functionality CIM/XML Pull Operations WSMAN Eventing support SSL cipher suite support Restful Services (experimental and doubtful) Update ICU services LifeCycle Indications to support provider management interop namespace Eliminate/reduce SNIA/SMIS differences Expand cimcli for embedded instance support Details Clean up bug list in OpenPegasus PEPs and Bugs: A Wish List is not a commitment. Commitments only come when someone agrees to do the work, not just need the result. 19
20 CIM/XML Pull Operations Implemented per DMTF Specification DSP 0200 and DSO0201 Implemented internally so that they can be used with CIM/XML and WSMAN operations Implemented for compatibility with existing providers. Further information in Part 2 (Advanced topics) 20
21 WSMAN Eventing support Features planned for 2.12 Subscribe (wsme:subscribe) Unsubscribe (wsme:unsubscribe) Subscription response (wsme:subscriberesponse) Delivery mode Push ( DeliveryModes/Push) Filters with WQL language(wsme:filter) Connection retries(wsman:connectionretry)
22 Cipher Suite support in cimserver Cipher Suite can be specified for the cimserver using the option sslciphersuite. This directive uses a colon-separated cipherspec string consisting of OpenSSL cipher specifications to configure the Cipher Suite the client is permitted to negotiate in the SSL handshake phase. Example : cimconfig sslciphersuite=rsa:!exp:!null:+high:-low (all ciphers using RSA key exchange and Triple-DES(HIGH) but not export ciphers(exp), ciphers using no encryption(null) and all low strength ciphers(low))
23 ICU Update ICU is OpenPegasus internationalization library OpenPegasus currently supports old version of ICU( v 3.2) Obsolete Not easily available Not current version on distributions ICU 4.0 represents incompatible changes Update OpenPegasus to support ICU
24 LifeCycle Indication Support Issue today with admin lack of knowledge of status of failed OOP providers Adds lifecycle indication support for the OpenPegasus provider module class Pegasus PEP 360 for details 24
25 Expand CIMCLI to support embedded instances CIMCLI is OpenPegasus command line client tool for testing and production use Allows all instance operations and all class operations except create/modify Added cleaner cli input for create/modify Cimcli ci myclass id=3128 name=fred Apply this new definition to all objects Cimcli getinstance myclass id=2138 Add creation/modification/display of instances containing embedded instance properties Expand display capabilities 25
26 Interop Namespace OpenPegasus uses root/pg_interop as interop namespace name Embedded systems can change at build Issue with systems that upgrade without removing repository Solution: alias namespace mechanism so root/interop is alias for root/pg_interop Sigh we finally beat one issue down; or it is as bad to get to far ahead as to far behind. 26
27 Reduce SNIA/SMIS differences Currently several compile time flags that specialize Pegasus for SNIA SMIS compatibility Goal Remove compile time options Remove special SNIA code If there are differences they should be driven by profiles, not compile time flags 27
28 Supporting Restful services Create a new client adapter (parallel to WSMAN) for the restful protocols. With state of specifications very slim change that this will get into 2.12 Will create a service parallel to WSMServer to map Pegasus internal operations to Restful operation request/responses PEP in review and early code done 28
29 2.11 New Functionality 32 Bit Providers in 64 Bit system Provider Module Grouping WSMan Adapter Association Filters per DSP0227, Sect 8.2 DMTF Indication Profile SNMP v3 trap generation Improve OOP provider failure recovery Details in Pegasus PEPs and Bugs 29
30 Pegasus 2.11 Enhancements Improve Release Builds External SLP support Multiple Directories for Providers Improve quality checking on provider responses (ie. Handle PropertyList) Server filters properties not on property list For CMPI improves performance Recommendation is that providers use property list only for properties that affect performance 30
31 OpenPegasus 3.0 Goal Remove behavior issues that are not consistent with spec. Major version change because it changes behavior, not because major change to the platform. See Bugzilla Keyword TARGET_3_0 for details Schedule: Unknown but Post
32 Current issues list for OpenPegasus V3 Whitespace in CIM/XML issue Repository modify instance behavior Some incorrect return status codes Indications subscriptions succeed sometimes when shouldn t CIMValue Null vs. value Rebase String class (utf-16 to utf-8) 32
33 OpenPegasus and CIM 3.0 OpenPegasus team participating in V3 planning Schedule and form of solution undefined today because Early in planning stage OpenPegasus could not really start planning until DMTF Work In Progress specs available. OpenPegasus 3.0 is NOT CIM
34 OpenPegasus Release History OpenPegasus 2.5 OpenPegasus 2.4 Linux RPMs Pluggable Provider Managers CIM 2.8 Schema Association Providers CMPI Providers Experimental Out-of-Process Providers Globalization Support Certificate-based Authentication HTTP Chunking (Client Side) CIM Server Statistic Monitoring SLP Discovery Binary Repository Remote CMPI Providers Java Providers and Clients Out-of-Process Providers Globalization Support Certificate-based Authentication HTTP Chunking (Client Side) SLP Discovery CIM Server Statistic Monitoring OpenPegasus 2.6 PEP 218 CIM_Error Support Embedded Instance Support JMPI Java Providers SMIs Server Profile Experimental Experimental Initial CQL Support HTTP Chunking (Server Side) Binary Repository Remote CMPI Providers Java Providers Initial Lifecycle Indication Support Embedded Object Support OpenPegasus PEP 239 Binary Repository +++Performance Improvement Embedded Instance Support OpenPegasus 2.7 Extend CIM Error Support Privilege Separation Remote CMPI providers Audit Tools, IPV6 OpenPegasus 2.8 Server Embedding Profiles WS_Management (partial) OpenPegasus 2.9 Server Embedding Profiles WS_Management (cont) Performance OpenPegasus 2.10 WS_Management (cont) Performance WS-Mgt Extensions OpenPegasus 2.11 Pull Operations 32 in 64 providers WS-Mgt Extensions DMTF Indication Profile Provider Module Grouping 34
35 OpenPegasus Release History OpenPegasus 2.5 OpenPegasus 2.4 Linux RPMs Pluggable Provider Managers CIM 2.8 Schema Association Providers CMPI Providers Experimental Out-of-Process Providers Globalization Support Certificate-based Authentication HTTP Chunking (Client Side) CIM Server Statistic Monitoring SLP Discovery Binary Repository Remote CMPI Providers Java Providers and Clients Out-of-Process Providers Globalization Support Certificate-based Authentication HTTP Chunking (Client Side) SLP Discovery CIM Server Statistic Monitoring OpenPegasus 2.6 PEP 218 CIM_Error Support Embedded Instance Support JMPI Java Providers SMIs Server Profile Experimental Experimental Initial CQL Support HTTP Chunking (Server Side) Binary Repository Remote CMPI Providers Java Providers Initial Lifecycle Indication Support Embedded Object Support OpenPegasus PEP 239 Binary Repository +++Performance Improvement Embedded Instance Support OpenPegasus 2.7 Extend CIM Error Support Privilege Separation Remote CMPI providers Audit Tools, IPV6 OpenPegasus 2.8 OpenPegasus 2.9 Server Embedding Profiles WS_Management (cont) Performance OpenPegasus 2.10 WS_Management (cont) Performance WS-Mgt Extensions OpenPegasus 2.11 Pull Operations 32 in 64 providers WS-Mgt Extensions DMTF Indication Profile Provider Module Grouping Server Embedding Profiles WS_Management (partial) 35
36 2.10 New Functionality Speed Improvements Single-Object Memory model for at least some SCMO functionality (cmpi responses) Expanded Indication support Indication Profile Algorithms to improve indication delivery reliability Support for multiple OpenPegasus servers in a single system Expanded WS-Man support wsmid:identify, WS_Enumeration filter support (WQL) and Custom Actions (i.e. CIM extrinsic Methods) 36
37 OpenPegasus 2.9 New Functionality Function Changes SQLite based alternate class and instance repository Expand WS-Management integrated support ws-enumerate) Server performance enhancements (out-ofprocess providers) Solaris port enhanced Binary internal and Client protocol 37
38 OpenPegasus 2.8 New functionality Version 2.8 Embedded Server Extensions (Memory Resident Repository) Initial WS-Management integrated support (Infrastructure, get, put) DMTF Indication Profile partial support DMTF Profile Registration Profile Pluggable Provider Manager support Support Indication statistics Internal Server support (improved tracing, etc.) Python provider manager (available from Novell) Incremental performance improvements Build and configuration options 38
39 Major Functionality By Version Version 2.6 (PEP 218) Initial CIM_Error support Integrate SMIs server profile Embedded instance support Server footprint reduction (~40%) Repository archive utility CMPI provider interface current to V2 specification Add server audit log Add indications to remote CMPI SSL trust store utilities SLP enhancements Indication Subscription management utility Version 2.7 (PEP 296) Support for IBM i5/pase platform Create privilege separation executor Support for IPV6 Enable Remote CMPI for Windows Enhanced log file support Refactoring Queuing and OS primitives for performance (~ +30%) Refactoring Class objects Audit Logging (special log for operations that modify information) Version 2.7 Feature status changes See the feature page Version IPV6 Support, experimental normally disabled 39
40 Major Functionality By Version Version 2.4 (PEP 97) Linux RPMs Pluggable Provider Managers CIM 2.8 Schema Association Providers CMPI Providers Out-of-Process Providers Globalization Support Certificate-based Authentication HTTP Chunking (Client Side) CIM Server Statistic Monitoring SLP Discovery Binary Repository Remote CMPI Providers Java Providers and Clients Version 2.5 (PEP180) HTTP Chunking and Internal Response Segmentation Remote CMPI Providers Shared Namespaces Java Providers (JMPI) Initial Lifecycle Indication Support CQL Stage 1 Dynamic CIM Listener Compressed Repository Static Memory Size Reduction Version Performance enhancement for Operations (approx 10 1) Version Size reduction and static build options 40
41 Section 1.3 OPENPEGASUS FEATURES
42 OpenPegasus Features CIMServer Core Infrastructure CIM Operations Indication Processing Query Languages Server Configuration Provider Management Indication Subscription Management Local Domain Sockets Chunked Transfer Localization Object Normalizer OutOfProcess Providers Statistics Repository Core MOF Compiler Encodings Shared Schema Upgrade Utility Archive C++ CMPI JMPI Remote CMPI Python User Context Provider Interfaces 42
43 Features (cont) Providers Interop Provider Mgd. Server Providers Profile Providers DMTF Provider registration profile DMTF Indication Profile SNIA Server Profile Client Interfaces CIM-XML WS-Managmenent Indication Listener Indication Handlers CIM-XML SNMP SysLog Security SSL Local Authentication PAM Authentication Authentication Mgt Cert based Auth SSL Cert Management Privilege Separation Audit Logging SLP Internal OpenSLP interface WMI Mapper 43
44 OpenPegasus Functionality Server CIMServer Core Infrastructure CIM Operations Indication Processing Query Languages Server Configuration Provider Management Indication Subscription Management Local Domain Sockets Chunked Transfer Localization Object Normalizer Out-Of-Process Providers Statistics SNMP Indication Handler Server Core State Control Threading Messaging Sys Interfaces Configuration General Start/Stop Support Logging *QL parser *QL parser CIM Objects Classes Containers Instances Utility Objects Repositories Associations Implementation cimxml CIM Indication Handler Object syslog C++ Indication Handler HTTP XML Decode CIM CIM Indication Handler Operations XML Encode Indication Processing Op Dispatcher Processing Indication Handlers Aggregator Indication Subscription Service Indication Handler Service Pluggable Provider Manager Service Subscription Processing Interop Schema Provider Configuration Provider User Provider Provider Registration Provider Control Providers JMPI CMPI C++ Provider Manger Provider Manager Provider Manager Loadable Provider Loadable Provider Loadable Provider 44
45 OpenPegasus Server/Client Protocols CIM-XML (DMTF DSP 0200) Implements all operations in v 1.2 spec Extend to Pull operations v 1.3 spec for next release WS-Management(DMTF DSP 0226, 0227, 0230) Implements required operations except assoc filters (add assoc with 2.11). Assoc filters planned for next release 45
46 OpenPegasus Operation Execution EnumerateInstances CIM Client CIM Message Protocols (CIM/XML, WSMAN, Binary) Pegasus CIM Server TCP/HTTP/TLS Message Internal communication is message passing through queues Messages are based on Message and CIMMessage classes Some interfaces execute on separate threads CIMOperation Response Encoder Operation Aggregator (internal to Dispatcher) C++ Provider (Default) Manager C++ Instance Provider Authentication CIMOperation Request Decoder Class & Instance Repository CIMOperation Request Dispatcher CMPI Provider Manager Povider Registration Internal Services (Indication svc) CMPI Instance Provider Segments Pieces Direct Call Queue Queue/Thread 46
47 OpenPegasus Indication Support Lifecycle and process indications Only indications supported by providers Support both CQL and WQL queries Dynamic parsing and evaluation Multiple indication handlers Persistent indication subscriptions Indication Consumer Provider Type Accept External Indications CIM Listener Externall Indication Input CIM/XML Indication Export Messages SNMP Indication Handler Subscriptions Indication Server Service Pegasus CIMServer CIM-XML Indication Handler CIM Client Indication Handler Service Indication Output Service Indication Subscription Service Indication Handler Indication Consumer Provider Provider Generated Indications Class & Instance Repository (subscription Instance & Provider Registration store) Subscriptions Info & Enable / disable indication Indication Indication Provider Provider 47
48 Indication Handlers Indication Handlers represent Indication delivery protocols Service extensions to core server Separate services for each handler type Support today for: CIM-XML handler SNMP trap handler Syslog handler handler CIM-XML Indication Handler SNMP Indication Handler Indication Handler Service Indication Handler 48
49 Query Language Support WQL Complete support (remember no spec) Dynamic parser & evaluator Minor extensions for SNIA specials Primary objective is Indication Subscription CQL Support for most required functions Dynamic parser and evaluator Defined and implemented from early preliminary spec. Indication Output Indication Subscription Support Service Indication Subscription Service 49
50 OpenPegasus Repository Characteristics Class and Instance repositories Supports all CIM operations except query and life cycle indications Default Disk File based repository XML, binary, compressed encodings Class & Instance Repository Alternate DB Based respository SQLite based repository Off-line and on-line MOF compilers Cimmof online communicates to server Cimmofl offline communicates directly with repository Optional Memory Resident Repository MOF classes compiled into a c++ file which is compiled Internal cache for performance 50
51 OpenPegasus Public Interfaces CIM Client Public Interfaces Implement CIM Operations Implement Server Connection CIM Objects* SLP Discovery Client Client Client Client CIM Clients CIM Listeners MOF compiler CimXml client interface Open Pegasus CIM Server CIM Listener Interfaces Provider APIs Listener setup Indication reception Indication consumers CIMObjects* Implement Provider Types (Instance, Method, Association, Query) Mimic Client Operation APIs Extend with Context container for security, etc. CIM Objects* Multiple language bindings through multiple provider managers C, C++. Java, etc. Manipulate CIM Objects Class, instance, property, method, Value, etc. CLI cmd line interfaces maintain compatibility between versions Class & Instance Repository Client Client CIM Providers CIM Provider Interfaces CIM C++ Objects Selected CLI Functions (ex. Compiler, admin tools) Public Interfaces Frozen Versioned Backwards Binary Compatibility Available through SDK (rpms) 51
52 OpenPegasus Provider Interface Characteristics OpenPegasus Provider Types Instance (get, enumerate, create, delete, modify instances) Method (invokemethod) Association (References, referencenames, associatiors, associatornames) Indication Enable, disable, create, modify, delete subscriptions Indications generated through the same interface as operation responses User information, etc. Provider Security Run as (server permissions, user permissions, etc.) Providers can also be Clients CIM request/response msgs InstanceQuery (ExecQuery) IndicationConsumer (Sink for indications) Provider Control Initialize() terminate() functions Providers are dynamically loaded AND unloaded Provider normally unloaded when not used but can override unloadability Provider Access to Other Providers Client requests CIMOMHandle To server Allows all CIM operations back to Cimom binary interface (CIMOMHandle) Access point provided with initialize ProviderOperationContext Part of every operation request to provider Pegasus CIM Server out of process providers Use client library OpenPegasus operation response interface is incremental Deliver partial responses (individual objects, subset of total responses, etc.) Important to control memory usage. Generated indications delivered through this interface CMPI provider manager implements Remote Providers OpenPegasus Providers dynamically registered Provider Manager Deliver response objects To server CIM Operation Requests & Indication enable/disable Provider External Client Requests (CIMClient) 52
53 Provider Characteristics (cont) OpenPegasus implements Out-Of-Process providers Provider operation calls are multithreaded Providers & Modules Provider failure does not cause CIM Server failure Implements a failed provider recovery algorithm (2.12) Every Operation call is a new thread MultiThread protection is the provider s responsibility The Pegasus thread classes are NOT considered public. Provider Module Loadable component (dll, sh, etc.) Contain one or more providers Provider Implementation of methods for a single class May be grouped into Provider Modules Incremental Response Interface Every multiobject response interface allows Return array May be partial array Return single object Complete call closes the response Return small groups of response objects Pegasus must work with the array size you return
54 Provider APIs General Functionality Initialize Provider Operation Request (getinstance, etc.) Indication enable/disable (activate, etc. in CMPI) Indication filter information (CMPI only) Unload Provider Status change (i.e. nounload()) Each operation request includes an operationcontext container Selected information (user, etc.) C++ Similar to C++ Client support APIs CMPI Support current version of OpenGroup CMPI specification Provide functions defined by CMPI specification JMPI Similar to JSR48 54
55 Internal Providers Internal Providers (Control Providers) Linked to CIM server See pegasus/src/pegasus/controlproviders directory All are C++ providers Internal registration Registration defined in a server internal table Direct calls to communicate with Server modules Direct access to Repository Control Provider functionality today Namespace, CIM_Namespace, interop classes, usr/auth mgt, statistics, DMTF Indications Profile, and DMTF profile registration profile 55
56 Out-of-process Providers Execute Providers in separate processes Objectives Prevent providers from damaging CIMOM Binary compatible for Providers Run providers within different security contexts Run existing providers off all types Set at provider registration with: Dynamic modification through modulegroup parameter Configuration based PG_ProviderCapability:userContext PG_ProviderModule:ModuleGroupName Authorization defined by user-context User contexts are permissions oriented Number of process determined by modules, usercontext definition & module grouping NOTE: Significant performance improvement in 2.9 (~ 300%) Significant further performance increase in 2.10 Improve error recovery in 2.11 and 2.12 Provider Manager Only enabled for OOP and root permission svr Requestor, Designated, Privileged, CIMServer Client requests To server (CIMOMHandle) Deliver response objects To server CIM Operation Requests & Indication enable/disable cimprovagt Provider Provider External Client Requests (CIMClient) 56
57 OpenPegasus Provider Management Provider Installation Put provider into Pegasus provider directory Register provider to OpenPegasus Provider Registration Create instances of provider registration classes (providermodule, provider, provider capabilities Registration can be static or dynamic Dynamic provider state control Enable / disable (cimprovider utility) 57
58 OpenPegasus Security Security SSL (uses OpenSSL) Implements HTTP basic authentication Local Authentication PAM Authentication (where available) Authentication Management Cert based Authentication SSL Certificate Management Cmd line tool (cimtrust) Privilege Separation (optional) All privileged functions separated to one component Audit Logging Log all operations that modify server 58
59 SLP OpenPegasus provides capability for: SLP Service Agent Manages DMTF compatible SLP advertisement UA and UA interface Generating and processing client side SLP queries OpenPegasus allows alternate SLP SA implementations Internal Pegasus SLP libraries ( SA and UA) Started and controlled by OpenPegasus server OpenSLP Supplier specific SLP libraries (ex SunSLP) 59
60 Client Infrastructure Support CIM-XML Supports all DMTF defined Operations Provides HTTP/HTTPS Encoding/Decoding Authentication SLP User Agent WS-MAN Client Infrastructure Support CIM Operations Connectivity XML HTTP/HTTPS Authentication SLP UA No client support today Reviewing possible commitment for V
61 OpenPegasus CIMClient API Multi-Thread C++ Client API CIM-XML Provides all DMTF defined operations Local Domain socket connection option (localconnect) (OpenPegasus specific) Supports basic authentication, SSL with client side certificates. Released public C++ Client Interface API Limited to CIM/XML today Experimental ws-man client (see pegasus_unsupported). Early Discussion of Integrated ws-man client infrastructure. Client App Code Pegasus CIM Client Infrastructure CIM-XML Request CIM-XML Response Java Client JMPI API 61
62 C++ Client API API methods match CIM-XML operations Ex. getclass, etc. Methods for connect, disconnect, http language negotiation, authentication Parameters similar to CIM-XML operations Response Errors handled as Exceptions CIMException, Exception CIMClass getclass( const CIMNamespaceName& namespace, const CIMName& classname, Boolean localonly = true, Boolean includequalifiers = true, Boolean includeclassorigin = false, const CIMPropertyList& propertylist = CIMPropertyList()); 62
63 Indication Listeners Client Infrastructure CIM-XML today Providers HTTP/Encoding, connectivity Static Listener CIM Listener Indication Consumer Export Client Infrastucture Statically defined Indication consumers to allow routing indications Dynamic Listener Dynamically add indication consumers to route indications Indication Consumer CIM/XML Indication Export Messages Export Client Listener Support CIM Export Ops Indication Consumer Connectivity XML HTTP 63
64 OpenPegasus Admin Utilities Admin tools are separate command-line utilities Major Admin Tools today Included in production release Security controlled to limit access to adminstrator Communicate with server using localconnect Provide off-line view options where possible cimconfig Modify static and dynamic server configuration parameters cimprovider cimmofl Determine and set state of providers (enable, disable, remove) cimuser Set user information (only selected environments) cimtrust Manage certificates cimauth Admin Utilities cimmof Manage user authorizations (effectively obsolete) cimmof On-line MOF compiler. Uses client interface cimmofl Off-line MOF compiler. USE WITH CAUTION repupgrade Utility to upgrade repository in installed system cimsub Manage/display Indication subscriptions CIMServer Class & Instance Repository 64
65 OpenPegasus Provided Providers OpenPegasus includes a number of Providers with the source distribution Control providers Server functions for Admin and certain Profiles Considered part of server Sample Providers demonstrate coding Test Providers Test Pegasus functionality Limited Server Management Providers Unique to certain OS Profile Providers Support selected profiles (They may be Control Providers) 65
66 Profile Support Support several generic profiles for DMTF and SNIA DMTF Indication Profile SNIA WBEM Server profile DMTF Provider Registration Profile 66
67 Section 1.4 TECHNICAL SUBJECTS Provider Module Grouping Function Build Environment Embedded System Support 67
68 Provider Module Grouping Added OpenPegasus 2.11 See PEP 356 Backported to 2.10 and Functionality Allows execution of multiple provider modules under single out-of-process agent process Grouping can be defined as part of the provider registration or dynamically New option in cimprovider (-g) sets provider module group for a provider module New property in PG_ProviderModule Class string ModuleGroupName 68
69 Pegasus Build Environment Distributed in source form Supports Debug and Release Building Make fully integrated Gnumake on all platforms Uses default CIMModel Default version updated for each release Build controlled by env. variables Build/test from tar Expand tar > cd pegasus Set configuration variables >make world OR >make clean;make >make tests >make servertests See Source files: doc/buildandreleaseoptions.html 69
70 Build environment variables Env Variables control Component location Compile platform Server functionality Ex. SSL support, CQL, WSMan, out-of-process providers, cmpi Server Alternative implementations Env variable Presets Files control some presets for particular platforms. Ex. env_var_linux.status There are a lot of options today Ex. Repository type (xml, binary, SQLLite) Build type Release, debug, etc. Internal Parameters Cache sizes, etc. Security Provider security levels Test Options Parameters for post-build tests 70
71 OpenPegasus and Embedded Systems Embedded System Significant Characteristics Resources (cpu, memory, disk) OpenPegasus Issues Limited resources Hard limits rather than soft limits Administration Issues Often limited Typically remote Often Specialized Sometimes OS Limited Deployment model Software Deployed with hardware Complete Deployment (no add-ons post delivery Minimal updates (replace everything) High Availability Expected to run without restarts, etc. Management Integrated with OS and other Apps Support a limited set of profiles Specific management goals Tied to specific hardware Deterministic operation Embedded systems want to be sure everything works. OS s are often limited Server Resource Utilization Static - big Dynamic No limits Disk utilization extensive Server Performance Administration Based on local admin model Deployment model Server based deployment Modularity and Flexibility Supporting split development environment Simplified Interfaces Simplified concepts of users and security 71
72 Embedded CIM Server Size Static Object Code Size Issue Server was 7 9 MB Multiple Shared Libraries Solution Static Build Reduce server to 35 MB (With memory repository) Function build configurability. Eliminate unused Server components Not everybody requires the complete server Dynamic Memory Usage Issue Limit dynamic memory use Control limits of memory use Solution Add memory limits to allocator Control execution of operations / indication flow Note: Pull operations will help this also 72
73 Disk Footprint Issue Currently large footprint with many shared libraries Difficult to separate server components from other build components Large disk footprint for repository (~ 20 MB) Solutions Reduce footprint by building a single image server (on single file) Modify build process to allow build of components rather than simply the whole environment Create much smaller repository representation i.e. memory-resident repository 73
74 Memory Resident Repository Goal Class and instance repository independent of disk files Significantly reduce size of class repository Disallow schema modification (no create class ) Class repository Implementation MOF & Namespaces MOF compiler compiles c++ code representing class repository. Code linked into embedded system Memory-resident repository implementation converts to internal CIMClass form Class closure filtering. Compile from leaf classes using only required superclasses Instance Repository Instance repository is memory only. Load and checkpoint functions to restore and save memoryresident instance repository Initial instances can be created with MOF compiler Potential to reduce size by maintaining internally in serialized form. Instances C++ binary Classes Class/Qualifier Representation instance representation Compile with Server Load when Server Starts Implement as user definable callbacks Performance Class repository size about 5% of disk repository. Performance Faster but no real metrics to date MOF Compiler 1.2 MB for complete repository vs. 20MB on disk <.5 MB with Description Qualifiers removed Checkpoint When changes occur 74
75 Server Performance Issues Embedded CPUs often very slow Performance issues become much more obvious with embedded systems Solutions Continuous work on performance improvement 15+ times speed up starting with Version Additional performance increases in 2.6 and 2.7, 2.8 Goal Continued work on performance Code improvement, algorithm improvement 75
76 Server Size Reduction Static server linking Eliminate unused code Static code size is smaller Move unused functionality to conditional compile Today Capable of 5.5 MB server image with memoryresident repository (~ 4 MB without repository) (10 MB with multiple providers) Embedded system developer Writes wrapper Compiles classes with memory resident repository option Modifies Make to build the static structure Server Wrapper Server as library Static Providers Class Repository Server Single Image 76
77 Static linked Providers Goal Deterministic Providers No loading / unloading Single Image with no dynamic libraries No dynamic provider installation/registration Implementation CMPI / C++ providers integrated into static build. Provider registration integrated into server startup Eliminates at least some of registration functionality 77
78 Limited File System Support Issue Embedded systems often have limited file systems and/or very little disk space Goal Greatly reduce server dependence on file systems Lower limit is no file system support Implementation Memory resident repository External management of Certificates, passwords, etc. Callback functions for getting info on Certificates, passwords, instance persistence, etc. Provide user based functions output functions for other file issues such as logging output, trace output, etc. Embedded system developer handles I/O from the callbacks 78
79 CIM Server Management Issue OpenPegasus administration today is extensive Includes both configuration and dynamic parameterization Based largely on local user interface Root based administration and OpenPegasus admin tools Goals Limit administration of the server Move some functionality from CIM Server to environment Fix most parameterization (build time) Typical dynamic functions in embedded system User setup SSL certificate mgt Minimal dynamic parameters (ex. Traces, log levels, etc.) Move all dynamic admin functions to: Adopter responsibility (ex. User management, cert management) Remote administration (ex. Setting trace levels, etc.) 79
80 Externalize main() Issue Embedded system additional and configuration functionality built-in rather than configured or parameterized Goal Improve modifiability without integrator developer having to modify Pegasus released components Externalize main Pegasus becomes library Main is created by the integrator developer Outside the Pegasus source release Includes functions like: Load memory-resident repository Install call backs for log, trace, instance persistence, configuration, etc. Provider static registration 80
81 Build Environment Extend build environment for split development (host and embedded system targets) Selective component builds i.e. Server build for target MOF clients built in host MOF compiled in host Test functions in both host and target Tests Run in combination of target and host 81
82 Things we would like to do Performance Indication Processing Association Operation Processing Footprint More compile options on major components Functionality Update to next CMPI spec version Implement more Profiles Enhance Compiler Error Detection Build repository from tail Usability Linux type build configure Reduce number of config variables Improve provider debugging Miscellaneous Improved adminstration See wiki for working list of suggestions. Contribute to this list. 82
83 Part 1.5 Working With OpenPegasus And the Pegasus Project 83
84 Section 1.5 WORKING WITH OPENPEGASUS AND THE PROJECT 84
85 Working With the Pegasus Project Using OpenPegasus Source Code Free for use. Multiple and growing number of sources for access to Pegasus Contributing to the Project Outside contributors In Company Specific financed projects Contribute via patches or authorized developers Join or follow the PEPs and Architecture Team No commitment to join required to participate There is no free lunch. Join the Steering Committee Influences priorities, commitments, releases. 85
86 Sources for access to OpenPegasus OpenPegasus CVS All Releases source code (By CVS tag) Current unreleased work (head of tree) Integrated into specific OS releases ZOs, HPUX, AIX, etc. Linux Source RPM s for releases Pegasus web site Release source tarballs Pegasus web site (tar and zip) Redhat AS ( and Fedora) Binary rpms 86
87 Getting Support Ask the Pegasus mailing Lists File Pegasus Bugs And follow up Attend the Pegasus calls Sqeaking wheels and all that blah Contract 3rd Party for support/maintenance 87
88 OpenPegasus Community structure and participants overview OpenPegasus project participation is based on a meritocracy model with ballots for bugfix and design approvals by recognised voters PMC (Project Management Committee) Committers responsible for all technical aspects of the project grants recognition by inviting contributers to become Committers Joining:Invitation of new members to the PMC through agreement of existing PMC members (takes several years activity in the project and tech.expertise in several areas) responsible for sponsoring Bug fixes have binding voter rights on design and bugfix decisions heavy influence on future and direction of the OP project Joining:Invitation of new members through PMC in recognition of expertise and commitment to the project (takes usually at least a year full activity in the project and tech.expertise in at least one area) Architecture Team Design and Architecture team actively working on the OpenPegasus strategic and design decisions regular Team meeting call discusses fixes for Bugs (Bugzilla) create and discuss Design (PEP) Joining:Free, through joining [email protected] mailing list OpenPegasus Users Community of OpenPegasus users mostly used for self-support between the group and release announcement Groups are based on each other, i.e. PMC members are always Committers etc. More details see: as well as: PEP#336 / PEP#337 Joining:Free, through [email protected] mailing list 2012 Marek Szermutzky(IBM)
89 The Pegasus Project Acts as neutral facilitator Open Group DMTF Major Contributors DMTF Work Groups Pegasus PMC Pegasus Arch. Team Other Contributors And Users Bugzilla CVS Repository PEPs OpenPegasus WEB site 89
90 Relating Pegasus to work inside companies Pegasus is not a hacker project License accepted by major IT suppliers We use MIT license for a reason Code investment by major IT suppliers Function and schedule driven by user needs Function driven by contributors There is no magic set of hidden developers here 90
91 Pegasus Feature Status Information Documented in Features Page for each release -> Feature Status Page Goal - summarize Features and Status Status - functionality and Quality Red Alpha level not extensively tested Yellow Beta level, reasonable tests, outstanding bugs Green Candidates for inclusion in production release White Status Unknown Major Feature Categories Today CIM Server Repository Provider Interface Providers Client Interfaces Indication Listeners Indication Handlers Security SLP WMI Mapper Packaging and Releases 91
92 Working on the Pegasus Project Working with the Code Documentation Understand releases & state of Pegasus CVS, snapshots API documentation PEPs Readme documents Nightly build status, bugs, release definition PEPs, ViewCVS, Blocker bug list Understanding and future directions Release Definition PEPs Contributing Bugs and Corrections OpenPegasus bugzilla Team Reviews Contributing New Functionality Define with PEPs Team Review Defining future Requirements Get Involved 92
93 Getting More Information OpenPegasus Home OpenPegasus CVS cvs.opengroup.org/cgi-bin/viewcvs.cgi/ OpenPegasus Bugzilla cvs.opengroup.org/bugzilla/ OpenPegasus Build Status nbat.openpegasus.org OpenPegasus Documentation OpenPegasus Lists OpenPegasus Feature Status 93
94 Section 1.6 ISSUES 94
95 Known Technical Issues Pegasus Provider Registration proprietary Will fix when DMTF provider registration profile completed Statistics Model broken Does not work with pull operations Some behavior differences (discussed above) Does not comply with hidden property requirement No Client for WSMAN 95
96 Issues List we keep hearing We react/move too slowly Releases are not frequent enough Too much process Pegasus is too: Only through process can we control quality, schedules, etc. Pegasus is a project that must meet user demands and schedules if it is to continue It is the level of involvement that drives Pegasus, not the level of wishes Trying to balance of quality releases with reasonable development groups Train release mechanism costs time but imposes quality control Without process we don t know where we are or where we are going Slow, big, incomplete, small, etc. Continuous a) refactoring, b) performance work, c) new functionality We can only implement what someone commits to do. Pegasus does not do what I want Pegasus not true open source Somewhere there is a magic set of developers Documentation sucks There is a magic group somewhere (i.e. OpenGroup) developing for Pegasus Things only get done through people that do them (see below) Work with us. You can contribute. You can vote. Openness takes time also Moving to Open Source PMC, meritocracy based model now Effectively a volunteer organization. What you see is what you get Again we only get done what someone will do. Whoops, Pegasus is Open Source and volunteer among interested parties All of these are open for discussion 96
97 How we decide what gets done Somebody needs it Somebody is willing to do it Document the requirement and function Do the code Integrate it Provide test environment It is consistent with the project goals Architecture, risk, quality,... 97
98 OpenPegasus in one page All major WBEM components (server, client/listener infrastructure, compilers, some providers, test suite, CQL, WQL, Indication Support, security Project Community project under auspices of The Open Group Major contributors, HP, IBM, Symantec, EMC, Novell, Sun, Microsoft Project Lead The Open Group ~ 9 month cycle Source (cvs, rpms, tar balls) Binaries for Linux (RedHat and SUSE distributions) Regular Releases Availability Major users HP, IBM, Symantec, EMC Multiple other SNIA SMIs server implementers. Platform Target Initially broad set of OS/Platforms Now adding embedded system support Platforms Supported Linux, Unix, Mac, Windows, VMS, ZOS, VxWorks (planned) License MIT License Provider Types Pegasus C++ CMPI Java (SNIA Provider Interface today) Development Language C++ Client API Language C++ Java Client Protocols CIM/;XML WS-Man 98
99 Questions & Discussion? We would like to get your feedback on issues, priorities, users/usage, requests for OpenPegasus. , Attend Architecture Meeting, bugs, etc. 99
A Survey of Open Source Solutions In the CIM Environment. 11 October 2007
A Survey of Open Source Solutions In the CIM Environment A presentation for SVM 07 11 October 2007 Karl Schopmeyer Software Lead, OpenPegasus Chair State & Behavior and Apps WG Codeveloper CIMPLE Version
OpenWBEM Getting Started Guide. Author: Dan Nuffer Last update: 12/09/04
OpenWBEM Getting Started Guide Author: Dan Nuffer Last update: 12/09/04 Table of Contents OpenWBEM Getting Started Guide...1 1. OpenWBEM Overview & Concepts...3 Genesis...3 Overview...3 Features...3 2.
Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5
Technical Note Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5 In the VMware Infrastructure (VI) Perl Toolkit 1.5, VMware
IceWarp to IceWarp Server Migration
IceWarp to IceWarp Server Migration Registered Trademarks iphone, ipad, Mac, OS X are trademarks of Apple Inc., registered in the U.S. and other countries. Microsoft, Windows, Outlook and Windows Phone
Integration of Nagios monitoring tools with IBM's solutions
Integration of Nagios monitoring tools with IBM's solutions Wojciech Kocjan IBM Corporation [email protected] 1 Agenda Introduction Integration bottlenecks Why open standards? CIM and WBEM Open
Testing Providers with PyWBEM
Testing Providers with PyWBEM Tim Potter Hewlett-Packard 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Overview PyWBEM
Instrumentation for Linux Event Log Analysis
Instrumentation for Linux Event Log Analysis Rajarshi Das Linux Technology Center IBM India Software Lab [email protected] Hien Q Nguyen Linux Technology Center IBM Beaverton [email protected] Abstract
PATROL Console Server and RTserver Getting Started
PATROL Console Server and RTserver Getting Started Supporting PATROL Console Server 7.5.00 RTserver 6.6.00 February 14, 2005 Contacting BMC Software You can access the BMC Software website at http://www.bmc.com.
IBM WebSphere Application Server Version 7.0
IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the
vsphere Client Hardware Health Monitoring VMware vsphere 4.1
Technical Note vsphere Client Hardware Health Monitoring VMware vsphere 4.1 Purpose of This Document VMware vsphere provides health monitoring data for ESX hardware to support datacenter virtualization.
Design of a WBEM-based Management System for Ubiquitous Computing Servers
Design of a WBEM-based Management System for Ubiquitous Computing Servers So-Jung Lee 1, Mi-Jung Choi 1, Sun-Mi Yoo 1, James W. Hong 1 Hee-Nam Cho 2, Chang-Won Ahn 2, Sung-In Jung 2 1 Dept. of Computer
RecoveryVault Express Client User Manual
For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by
W H I T E P A P E R. Best Practices for Building Virtual Appliances
W H I T E P A P E R Best Practices for Building Virtual Appliances Table of Contents Objectives.................................................................................. 3 Design Principles...........................................................................
1. Product Information
ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such
Managing your Red Hat Enterprise Linux guests with RHN Satellite
Managing your Red Hat Enterprise Linux guests with RHN Satellite Matthew Davis, Level 1 Production Support Manager, Red Hat Brad Hinson, Sr. Support Engineer Lead System z, Red Hat Mark Spencer, Sr. Solutions
24x7 Scheduler Multi-platform Edition 5.2
24x7 Scheduler Multi-platform Edition 5.2 Installing and Using 24x7 Web-Based Management Console with Apache Tomcat web server Copyright SoftTree Technologies, Inc. 2004-2014 All rights reserved Table
Online Backup Client User Manual Linux
Online Backup Client User Manual Linux 1. Product Information Product: Online Backup Client for Linux Version: 4.1.7 1.1 System Requirements Operating System Linux (RedHat, SuSE, Debian and Debian based
BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview
BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2 Feature and Technical Overview Published: 2010-06-16 SWDT305802-1108946-0615123042-001 Contents 1 Overview: BlackBerry Enterprise
Online Backup Client User Manual
For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by
Automated Process Center Installation and Configuration Guide for UNIX
Automated Process Center Installation and Configuration Guide for UNIX Table of Contents Introduction... 1 Lombardi product components... 1 Lombardi architecture... 1 Lombardi installation options... 4
Online Backup Client User Manual
Online Backup Client User Manual Software version 3.21 For Linux distributions January 2011 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have
Zend Server 4.0 Beta 2 Release Announcement What s new in Zend Server 4.0 Beta 2 Updates and Improvements Resolved Issues Installation Issues
Zend Server 4.0 Beta 2 Release Announcement Thank you for your participation in the Zend Server 4.0 beta program. Your involvement will help us ensure we best address your needs and deliver even higher
MarkLogic Server. Installation Guide for All Platforms. MarkLogic 8 February, 2015. Copyright 2015 MarkLogic Corporation. All rights reserved.
Installation Guide for All Platforms 1 MarkLogic 8 February, 2015 Last Revised: 8.0-4, November, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Installation
Avatier Identity Management Suite
Avatier Identity Management Suite Migrating AIMS Configuration and Audit Log Data To Microsoft SQL Server Version 9 2603 Camino Ramon Suite 110 San Ramon, CA 94583 Phone: 800-609-8610 925-217-5170 FAX:
ovirt Introduction James Rankin Product Manager Red Hat [email protected] Virtualization Management the ovirt way
ovirt Introduction James Rankin Product Manager Red Hat [email protected] Agenda What is ovirt? What does it do? Architecture How To Contribute What is ovirt? Large scale, centralized management for server
Acronis Backup & Recovery 10 Server for Linux. Installation Guide
Acronis Backup & Recovery 10 Server for Linux Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management
Ahsay Replication Server v5.5. Administrator s Guide. Ahsay TM Online Backup - Development Department
Ahsay Replication Server v5.5 Administrator s Guide Ahsay TM Online Backup - Development Department October 9, 2009 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved. Author:
Online Backup Linux Client User Manual
Online Backup Linux Client User Manual Software version 4.0.x For Linux distributions August 2011 Version 1.0 Disclaimer This document is compiled with the greatest possible care. However, errors might
SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications. Jürgen Primsch, SAP AG July 2011
SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications Jürgen Primsch, SAP AG July 2011 Why In-Memory? Information at the Speed of Thought Imagine access to business data,
Management of VMware ESXi. on HP ProLiant Servers
Management of VMware ESXi on W H I T E P A P E R Table of Contents Introduction................................................................ 3 HP Systems Insight Manager.................................................
Alliance Key Manager A Solution Brief for Technical Implementers
KEY MANAGEMENT Alliance Key Manager A Solution Brief for Technical Implementers Abstract This paper is designed to help technical managers, product managers, and developers understand how Alliance Key
Hitachi Backup Services Manager Certified Configurations Guide 6.5
Hitachi Backup Services Manager Certified Configurations Guide 6.5 Doc ID:MK-96APT014-02 i ii Chapter 0Preface Thank you for purchasing Hitachi TM Backup Services Manager powered by APTARE. About This
OnCommand Performance Manager 1.1
OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501
Altiris Monitor Solution for Servers 7.1 SP1 and Event Console 7.1 MR1 from Symantec Release Notes
Altiris Monitor Solution for Servers 7.1 SP1 and Event Console 7.1 MR1 from Symantec Release Notes Altiris Monitor Solution for Servers 7.1 SP1 and Event Console 7.1 MR1 from Symantec Release Notes The
System Administration Training Guide. S100 Installation and Site Management
System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5
HP A-IMC Firewall Manager
HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this
SyncThru TM Web Admin Service Administrator Manual
SyncThru TM Web Admin Service Administrator Manual 2007 Samsung Electronics Co., Ltd. All rights reserved. This administrator's guide is provided for information purposes only. All information included
Connection Broker Managing User Connections to Workstations, Blades, VDI, and more. Security Review
Connection Broker Managing User Connections to Workstations, Blades, VDI, and more Security Review Version 8.1 October 21, 2015 Contacting Leostream Leostream Corporation http://www.leostream.com 465 Waverley
Monitoring Windows Servers and Applications with GroundWork Monitor Enterprise 6.7. Product Application Guide October 8, 2012
Monitoring Windows Servers and Applications with GroundWork Monitor Enterprise 6.7 Product Application Guide October 8, 2012 Table of Contents Introduction...3 Definitions and Abbreviations...3 GroundWork
MatrixSSL Getting Started
MatrixSSL Getting Started TABLE OF CONTENTS 1 OVERVIEW... 3 1.1 Who is this Document For?... 3 2 COMPILING AND TESTING MATRIXSSL... 4 2.1 POSIX Platforms using Makefiles... 4 2.1.1 Preparation... 4 2.1.2
SSL Tunnels. Introduction
SSL Tunnels Introduction As you probably know, SSL protects data communications by encrypting all data exchanged between a client and a server using cryptographic algorithms. This makes it very difficult,
Novell Remote Manager Administration Guide
www.novell.com/documentation Novell Remote Manager Administration Guide Open Enterprise Server 11 SP2 January 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the
Installing and Administering VMware vsphere Update Manager
Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document
Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide
Acronis Backup & Recovery 10 Server for Linux Update 5 Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management
CimTrak Technical Summary. DETECT All changes across your IT environment. NOTIFY Receive instant notification that a change has occurred
DETECT All changes across your IT environment With coverage for your servers, network devices, critical workstations, point of sale systems, and more, CimTrak has your infrastructure covered. CimTrak provides
Administrator and User Guide - English. StorMan Monitor V6.0. ReadMe. Edition February 2015
Administrator and User Guide - English StorMan Monitor V6.0 ReadMe Edition February 2015 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual.
CHAPTER 1 - JAVA EE OVERVIEW FOR ADMINISTRATORS
CHAPTER 1 - JAVA EE OVERVIEW FOR ADMINISTRATORS Java EE Components Java EE Vendor Specifications Containers Java EE Blueprint Services JDBC Data Sources Java Naming and Directory Interface Java Message
Firewall Builder Architecture Overview
Firewall Builder Architecture Overview Vadim Zaliva Vadim Kurland Abstract This document gives brief, high level overview of existing Firewall Builder architecture.
MIB Explorer Feature Matrix
MIB Explorer Feature Matrix Lite Pro Android Standards and Protocols Supported SNMPv1 (RFC 1157), SNMPv2c (RFC 1901/1905), and SNMPv3 (RFC 3412-3417). Transport Protocols UDP, TCP, and. All transport protocols
Virtualization Management the ovirt way
ovirt introduction FOSDEM 2013 Doron Fediuck Red Hat What is ovirt? Large scale, centralized management for server and desktop virtualization Based on leading performance, scalability and security infrastructure
OnCommand Unified Manager
OnCommand Unified Manager Operations Manager Administration Guide For Use with Core Package 5.2 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1(408) 822-6000 Fax: +1(408) 822-4501
Oracle Net Service Name Resolution
Oracle Net Service Name Resolution Getting Rid of the TNSNAMES.ORA File! Simon Pane Oracle Database Principal Consultant March 19, 2015 ABOUT ME Working with the Oracle DB since version 6 Oracle Certified
Example of Standard API
16 Example of Standard API System Call Implementation Typically, a number associated with each system call System call interface maintains a table indexed according to these numbers The system call interface
Open Unified Data Protection and Business Continuity Framework
Open Unified Data Protection and Business Continuity Framework Presenter: Dr. Anupam Bhide Calsoft, Inc. Email: [email protected] Phone: +91 (20) 4079 2900 Authors: Anupam Bhide (Calsoft) Parag Kulkarni
ZABBIX. An Enterprise-Class Open Source Distributed Monitoring Solution. Takanori Suzuki MIRACLE LINUX CORPORATION October 22, 2009
ZABBIX An Enterprise-Class Open Source Distributed Monitoring Solution Takanori Suzuki MIRACLE LINUX CORPORATION October 22, 2009 Outline Biography ZABBIX New release ZABBIX 1.8 Activity in Japan Biography
Getting Started with HP Systems Insight Manager 7.2 in a Smaller Windows Environment
White paper Getting Started with HP Systems Insight Manager 7.2 in a Smaller Windows Environment HP Systems Insight Manager 7.2 Table of contents Introduction... 4 Example 1... 6 Example 2... 6 Systems
Managed File Transfer
Managed File Transfer How do most organizations move files today? FTP Typically File Transfer Protocol (FTP) is combined with writing and maintaining homegrown code to address its limitations Limited Reliability
Oracle WebLogic Server 11g Administration
Oracle WebLogic Server 11g Administration This course is designed to provide instruction and hands-on practice in installing and configuring Oracle WebLogic Server 11g. These tasks include starting and
DS License Server. Installation and Configuration Guide. 3DEXPERIENCE R2014x
DS License Server Installation and Configuration Guide 3DEXPERIENCE R2014x Contains JAVA SE RUNTIME ENVIRONMENT (JRE) VERSION 7 Contains IBM(R) 64-bit SDK for AIX(TM), Java(TM) Technology Edition, Version
IBM License Metric Tool Version 7.2.2. Installing with embedded WebSphere Application Server
IBM License Metric Tool Version 7.2.2 Installing with embedded WebSphere Application Server IBM License Metric Tool Version 7.2.2 Installing with embedded WebSphere Application Server Installation Guide
PHP on IBM i: What s New with Zend Server 5 for IBM i
PHP on IBM i: What s New with Zend Server 5 for IBM i Mike Pavlak Solutions Consultant [email protected] (815) 722 3454 Function Junction Audience Used PHP in Zend Core/Platform New to Zend PHP Looking to
SMI-S; Manage the Storage in Your Data Center PRESENTATION TITLE GOES HERE
SMI-S; Manage the Storage in Your Data Center PRESENTATION TITLE GOES HERE Chris Lionetti NetApp Abstract SMI-S and Storage in your Data Center SMI-S is the standards-based way to expose and modify storage
LoadRunner and Performance Center v11.52 Technical Awareness Webinar Training
LoadRunner and Performance Center v11.52 Technical Awareness Webinar Training Tony Wong 1 Copyright Copyright 2012 2012 Hewlett-Packard Development Development Company, Company, L.P. The L.P. information
IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Internet Information Services Agent Version 6.3.1 Fix Pack 2.
IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Internet Information Services Agent Version 6.3.1 Fix Pack 2 Reference IBM Tivoli Composite Application Manager for Microsoft
Release Notes LS Retail Data Director 3.01.04 August 2011
Release Notes LS Retail Data Director 3.01.04 August 2011 Copyright 2010-2011, LS Retail. All rights reserved. All trademarks belong to their respective holders. Contents 1 Introduction... 1 1.1 What s
McAfee Web Gateway 7.4.1
Release Notes Revision B McAfee Web Gateway 7.4.1 Contents About this release New features and enhancements Resolved issues Installation instructions Known issues Find product documentation About this
Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1
Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 This document supports the version of each product listed and supports all subsequent versions until the document
Novell Linux Management Pack for System Center Operations Manager
User Guide AUTHORIZED DOCUMENTATION Novell Linux Management Pack for System Center Operations Manager 1.0.1 December 8, 2009 www.novell.com Novell Linux Management Pack 1.0.1 for System Center Operations
11.1. Performance Monitoring
11.1. Performance Monitoring Windows Reliability and Performance Monitor combines the functionality of the following tools that were previously only available as stand alone: Performance Logs and Alerts
Microsoft SQL Server 2008 Administrator's Pocket Consultant
Microsoft SQL Server 2008 Administrator's Pocket Consultant William R. Stanek To learn more about this book, visit Microsoft Learning at http://www.microsoft.com/mspress/books/12755.aspx 9780735625891
System Administration Guide
www.novell.com/documentation System Administration Guide Data Synchronizer 1.2 August 22, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this
HP IMC Firewall Manager
HP IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW102-20120420 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part of this
Red Hat Network Satellite (On System z) 18-JUNE CAVMEN Meeting
Red Hat Network Satellite (On System z) 18-JUNE CAVMEN Meeting Shawn D. Wells System z Platform Manager (+1) 443 534 0130 Why are we here? PROBLEM SCENARIO SysAdmin wants to automate Linux
Tracking Network Changes Using Change Audit
CHAPTER 14 Change Audit tracks and reports changes made in the network. Change Audit allows other RME applications to log change information to a central repository. Device Configuration, Inventory, and
VMware vcenter Log Insight Security Guide
VMware vcenter Log Insight Security Guide vcenter Log Insight 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new
MS Enterprise Library 5.0 (Logging Application Block)
International Journal of Scientific and Research Publications, Volume 4, Issue 8, August 2014 1 MS Enterprise Library 5.0 (Logging Application Block) Anubhav Tiwari * R&D Dept., Syscom Corporation Ltd.
CIM SMASH/Server Management API Programming Guide ESX 4.1 ESXi 4.1
CIM SMASH/Server Management API Programming Guide ESX 4.1 ESXi 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new
Space Shuttle Launch - Exploring other Galaxies with Operations Manager
Space Shuttle Launch - Exploring other Galaxies with Operations Manager Maarten Goet Managing Consultant System Center Cloud & Datacenter MVP Stefan Roth Cloud Architect @scomfaq Agenda Operations Manager
SVNManager Installation. Documentation. Department of Public Health Erasmus MC University Medical Center
SVNManager Installation Documentation M. Verkerk Department of Public Health Erasmus MC University Medical Center Page 2 July 2005 Preface Version control in the context of this document is all about keeping
Enterprise Manager Performance Tips
Enterprise Manager Performance Tips + The tips below are related to common situations customers experience when their Enterprise Manager(s) are not performing consistent with performance goals. If you
The IntelliMagic White Paper: SMI-S for Data Collection of Storage Performance Metrics. December 2010
The IntelliMagic White Paper: SMI-S for Data Collection of Storage Performance Metrics December 2010 Summary: This paper examines the fundamentals of SMI-S by providing a definition of SMI-S, an overview
MatrixSSL Developer s Guide
MatrixSSL Developer s Guide This document discusses developing with MatrixSSL. It includes instructions on integrating MatrixSSL into an application and a description of the configurable options for modifying
SecureVault Online Backup Service FAQ
SecureVault Online Backup Service FAQ C0110 SecureVault FAQ (EN) - 1 - Rev. 19-Nov-2007 Table of Contents 1. General 4 Q1. Can I exchange the client type between SecureVault PC Backup Manager and SecureVault
HP Operations Manager Incident Web Service
HP Operations Manager Incident Web Service for the UNIX and Windows operating systems Software Version: 8.00 Integration Guide Document Release Date: July 2008 Software Release Date: July 2008 Legal Notices
Windows8 Internals, Sixth Edition, Part 1
Microsoft Windows8 Internals, Sixth Edition, Part 1 Mark Russinovich David A. Solomon Alex lonescu Windows Internals, Sixth Edition, Part i Introduction xvii Chapter 1 Concepts and Tools 1 Windows Operating
Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam [email protected]
Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam [email protected] Agenda The rise of Big Data & Hadoop MySQL in the Big Data Lifecycle MySQL Solutions for Big Data Q&A
IBM TSM for SharePoint 6.1 VSS Backup and Restore Solution Guide IBM System Storage DS6000 & DS8000 with DocAve 5.1.2.1
IBM TSM for SharePoint 6.1 VSS Backup and Restore Solution Guide IBM System Storage DS6000 & DS8000 with DocAve 5.1.2.1 Document Date: June 2009 Authors: David West i, David Hartman ii Document version:
CIM Operations over HTTP
1 2 3 4 Document Number: DSP0200 Date: 2009-07-29 Version: 1.3.1 5 6 7 8 Document Type: Specification Document Status: DMTF Standard Document Language: E 9 DSP0200 10 11 Copyright Notice Copyright 2009
CA SiteMinder. Web Agent Installation Guide for Apache-based Servers 12.51
CA SiteMinder Web Agent Installation Guide for Apache-based Servers 12.51 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the
Basic & Advanced Administration for Citrix NetScaler 9.2
Basic & Advanced Administration for Citrix NetScaler 9.2 Day One Introducing and deploying Citrix NetScaler Key - Brief Introduction to the NetScaler system Planning a NetScaler deployment Deployment scenarios
Authoring for System Center 2012 Operations Manager
Authoring for System Center 2012 Operations Manager Microsoft Corporation Published: November 1, 2013 Authors Byron Ricks Applies To System Center 2012 Operations Manager System Center 2012 Service Pack
IBM Rational Asset Manager
Providing business intelligence for your software assets IBM Rational Asset Manager Highlights A collaborative software development asset management solution, IBM Enabling effective asset management Rational
CiscoWorks Resource Manager Essentials 4.3
. Data Sheet CiscoWorks Resource Manager Essentials 4.3 Product Overview CiscoWorks Resource Manager Essentials (RME) 4.3 is the cornerstone application of CiscoWorks LAN Management Solution (LMS). CiscoWorks
Connection Broker Managing User Connections to Workstations and Blades, OpenStack Clouds, VDI, and more. Security Review
Connection Broker Managing User Connections to Workstations and Blades, OpenStack Clouds, VDI, and more Security Review Version 8.1 March 31, 2016 Contacting Leostream Leostream Corporation http://www.leostream.com
The syslog-ng Premium Edition 5LTS
The syslog-ng Premium Edition 5LTS PRODUCT DESCRIPTION Copyright 2000-2013 BalaBit IT Security All rights reserved. www.balabit.com Introduction The syslog-ng Premium Edition enables enterprises to collect,
CA Workload Automation Agent for UNIX, Linux, or Windows
CA Workload Automation Agent for UNIX, Linux, or Windows Implementation Guide r11.3, Third Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter
About This Document 3. Integration and Automation Capabilities 4. Command-Line Interface (CLI) 8. API RPC Protocol 9.
Parallels Panel Contents About This Document 3 Integration and Automation Capabilities 4 Command-Line Interface (CLI) 8 API RPC Protocol 9 Event Handlers 11 Panel Notifications 13 APS Packages 14 C H A
Load and Performance Load Testing. RadView Software October 2015 www.radview.com
Load and Performance Load Testing RadView Software October 2015 www.radview.com Contents Introduction... 3 Key Components and Architecture... 4 Creating Load Tests... 5 Mobile Load Testing... 9 Test Execution...
