Das Zellenverwaltungstool ist ein Befehlszeilendienstprogramm, mit dem Sie eine VMware Cloud Director-Zelle oder -Datenbank verwalten können. Für die meisten Vorgänge sind Superuser- oder Systemadministrator-Anmeldeinformationen erforderlich.
Das Zellenverwaltungstool ist unter /opt/vmware/vcloud-director/bin/ installiert. Sie können es zur Ausführung eines Einzelbefehls oder als eine interaktive Shell verwenden.
Auflisten der verfügbaren Befehle
./cell-management-tool -h
Verwenden des Shell-Modus
[root@cell1 /opt/vmware/vcloud-director/bin]#./cell-management-tool Cell Management Tool v8.14.0.4146350 Type "help" for available subcommands. cmt>Im Shell-Modus können Sie an der Eingabeaufforderung cmt> wie im folgenden Beispiel verdeutlicht jeden beliebigen Befehl des Zellenverwaltungstools eingeben.
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>Nach Ausführung des Befehls wird erneut die Eingabeaufforderung cmt> angezeigt. Um den Shell-Modus zu verlassen, geben Sie exit an der Eingabeaufforderung cmt> ein.
Hilfe zur Nutzung des Zellenverwaltungstools
[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
Ab VMware Cloud Director 10.3 müssen Sie zur Fehlerbehebung bei fehlgeschlagenen Zugriffen auf die VMware Cloud Director-Benutzeroberfläche den https://{api_host}/cloudapi/1.0.0/site/settings/cors
-API-Endpoint anstelle eines CMT-Befehls verwenden. Weitere Informationen finden Sie unter Fehlerbehebung bei fehlgeschlagenem Zugriff auf die VMware Cloud Director-Benutzeroberfläche.