SlideShare a Scribd company logo
©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

More Related Content

PDF
Command central 9.7: Features Overview
PDF
Universal Messaging: Transforming How Businesses Communicate
PDF
IBM Datapower Gateways - Devops with UrbanCode Deploy
PDF
Adopting PCF At An Automobile Manufacturer
PDF
Achieving Hyper-Productivity through the Use of Microservices and PCF
PDF
Efficient DevOps: Standardizing Chaotic Culture at NBCUniversal
PDF
Managing and Monitoring Application Performance
PPTX
What's new in SBM 11.1
Command central 9.7: Features Overview
Universal Messaging: Transforming How Businesses Communicate
IBM Datapower Gateways - Devops with UrbanCode Deploy
Adopting PCF At An Automobile Manufacturer
Achieving Hyper-Productivity through the Use of Microservices and PCF
Efficient DevOps: Standardizing Chaotic Culture at NBCUniversal
Managing and Monitoring Application Performance
What's new in SBM 11.1

What's hot (20)

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

Similar to Command central 9.6 - Features Overview (20)

PDF
Command Central Overview
PDF
SCCM 2007 Introduction - PICC 2012
PPTX
Microsoft System center Configuration manager 2012 sp1
PDF
IBM Innovate 2014: DRD 1259: CLM Patch Service for Improved Patch Delivery to...
DOCX
Sccm Interview Questions and Answers
PPTX
Life Outside of TFS
PPTX
SCCM 2019 Demo.pptx
PDF
Dimensions CM 14.3 launch webcast (slides)
PPTX
Unified device management_the_royal_albert_hall_v4_public
PDF
SCCM Interview Questions & Answers
POTX
Hello DevOps World
ZIP
Software Configuration Management
PPTX
ATG - Commerce Service Center (CSC)
PPTX
Discover Great Reasons to move to ConfigMgr 2012 SP1
PDF
Project-Builder.org Presentation
PDF
Introducing the Citrix Diagnostics Toolkit
PDF
Coscup
PDF
Deploying software at Scale
PPTX
endpoint-central-it-admin.pptx
PPTX
System Center Configuration Manager 2012 Overview
Command Central Overview
SCCM 2007 Introduction - PICC 2012
Microsoft System center Configuration manager 2012 sp1
IBM Innovate 2014: DRD 1259: CLM Patch Service for Improved Patch Delivery to...
Sccm Interview Questions and Answers
Life Outside of TFS
SCCM 2019 Demo.pptx
Dimensions CM 14.3 launch webcast (slides)
Unified device management_the_royal_albert_hall_v4_public
SCCM Interview Questions & Answers
Hello DevOps World
Software Configuration Management
ATG - Commerce Service Center (CSC)
Discover Great Reasons to move to ConfigMgr 2012 SP1
Project-Builder.org Presentation
Introducing the Citrix Diagnostics Toolkit
Coscup
Deploying software at Scale
endpoint-central-it-admin.pptx
System Center Configuration Manager 2012 Overview
Ad

More from Software AG (20)

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

Recently uploaded (20)

PDF
Per capita expenditure prediction using model stacking based on satellite ima...
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Electronic commerce courselecture one. Pdf
PDF
cuic standard and advanced reporting.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Encapsulation theory and applications.pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Big Data Technologies - Introduction.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
The AUB Centre for AI in Media Proposal.docx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Understanding_Digital_Forensics_Presentation.pptx
Electronic commerce courselecture one. Pdf
cuic standard and advanced reporting.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
Building Integrated photovoltaic BIPV_UPV.pdf
Machine learning based COVID-19 study performance prediction
Review of recent advances in non-invasive hemoglobin estimation
Encapsulation theory and applications.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Chapter 3 Spatial Domain Image Processing.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Unlocking AI with Model Context Protocol (MCP)
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Digital-Transformation-Roadmap-for-Companies.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Big Data Technologies - Introduction.pptx

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)

Editor's Notes

  • #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.
  • #11: ----- 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.
  • #46: ----- 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.
  • #49: ----- 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.
  • #50: ----- 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
  • #51: ----- 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
  • #52: ----- 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
  • #53: ----- 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.