Comments
litl_phil wrote: While it's nice that Google and Acer share the vision of cloud-based computing, it's also worth noting that we at litl already have a webbook on the market (available at litl.com) that runs our own cloud-based OS. Unlike Chrome, litlOS is focused on creating a new and better web experience for the home, so we don't have the usual browser interface, we have our own innovative UI. In conjunction with easel mode (litl's inverted-V position) and our growing cohort of litl channels (special apps t...
Cloud Computing
Conference & Expo
November 2-4, 2009 NYC
Register Today and SAVE !..


2008 West
DIAMOND SPONSOR:
Data Direct
SOA, WOA and Cloud Computing: The New Frontier for Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
GOLD SPONSORS:
Appsense
User Environment Management – The Third Layer of the Desktop
Cordys
Cloud Computing for Business Agility
EMC
CMIS: A Multi-Vendor Proposal for a Service-Based Content Management Interoperability Standard
Freedom OSS
Practical SOA” Max Yankelevich
Intel
Architecting an Enterprise Service Router (ESR) – A Cost-Effective Way to Scale SOA Across the Enterprise
Sensedia
Return on Assests: Bringing Visibility to your SOA Strategy
Symantec
Managing Hybrid Endpoint Environments
VMWare
Game-Changing Technology for Enterprise Clouds and Applications
Click For 2008 West
Event Webcasts

2008 West
PLATINUM SPONSORS:
Appcelerator
Get ‘Rich’ Quick: Rapid Prototyping for RIA with ZERO Server Code
Keynote Systems
Designing for and Managing Performance in the New Frontier of Rich Internet Applications
GOLD SPONSORS:
ICEsoft
How Can AJAX Improve Homeland Security?
Isomorphic
Beyond Widgets: What a RIA Platform Should Offer
Oracle
REAs: Rich Enterprise Applications
Click For 2008 Event Webcasts
Everyone wants to lower their capital expenditures and increase operational efficiency - it's a sign of the times. The economy of the past 12 - 18 months has forced all organizations to do more with less and become more efficient. While everyone can identify with the request to do more with less, th...
SYS-CON.TV
SOA Web Services XML: Why WSDM Matters
The role of WSDM in distributed IT management

Additionally, an adaptive architecture would be one that is modular so that layers of the infrastructure build on each other. As Figure 2 shows, we could achieve this through separation of business services, application, and infrastructure layers.

With this kind of architecture, we can apply WSDM in the interactions between the services and the management control points. Furthermore, we can use WSDM to virtualize up the stack from infrastructure to application to business services. The end result is a more modular, standardized approach to managing IT. With WSDM, an IT organization can begin to more easily drive change from the business down to IT.

The WSDM Technology Stack
WSDM MUWS outlines several interfaces that can be defined for a resource (see Table 1). We refer to these interfaces as Manageability Capabilities. There are capabilities for resource identity, as well as resource correlation to assert uniqueness among resources. Additional capabilities exist for describing relationships among resources and for receiving notifications when resources get created. These capabilities offer a consumer the ability to discover and relate deployed applications and services.

Given a set of discovered resources, a consumer would need to be able to manage and monitor it. MUWS defines capabilities for gathering performance metrics and statistics, as well as interfaces for configuring a resource. Operations are exposed for defining the state model for a resource and for querying its operational status.

To better understand how these capabilities are addressed, let's examine the specifications upon which WSDM depends. As Figure 3 shows, WSDM MUWS builds on two additional sets of specifications: WS-Resource Framework (WS-RF) and WS-Notifications (WS-N). WS-RF provides a set of mechanisms for accessing stateful resources exposed via Web services. WS-RF uses WS-Addressing to provide Web services endpoints for stateful resources. WS-RF also defines the WS-ResourceProperties specification, which defines a way to represent, advertise, and access the properties that a stateful resource exposes.

The WS-N family of specifications defines a notification model for Web services. As part of this model, WS-N includes the WS-BaseNotification specification. This specification defines the set of messages used to implement a publish-subscribe interaction model for Web services. Additionally, WS-N includes the WS-Topics specification, used to represent and characterize items of interest for notifications. Implementations of WSDM MUWS would leverage WS-BaseNotification, WS-Topics, and WS-ResourceProperties, along with a number of core Web services specifications (XML-S, SOAP, WSDL, etc.)

A Closer Look Inside WSDM MUWS
Let's now take a closer look at how WSDM can be used to manage an IT resource. We'll specifically look at resource properties, state and metrics, events and notifications, and resource discovery.

Resource Properties
It's a common requirement to retrieve properties for a manageable resource or to locate a specific resource that matches a given set of criteria. WS-ResourceProperties is the key specification that would be used to read and write properties for a stateful resource. For example, management of a disk drive might require exposing certain characteristics, such as the number of blocks and the block size for the device. This could be modeled in XML as follows:

<GenericDiskDriveProp xmlns:tns="http://disk.com/diskDrive" >
   <tns:NumberOfBlocks>22</tns:NumberOfBlocks>
   <tns:BlockSize>1024</tns:BlockSize>
</GenericDiskDriveProp>

A consumer that needs to retrieve this property could use the GetResourceProperty operation as follows:

<wsrp:GetResourceProperty xmlns:dd="http://disk.com/diskDrive" >
   dd:BlockSize
</wsrp:GetResourceProperty>

A consumer could also use the QueryResourceProperties operation to locate a disk drive that had more than 20 1K blocks:

<wsrp:QueryResourceProperties>
   <wsrp:QueryExpression>
boolean(/*/NumberOfBlocks > 20 and /*/BlockSize=1024)
   </wsrp:QueryExpression>
</wsrp:QueryResourceProperties>

State and Metrics
State and metrics are also important for controlling the operational state and determining the overall health of a resource. The WSDM State Capability offers a framework for defining a state model for a resource. A defined model makes it easy to represent transitions between states and to control a resource's behavior. Figure 4 shows a very simple state model that could be created for a given resource.

Additionally, StateCapability Topics can be used for sending events when a resource state changes. In this manner, a management system can automatically determine whether a resource is in a healthy, active state.

MUWS metrics can also be useful in monitoring the overall performance and health of a resource. These metrics, represented by a number of different data types, can be collected for a resource at defined time intervals. MUWS provides attributes such as ResetAt, LastUpdated, and Duration for managing the metric collection process. There is also a CurrentTime resource property, which can be used for time synchronization during data collection.

About Chris Peltz
Chris Peltz is a senior architect within HP's
Developer Resources Organization (http://devresource.hp.com), providing technical and architectural consulting to enterprise customers in the areas of J2EE, Web services, and
application management.

In order to post a comment you need to be registered and logged in.

Register | Sign-in

Reader Feedback: Page 1 of 1

Why WSDM Matters. The world of IT management has changed a great deal since the early days of SNMP and network management. IT organizations today are building and deploying a wide range of systems and applications that must be managed in a consistent and reliable way. Applications are being built from the ground up using service-oriented design principles, and an IT manager can no longer look to a single machine to determine the health and availability of the services being delivered. Resources are much more distributed and interconnected, and they are being deployed at an alarming rate. For IT, this poses additional challenges in having to keep track of changes and to build management solutions that can aid in linking business needs to IT.

SOA Web Services XML: Why WSDM Matters
The world of IT management has changed a great deal since the early days of SNMP and network management. IT organizations today are building and deploying a wide range of systems and applications that must be managed in a consistent and reliable way. Applications are being built from the ground up using service-oriented design principles, and an IT manager can no longer look to a single machine to determine the health and availability of the services being delivered. Resources are much more distributed and interconnected, and they are being deployed at an alarming rate. For IT, this poses additional challenges in having to keep track of changes and to build management solutions that can aid in linking business needs to IT.

SOA Web Services XML: Why WSDM Matters
The world of IT management has changed a great deal since the early days of SNMP and network management. IT organizations today are building and deploying a wide range of systems and applications that must be managed in a consistent and reliable way. Applications are being built from the ground up using service-oriented design principles, and an IT manager can no longer look to a single machine to determine the health and availability of the services being delivered. Resources are much more distributed and interconnected, and they are being deployed at an alarming rate. For IT, this poses additional challenges in having to keep track of changes and to build management solutions that can aid in linking business needs to IT.


Your Feedback
Web Services Journal News Desk wrote: Why WSDM Matters. The world of IT management has changed a great deal since the early days of SNMP and network management. IT organizations today are building and deploying a wide range of systems and applications that must be managed in a consistent and reliable way. Applications are being built from the ground up using service-oriented design principles, and an IT manager can no longer look to a single machine to determine the health and availability of the services being delivered. Resources are much more distributed and interconnected, and they are being deployed at an alarming rate. For IT, this poses additional challenges in having to keep track of changes and to build management solutions that can aid in linking business needs to IT.
XML Journal News Desk wrote: SOA Web Services XML: Why WSDM Matters The world of IT management has changed a great deal since the early days of SNMP and network management. IT organizations today are building and deploying a wide range of systems and applications that must be managed in a consistent and reliable way. Applications are being built from the ground up using service-oriented design principles, and an IT manager can no longer look to a single machine to determine the health and availability of the services being delivered. Resources are much more distributed and interconnected, and they are being deployed at an alarming rate. For IT, this poses additional challenges in having to keep track of changes and to build management solutions that can aid in linking business needs to IT.
SOA Web Services Journal wrote: SOA Web Services XML: Why WSDM Matters The world of IT management has changed a great deal since the early days of SNMP and network management. IT organizations today are building and deploying a wide range of systems and applications that must be managed in a consistent and reliable way. Applications are being built from the ground up using service-oriented design principles, and an IT manager can no longer look to a single machine to determine the health and availability of the services being delivered. Resources are much more distributed and interconnected, and they are being deployed at an alarming rate. For IT, this poses additional challenges in having to keep track of changes and to build management solutions that can aid in linking business needs to IT.
SOA World Latest Stories
If you are like me, you are regularly receiving unsolicited email from various quarters, telling you about the latest and greatest SEO solutions on the planet. Just buy the book, or guide, or download the promotional whitepaper and this expert will offer you the latest "Secrets" to sea...
There's a lot of talk about how we need to focus on our buyers' issues and provide them educational insights to help them learn what they need to know to make buying decisions. Heck, I say it in my book...in several places, I think. I've said it on this blog, and I'll continue to say i...
This past weekend I set out explore some of the extension capabilities of Google Wave. One of the weaknesses that have been identified by many is the lack of integration with email. For me, in particular, because Wave is new, many Waves are being orphaned as those playing and testing o...
More good news for cloud computing! Google last week released its once mysterious Chrome Operating System to open source. Chrome OS, available in 2010 – is a web-based operating system that promises to boot up super-fast on a netbook – way faster than the time it takes to start your ba...
In CloudBerry Lab we are striving to make our customer service better. In this competitive market with the abundance of free offerings this is the only way to stay afloat. One of the ways to keep customers happy is to be very responsive when it comes to support request resolution. Shou...
We talk a lot about social media on Marketing Trenches. And for good reason – Social media seems to be at least one item on the agenda for about 90% of the meetings we have these days. Everyone wants to run 100 miles an hour to do something on Facebook, LinkedIn and Twitter. I wrote...
Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


SYS-CON Featured Whitepapers
ADS BY GOOGLE