SlideShare ist ein Scribd-Unternehmen logo
1 von 69
©2013 Software AG. All rights reserved.
Sergei Pogrebnyak
Director, Research and Development
Command Central 9.6
New and Enhanced Functionality
Overview
©2013 Software AG. All rights reserved. For internal use only2 |
Command Central 9.0
Fix
Management
Product
Installation
Landscape Management
Service API
Command
Line
Web UI
Central
Configuration
Solution
Management
Template-based Provisioning
Mobile UI
©2013 Software AG. All rights reserved. For internal use only3 |
Command Central 9.5
Fix
Management
Product
Installation
Landscape Management
Service API
Command
Line
Web UI
Central
Configuration
Solution
Management
•Define templates
•Product, Fixes, Config, Assets
•Manage substitution variables
•Apply templates to targets
Template-based Provisioning
Mobile UI
©2013 Software AG. All rights reserved. For internal use only4 |
Command Central 9.6
Fix
Management
Product
Installation
Landscape Management
Service API
Command
Line
Web UI
Central
Configuration
Solution
Management
• Web UI for:
• More IS configuration
• Product/Fix Repositories
• Templates Create & Apply
• License Management
• Log Access
Template-based Provisioning
Mobile UI
©2013 Software AG. All rights reserved. For internal use only5 |
What’s new in Command Central 9.6
• Centralized repository management, including Web UI
• Save and apply templates from Web UI
• More IS configurations support including Web UI
• IS instance management CLI/API
• Web UI for license reports management
• Log access from Web UI and CLI/API
• HTTPS support and other security related enhancements
• Online HELP combining Web UI, CLI and REST API topics
• Cloud Factory CLI/API (preview)
• SPM footprint optimization
©2013 Software AG. All rights reserved. For internal use only6 |©2013 Software AG. All rights reserved. For internal use only
Centralized Repository
Management
©2013 Software AG. All rights reserved. For internal use only7 |
Centralized Repository Management
• Central repositories are used by template-based provisioning
• Allows to configure access to SAG SDC and Empower in one central
place
• Supports product and fix repository types
• Product repos support multiple releases and locations
• Adds ability to manage and transfer Installer and Update Manager
images to the target nodes
• Provides Web UI and CLI/API
©2013 Software AG. All rights reserved. For internal use only8 |
Centralized Repository Management Web UI
©2013 Software AG. All rights reserved. For internal use only9 |
Centralized Repository Management CLI Basics
• cc list repository products
• cc add repository products name=<repoName> location=<remote-repo-
url-or-image-file>
• cc add repository products name=<name-for-this-repo> --input
<local-image-file> description=<description>
• cc update repository products <repoName> [[location=<installer-
image-file-or-remote-repository-uri>]
[description=<description>]]]
• cc update repository products -i <config-with-credentials.xml>
• cc delete repository products <repoName>
©2013 Software AG. All rights reserved. For internal use only10 |
Centralized Repository Management Demo
Watch video recording on the TechCommunity web site under
Communities > webMethods > Products > Command Central > Demos
Command Central Demo: Command Central Repository Management
©2013 Software AG. All rights reserved. For internal use only11 |©2013 Software AG. All rights reserved. For internal use only
Template-based Provisioning
©2013 Software AG. All rights reserved. For internal use only12 |
Template-based Provisioning
• Cloning/copying of servers
• Creation of new (project) environments from standard template
• Composing more complex environment from a set of product-specific
templates
• Creation of a repro-environment to troubleshoot production issues
• Fix and configuration promotion from staging to production
• Elastic scaling (cloud-bursting)
©2013 Software AG. All rights reserved. For internal use only13 |
Template-based Provisioning
TEMPLATE
PRODUCTS
Information
about which
products and
versions are
installed
FIXES
Information
about which
fixes are
installed
CONFIG
Information
about all
(supported)
product
configuration
Template may contain a subset: 1, 2 or all 3 categories
INSTANCES
ASSETS
Future:
©2013 Software AG. All rights reserved. For internal use only14 |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<templateMetadata>
<alias>templateAlias</alias>
<nodeAlias>nodeAlias</nodeAlias>
<overwriteTemplate>true</overwriteTemplate>
<productOption>
<repositoryId>productRepositoryId</repositoryId>
<type>PRODUCTS</type>
<useLatestVersion>false</useLatestVersion>
</productOption>
<fixesOption>
<repositoryId>fixRepositoryId</repositoryId>
<useLatestVersion>true</useLatestVersion>
<type>FIXES</type>
</fixesOption>
<configurationOption>
<type>CONFIGURATION</type>
</configurationOption>
</templateMetadata>
• Save template
• Products
• Fixes
• Configuration
• Apply template
• Products
• Fixes
• Configuration
• No UI, only CLI
Template-based Provisioning – 9.5
©2013 Software AG. All rights reserved. For internal use only15 |
Template-based Provisioning – new in 9.6
• Web UI to create and apply templates
• Relies on centrally configured repositories
• Supports automatic image transfer from the central repository to the
target node
• New simplified CLI/API
©2013 Software AG. All rights reserved. For internal use only16 |
Template-based Provisioning Demo
Watch video recording on the TechCommunity web site under
Communities > webMethods > Products > Command Central > Demos
Command Central Demo: Command Central Template-based provisioning
©2013 Software AG. All rights reserved. For internal use only17 |
©2013 Software AG. All rights reserved. For internal use only18 |
Save Installation as Template
Command
Central
SPM
SPM
IS
T1
Template extracted
from source…
…and stored
on CC
cc create templates alias=t1 nodeAlias=n1 …
©2013 Software AG. All rights reserved. For internal use only19 |
©2013 Software AG. All rights reserved. For internal use only20 |
Apply Template
Command
Central
SPM
SPM
IS
T1
Template sent
to target
cc exec templates apply alias=t1 nodeAlias=n2 …
IS
©2013 Software AG. All rights reserved. For internal use only21 |
©2013 Software AG. All rights reserved. For internal use only22 |
Installing Products
Command
Central
SPM
T1
IS
Software
Download
Center
I1
1
2
1) Master Repo = Software AG SDC
2) Image Repo = Installer images
cc exec templates apply alias=t1 nodeAlias=n2
options=PRODUCTS productsRepo=pr1
©2013 Software AG. All rights reserved. For internal use only23 |
©2013 Software AG. All rights reserved. For internal use only24 |
Installing Fixes
Command
Central
SPM
T1
IS
Empower
FR1
1
2
1) Master Repo = Software AG Empower
2) Image Repo = SUM images
cc exec templates apply alias=t1 nodeAlias=n2
options=FIXES fixesRepo=fr1
©2013 Software AG. All rights reserved. For internal use only25 |
©2013 Software AG. All rights reserved. For internal use only26 |
Applying Configuration
Command
Central
SPM
T1
IS
F1
1) Merge or Replace mode
2) With or without referenced files
cc exec templates apply alias=t1 nodeAlias=n2
options=CONFIGURATION options=FILES
©2013 Software AG. All rights reserved. For internal use only27 |
Apply Template Sequence for Integration Server
1. Install
products
and start
IS
Products Fixes Configuration Files
Products Fixes Configuration Files
Products Fixes Configuration Files
Products Fixes Configuration Files
2. Install
fixes and
start IS
3. Apply
config and
files and
restart IS
0. Create
template
©2013 Software AG. All rights reserved. For internal use only28 |
Template Management CLI
# list available templates
cc list templates
Alias Node Alias Description Principal Created
templateAlias local test Administrator Thu Feb 27 17:34:35 PST 2014
# export template (save as local .zip file)
cc get templates export templateAlias --output templateAlias.zip
# import template from a local .zip file
cc exec templates import --input templateAlias.zip
# delete template
cc delete templates templateAlias
©2013 Software AG. All rights reserved. For internal use only29 |©2013 Software AG. All rights reserved. For internal use only
Integration Server Configuration
©2013 Software AG. All rights reserved. For internal use only30 |
• Ports
• License keys
• Resources
• Loggers
• webMethods Messaging
• Global variables
• ALL configurations Web UI
Integration Server Configuration
9.0
9.5
* Supported only for templates,
comparison, CLI and API
• JDBC pools*
• JDBC functional aliases*
• Keystores*
• Truststores*
• JNDI aliases*
• JMS aliases*
• SMTP settings*
• Extended server settings*
9.6
©2013 Software AG. All rights reserved. For internal use only31 |
IS Configuration UIs
©2013 Software AG. All rights reserved. For internal use only32 |
IS Configuration UIs
©2013 Software AG. All rights reserved. For internal use only33 |
Basic Configuration CLI Commands
$ cc list configuration types nodeAlias=devis1
runtimeComponentId=integrationServer-default
ID Display Name Category
COMMON-SYSPROPS System Properties Properties
COMMON-PORTS Port Settings Ports
COMMON-JNDI JNDI Settings JNDI
..
$ cc list configuration instances nodesAlias=devis1 runtimeComponentId=
integrationServer-default
ID Config Type Id Display Name
COMMON-SYSPROPS COMMON-SYSPROPS Extended Settings
COMMON-PORTS-p7777 COMMON-PORTS HTTPListener@7777
..
©2013 Software AG. All rights reserved. For internal use only34 |
Example – editing IS Extended Settings
$ cc list configuration instances nodeAlias=devis1
runtimeComponentId=integrationServer-default configurationTypeId=COMMON-
SYSPROPS
ID Config Type Id Display Name
COMMON-SYSPROPS COMMON-SYSPROPS Extended Properties
$ cc get configuration data devis1 integrationServer-default COMMON-SYSPROPS -
o ext-settings.properties
$ vi ext-settings.properties
...
watt.new.property=someValue
$ cc put configuration data devis1 integrationServer-default COMMON-SYSPROPS -
i ext-settings.properties
CURRENT
©2013 Software AG. All rights reserved. For internal use only35 |
Example – create and delete JNDI aliases
$ cc list configuration instances nodeAlias=devis1
runtimeComponentId=integrationServer-default configurationTypeId=COMMON-JNDI
ID Config Type Id Display Name
COMMON-JNDI-DEFAULT_IS_JNDI_PROVIDER COMMON-JNDI DEFAULT_IS_JNDI_PROVIDER
COMMON-JNDI-EventBusJndiProvider COMMON-JNDI EventBusJndiProvider
$ cc get configuration data devis1 integrationServer-default COMMON-JNDI-
DEFAULT-IS_JNDI_PROVIDER --output jndi.xml
$ vi jndi.xml
<JNDISettings><JNDI alias=“newJndiAlias”> .. </JNDISettings>
$ cc create configuration data devis1 integrationServer-default COMMON-JNDI --
input jndi.xml
$ cc delete configuration data devis1 integrationServer-default COMMON-JNDI-
newJndiAlias
©2013 Software AG. All rights reserved. For internal use only36 |©2013 Software AG. All rights reserved. For internal use only
Integration Server Instance
Management
©2013 Software AG. All rights reserved. For internal use only37 |
Integration Sever Instance Management
• Integration Server 9.6 supports multiple instances
• Default instance can be created by the installer
• Additional instances can be created using IS CLI locally or CC CLI
remotely
• No CC Web UI yet
• No CC Templates support yet
• Integration Server license cannot be supplied during instance creation.
The license file has to be added afterwards using Web UI or CLI
©2013 Software AG. All rights reserved. For internal use only38 |
Instance Management CLI
Create new IS instance
$ cc create instances devis1 integrationServer instance.name=i1 primary.port=7777 …
ID Status Started
5 RUNNING Tue Sep 17 15:02:26 BST 2013
Wait for completion
$ cc get jobmanager landscapejobs devis1 5 --expected-values DONE --wait 30
ID Status Started Ended
5 DONE Tue Sep 17 15:02:26 BST 2013 Tue Sep 17 15:02:40 BST 2013
Update IS instance
$ cc update instances devis1 integrationServer-i1 i1 packages.list=pkg1,pkg2
ID Status Started
6 RUNNING Tue Sep 17 15:02:26 BST 2013
Delete IS instance
$ cc delete instances devis1 integrationSever-i1
ID Status Started
7 RUNNING Tue Sep 17 15:02:26 BST 2013
©2013 Software AG. All rights reserved. For internal use only39 |©2013 Software AG. All rights reserved. For internal use only
Log Access
©2013 Software AG. All rights reserved. For internal use only40 |
Log Access
• Allows online access to product log files
• Tail or head log file viewing, limited number of lines
• Simple and regexp search
• Full log download in plain text and zip formats
• Download of multiple logs for a given component or entire managed
node
• Supported for Integration Server, SPM, CCE, CTP
• Web UI and CLI
©2013 Software AG. All rights reserved. For internal use only41 |
Log Sources Web UI
©2013 Software AG. All rights reserved. For internal use only42 |
Log Viewer Web UI
©2013 Software AG. All rights reserved. For internal use only43 |
Log Access CLI
Getting list of log file alises
$ cc list diagnostics logs devis1 integrationServer-default
Alias Size Last Updated
server.log 12345 Tue Sep 17 15:02:26 BST 2013
Getting log tail and head
$ cc get diagnostics logs devis1 integrationServer-default server.log tail
$ cc get diagnostics logs devis1 integrationServer-default server.log head lines=100
Search logs
$ cc get diagnostics logs devis1 integrationServer-default server.log full
search=ISS.0014.0002C
$ cc get diagnostics logs devis1 integrationServer-default server.log tail regexp=“^20.*”
Download logs: one, some, all
$ cc get diagnostics logs devis1 integrationSever-default server.log full –o server.log
$ cc get diagnostics logs devis1 integrationSever-default server.log+stats.log export –o
logs.zip
$ cc get diagnostics logs devis1 integrationSever-default export –o is-logs.zip
$ cc get diagnostics logs devis1 export –o node-logs.zip
©2013 Software AG. All rights reserved. For internal use only44 |©2013 Software AG. All rights reserved. For internal use only
HTTPS and other Security
Enhancements
©2013 Software AG. All rights reserved. For internal use only45 |
HTTPS Support
• Out of the box enablement of HTTPS communication between
• Client browser and Command Central server
• CLI tool and Command Central server
• CCE and 9.6 SPM’s
• SPM and managed Integration Server (needs HTTPS port on IS)
• Pre-generated certificates provide better protection against wire-
sniffing comparing to plain HTTP communication
• For better protection custom certificates should be generated and
configured for each managed host/SPM
• HTTPS ports and client configuration is supported via CLI and Web UI
• Custom certificates have to be distributed manually
• CC CLI client configuration can be stored in ~/.sag/cc.properties file
protected by the OS using restricted file permissions
• cc.properties file can also store CC CLI password
©2013 Software AG. All rights reserved. For internal use only46 |
©2013 Software AG. All rights reserved. For internal use only47 |
©2013 Software AG. All rights reserved. For internal use only48 |
Use of Out-Of-The-Box HTTPS Demo
Watch video recording on the TechCommunity web site under
Communities > webMethods > Products > Command Central > Demos
Command Central Demo: Command Central out of the box HTTPS support
©2013 Software AG. All rights reserved. For internal use only49 |
Generating certificates
• Follow the process described in the article on TechCommunity web site
under Communities >>> Command Central Articles
How do I generate keystores and certificates for command central
• Import certificates into client trust stores
• cceroot.cer and cce*.cer into cli-truststore.jks
• cceroot.cer and spm*.cer into cce-truststore.jks
• Copy *.jks files to server, client and target spm nodes
©2013 Software AG. All rights reserved. For internal use only50 |
Updating client configuration to use certificates
• Update HTTPS port on CCE
• Update client Browser
• Update CCE CLI SSL configuration
• Update HTTPS port on SPM’s
• Update CCE client SSL configuration
©2013 Software AG. All rights reserved. For internal use only51 |
Other usage notes
• It is recommended to perform HTTPS/SSL channel re-configuration
while you’re connecting to SPM over HTTP!
• Switch CCE ‘local’ SPM connection to HTTP port if HTTPS is currently used
• Connect to all remote SPM nodes using HTTP
• Configure HTTPS port for CCE – verify in Browser
• Configure HTTPS port for a remote SPM – verify in Browser
• Configure CCE SSL settings and try to connect to remote SPM using SSL
• If OK, repeat for others SPM nodes
• Use can use custom certificates for HTTPS communication with 9.0
and 9.5 nodes as well!
• 9.0 SPM’s have to be restarted from OS level (shell scripts or Windows Svc)
• 9.5 SPM’s have to be restarted from Web UI or CLI
• 9.6 SPM’s restart HTTPS listener automatically!
©2013 Software AG. All rights reserved. For internal use only52 |
HTTPS Setup using Custom Certificates Demo
Watch video recording on the TechCommunity web site under
Communities > webMethods > Products > Command Central > Demos
Command Central Demo: Command Central support for HTTPS configuration
using custom certificates
©2013 Software AG. All rights reserved. For internal use only53 |
Security Enhancements
• Out of the box configuration for private user, group and roles internal
user store for CCE and SPM profiles
• Easy to change default passwords
• No impact on other products using shared internal stores, e.g. CentraSite
• Additional default users and groups
• Support for per-SPM connection credentials
• No longer all SPM’s must have the same set of credentials
• Can be configured from CLI and Web UI
©2013 Software AG. All rights reserved. For internal use only54 |
©2013 Software AG. All rights reserved. For internal use only55 |
©2013 Software AG. All rights reserved. For internal use only56 |©2013 Software AG. All rights reserved. For internal use only
License Reports Management
Web UI
©2013 Software AG. All rights reserved. For internal use only57 |
License Reports Web UI
• License Reports UI can be accessed via Licenses View menu
• Allows to create new license reports on demand
• The generated report can be downloaded as PDF, XML or JSON
• The reports are archived and the list can be filtered and sorted
• Previously generated reports can be downloaded at any time
• Older reports can be deleted
©2013 Software AG. All rights reserved. For internal use only58 |
License Reports Web UI
©2013 Software AG. All rights reserved. For internal use only59 |©2013 Software AG. All rights reserved. For internal use only
Cloud Factory (preview)
©2013 Software AG. All rights reserved. For internal use only60 |
Cloud Factory CLI (feature preview)
• Ability to manage virtual machine instances and images using Cloud
Factory Services API
• Support for VMware and EC2
• Account configuration using CLI and Web UI
• CLI commands for launching new VMs, start/stop and destroying a VM
instances
• No Web UI yet for image and instance management
©2013 Software AG. All rights reserved. For internal use only61 |
Cloud Factory Account Configuration
©2013 Software AG. All rights reserved. For internal use only62 |
Cloud Factory Account Configuration
©2013 Software AG. All rights reserved. For internal use only63 |
Cloud Factory CLI
Set CFS endpoint URL (NOTE: no /cce at the end)
$ export CC_SERVER=https://localhost:8091
List of available accounts
$ cc list cfs accounts
List of available images
$ cc list cfs images <accountName>
List of available instances
$ cc list cfs instances <accountName>
Launch new instances
$ cc create cfs instances <accountName> <imageId> type=<type>
Start or stop instance
$ cc exec cfs instances <accountName> <instanceId> start
$ cc exec cfs instances <accountName> <instanceId> stop
Delete instance
$ cc delete cfs instances <accountName> <instanceId>
©2013 Software AG. All rights reserved. For internal use only64 |©2013 Software AG. All rights reserved. For internal use only
Online Help
©2013 Software AG. All rights reserved. For internal use only65 |
Online Help
• New combined online help for Web UI, CLI references an REST API
• New mobile friendly responsive layout
• Restful topic links and better search
• Hosted by Command Central server
• Accessible from the Help menu
©2013 Software AG. All rights reserved. For internal use only66 |
Online Help
©2013 Software AG. All rights reserved. For internal use only67 |©2013 Software AG. All rights reserved. For internal use only
Miscellaneous
©2013 Software AG. All rights reserved. For internal use only68 |
Miscellaneous
• Optimized SPM footprint
• Default max memory set to 128 MB
• Optimized resource settings (e.g. lower thread counts)
• New optional plugin-in for NERV
• Out of the box registration of ‘local’ node
• Tested scalability with 1000 managed nodes
• CLI is fully functional
• Web UI is functional but a bit sluggish (expected)
Command central 9.6 - Features Overview

