2011년 9월 28일 수요일

Openstack기반 PentOS

Piston Cloud Introduce pentOS for Private Clouds

27 SEPTEMBER 2011 NO COMMENT

SAN FRANCISCO, CA–(Marketwire – Sep 27, 2011) – Piston Cloud Computing, Inc., the enterprise OpenStack™ company, officially entered the market today to introduce Piston Enterprise OS™ (pentOS™), an easy, secure and open cloud operating system for managing enterprise private cloud environments.

Building and Betting on OpenStack

Piston Cloud CEO and co-founder, Joshua McKenty, was technical lead and cloud architect of NASA’s Nebula Cloud Computing Platform, which formed the cornerstone of the OpenStack project, and currently holds an appointed seat on the OpenStack Project Policy Board. Christopher MacGown, co-founder and CTO, was technical lead at Slicehost, acquired by Rackspace® Hosting in 2008. The growing Piston Cloud team boasts experienced engineering talent from NASA and the broader OpenStack developer community.

OpenStack is the fastest-growing open source project in the world, with over 1,550 contributors and 110 participating companies including Rackspace, NASA, Citrix, Intel, Cisco, Arista Networks, Microsoft and Dell. OpenStack is proven and ready for enterprise prime time, and Piston Cloud is committed to driving the technology forward as a key member of the community — sharing knowledge, guidance, vision and code.

Introducing pentOS, Built for Easy, Secure and Open Enterprise Private Clouds

Piston Enterprise OS (pentOS) is the first enterprise OpenStack cloud operating system specifically focused on security and easy operation of private clouds. Piston’s patent-pending Null-Tier Architecture™ offers storage, compute and networking on every node for massive scalability.

Custom built to address regulatory requirements, pentOS represents the first enterprise implementation of CloudAudit, a cross-industry standard launched in early 2010 to automate the process of auditing cloud service providers, which has become the security standard for OpenStack.

pentOS is built to be easy, secure and open:

Easy
* pentOS can be installed in minutes, and provides automatic security updates via a simple subscription service.
* Groundbreaking Null-Tier Architecture allows customers to easily scale their private cloud — one server at a time.
* Piston Cloud offers 24×7 enterprise support, staffed by senior engineers.

Secure
* Piston CloudKey™ delivers 99.99 percent automated and hands-free installation of the pentOS software to servers and switches.
* pentOS operates on a custom-built Linux distribution to minimize security exposure and optimize performance.
* pentOS is the industry’s first enterprise implementation of CloudAudit.

Open
* pentOS is vendor agnostic and based on open standards, with a modular design that allows for integration with legacy and third party technologies.
* Customers can grow their private cloud using commodity hardware from Piston Cloud partners.
* pentOS is interoperable with any other OpenStack-based public cloud environment, including Rackspace, Dell, Amazon, Internap, Korea Telecom and others.

Availability and Pricing

On October 3, 2011, a preview version of Piston Enterprise OS (pentOS) will be introduced as a limited availability, free trial for early access customers and developers. pentOS will be generally available beginning November 29, 2011. For pricing and more information contact sales @ pistoncloud.com.

About Piston Cloud Computing, Inc.

Piston Cloud Computing, Inc. is the enterprise OpenStack™ company. Founded in early 2011 by technical team leads from NASA and Rackspace®, Piston Cloud is built around OpenStack, the fastest-growing, massively scalable cloud operating system. Piston Enterprise OS™ (pentOS™) is the first enterprise OpenStack cloud operating system specifically focused on security and easy operation of private clouds. Piston Cloud is based in San Francisco and funded by Hummer Winblad and True Ventures. Visit Piston Cloud online at http://www.pistoncloud.com.

2011년 9월 13일 화요일

Distributed System

벌써 대학원 4학기로 접어들었다.
3 과목을 듣고 있지만 그 중에서도 분산 처리 컴퓨팅이 나의 일에 많은 도움이 되고 있다.
그렇지 않아도 다음 학기에 논문을 작성을 해야하는데...

많은 도움이 되지 않을까? 기대하고 있다.

2011년 4월 4일 월요일

MacOSX에서 apache2+mysql5+php5

Linux,Windows처럼 Mac에서도 APM을 구동할수 있다 하지만 간단하게 설정 파일에서 수정을 해야하는 부분이 있다. 일단 설치 과정은 다음과 같다.

기본 사양 : macport가 설치되어야 함.
1.기본 설치
$sudo port install php5 apache2 mysql5-server <-- 한방에 APM설치

2. PHP 설정
$sudo cp /opt/local/etc/php5/php.ini-production /opt/local/etc/php5/php.ini
$cd /opt/local/apache2/modules
$/opt/local/apache2/bin/apxs -a -e -n "php5" libphp5.so

3. DB관련 설정
$sudo /opt/local/lib/mysql5/bin/mysqld_safe &
$sudo /opt/local/lib/mysql5/bin/mysql_install_db --user=mysql <- db table생성
$/opt/local/lib/mysql5/bin/mysqladmin -u root password 'new-password'
$/opt/local/lib/mysql5/bin/mysqladmin -u root -h Bo-soon-Parkui-MacBook-Pro.local password 'new-password'
$sudo port load mysql5-server <- 부팅시에 가동하기 위해서
$sudo

4. Apache 설정
$sudo /opt/local/apache2/bin/apxs -a -e -n "php5" libphp5.so <- httpd.conf에 php5 모듈 생성
$sudo vi /opt/local/apache2/conf/httpd.conf
-------------------------------------------------------
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php .php <-- 이 부분을 추가
--------------------------------------------------------
$sudo port load apache2

이상과 같이 하고 phpinfo()를 이용한 테스트를 해서 php관련 자료가 나오면 Mac에서도 APM을 사용할 수 있다.

2011년 2월 9일 수요일

Presentation Zen

요즘 보고 있는 책 중에서 Presentation Zen이라는 책이 있다.

제목에서처럼 프리젠테이션에 대한 내용을 담고 있는 책이지만, 실제로 인생을 살면서 도전에 대한 생각을 다시 하게 해주는 책이다.

실패가 곳 창의적이라고 할 수 없지만 실패를 두려워하는 것은 절대로 창의적이지 않다라는 말!
초심자의 마음으로 왜? 않되요? 하면 되죠!!!

그래 지금의 힘든 일을 넘어가면 새로운 것이 나오고 그것을 해결하는 것이 인생이 아닐까?

MacOSX에서 python3

요즘 새롭게(?) 구입한 Apple MacBook Pro에 이것저것 해보고 있다.
그 중에서도 Python3를 공부하고 있는데, C로 작성했던 파일처리, 문자처리 프로그램들이 얼마나 삽질이였는지 알게 해주는 것 같다.
설치 방법도 간단한데, http:///www.python.org에서 MacOSX용 dmg 파일을 다운받아서 설치하면 바로 된다. 물론 port를 이용해서 설치를 해도 되지만 python3는 아직 나와 있지 않다.

오늘은 module에 대한 공부를 하고 있다.

자세한 내용은 다음 포스트에서...