TLS 組態公用程式會在每次指令碼於 vCenter Server Appliance 上修改 vCenter ServerPlatform Services Controller 或 vSphere Update Manager 時執行備份。如果需要備份至特定目錄,您可以執行手動備份。

不支援備份 ESXi 組態。

對於 vCenter ServerPlatform Services Controller,Windows 和應用裝置的預設目錄有所不同。
作業系統 備份目錄
Windows c:\users\current_user\appdata\local\temp\yearmonthdayTtime
Linux /tmp/yearmonthdayTtime

程序

  1. 將目錄變更為 VcTlsReconfigurator
    作業系統 命令
    Windows
    cd %VMWARE_CIS_HOME%\TlsReconfigurator\VcTlsReconfigurator
    Linux
    cd /usr/lib/vmware-TlsReconfigurator/VcTlsReconfigurator
  2. 若要備份至特定目錄,請執行下列命令。
    作業系統 命令
    Windows
                    directory_path\VcTlsReconfigurator> reconfigureVc backup -d backup_directory_path
    Linux
                    directory_path/VcTlsReconfigurator> ./reconfigureVc backup -d backup_directory_path
  3. 確認您的備份已成功。
    成功備份會與以下範例類似。由於命令的執行方式,每次執行 reconfigureVc backup 命令時,顯示的服務順序可能不同。
    vCenter Transport Layer Security reconfigurator, version=6.7.0, build=8070195
    For more information refer to the following article: https://kb.vmware.com/kb/2147469
    Log file: "/var/log/vmware/vSphere-TlsReconfigurator/VcTlsReconfigurator.log".
    ================= Backing up vCenter Server TLS configuration ==================
    Using backup directory: /tmp/20180422T224804
    Backing up: vmware-sps
    Backing up: vmdird
    Backing up: vmware-rbd-watchdog
    Backing up: vmware-vpxd
    Backing up: vmware-updatemgr
    Backing up: vmcam
    Backing up: vsphere-client
    Backing up: vami-lighttp
    Backing up: rsyslog
    Backing up: vmware-rhttpproxy
    Backing up: vmware-stsd
    
  4. (選擇性) 如果您之後必須執行還原,您可以執行以下命令。
    reconfigureVc restore -d optional_custom_backup_directory_path