Login to vCenter server using ssh root access
go to Shell prompt
use below command:
wget https://<Agent IP>:<port>/deployment_bundle --no-check-certificate
example:
root@abc [ ~ ]# wget https://<IP>:<port>/deployment_bundle --no-check-certificate
--2022-02-10 23:43:08-- _deployment_bundle
Connecting to <>:<port>.. connected.
WARNING: cannot verify 's certificate, issued by ‘CN=sT=India,C=IN’:
Self-signed certificate encountered.
WARNING: certificate common name ‘’ doesn't match requested host name ‘<>’.
HTTP request sent, awaiting response... 200 OK
Length: 73 (7.0M) [application/zip]
Saving to: ‘deployment_bundle’
scvm_webclient_depl 100%[===================>] 6.96M --.-KB/s in 0.1s
2022-02-10 23:43:08 (52.9 MB/s) - ‘deployment_bundle’ saved [/73]
root@abc [ ~ ]#
No comments:
Post a Comment