Go to main content
Oracle MiniCluster S7-2 管理指南

退出打印视图

更新时间: 2016 年 10 月
 
 

部署应用程序 VM 组 (CLI)

可以使用此过程部署应用程序 VM 组。部署之后,即可配置和使用 VM。

  1. 部署应用程序 VM 组。

    Caution

    注意  -  务必使用大写 D 选项。如果使用小写 d 选项,将删除该 VM 组。


    使用以下语法:

    mcmu tenant -V -D VMgroupID

    其中 VMgroupID 是在创建组时由 mcmu 分配的应用程序 VM 组配置文件 ID。要确定 VMgroupID,请参见列出所有应用程序 VM 组配置文件的摘要 (CLI)

    例如:

    % mcmu tenant -V -D 2
    
    Setting ssh timeout before carrying out further operations. Please wait..
    [INFO    ] Log file path : /var/opt/oracle.minicluster/setup/logs/tenant_cli_082316_164849.log
    
    Creating APP VM Group...
    .
    <some output omitted>
    .
    INFO Finish adding zonegroup information to database.
    INFO:MCMU.controllers.zones.appzonemanager:Finish adding zonegroup information to database.
    updated message, old:  Start adding data to MCMU database.  with  Application zonegroup creation completed.
    Status: 0
    Message: Deployment of APP VM Group succeeded.
  2. 如果需要部署其他应用程序 VM 组,请重复Step 1