Lifecycle-based Data Center Design

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Lifecycle-based Data Center Design
# 1  
Old 09-23-2010
Lifecycle-based Data Center Design

HPL-2010-117 Lifecycle-based Data Center Design - Meza, Justin; Shih, Rocky; Shah, Amip; Ranganathan, Parthasarathy; Chang, Jichuan; Bash, Cullen
Keyword(s): Environmental Sustainability, packaging/architecture co-designs, disaggregation, dematerialization
Abstract: Environmental sustainability is an increasingly important design constraint for next-generation servers and datacenters. Unlike prior studies that focus on operational energy use, we study the environmental impact of current designs across the entire lifecycle, including embedded impact factors rela ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. What is on Your Mind?

OUTAGE: Data Center Problem Resolved.

There was a problem with our data center today, creating a site outage (server unreachable). That problem has been resolved. Basically, it seems to have been a socially engineered denial-of-service attack against UNIX.com; which I stopped as soon as I found out what the problem was. Total... (2 Replies)
Discussion started by: Neo
2 Replies

2. What is on Your Mind?

Resolved: Issue in Server Data Center

Dear All, There was a problem in the data center data, which caused the server to be unreachable for about an hour. Server logs show the server did not crash or go down. Hence, I assume there was a networking issue at the data center. Still waiting for final word on what happened. ... (4 Replies)
Discussion started by: Neo
4 Replies

3. What is on Your Mind?

Cut Over to New Data Center and Upgraded OS Done. :)

Three days ago we received an expected notice from our long time data center that they were going dark on Sept 12th. About one and a half hours ago, after three days of marathon work, I just cut over the unix.com to a new data center with a completely new OS and Ubuntu distribution. (22 Replies)
Discussion started by: Neo
22 Replies

4. Shell Programming and Scripting

Failure rate of a node / Data center

Hi, Please, i have a history of the state of each node in my data center. an history about the failure of my cluster (UN: node up, DN: node down). Here is some lines of the history: 08:51:36 UN 127.0.0.1 08:51:36 UN 127.0.0.2 08:51:36 UN 127.0.0.3 08:53:50 DN 127.0.0.1 ... (6 Replies)
Discussion started by: chercheur111
6 Replies

5. HP-UX

Need to set up a HP cluster system in a data center

What are the server requirements, Software requirements, Network requirements etc, Please help me.. as 'm new 'm unable to get things done @ my end alone. Please refrain from typing subjects completely in upper case letters to get more attention, ty. (5 Replies)
Discussion started by: Sounddappan
5 Replies
Login or Register to Ask a Question
Data::Phrasebook::Loader(3pm)				User Contributed Perl Documentation			     Data::Phrasebook::Loader(3pm)

NAME
Data::Phrasebook::Loader - Plugin Loader module SYNOPSIS
my $loader = Data::Phrasebook::Loader->new( class => 'Text' ); DESCRIPTION
"Data::Phrasebook::Loader" acts as an autoloader for phrasebook plugins. CONSTRUCTOR
new "new" takes one optional named argument: the class. It returns a new instance to the class. Any further arguments to "new" are given to the "new" method of the appropriate class. If no class is specified the default class of 'Text' is used. my $loader = Data::Phrasebook::Loader->new(); OR my $loader = Data::Phrasebook::Loader->new( class => 'Text' ); SEE ALSO
Data::Phrasebook. Known implementations Data::Phrasebook::Loader::Text, Data::Phrasebook::Loader::YAML, Data::Phrasebook::Loader::Ini, Data::Phrasebook::Loader::XML, Data::Phrasebook::Loader::DBI. SUPPORT
Please see the README file. AUTHOR
Original author: Iain Campbell Truskett (16.07.1979 - 29.12.2003) Maintainer: Barbie <barbie@cpan.org> since January 2004. for Miss Barbell Productions <http://www.missbarbell.co.uk>. COPYRIGHT AND LICENSE
Copyright (C) 2003 Iain Truskett. Copyright (C) 2004-2010 Barbie for Miss Barbell Productions. This module is free software; you can redistribute it and/or modify it under the Artistic Licence v2. perl v5.10.1 2010-08-31 Data::Phrasebook::Loader(3pm)