Weitere ähnliche Inhalte

Was ist angesagt?

Urban code deploy helps with traditional websphere app server migration
Urban code deploy helps with traditional websphere app server migrationUrban code deploy helps with traditional websphere app server migration
Urban code deploy helps with traditional websphere app server migrationLaurel Dickson-Bull
 
Datasheet weblogicpluginforrd
Datasheet weblogicpluginforrdDatasheet weblogicpluginforrd
Datasheet weblogicpluginforrdMidVision
 
Datasheet.net pluginforrd
Datasheet.net pluginforrdDatasheet.net pluginforrd
Datasheet.net pluginforrdMidVision
 
Aligning to AEMs Release Cycle
Aligning to AEMs Release CycleAligning to AEMs Release Cycle
Aligning to AEMs Release CycleAshokkumar T A
 
Migrate from WS2003 to WS2008 or WS2012 in One Step
Migrate from WS2003 to WS2008 or WS2012 in One Step Migrate from WS2003 to WS2008 or WS2012 in One Step
Migrate from WS2003 to WS2008 or WS2012 in One Step AppZero Inc
 
Mainframe VUG Presentation April 2016
Mainframe VUG Presentation April 2016Mainframe VUG Presentation April 2016
Mainframe VUG Presentation April 2016Serena Software
 
