1 autonomic computing an introduction guenter kickinger

16
1 Autonomic Computing An Introduction Guenter Kickinger

Upload: emery-hicks

Post on 26-Dec-2015

213 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: 1 Autonomic Computing An Introduction Guenter Kickinger

1

Autonomic Computing

An Introduction

Guenter Kickinger

Page 2: 1 Autonomic Computing An Introduction Guenter Kickinger

2

Outline

Autonomic Computing in General – IBM’s perspective

Technologies & Tools Autonomic Computing and the Grid What can AC do for us?

Page 3: 1 Autonomic Computing An Introduction Guenter Kickinger

3

The Problem – Increasing Complexity of IT Systems

Complex systems require more and more skilled IT professionals to install, configure, operate, tune and maintain.

Difficulty of managing today’s computing systems goes well beyond the administration of individual software environments. New levels of complexity:– Integration of several heterogeneous environments into

corporate-wide computing systems– Extension beyond company boundaries into the Internet– Architects are less able to anticipate and design

interactions among components– Systems will become too massive and complex for even

most system integrators to install

Page 4: 1 Autonomic Computing An Introduction Guenter Kickinger

4

An Example

Progress in Telephony

Page 5: 1 Autonomic Computing An Introduction Guenter Kickinger

5

Autonomic Computing – The Solution (???)

Autonomic computing helps address these complexity issues by using technology to manage technology.

Term “autonomic” is derived from human biology – autonomic nervous system.– adjusts to many situations automatically without external help.– ANS monitors your heartbeat, checks your blood sugar level

and keeps your body temperature close to 37, without any conscious effort on your part.

The vision: computing systems that can manage themselves given high-level objectives from administrators.– Manage complexity– “Know” themselves– Continuously tune themselves– Adapt to unpredictable conditions– Prevent and recover from failures– Provide a secure environment

Page 6: 1 Autonomic Computing An Introduction Guenter Kickinger

6

Components of Self-Management

self-configuring– components adapt dynamically to changes in the

IT system, using policies provided by IT professionals.

– e.g. deployment of new components, removal of existing components

self-healing – environments can detect problematic operations

and then initiate corrective action– system identifies and isolates a failed component.

Comp. is taken offline, repaired or replaced. self-optimizing

– to make the best use of available resources even though these resources and requirements are constantly changing.

self-protecting– to allow authorized people to access the right data

at the right time– to detect hostile or intrusive behaviour– to take autonomous actions to make the system

less vulnerable.

Page 7: 1 Autonomic Computing An Introduction Guenter Kickinger

7

the autonomic element

Element

KnowledgeMonitor

Analyze Plan

Execute

Sensors Effectorsau

ton

om

ic m

an

ag

er

Sensors Effectors

Page 8: 1 Autonomic Computing An Introduction Guenter Kickinger

8

autonomic manager collaboration

customer order solution vendor

relationship solution

database management

server management

database resource

Page 9: 1 Autonomic Computing An Introduction Guenter Kickinger

9

Technologies & Tools (1)

IBM Emerging Technologies Toolkit (ETTK)– software development kit for designing, developing, and

executing emerging autonomic, web service, and grid-related technologies.

– evolved from the Web Services Toolkit (WSTK)– includes a fully-functioning SOAP engine and embedded

application server– provides

• basic software components to experiment with and create Web services and autonomic programs

• architectural overview of autonomic technologies, Web services, sample programs, utility services and tools for developing and deploying autonomic programs and Web services.

– Technologies: WSDL, SOAP, WS-ResourceFramework

Page 10: 1 Autonomic Computing An Introduction Guenter Kickinger

10

Technologies & Tools (2)

IBM Autonomic Computing Toolkit 2.0– The IBM autonomic computing toolkit is a

collection of • technologies,• tools,• examples,• scenarios, and• documentation

that is designed for users wanting to learn about, adapt, and develop autonomic behaviour in their products and systems.

Page 11: 1 Autonomic Computing An Introduction Guenter Kickinger

11

Technologies & Tools (3)

IBM Autonomic Computing Toolkit 2.0– Technologies

• Autonomic Management Engine• Generic Log Adapter (to translate product log

messages into a Common Base Event data format)• Log and Trace Analyzer• Integrated Solutions Console• Solution Install

– Tools• Integrated Solutions Console Toolkit• Resource Model Builder• Adapter Rule Editor

Page 12: 1 Autonomic Computing An Introduction Guenter Kickinger

12

AC and the Grid

Grid as an enabling technology– The Grid provides the open protocols

needed for AC, like OGSA, WS-RF Autonomic Grid Applications

– context-aware self-managing applications in widely distributed, heterogeneous Grid environments

– Extending the Grid middleware by autonomic capabilities

Page 13: 1 Autonomic Computing An Introduction Guenter Kickinger

13

What Can AC Do For Us?

Help to make the interactive data analysis stable, in a heterogeneous

Grid environment

Page 14: 1 Autonomic Computing An Introduction Guenter Kickinger

14

Making Interactive Data Analysis Robust – Improving PROOF

Applying autonomic computing concepts, but dynamically at runtime rather than for system administration purposes

self-configuration– dynamic slaves

• PROOF slaves leave (e.g. resources are not longer available)

• PROOF slaves join (e.g. new resources become free)

– if user aborts execution, all processes should be aborted too (Ctrl-C feature)

Page 15: 1 Autonomic Computing An Introduction Guenter Kickinger

15

Making Interactive Data Analysis Robust – Improving PROOF

self-healing– analyse why processes are dying

• e.g. error in selector script (DIV by 0)– find the best strategy to recover from the error

• restart the process on another CPU?• what about intermediate results?

self-optimization– Learn from previous analysis sessions how to improve

performance self-protection

– Analysis of possible threats has to be done– Security issues (authentication, encryption,…)– Protected environments for selector scripts

Page 16: 1 Autonomic Computing An Introduction Guenter Kickinger

16

Conclusion

autonomic computing is a concept of self-managing IT systems, analogous to the autonomic nervous system of the human (animal) body

the principles of the autonomic computing can be used to make the interactive data analysis framework more robust (i.e. PROOF)

To do so, the IBM focus of AC – the self-management of an IT system infrastructure to reduce IT costs – has to be shifted to the self-management of the distributed interactive data analysis process