SmartFrog and Data Centre Automation


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News SmartFrog and Data Centre Automation
# 1  
Old 04-22-2008
SmartFrog and Data Centre Automation

HPL-2008-35 SmartFrog and Data Centre Automation - Goldsack, Patrick; Murray, Paul; Farrell, Andrew; Toft, Peter
Keyword(s): Automation, Next Generation Data Centre, Declarative Modelling, Workflow, Orchestration
Abstract: If we are to facilitate service provision in next generation data centres then we need to tackle a number of challenges which lie at the heart of the automation problem for these data centres, including: scale, reliability, security, and service heterogeneity. In this position paper, we consider the ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. War Stories

Data Centre meets Vacuum Cleaner

Hi Folks, I have just spent a couple of days resolving some problems at the remote DR data centre, sorting out the problems caused by the over zealous use of a Vacuum cleaner of all things. We have a backup server a SUN V480R with a Storedge 3510 and expansion attached which suffered a... (6 Replies)
Discussion started by: gull04
6 Replies

2. UNIX for Advanced & Expert Users

Need help in automation

Hi, I wanted to automate the scp command where i do not want to enter the password each time. So thought of using expect command. Script is executing without any issues but files are not copied to remote server. Can any one help me? Below is my shell script.. #!/bin/ksh ... (6 Replies)
Discussion started by: balasubramani04
6 Replies

3. UNIX Desktop Questions & Answers

Media Centre for Fedora doable??

Greetings, I am wondering if someone can tell me name of an application, which gives me the ability of sharing and streaming video and music over my LAN? You may compare this to the media centre in Windows 7. I have my blueray player connected to my network and I want to share my avi files over... (3 Replies)
Discussion started by: almirzaee
3 Replies

4. Solaris

Sun Management Centre

Hi Guys, Does anyone ever use Sun MC before? If yes, can u share with me how to do the installation. Thanks (1 Reply)
Discussion started by: raziayub
1 Replies

5. News, Links, Events and Announcements

The HP-UX Porting and Archive Centre

If you're looking for an easy source of free software for HP-UX, look no further. A consortium of major universities and HP user groups have banded together and operate what is simply the finest free software site in existence. The world's best HP-UX software engineers have ported each package... (0 Replies)
Discussion started by: Perderabo
0 Replies
Login or Register to Ask a Question
Data::AMF::Packet(3pm)					User Contributed Perl Documentation				    Data::AMF::Packet(3pm)

NAME
Data::AMF::Packet - serialize / deserialize AMF message packet SYNOPSIS
use Data::AMF::Packet my $packet = Data::AMF::Packet->deserialize($data); my $data = $packet->serialize; DESCRIPTION
Data::AMF::Packet provides to serialize/deserialize AMF Packet. AMF Packet is an extended format of AMF, and is used for Flash's HTTP based Remote Procidure Call (known as Flash Remoting). SEE ALSO
Data::AMF, Catalyst::Controller::FlashRemoting METHODS
serialize Serialize Data::AMF::Packet object into AMF Packet data. deserialize($amf_packet) Deserialize AMF Packet, and return Data::AMF::Packet object. ACCESSORS
version return AMF Packet version. headers return AMF Packet header objects. (ArrayRef of Data::AMF::Header) messages return AMF Packet Message objects. (ArrayRef of Data::AMF::Message) AUTHOR
Daisuke Murase <typester@cpan.org> COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.12.4 2010-07-21 Data::AMF::Packet(3pm)