Year in Review: Perforce 2014 Product Updates
Year in Review: Perforce 2014 Product UpdatesYear in Review: Perforce 2014 Product Updates
Year in Review: Perforce 2014 Product UpdatesPerforce
 
Mastering DevOps Automation: Webinar
Mastering DevOps Automation: WebinarMastering DevOps Automation: Webinar
Mastering DevOps Automation: WebinarClaudia Ring
 
Quick and dirty performance analysis
Quick and dirty performance analysisQuick and dirty performance analysis
Quick and dirty performance analysisChris Kernaghan
 
Datasheet subversionpluginforrd
Datasheet subversionpluginforrdDatasheet subversionpluginforrd
Datasheet subversionpluginforrdMidVision
 
Learning from the Early Adopters of DevOps: A Guidebook to Success featuring ...
Learning from the Early Adopters of DevOps: A Guidebook to Success featuring ...Learning from the Early Adopters of DevOps: A Guidebook to Success featuring ...
Learning from the Early Adopters of DevOps: A Guidebook to Success featuring ...Perforce
 
V center operations management suite 5.6 what's new, pricing and packaging ...
V center operations management suite 5.6   what's new, pricing and packaging ...V center operations management suite 5.6   what's new, pricing and packaging ...
V center operations management suite 5.6 what's new, pricing and packaging ...solarisyourep
 
Competitive analysis mobile testing industry
Competitive analysis mobile testing industryCompetitive analysis mobile testing industry
Competitive analysis mobile testing industrypurvigopal
 
Le tue app sono pronte per il cloud? Rivolgiti al caf!
Le tue app sono pronte per il cloud?  Rivolgiti al caf!Le tue app sono pronte per il cloud?  Rivolgiti al caf!
Le tue app sono pronte per il cloud? Rivolgiti al caf!Marco Dal Pino
 
Deployment Automation for Hybrid Cloud and Multi-Platform Environments
Deployment Automation for Hybrid Cloud and Multi-Platform EnvironmentsDeployment Automation for Hybrid Cloud and Multi-Platform Environments
Deployment Automation for Hybrid Cloud and Multi-Platform EnvironmentsIBM UrbanCode Products
 
IBM DevOps Workshops at IBM InterConnect 2017
IBM DevOps Workshops at IBM InterConnect 2017IBM DevOps Workshops at IBM InterConnect 2017
IBM DevOps Workshops at IBM InterConnect 2017IBM DevOps
 
NI Package Manager
NI Package ManagerNI Package Manager
NI Package ManagerDMC, Inc.
 
Using Blueprints to Overcome Multi-speed IT Challenges
Using Blueprints to Overcome Multi-speed IT ChallengesUsing Blueprints to Overcome Multi-speed IT Challenges
Using Blueprints to Overcome Multi-speed IT ChallengesIBM UrbanCode Products
 

Was ist angesagt? (20)

Urban code deploy helps with traditional websphere app server migration
Urban code deploy helps with traditional websphere app server migrationUrban code deploy helps with traditional websphere app server migration
Urban code deploy helps with traditional websphere app server migration
 
