Upgrade
VMware Cloud Director extension for Data Solutions

You can upgrade
VMware Cloud Director extension for Data Solutions
using the
VMware Cloud Director
Solution Add-On Landing Zone or the command-line interface.
  • Verify that you have the credentials of a
    VMware Cloud Director
    System Administrator
    account.
  • If you maintain an internal container registry, verify that the
    Data Solutions operator
    package is cloned to its internal container registry.
You can upgrade to
VMware Cloud Director extension for Data Solutions
1.4 from versions 1.X.

VMware Cloud Director extension for Data Solutions
솔루션 추가 기능 인스턴스 업그레이드

VMware Cloud Director
솔루션 추가 기능 랜딩 영역을 사용하여
VMware Cloud Director extension for Data Solutions
를 업그레이드합니다.
명령줄 인터페이스에서 매개 변수
--encryption-key
를 사용하여
VMware Cloud Director extension for Data Solutions
를 설치한 경우
VMware Cloud Director
UI를 사용하여 업그레이드를 수행할 수 없습니다.
  1. VMware Cloud Director 서비스 제공자 관리 포털
    에 로그인합니다.
  2. 솔루션 추가 기능 랜딩 영역에서 최신 버전의
    VMware Cloud Director extension for Data Solutions
    .iso
    파일을 업로드합니다. VMware Cloud Director에 솔루션 추가 기능 로드를 참조하십시오.
  3. VMware Cloud Director extension for Data Solutions
    의 추가 기능 인스턴스를 업그레이드합니다. VMware Cloud Director에서 솔루션 추가 기능 인스턴스 업그레이드를 참조하십시오.
테넌트 관리자는 조직 내의 Kubernetes 클러스터에서 실행되는 각
Data Solutions operator
를 업그레이드해야 합니다. 다음
VMware Cloud Director extension for Data Solutions
업그레이드 동안
Data Solutions operator
를 업그레이드하지 않도록 하려면 테넌트 관리자가
Data Solutions operator
업그레이드 정책을
최신 버전으로 자동 업그레이드
로 설정해야 합니다.

Upgrade
VMware Cloud Director extension for Data Solutions
using the CLI

Upgrade
VMware Cloud Director extension for Data Solutions
using the command-line interface.
If you installed
VMware Cloud Director extension for Data Solutions
using the command-line interface, with parameter
--encryption-key
, you must provide the same encryption key, when you perform the upgrade and you must not specify the parameter
--iso
. The parameters
--encryption-key
and
--iso
are mutually exclusive.
To get the certificate file, run the following command:
$ run get certificates --host
HOST_NAME
-o
CERTIFICATE_FILENAME
--accept
. You must not download the
VMware Cloud Director
certificate file in the folder, where you mount the ISO package. If you do not trust the
VMware Cloud Director
certificate, use the following command to trust it:
$ run trust --host
HOST_NAME
--username
USER_NAME
--password
PASSWORD
--certificate-file
CERTIFICATE_FILENAME
--accept
.
  1. To upgrade
    VMware Cloud Director extension for Data Solutions
    , navigate to the folder, which contains the extracted ISO package and run the following command:
    • For Windows:
      windows.run.exe upgrade instance --name
      EXTENSION_NAME
      --host
      HOST_NAME
      --username
      USER_NAME
      --password
      PASSWORD
      --certificate-file
      CERTIFICATE_FILE_NAME
      --accept --iso
    • For Linux:
      ./linux.run upgrade instance --name
      EXTENSION_NAME
      --host
      HOST_NAME
      --username
      USER_NAME
      --password
      PASSWORD
      --certificate-file
      CERTIFICATE_FILE_NAME
      --accept --iso
    The following table describes the parameters values that you must enter. To see the full list of command parameters, run the following command:
    <run> upgrade instance -h
    .
    Upgrade command parameters
    Parameter
    Description
    EXTENSION_NAME
    The name of the
    VMware Cloud Director extension for Data Solutions
    .
    HOST_NAME
    The name of the
    VMware Cloud Director
    host.
    USER_NAME
    The user name of the
    VMware Cloud Director
    system administrator.
    PASSWORD
    The password of the
    VMware Cloud Director
    system administrator.
    CERTIFICATE_FILE_NAME
    The
    VMware Cloud Director
    API endpoint SSL certificate filename.
    Example:
    windows.run.exe get certificates --host
    atl1-vcd-static-000-00.eng.vmware.com
    -o
    C:\Users\Administrator\Downloads\vcd_cert.pem
    --accept windows.run.exe trust --host
    atl1-vcd-static-000-00.eng.vmware.com
    --username
    admin
    --password
    vmware
    --certificate-file
    C:\Users\Administrator\Downloads\vcd_cert.pem
    --accept windows.run.exe upgrade instance --name
    tds1
    --host
    atl1-vcd-static-000-00.eng.vmware.com
    --username
    admin
    --password
    vmware
    --certificate-file
    C:\Users\Administrator\Downloads\vcd_cert.pem
    --accept --iso
  • Update the
    VMware Cloud Director extension for Data Solutions
    repository and set to the latest version. You can preview the latest version, by selecting the
    Use Default Value
    check box in the
    Update Repository
    window.
    The default registry path for
    Data Solutions operator
    1.4 is
    projects.registry.vmware.com/vcdds/vcd-data-solutions-package-repo:1.4.0
    . See Managing container registries in the
    Using
    VMware Cloud Director extension for Data Solutions
    as a Service Provider
    guide.
  • The tenant administrator must upgrade each
    Data Solutions operator
    , which runs in the Kubernetes clusters within their organizations. To avoid upgrading the
    Data Solutions operator
    s during the next
    VMware Cloud Director extension for Data Solutions
    upgrade, the tenant administrator must set the
    Data Solutions operator
    upgrade policy to
    Auto upgrade to the latest version
    .