Jump to content

Oracle Grid Engine

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 130.251.172.10 (talk) at 20:22, 18 November 2016 (→‎Users). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Oracle Grid Engine
Developer(s)Oracle Corporation (formerly Sun Microsystems) in association with the community
Stable release
6.2u8 / October 1, 2012 (2012-10-01)
Operating systemCross-platform
TypeGrid computing
LicenseSISSL
Websitewww.oracle.com/us/products/tools/oracle-grid-engine-075549.html

Oracle Grid Engine,[1] previously known as Sun Grid Engine (SGE), CODINE (Computing in Distributed Networked Environments) or GRD (Global Resource Director),[2] was a grid computing computer cluster software system (otherwise known as batch-queuing system), acquired as part of a purchase of Terraspring,[3] then improved and supported by Sun Microsystems and later Oracle. There have been open source versions and multiple commercial versions of this technology, initially from Sun, later from Oracle and then from Univa Corporation.

This technology forked from the same codebase as HP's UDC, and IBM's eLiza in 2002.[4]

On October 22, 2013 Univa announced it acquired the intellectual property and trademarks for the Grid Engine technology and that Univa will take over support.[5]

The original Grid Engine open-source project website closed in 2010, but versions of the technology are still available under its original Sun Industry Standards Source License.[6] Those projects were forked from the original project code and are known as Son of Grid Engine[7] and Open Grid Scheduler.[8]

Grid Engine is typically used on a computer farm or high-performance computing (HPC) cluster and is responsible for accepting, scheduling, dispatching, and managing the remote and distributed execution of large numbers of standalone, parallel or interactive user jobs. It also manages and schedules the allocation of distributed resources such as processors, memory, disk space, and software licenses.

Grid Engine used to be the foundation of the Sun Grid utility computing system, made available over the Internet in the United States in 2006,[9] later becoming available in many other countries and having been an early version of a public Cloud Computing facility predating Amazon AWS, for instance.

Features

The below feature sets date from the last Sun releases in 2009 or earlier. More current feature information can be found on the web sites of the open source forks or for Univa Grid Engine.

A screenshot of the xml-qstat web interface

Features in 6.2:

  • Advance reservation
  • Array job interdependencies
  • Rule-based Resource Quota control[10]
  • Enhanced remote execution (without using external rshd/rlogind/sshd processes)
  • Multi-clustering[11]
  • Daemons managed by the Service Management Facility on Solaris
  • Pseudo TTY (pty) support for interactive jobs
  • Job Submission Verifier (client-side and server-side job verification)
  • GUI Installer and SGE Inspect
  • Topology-aware scheduling and thread binding
  • Hadoop integration, Amazon EC2 integration for cloud computing

Other features of SGE include:

  • Multiple advanced scheduling algorithms allow powerful policy-based resource allocation
  • Cluster queues
  • Job and scheduler fault tolerance - Grid Engine continues to operate as long as there is one or more hosts available
  • Job checkpointing
  • Job arrays and job tasks
  • DRMAA (Job API)
  • Resource reservation
  • XML status reporting (qstat and qhost), and the xml-qstat[12] web interface
  • Parallel jobs (MPI, PVM, OpenMP), and scalable parallel job startup with qrsh[13]
  • Usage accounting
  • Accounting and Reporting COnsole (ARCO)
  • parallel make: distmake, dmake (Sun Studio), and SGE's own qmake
  • FLEXlm integration[14][15] and multi-cluster software license management with LicenseJuggler[16]

Platforms

Grid Engine runs on multiple platforms, including:

Cluster architecture

A typical Grid Engine cluster consists of a master host and one or more execution hosts. Multiple shadow masters can also be configured as hot spares, which take over the role of the master when the original master host crashes.[17]

Support and training

Univa is providing commercial support and training for Univa Grid Engine and Oracle Grid Engine. Below is a description of some of the historic options.

Sun provided support contracts for the commercial version of Grid Engine on most UNIX platforms and Windows.[18] Professional services, consulting, training, and support were provided by Sun Partners.[19] Sun partners with Georgetown University to deliver Grid Engine administration classes.[20] The Bioteam runs short SGE training workshops that are 1 or 2 days long.[21]

Users obtained community support on the Grid Engine mailing lists.[22] Grid Engine Workshops were held in 2002, 2003, 2007, 2009, and 2012 in Regensburg, Germany.[23]

Users

Again, the below contains historic information. More recent deployment information, specifically regarding commercial users, is available from Univa.

Notable deployments of SGE include:

History

In 2000, Sun acquired Gridware, Inc. a privately owned commercial vendor of advanced computing resource management software with offices in San Jose, Calif., and Regensburg, Germany.[28] Later that year, Sun offered a free version of Gridware for Solaris and Linux, and renamed the product Sun Grid Engine.

In 2001, Sun made the source code available,[29] and adopted the open source development model. Ports for Mac OS X and *BSD were contributed by the non-Sun open source developers.[30]

In 2010, after the purchase of Sun by Oracle, the Grid Engine 6.2 update 6 source code was not included with the binaries, and changes were not put back to the project's source repository. In response to this, the Grid Engine community started the Open Grid Scheduler project to continue to develop and maintain a free implementation of Grid Engine.[31][32][33]