Datasheet weblogicpluginforrd
Datasheet weblogicpluginforrdDatasheet weblogicpluginforrd
Datasheet weblogicpluginforrd
 
Ibm urbancode deploy concepts
Ibm urbancode deploy conceptsIbm urbancode deploy concepts
Ibm urbancode deploy concepts
 
Datasheet.net pluginforrd
Datasheet.net pluginforrdDatasheet.net pluginforrd
Datasheet.net pluginforrd
 
Aligning to AEMs Release Cycle
Aligning to AEMs Release CycleAligning to AEMs Release Cycle
Aligning to AEMs Release Cycle
 
Migrate from WS2003 to WS2008 or WS2012 in One Step
Migrate from WS2003 to WS2008 or WS2012 in One Step Migrate from WS2003 to WS2008 or WS2012 in One Step
Migrate from WS2003 to WS2008 or WS2012 in One Step
 
Mainframe VUG Presentation April 2016
Mainframe VUG Presentation April 2016Mainframe VUG Presentation April 2016
Mainframe VUG Presentation April 2016
 
What's New with IBM UrbanCode Deploy
What's New with IBM UrbanCode DeployWhat's New with IBM UrbanCode Deploy
What's New with IBM UrbanCode Deploy
 
Year in Review: Perforce 2014 Product Updates
Year in Review: Perforce 2014 Product UpdatesYear in Review: Perforce 2014 Product Updates
Year in Review: Perforce 2014 Product Updates
 
Mastering DevOps Automation: Webinar
Mastering DevOps Automation: WebinarMastering DevOps Automation: Webinar
Mastering DevOps Automation: Webinar
 
Quick and dirty performance analysis
Quick and dirty performance analysisQuick and dirty performance analysis
Quick and dirty performance analysis
 
Datasheet subversionpluginforrd
Datasheet subversionpluginforrdDatasheet subversionpluginforrd
Datasheet subversionpluginforrd
 
Learning from the Early Adopters of DevOps: A Guidebook to Success featuring ...
Learning from the Early Adopters of DevOps: A Guidebook to Success featuring ...Learning from the Early Adopters of DevOps: A Guidebook to Success featuring ...
Learning from the Early Adopters of DevOps: A Guidebook to Success featuring ...
 
V center operations management suite 5.6 what's new, pricing and packaging ...
V center operations management suite 5.6   what's new, pricing and packaging ...V center operations management suite 5.6   what's new, pricing and packaging ...
V center operations management suite 5.6 what's new, pricing and packaging ...
 
Competitive analysis mobile testing industry
Competitive analysis mobile testing industryCompetitive analysis mobile testing industry
Competitive analysis mobile testing industry
 
Le tue app sono pronte per il cloud? Rivolgiti al caf!
Le tue app sono pronte per il cloud?  Rivolgiti al caf!Le tue app sono pronte per il cloud?  Rivolgiti al caf!
Le tue app sono pronte per il cloud? Rivolgiti al caf!
 
Deployment Automation for Hybrid Cloud and Multi-Platform Environments
Deployment Automation for Hybrid Cloud and Multi-Platform EnvironmentsDeployment Automation for Hybrid Cloud and Multi-Platform Environments
Deployment Automation for Hybrid Cloud and Multi-Platform Environments
 
IBM DevOps Workshops at IBM InterConnect 2017
IBM DevOps Workshops at IBM InterConnect 2017IBM DevOps Workshops at IBM InterConnect 2017
IBM DevOps Workshops at IBM InterConnect 2017
 
NI Package Manager
NI Package ManagerNI Package Manager
NI Package Manager
 
Using Blueprints to Overcome Multi-speed IT Challenges
Using Blueprints to Overcome Multi-speed IT ChallengesUsing Blueprints to Overcome Multi-speed IT Challenges
Using Blueprints to Overcome Multi-speed IT Challenges
 

Ähnlich wie Command central 9.6 - Features Overview

Command Central Overview
Command Central OverviewCommand Central Overview
Command Central OverviewSoftware AG
 
Pivotal Platform - December Release A First Look
Pivotal Platform - December Release A First LookPivotal Platform - December Release A First Look
Pivotal Platform - December Release A First LookVMware Tanzu
 
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...IBM Systems UKI
 
Tips for Installing Cognos Analytics: Configuring and Installing the Server
Tips for Installing Cognos Analytics: Configuring and Installing the ServerTips for Installing Cognos Analytics: Configuring and Installing the Server
Tips for Installing Cognos Analytics: Configuring and Installing the ServerSenturus
 
Programmable infrastructure with FlyScript
Programmable infrastructure with FlyScriptProgrammable infrastructure with FlyScript
Programmable infrastructure with FlyScriptRiverbed Technology
 
Wsadminlib.wasug.2011 0125-0726
Wsadminlib.wasug.2011 0125-0726Wsadminlib.wasug.2011 0125-0726
Wsadminlib.wasug.2011 0125-0726Rohit Kelapure
 
We4IT lcty 2013 - infra-man - whats new in ibm domino application development
We4IT lcty 2013 - infra-man - whats new in ibm domino application developmentWe4IT lcty 2013 - infra-man - whats new in ibm domino application development
We4IT lcty 2013 - infra-man - whats new in ibm domino application developmentWe4IT Group
 
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...WASdev Community
 
414: Build an agile CI/CD Pipeline for application integration
414: Build an agile CI/CD Pipeline for application integration414: Build an agile CI/CD Pipeline for application integration
414: Build an agile CI/CD Pipeline for application integrationTrevor Dolby
 
How do I securely deploy Internet websites in PHP on my IBMi?
How do I securely deploy Internet websites in PHP on my IBMi?How do I securely deploy Internet websites in PHP on my IBMi?
How do I securely deploy Internet websites in PHP on my IBMi?Zend by Rogue Wave Software
 
Introduction to WSO2 Developer Studio
Introduction to WSO2 Developer Studio Introduction to WSO2 Developer Studio
Introduction to WSO2 Developer Studio WSO2
 
Make synthetic monitoring a critical part of your IT monitoring strategy: Why...
Make synthetic monitoring a critical part of your IT monitoring strategy: Why...Make synthetic monitoring a critical part of your IT monitoring strategy: Why...
Make synthetic monitoring a critical part of your IT monitoring strategy: Why...eG Innovations
 
Enterprise Cloud with IBM & Chef (ChefConf 2013)
Enterprise Cloud with IBM & Chef (ChefConf 2013)Enterprise Cloud with IBM & Chef (ChefConf 2013)
Enterprise Cloud with IBM & Chef (ChefConf 2013)Michael Elder
 
IBM Lotusphere 2011 AD306 - IBM Lotus Sametime Proxy: A Collaborative Recipe...
IBM Lotusphere 2011 AD306 - IBM Lotus Sametime Proxy:  A Collaborative Recipe...IBM Lotusphere 2011 AD306 - IBM Lotus Sametime Proxy:  A Collaborative Recipe...
IBM Lotusphere 2011 AD306 - IBM Lotus Sametime Proxy: A Collaborative Recipe...William Holmes
 
Dev ops for z
Dev ops for z Dev ops for z
Dev ops for z bamadhu
 
Building Creative Product Extensions with Experience Manager
Building Creative Product Extensions with Experience ManagerBuilding Creative Product Extensions with Experience Manager
Building Creative Product Extensions with Experience Managerconnectwebex
 

Ähnlich wie Command central 9.6 - Features Overview (20)

Command Central Overview
Command Central OverviewCommand Central Overview
Command Central Overview
 
Pivotal Platform - December Release A First Look
Pivotal Platform - December Release A First LookPivotal Platform - December Release A First Look
Pivotal Platform - December Release A First Look
 
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
Pure Systems Patterns of Expertise - John Kaemmerer and Gerry Kovan, 11th Sep...
 
Tips for Installing Cognos Analytics: Configuring and Installing the Server
Tips for Installing Cognos Analytics: Configuring and Installing the ServerTips for Installing Cognos Analytics: Configuring and Installing the Server
Tips for Installing Cognos Analytics: Configuring and Installing the Server
 
Programmable infrastructure with FlyScript
Programmable infrastructure with FlyScriptProgrammable infrastructure with FlyScript
Programmable infrastructure with FlyScript
 
