• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2014, Vol. 36 ›› Issue (03): 388-392.

• 论文 • 上一篇    下一篇

并行计算机中基于令牌的许可证管理

曹宏嘉1,卢宇彤1,2   

  1. (1.国防科学技术大学计算机学院,湖南 长沙 410073;2.国防科学技术大学高性能计算国家重点实验室,湖南 长沙 410073)
  • 收稿日期:2013-10-05 修回日期:2013-12-15 出版日期:2014-03-25 发布日期:2014-03-25
  • 基金资助:

    国家自然科学基金资助项目(61120106005);国家863计划资助项目(2012AA01A301)

Token-based license management in parallel  computer systems      

CAO Hongjia1,LU Yutong1,2   

  1. (1.College of Computer,National University of Defense Technology,Changsha 410073;
    2.State Key Laboratory of High Performance Computing,National University of Defense Technology,Changsha 410073,China)
  • Received:2013-10-05 Revised:2013-12-15 Online:2014-03-25 Published:2014-03-25

摘要:

提出一种适用于并行计算机系统的基于令牌的许可证管理模型。该模型将软件许可证的使用显式分开为申请与检出两步,许可证的释放分开为检入和回收两步,并由资源管理系统代理软件进行许可证资源的申请和回收。在此模型中,软件许可证的使用将由资源管理系统完全控制与调度,避免了现有模型中存在的资源管理系统外作业使用许可证、作业错误指定许可证信息、应用进程残留等情景下,出现用户作业因许可证不可用而造成的运行失败或资源浪费。设计了两种在现存遗留应用软件和许可证管理软件上实现基于令牌的许可证管理模型的方法,充分表明了此模型的现实意义。

关键词: 资源管理, 作业调度, 许可证管理, 令牌

Abstract:

A tokenbased license management model is proposed for parallel computer systems. In this model, license using is separated into two steps: license allocation and license checkout, namely. Accordingly license release is separated into checkin and return. License allocation and return may be performed by the resource management system for the application software. Under this model, the use of licenses is controlled by the resource management system totally, avoiding conditions such as license checkout out of resource management system, wrong number of licenses specified for jobs, and application process hang, which results in job failures and resource wasting. Two implementation mechanisms mapping this tokenbased model to currently popular application environment are designed for legacy applications and license managers, which show the feasibility and significance of the model.

Key words: resource management;job scheduling;license management;token