셀 관리 도구는 VMware Cloud Director 셀 또는 데이터베이스를 관리하는 데 사용할 수 있는 명령줄 유틸리티입니다. 대부분의 작업에는 수퍼유저 또는 시스템 관리자 자격 증명을 사용해야 합니다.

셀 관리 도구는 /opt/vmware/vcloud-director/bin/에 설치됩니다. 이 명령을 사용하여 단일 명령을 실행하거나 대화형 셸로 실행할 수 있습니다.

셀 관리 도구의 일부 기능은 VMware Cloud Director 배포 및 초기 구성 중에 더 유용하지만 다른 기능은 VMware Cloud Director의 후속 관리에 더 유용합니다. 이러한 이유로 "VMware Cloud Director 설치, 구성 및 업그레이드 가이드" 에서 셀 관리 도구 설명서 중 일부를 찾을 수 있습니다. VMware Cloud Director 셀 관리 도구 참조 사항을 참조하십시오.

사용 가능한 명령 나열

사용 가능한 셀 관리 도구 명령을 나열하려면 다음 명령줄을 사용하십시오.
./cell-management-tool -h

셸 모드 사용

여기에 표시된 것처럼 셀 관리 도구를 인수 없이 호출하여 대화형 셸로 실행할 수 있습니다.
[root@cell1 /opt/vmware/vcloud-director/bin]#./cell-management-tool
Cell Management Tool v8.14.0.4146350
Type "help" for available subcommands.
cmt>
셸 모드에서는 이 예제와 같이 cmt> 프롬프트에서 모든 셀 관리 도구 명령을 입력할 수 있습니다.
cmt>cell -h
usage: cell [options]
               -a,--application-states     display the state of each application
                                           on the cell [DEPRECATED - use the
                                           cell-application command instead]
               -h,--help                   print this message
               -i,--pid <arg>              the process id of the cell [REQUIRED
                                           if username is not specified]
               -m,--maintenance <arg>      gracefully enter maintenance mode on
                                           the cell
               -p,--password <arg>         administrator password [OPTIONAL]
               -q,--quiesce <arg>          quiesce activity on the cell
               -s,--shutdown               gracefully shutdown the cell
               -t,--status                 display activity on the cell
               -tt,--status-verbose        display a verbose description of
                                           activity on the cell
               -u,--username <arg>         administrator username [REQUIRED if
                                           pid is not specified]
Note: You will be prompted for administrator password if not entered in command
line.
cmt>
이 명령은 실행이 끝나면 cmt> 프롬프트로 돌아갑니다. 셸 모드를 종료하려면 cmt> 프롬프트에서 exit를 입력하십시오.

셀 관리 도구 사용 도움말

이 예제는 사용 가능한 셸 관리 도구 명령을 나열하는 비대화형 단일 명령을 실행합니다.
[root@cell1 /opt/vmware/vcloud-director/bin]# ./cell-management-tool -h

usage: cell-management-tool
-h,--help   print this message

Available commands:
cell - Manipulates the Cell and core components
certificates - Reconfigures the SSL certificates for the cell
.
.
.

For command specific help:
 cell-management-tool <commandName> -h

VMware Cloud Director 10.3부터는 VMware Cloud Director UI에 대한 액세스 실패 문제를 해결하려면 CMT 명령 대신 https://{api_host}/cloudapi/1.0.0/site/settings/cors API 끝점을 사용해야 합니다. 자세한 내용은 VMware Cloud Director 사용자 인터페이스에 대한 액세스 실패 문제 해결을 참조하십시오.