Probe without Proxy Server
- 12 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Probe without Proxy Server
- Updated on 12 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
About this Article
This article provides information related to the Probe installation without a Proxy Server associated with SaaS CMS instance. This configuration is opted in cases where the Probe instances have internet connection to communicate with SaaS CMS.
CMS has two domain names:
- External URL is used for browser access
- Internal URL is used for access with probe. All the probe commands must use this domain name
Follow the steps below to install VSP Probe:
- Download the certificates from the below URLs:Text
Linux: https://<CMS_External_URL>/rms/download/tenantcerts?type=tar Windows: https://<CMS_External_URL>/rms/download/tenantcerts?type=zip
- Extract the tar | zip file. The below files are extracted:Text
saasPrivatekeyPassphrase saasKeystorePassphrase saasTruststorePassphrase saasClientCert.crt saasRootCA.pem saasPrivateKey.key saasClientCertificate.pfx saasPrivateKeyrsa.key saasKeystore.p12 saasKeystore.jks saasTruststore.jks
- Download the VSP wrapper script:
- Windows: CMS UI (under Administration > File Repository)
- Linux: using the below wget command:Shell
wget --certificate=./saasClientCert.crt --private-key=./saasPrivateKeyrsa.key --ca-certificate=./saasRootCA.pem https://<CMS_Internal_URL>/lfr/vsp/vsp_install_vm.sh
- Execute the below command to install both VSP Probe and CPM: [Click here for more information about the various parameters of Probe installation]
- Linux:Shell
./vsp_install_vm.sh -C <CMS_Internal_URL> -s host -H 0 -T $(pwd)/certificates.tar -m 1
- "-m 1" - To install both Probe and CPM
- -T - For CMS SaaS deployment. Provide the absolute path of the certificate tar file downloaded in the previous step
- "-H 0" - Entries are not added in /etc/host file
- Windows:Shell
vsp_install_vm.bat -C <CMS_Internal_URL> -s host -H 0 -T $(pwd)/certificates.zip -m 1
- "-m 1" - To install both Probe and CPM
- -T - For CMS SaaS deployment. Provide the absolute path of the certificate zip file downloaded in the previous step
- "-H 0" - Entries are not added in /etc/host file
- Linux:
Was this article helpful?