On January 18, 2011, it was announced that Univa had recruited several principal engineers from the former Sun Grid Engine team and that Univa would be developing their own forked version of Grid Engine. The newly announced Univa Grid Engine did include commercial support and would compete with the official version of Oracle Grid Engine.[34][35][36]

On Oct 22, 2013 Univa has announced that it had acquired the intellectual property and trademarks pertaining to the Grid Engine technology and that Univa will take over support for Oracle Grid Engine customers.[37]

Other Grid Engine based products

Add-on software

A number of SGE add-ons are available:

See also

References

  1. ^ "Oracle Grid Engine". Oracle Corporation. 2010-05-303. {{cite web}}: Check date values in: |date= (help)
  2. ^ "A Little History Lesson". Sun Microsystems. 2006-06-23.
  3. ^ http://www.bizjournals.com/sanfrancisco/stories/2002/11/11/daily85.html
  4. ^ http://www.crn.com/news/channel-programs/18838567/sun-acquires-terraspring-to-bolster-n1-strategy.htm
  5. ^ "Univa Completes Acquisition of Grid Engine Assets, Becoming the Sole Commercial Provider of Grid Engine Software". Univa Corporation. 2013-10-22.
  6. ^ "The Grid Engine Source License". Sun MicroSystems. 2010-06-04.
  7. ^ "Son of Grid Engine". University of Liverpool.
  8. ^ "Open Grid Scheduler". The Open Grid Scheduler Community.
  9. ^ "World's First Utility Grid Comes Alive on the Internet". Sun Microsystems. 2006-03-22.
  10. ^ Specification: Resource Quota
  11. ^ "Hedeby Project home". Sun Microsystems. Archived from the original on January 5, 2009. Retrieved 2008-01-25. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  12. ^ "xml-qstat". olesenm.github.com. Retrieved 2009-10-12.
  13. ^ "Long delay when submitting large jobs (mailing list message)". Sun Microsystems. Retrieved 2007-12-25.
  14. ^ "flex-grid". olesenm.github.com. Retrieved 2009-10-12.
  15. ^ "Olesen-FLEXlm-Integration". wiki.gridengine.info. Retrieved 2007-12-25.
  16. ^ "LicenseJuggler". wiki.gridengine.info. Retrieved 2007-12-26.
  17. ^ "How to Install the Shadow Master Host". Sun Grid Engine 6.2u3 blog. August 27, 2009. Retrieved October 6, 2011.
  18. ^ "Sun Store Grid Engine Entitlement Purchase". Sun Microsystems. Archived from the original on 2007-10-30. Retrieved 2008-03-03.
  19. ^ "Sun Grid Engine 6 Partners". Sun Microsystems. Retrieved 2007-12-14.
  20. ^ "Advanced Sun Grid Engine Configuration and Administration Class". Sun Microsystems. Retrieved 2007-12-14.
  21. ^ "Training". The Bioteam Inc. Retrieved 2008-03-24.
  22. ^ "Grid Engine Mail Lists". Sun Microsystems. Archived from the original on December 25, 2008. Retrieved October 6, 2011. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  23. ^ "Grid Engine Workshops". Sun Microsystems. Archived from the original on March 8, 2009. Retrieved October 6, 2011. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  24. ^ "Sun N1 Grid Engine Software and the Tokyo Institute of Technology Super Computer Grid". Sun Microsystems. Retrieved 2007-11-16.
  25. ^ "TACC > HPC Systems". The University of Texas at Austin. Retrieved 2007-12-13.
  26. ^ "More Ranger Facts and Figures". Sun Microsystems. Retrieved 2008-02-12.
  27. ^ "TOP500 List - June 2008". TOP500.Org. 2006-06-18.
  28. ^ "Gridware's resource management software increases efficiency and productivity in compute-intensive technical computing environments". Sun Microsystems. 2000-07-24.
  29. ^ "Sun Microsystems makes SUN GRID ENGINE software available to open source community". Sun Microsystems. 2001-07-23.
  30. ^ "Porting HPC Tools to FreeBSD". 2010-05-14.
  31. ^ Open Grid Scheduler
  32. ^ Eadline, Ph.D., Douglas (September 1, 2010). "The State of Oracle/Sun Grid Engine". Linux Magazine. Retrieved 2011-01-18.
  33. ^ Templeton, Daniel (2010-12-23). "Changes for a Bright Future at Oracle". Retrieved 2011-01-19.
  34. ^ "Univa Acquires Grid Engine Expertise" (Press release). Univa. 2011-01-18. Retrieved 2011-01-18.
  35. ^ Feldman, Michael (2011-01-18). "Univa Rescues Grid Engine From Oracle". HPCwire. Retrieved 2011-01-18.
  36. ^ Morgan, Timothy Prickett (2011-01-18). "Univa forks Oracle's Sun Grid Engine". The Register. Retrieved 2011-01-18.
  37. ^ "Univa Completes Acquisition of Grid Engine Assets, Becoming the Sole Commercial Provider of Grid Engine Software". Univa Corporation. 2013-10-22.
  38. ^ "Sun Compute Cluster Solution". Sun Microsystems.
  39. ^ "Installing and Configuring Sun Cluster HA for Sun Grid Engine". Sun Microsystems. 2008-02-15.
  40. ^ "GT 5.0.0 Release Notes".