Wsadminlib.wasug.2011 0125-0726
Wsadminlib.wasug.2011 0125-0726Wsadminlib.wasug.2011 0125-0726
Wsadminlib.wasug.2011 0125-0726
 
We4IT lcty 2013 - infra-man - whats new in ibm domino application development
We4IT lcty 2013 - infra-man - whats new in ibm domino application developmentWe4IT lcty 2013 - infra-man - whats new in ibm domino application development
We4IT lcty 2013 - infra-man - whats new in ibm domino application development
 
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...
AAI-2016 WebSphere Application Server Installation and Maintenance in the Ent...
 
414: Build an agile CI/CD Pipeline for application integration
414: Build an agile CI/CD Pipeline for application integration414: Build an agile CI/CD Pipeline for application integration
414: Build an agile CI/CD Pipeline for application integration
 
CI/CD using AWS developer tools
CI/CD using AWS developer toolsCI/CD using AWS developer tools
CI/CD using AWS developer tools
 
What's new in designer
What's new in designerWhat's new in designer
What's new in designer
 
How do I securely deploy Internet websites in PHP on my IBMi?
How do I securely deploy Internet websites in PHP on my IBMi?How do I securely deploy Internet websites in PHP on my IBMi?
How do I securely deploy Internet websites in PHP on my IBMi?
 
Overview
OverviewOverview
Overview
 
Introduction to WSO2 Developer Studio
Introduction to WSO2 Developer Studio Introduction to WSO2 Developer Studio
Introduction to WSO2 Developer Studio
 
Make synthetic monitoring a critical part of your IT monitoring strategy: Why...
Make synthetic monitoring a critical part of your IT monitoring strategy: Why...Make synthetic monitoring a critical part of your IT monitoring strategy: Why...
Make synthetic monitoring a critical part of your IT monitoring strategy: Why...
 
Enterprise Cloud with IBM & Chef (ChefConf 2013)
Enterprise Cloud with IBM & Chef (ChefConf 2013)Enterprise Cloud with IBM & Chef (ChefConf 2013)
Enterprise Cloud with IBM & Chef (ChefConf 2013)
 
IBM Lotusphere 2011 AD306 - IBM Lotus Sametime Proxy: A Collaborative Recipe...
IBM Lotusphere 2011 AD306 - IBM Lotus Sametime Proxy:  A Collaborative Recipe...IBM Lotusphere 2011 AD306 - IBM Lotus Sametime Proxy:  A Collaborative Recipe...
IBM Lotusphere 2011 AD306 - IBM Lotus Sametime Proxy: A Collaborative Recipe...
 
IBM Z for the Digital Enterprise - DevOps for Z
IBM Z for the Digital Enterprise - DevOps for Z IBM Z for the Digital Enterprise - DevOps for Z
IBM Z for the Digital Enterprise - DevOps for Z
 
Dev ops for z
Dev ops for z Dev ops for z
Dev ops for z
 
Building Creative Product Extensions with Experience Manager
Building Creative Product Extensions with Experience ManagerBuilding Creative Product Extensions with Experience Manager
Building Creative Product Extensions with Experience Manager
 

Mehr von Software AG

NA Adabas & Natural User Group Meeting April 2023
NA Adabas & Natural User Group Meeting April 2023NA Adabas & Natural User Group Meeting April 2023
NA Adabas & Natural User Group Meeting April 2023Software AG
 
Adabas & Natural Virtual User Group Meeting NAM 2022
Adabas & Natural Virtual User Group Meeting NAM 2022Adabas & Natural Virtual User Group Meeting NAM 2022
Adabas & Natural Virtual User Group Meeting NAM 2022Software AG
 
Process management and GRC in ARIS Practical Implementation
Process management and GRC in ARIS Practical ImplementationProcess management and GRC in ARIS Practical Implementation
Process management and GRC in ARIS Practical ImplementationSoftware AG
 
Adabas & Natural User Group
Adabas & Natural User GroupAdabas & Natural User Group
Adabas & Natural User GroupSoftware AG
 
NaturalONE & DevOps
NaturalONE & DevOpsNaturalONE & DevOps
NaturalONE & DevOpsSoftware AG
 
One Path to a Successful Implementation of NaturalONE
One Path to a Successful Implementation of NaturalONEOne Path to a Successful Implementation of NaturalONE
One Path to a Successful Implementation of NaturalONESoftware AG
 
Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls
Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls
Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls Software AG
 
Ten Disruptive Digital Trends Retailers Need To Know
Ten Disruptive Digital Trends Retailers Need To Know Ten Disruptive Digital Trends Retailers Need To Know
Ten Disruptive Digital Trends Retailers Need To Know Software AG
 
Innovation World 2015 General Session - Dr. Wolfram Jost
Innovation World 2015 General Session - Dr. Wolfram JostInnovation World 2015 General Session - Dr. Wolfram Jost
Innovation World 2015 General Session - Dr. Wolfram JostSoftware AG
 
Tech Trends: The Fusion of Business and IT
Tech Trends: The Fusion of Business and ITTech Trends: The Fusion of Business and IT
Tech Trends: The Fusion of Business and ITSoftware AG
 
VEA: ARIS and Alfabet Journey Together
VEA: ARIS and Alfabet Journey Together VEA: ARIS and Alfabet Journey Together
VEA: ARIS and Alfabet Journey Together Software AG
 
The Future of Customer Centricity
The Future of Customer Centricity The Future of Customer Centricity
The Future of Customer Centricity Software AG
 
webMethods Integration Cloud Deep Dive
webMethods Integration Cloud Deep DivewebMethods Integration Cloud Deep Dive
webMethods Integration Cloud Deep DiveSoftware AG
 
Apama and Terracotta World: Getting Started in Predictive Analytics
Apama and Terracotta World: Getting Started in Predictive Analytics Apama and Terracotta World: Getting Started in Predictive Analytics
Apama and Terracotta World: Getting Started in Predictive Analytics Software AG
 
In-Memory Data Management Goes Mainstream - OpenSlava 2015
In-Memory Data Management Goes Mainstream - OpenSlava 2015In-Memory Data Management Goes Mainstream - OpenSlava 2015
In-Memory Data Management Goes Mainstream - OpenSlava 2015Software AG
 
The Digital Business Platform
The Digital Business PlatformThe Digital Business Platform
The Digital Business PlatformSoftware AG
 
The 7 Pillars of Market Surveillance 2.0
The 7 Pillars of Market Surveillance 2.0The 7 Pillars of Market Surveillance 2.0
The 7 Pillars of Market Surveillance 2.0Software AG
 

Mehr von Software AG (20)

NA Adabas & Natural User Group Meeting April 2023
NA Adabas & Natural User Group Meeting April 2023NA Adabas & Natural User Group Meeting April 2023
NA Adabas & Natural User Group Meeting April 2023
 
Adabas & Natural Virtual User Group Meeting NAM 2022
Adabas & Natural Virtual User Group Meeting NAM 2022Adabas & Natural Virtual User Group Meeting NAM 2022
Adabas & Natural Virtual User Group Meeting NAM 2022
 
Process management and GRC in ARIS Practical Implementation
Process management and GRC in ARIS Practical ImplementationProcess management and GRC in ARIS Practical Implementation
Process management and GRC in ARIS Practical Implementation
 
Adabas & Natural User Group
Adabas & Natural User GroupAdabas & Natural User Group
Adabas & Natural User Group
 
Adabas Roadmap
Adabas RoadmapAdabas Roadmap
Adabas Roadmap
 
NaturalONE & DevOps
NaturalONE & DevOpsNaturalONE & DevOps
NaturalONE & DevOps
 
One Path to a Successful Implementation of NaturalONE
One Path to a Successful Implementation of NaturalONEOne Path to a Successful Implementation of NaturalONE
One Path to a Successful Implementation of NaturalONE
 
Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls
Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls
Apama, Terracotta, webMethods Upgrade: Avoiding Common Pitfalls
 
Ten Disruptive Digital Trends Retailers Need To Know
Ten Disruptive Digital Trends Retailers Need To Know Ten Disruptive Digital Trends Retailers Need To Know
Ten Disruptive Digital Trends Retailers Need To Know
 
Innovation World 2015 General Session - Dr. Wolfram Jost
Innovation World 2015 General Session - Dr. Wolfram JostInnovation World 2015 General Session - Dr. Wolfram Jost
Innovation World 2015 General Session - Dr. Wolfram Jost
 
Tech Trends: The Fusion of Business and IT
Tech Trends: The Fusion of Business and ITTech Trends: The Fusion of Business and IT
Tech Trends: The Fusion of Business and IT
 
VEA: ARIS and Alfabet Journey Together
VEA: ARIS and Alfabet Journey Together VEA: ARIS and Alfabet Journey Together
VEA: ARIS and Alfabet Journey Together
 
The Future of Customer Centricity
The Future of Customer Centricity The Future of Customer Centricity
The Future of Customer Centricity
 
webMethods Integration Cloud Deep Dive
webMethods Integration Cloud Deep DivewebMethods Integration Cloud Deep Dive
webMethods Integration Cloud Deep Dive
 
ARIS World
ARIS World ARIS World
ARIS World
 
Apama and Terracotta World: Getting Started in Predictive Analytics
Apama and Terracotta World: Getting Started in Predictive Analytics Apama and Terracotta World: Getting Started in Predictive Analytics
Apama and Terracotta World: Getting Started in Predictive Analytics
 
In-Memory Data Management Goes Mainstream - OpenSlava 2015
In-Memory Data Management Goes Mainstream - OpenSlava 2015In-Memory Data Management Goes Mainstream - OpenSlava 2015
In-Memory Data Management Goes Mainstream - OpenSlava 2015
 
Thingalytics
ThingalyticsThingalytics
Thingalytics
 
The Digital Business Platform
The Digital Business PlatformThe Digital Business Platform
The Digital Business Platform
 
The 7 Pillars of Market Surveillance 2.0
The 7 Pillars of Market Surveillance 2.0The 7 Pillars of Market Surveillance 2.0
The 7 Pillars of Market Surveillance 2.0
 

Kürzlich hochgeladen

What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 

Kürzlich hochgeladen (20)

What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 

Command central 9.6 - Features Overview

  • 1. ©2013 Software AG. All rights reserved. Sergei Pogrebnyak Director, Research and Development Command Central 9.6 New and Enhanced Functionality Overview
  • 2. ©2013 Software AG. All rights reserved. For internal use only2 | Command Central 9.0 Fix Management Product Installation Landscape Management Service API Command Line Web UI Central Configuration Solution Management Template-based Provisioning Mobile UI
  • 3. ©2013 Software AG. All rights reserved. For internal use only3 | Command Central 9.5 Fix Management Product Installation Landscape Management Service API Command Line Web UI Central Configuration Solution Management •Define templates •Product, Fixes, Config, Assets •Manage substitution variables •Apply templates to targets Template-based Provisioning Mobile UI
  • 4. ©2013 Software AG. All rights reserved. For internal use only4 | Command Central 9.6 Fix Management Product Installation Landscape Management Service API Command Line Web UI Central Configuration Solution Management • Web UI for: • More IS configuration • Product/Fix Repositories • Templates Create & Apply • License Management • Log Access Template-based Provisioning Mobile UI
  • 5. ©2013 Software AG. All rights reserved. For internal use only5 | What’s new in Command Central 9.6 • Centralized repository management, including Web UI • Save and apply templates from Web UI • More IS configurations support including Web UI • IS instance management CLI/API • Web UI for license reports management • Log access from Web UI and CLI/API • HTTPS support and other security related enhancements • Online HELP combining Web UI, CLI and REST API topics • Cloud Factory CLI/API (preview) • SPM footprint optimization
  • 6. ©2013 Software AG. All rights reserved. For internal use only6 |©2013 Software AG. All rights reserved. For internal use only Centralized Repository Management
  • 7. ©2013 Software AG. All rights reserved. For internal use only7 | Centralized Repository Management • Central repositories are used by template-based provisioning • Allows to configure access to SAG SDC and Empower in one central place • Supports product and fix repository types • Product repos support multiple releases and locations • Adds ability to manage and transfer Installer and Update Manager images to the target nodes • Provides Web UI and CLI/API
  • 8. ©2013 Software AG. All rights reserved. For internal use only8 | Centralized Repository Management Web UI
  • 9. ©2013 Software AG. All rights reserved. For internal use only9 | Centralized Repository Management CLI Basics • cc list repository products • cc add repository products name=<repoName> location=<remote-repo- url-or-image-file> • cc add repository products name=<name-for-this-repo> --input <local-image-file> description=<description> • cc update repository products <repoName> [[location=<installer- image-file-or-remote-repository-uri>] [description=<description>]]] • cc update repository products -i <config-with-credentials.xml> • cc delete repository products <repoName>
  • 10. ©2013 Software AG. All rights reserved. For internal use only10 | Centralized Repository Management Demo Watch video recording on the TechCommunity web site under Communities > webMethods > Products > Command Central > Demos Command Central Demo: Command Central Repository Management
  • 11. ©2013 Software AG. All rights reserved. For internal use only11 |©2013 Software AG. All rights reserved. For internal use only Template-based Provisioning
  • 12. ©2013 Software AG. All rights reserved. For internal use only12 | Template-based Provisioning • Cloning/copying of servers • Creation of new (project) environments from standard template • Composing more complex environment from a set of product-specific templates • Creation of a repro-environment to troubleshoot production issues • Fix and configuration promotion from staging to production • Elastic scaling (cloud-bursting)
  • 13. ©2013 Software AG. All rights reserved. For internal use only13 | Template-based Provisioning TEMPLATE PRODUCTS Information about which products and versions are installed FIXES Information about which fixes are installed CONFIG Information about all (supported) product configuration Template may contain a subset: 1, 2 or all 3 categories INSTANCES ASSETS Future:
  • 14. ©2013 Software AG. All rights reserved. For internal use only14 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <templateMetadata> <alias>templateAlias</alias> <nodeAlias>nodeAlias</nodeAlias> <overwriteTemplate>true</overwriteTemplate> <productOption> <repositoryId>productRepositoryId</repositoryId> <type>PRODUCTS</type> <useLatestVersion>false</useLatestVersion> </productOption> <fixesOption> <repositoryId>fixRepositoryId</repositoryId> <useLatestVersion>true</useLatestVersion> <type>FIXES</type> </fixesOption> <configurationOption> <type>CONFIGURATION</type> </configurationOption> </templateMetadata> • Save template • Products • Fixes • Configuration • Apply template • Products • Fixes • Configuration • No UI, only CLI Template-based Provisioning – 9.5
  • 15. ©2013 Software AG. All rights reserved. For internal use only15 | Template-based Provisioning – new in 9.6 • Web UI to create and apply templates • Relies on centrally configured repositories • Supports automatic image transfer from the central repository to the target node • New simplified CLI/API
  • 16. ©2013 Software AG. All rights reserved. For internal use only16 | Template-based Provisioning Demo Watch video recording on the TechCommunity web site under Communities > webMethods > Products > Command Central > Demos Command Central Demo: Command Central Template-based provisioning
  • 17. ©2013 Software AG. All rights reserved. For internal use only17 |
  • 18. ©2013 Software AG. All rights reserved. For internal use only18 | Save Installation as Template Command Central SPM SPM IS T1 Template extracted from source… …and stored on CC cc create templates alias=t1 nodeAlias=n1 …
  • 19. ©2013 Software AG. All rights reserved. For internal use only19 |
  • 20. ©2013 Software AG. All rights reserved. For internal use only20 | Apply Template Command Central SPM SPM IS T1 Template sent to target cc exec templates apply alias=t1 nodeAlias=n2 … IS
  • 21. ©2013 Software AG. All rights reserved. For internal use only21 |
  • 22. ©2013 Software AG. All rights reserved. For internal use only22 | Installing Products Command Central SPM T1 IS Software Download Center I1 1 2 1) Master Repo = Software AG SDC 2) Image Repo = Installer images cc exec templates apply alias=t1 nodeAlias=n2 options=PRODUCTS productsRepo=pr1
  • 23. ©2013 Software AG. All rights reserved. For internal use only23 |
  • 24. ©2013 Software AG. All rights reserved. For internal use only24 | Installing Fixes Command Central SPM T1 IS Empower FR1 1 2 1) Master Repo = Software AG Empower 2) Image Repo = SUM images cc exec templates apply alias=t1 nodeAlias=n2 options=FIXES fixesRepo=fr1
  • 25. ©2013 Software AG. All rights reserved. For internal use only25 |
  • 26. ©2013 Software AG. All rights reserved. For internal use only26 | Applying Configuration Command Central SPM T1 IS F1 1) Merge or Replace mode 2) With or without referenced files cc exec templates apply alias=t1 nodeAlias=n2 options=CONFIGURATION options=FILES
  • 27. ©2013 Software AG. All rights reserved. For internal use only27 | Apply Template Sequence for Integration Server 1. Install products and start IS Products Fixes Configuration Files Products Fixes Configuration Files Products Fixes Configuration Files Products Fixes Configuration Files 2. Install fixes and start IS 3. Apply config and files and restart IS 0. Create template
  • 28. ©2013 Software AG. All rights reserved. For internal use only28 | Template Management CLI # list available templates cc list templates Alias Node Alias Description Principal Created templateAlias local test Administrator Thu Feb 27 17:34:35 PST 2014 # export template (save as local .zip file) cc get templates export templateAlias --output templateAlias.zip # import template from a local .zip file cc exec templates import --input templateAlias.zip # delete template cc delete templates templateAlias
  • 29. ©2013 Software AG. All rights reserved. For internal use only29 |©2013 Software AG. All rights reserved. For internal use only Integration Server Configuration
  • 30. ©2013 Software AG. All rights reserved. For internal use only30 | • Ports • License keys • Resources • Loggers • webMethods Messaging • Global variables • ALL configurations Web UI Integration Server Configuration 9.0 9.5 * Supported only for templates, comparison, CLI and API • JDBC pools* • JDBC functional aliases* • Keystores* • Truststores* • JNDI aliases* • JMS aliases* • SMTP settings* • Extended server settings* 9.6
  • 31. ©2013 Software AG. All rights reserved. For internal use only31 | IS Configuration UIs
  • 32. ©2013 Software AG. All rights reserved. For internal use only32 | IS Configuration UIs
  • 33. ©2013 Software AG. All rights reserved. For internal use only33 | Basic Configuration CLI Commands $ cc list configuration types nodeAlias=devis1 runtimeComponentId=integrationServer-default ID Display Name Category COMMON-SYSPROPS System Properties Properties COMMON-PORTS Port Settings Ports COMMON-JNDI JNDI Settings JNDI .. $ cc list configuration instances nodesAlias=devis1 runtimeComponentId= integrationServer-default ID Config Type Id Display Name COMMON-SYSPROPS COMMON-SYSPROPS Extended Settings COMMON-PORTS-p7777 COMMON-PORTS HTTPListener@7777 ..
  • 34. ©2013 Software AG. All rights reserved. For internal use only34 | Example – editing IS Extended Settings $ cc list configuration instances nodeAlias=devis1 runtimeComponentId=integrationServer-default configurationTypeId=COMMON- SYSPROPS ID Config Type Id Display Name COMMON-SYSPROPS COMMON-SYSPROPS Extended Properties $ cc get configuration data devis1 integrationServer-default COMMON-SYSPROPS - o ext-settings.properties $ vi ext-settings.properties ... watt.new.property=someValue $ cc put configuration data devis1 integrationServer-default COMMON-SYSPROPS - i ext-settings.properties CURRENT
  • 35. ©2013 Software AG. All rights reserved. For internal use only35 | Example – create and delete JNDI aliases $ cc list configuration instances nodeAlias=devis1 runtimeComponentId=integrationServer-default configurationTypeId=COMMON-JNDI ID Config Type Id Display Name COMMON-JNDI-DEFAULT_IS_JNDI_PROVIDER COMMON-JNDI DEFAULT_IS_JNDI_PROVIDER COMMON-JNDI-EventBusJndiProvider COMMON-JNDI EventBusJndiProvider $ cc get configuration data devis1 integrationServer-default COMMON-JNDI- DEFAULT-IS_JNDI_PROVIDER --output jndi.xml $ vi jndi.xml <JNDISettings><JNDI alias=“newJndiAlias”> .. </JNDISettings> $ cc create configuration data devis1 integrationServer-default COMMON-JNDI -- input jndi.xml $ cc delete configuration data devis1 integrationServer-default COMMON-JNDI- newJndiAlias
  • 36. ©2013 Software AG. All rights reserved. For internal use only36 |©2013 Software AG. All rights reserved. For internal use only Integration Server Instance Management
  • 37. ©2013 Software AG. All rights reserved. For internal use only37 | Integration Sever Instance Management • Integration Server 9.6 supports multiple instances • Default instance can be created by the installer • Additional instances can be created using IS CLI locally or CC CLI remotely • No CC Web UI yet • No CC Templates support yet • Integration Server license cannot be supplied during instance creation. The license file has to be added afterwards using Web UI or CLI
  • 38. ©2013 Software AG. All rights reserved. For internal use only38 | Instance Management CLI Create new IS instance $ cc create instances devis1 integrationServer instance.name=i1 primary.port=7777 … ID Status Started 5 RUNNING Tue Sep 17 15:02:26 BST 2013 Wait for completion $ cc get jobmanager landscapejobs devis1 5 --expected-values DONE --wait 30 ID Status Started Ended 5 DONE Tue Sep 17 15:02:26 BST 2013 Tue Sep 17 15:02:40 BST 2013 Update IS instance $ cc update instances devis1 integrationServer-i1 i1 packages.list=pkg1,pkg2 ID Status Started 6 RUNNING Tue Sep 17 15:02:26 BST 2013 Delete IS instance $ cc delete instances devis1 integrationSever-i1 ID Status Started 7 RUNNING Tue Sep 17 15:02:26 BST 2013
  • 39. ©2013 Software AG. All rights reserved. For internal use only39 |©2013 Software AG. All rights reserved. For internal use only Log Access
  • 40. ©2013 Software AG. All rights reserved. For internal use only40 | Log Access • Allows online access to product log files • Tail or head log file viewing, limited number of lines • Simple and regexp search • Full log download in plain text and zip formats • Download of multiple logs for a given component or entire managed node • Supported for Integration Server, SPM, CCE, CTP • Web UI and CLI
  • 41. ©2013 Software AG. All rights reserved. For internal use only41 | Log Sources Web UI
  • 42. ©2013 Software AG. All rights reserved. For internal use only42 | Log Viewer Web UI
  • 43. ©2013 Software AG. All rights reserved. For internal use only43 | Log Access CLI Getting list of log file alises $ cc list diagnostics logs devis1 integrationServer-default Alias Size Last Updated server.log 12345 Tue Sep 17 15:02:26 BST 2013 Getting log tail and head $ cc get diagnostics logs devis1 integrationServer-default server.log tail $ cc get diagnostics logs devis1 integrationServer-default server.log head lines=100 Search logs $ cc get diagnostics logs devis1 integrationServer-default server.log full search=ISS.0014.0002C $ cc get diagnostics logs devis1 integrationServer-default server.log tail regexp=“^20.*” Download logs: one, some, all $ cc get diagnostics logs devis1 integrationSever-default server.log full –o server.log $ cc get diagnostics logs devis1 integrationSever-default server.log+stats.log export –o logs.zip $ cc get diagnostics logs devis1 integrationSever-default export –o is-logs.zip $ cc get diagnostics logs devis1 export –o node-logs.zip
  • 44. ©2013 Software AG. All rights reserved. For internal use only44 |©2013 Software AG. All rights reserved. For internal use only HTTPS and other Security Enhancements
  • 45. ©2013 Software AG. All rights reserved. For internal use only45 | HTTPS Support • Out of the box enablement of HTTPS communication between • Client browser and Command Central server • CLI tool and Command Central server • CCE and 9.6 SPM’s • SPM and managed Integration Server (needs HTTPS port on IS) • Pre-generated certificates provide better protection against wire- sniffing comparing to plain HTTP communication • For better protection custom certificates should be generated and configured for each managed host/SPM • HTTPS ports and client configuration is supported via CLI and Web UI • Custom certificates have to be distributed manually • CC CLI client configuration can be stored in ~/.sag/cc.properties file protected by the OS using restricted file permissions • cc.properties file can also store CC CLI password
  • 46. ©2013 Software AG. All rights reserved. For internal use only46 |
  • 47. ©2013 Software AG. All rights reserved. For internal use only47 |
  • 48. ©2013 Software AG. All rights reserved. For internal use only48 | Use of Out-Of-The-Box HTTPS Demo Watch video recording on the TechCommunity web site under Communities > webMethods > Products > Command Central > Demos Command Central Demo: Command Central out of the box HTTPS support
  • 49. ©2013 Software AG. All rights reserved. For internal use only49 | Generating certificates • Follow the process described in the article on TechCommunity web site under Communities >>> Command Central Articles How do I generate keystores and certificates for command central • Import certificates into client trust stores • cceroot.cer and cce*.cer into cli-truststore.jks • cceroot.cer and spm*.cer into cce-truststore.jks • Copy *.jks files to server, client and target spm nodes
  • 50. ©2013 Software AG. All rights reserved. For internal use only50 | Updating client configuration to use certificates • Update HTTPS port on CCE • Update client Browser • Update CCE CLI SSL configuration • Update HTTPS port on SPM’s • Update CCE client SSL configuration
  • 51. ©2013 Software AG. All rights reserved. For internal use only51 | Other usage notes • It is recommended to perform HTTPS/SSL channel re-configuration while you’re connecting to SPM over HTTP! • Switch CCE ‘local’ SPM connection to HTTP port if HTTPS is currently used • Connect to all remote SPM nodes using HTTP • Configure HTTPS port for CCE – verify in Browser • Configure HTTPS port for a remote SPM – verify in Browser • Configure CCE SSL settings and try to connect to remote SPM using SSL • If OK, repeat for others SPM nodes • Use can use custom certificates for HTTPS communication with 9.0 and 9.5 nodes as well! • 9.0 SPM’s have to be restarted from OS level (shell scripts or Windows Svc) • 9.5 SPM’s have to be restarted from Web UI or CLI • 9.6 SPM’s restart HTTPS listener automatically!
  • 52. ©2013 Software AG. All rights reserved. For internal use only52 | HTTPS Setup using Custom Certificates Demo Watch video recording on the TechCommunity web site under Communities > webMethods > Products > Command Central > Demos Command Central Demo: Command Central support for HTTPS configuration using custom certificates
  • 53. ©2013 Software AG. All rights reserved. For internal use only53 | Security Enhancements • Out of the box configuration for private user, group and roles internal user store for CCE and SPM profiles • Easy to change default passwords • No impact on other products using shared internal stores, e.g. CentraSite • Additional default users and groups • Support for per-SPM connection credentials • No longer all SPM’s must have the same set of credentials • Can be configured from CLI and Web UI
  • 54. ©2013 Software AG. All rights reserved. For internal use only54 |
  • 55. ©2013 Software AG. All rights reserved. For internal use only55 |
  • 56. ©2013 Software AG. All rights reserved. For internal use only56 |©2013 Software AG. All rights reserved. For internal use only License Reports Management Web UI
  • 57. ©2013 Software AG. All rights reserved. For internal use only57 | License Reports Web UI • License Reports UI can be accessed via Licenses View menu • Allows to create new license reports on demand • The generated report can be downloaded as PDF, XML or JSON • The reports are archived and the list can be filtered and sorted • Previously generated reports can be downloaded at any time • Older reports can be deleted
  • 58. ©2013 Software AG. All rights reserved. For internal use only58 | License Reports Web UI
  • 59. ©2013 Software AG. All rights reserved. For internal use only59 |©2013 Software AG. All rights reserved. For internal use only Cloud Factory (preview)
  • 60. ©2013 Software AG. All rights reserved. For internal use only60 | Cloud Factory CLI (feature preview) • Ability to manage virtual machine instances and images using Cloud Factory Services API • Support for VMware and EC2 • Account configuration using CLI and Web UI • CLI commands for launching new VMs, start/stop and destroying a VM instances • No Web UI yet for image and instance management
  • 61. ©2013 Software AG. All rights reserved. For internal use only61 | Cloud Factory Account Configuration
  • 62. ©2013 Software AG. All rights reserved. For internal use only62 | Cloud Factory Account Configuration
  • 63. ©2013 Software AG. All rights reserved. For internal use only63 | Cloud Factory CLI Set CFS endpoint URL (NOTE: no /cce at the end) $ export CC_SERVER=https://localhost:8091 List of available accounts $ cc list cfs accounts List of available images $ cc list cfs images <accountName> List of available instances $ cc list cfs instances <accountName> Launch new instances $ cc create cfs instances <accountName> <imageId> type=<type> Start or stop instance $ cc exec cfs instances <accountName> <instanceId> start $ cc exec cfs instances <accountName> <instanceId> stop Delete instance $ cc delete cfs instances <accountName> <instanceId>
  • 64. ©2013 Software AG. All rights reserved. For internal use only64 |©2013 Software AG. All rights reserved. For internal use only Online Help
  • 65. ©2013 Software AG. All rights reserved. For internal use only65 | Online Help • New combined online help for Web UI, CLI references an REST API • New mobile friendly responsive layout • Restful topic links and better search • Hosted by Command Central server • Accessible from the Help menu
  • 66. ©2013 Software AG. All rights reserved. For internal use only66 | Online Help
  • 67. ©2013 Software AG. All rights reserved. For internal use only67 |©2013 Software AG. All rights reserved. For internal use only Miscellaneous
  • 68. ©2013 Software AG. All rights reserved. For internal use only68 | Miscellaneous • Optimized SPM footprint • Default max memory set to 128 MB • Optimized resource settings (e.g. lower thread counts) • New optional plugin-in for NERV • Out of the box registration of ‘local’ node • Tested scalability with 1000 managed nodes • CLI is fully functional • Web UI is functional but a bit sluggish (expected)

Hinweis der Redaktion

  1. ----- Meeting Notes (3/17/14 15:27) -----Repository management in Command Central allows the definition of one or more repositories that act as a source for installation files while installing webMethods products or fixes. A Master repository provides a connection to the Software AG software and fix download locations, whereas Image repositories allow central storage of image files created using Installer or Update Manager.
  2. ----- Meeting Notes (3/17/14 15:27) -----Repository management in Command Central allows the definition of one or more repositories that act as a source for installation files while installing webMethods products or fixes. A Master repository provides a connection to the Software AG software and fix download locations, whereas Image repositories allow central storage of image files created using Installer or Update Manager.
  3. ----- Meeting Notes (3/21/14 12:27) -----With CC 9.6 HTTPS support comes out of the box and you can start using it right after installation for accessing CC Web UI as well as connecting remote managed installations. You can also start using CLI over HTTPS without any additional configuration but a small post-configuration setup is hightly recommended to make it even more conveinent and secure.Out of the box configuration relies on pre-generated demo certificates and corresponding configuration of all required components. This provides a minimal and in some cases sufficient protection against wire-shiffing because all traffic is now goes over encrypted channel. For those organization that require more secure setup it is possible to configure use of custom, host specific certificates which privide the higest level of protection.
  4. ----- Meeting Notes (3/17/14 15:27) -----Repository management in Command Central allows the definition of one or more repositories that act as a source for installation files while installing webMethods products or fixes. A Master repository provides a connection to the Software AG software and fix download locations, whereas Image repositories allow central storage of image files created using Installer or Update Manager.
  5. ----- Meeting Notes (3/21/14 12:27) -----In the second part of the demo we&apos;ll go over a more advanced setup using custom self-signed certificates.So let&apos;s get started
  6. ----- Meeting Notes (3/21/14 12:27) -----In the second part of the demo we&apos;ll go over a more advanced setup using custom self-signed certificates.So let&apos;s get started
  7. ----- Meeting Notes (3/21/14 12:27) -----In the second part of the demo we&apos;ll go over a more advanced setup using custom self-signed certificates.So let&apos;s get started
  8. ----- Meeting Notes (3/17/14 15:27) -----Repository management in Command Central allows the definition of one or more repositories that act as a source for installation files while installing webMethods products or fixes. A Master repository provides a connection to the Software AG software and fix download locations, whereas Image repositories allow central storage of image files created using Installer or Update Manager.