Probe without Proxy Server
  • 12 Apr 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Probe without Proxy Server

  • Dark
    Light
  • PDF

Article summary

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:

  1. 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
  2. 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
  3. Download the VSP wrapper script:
    1. Windows: CMS UI (under Administration > File Repository)
    2. 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
  4. Execute the below command to install both VSP Probe and CPM: [Click here for more information about the various parameters of Probe installation]
    1. Linux:
      Shell
      ./vsp_install_vm.sh -C <CMS_Internal_URL> -s host -H 0 -T $(pwd)/certificates.tar -m 1
      1. "-m 1" - To install both Probe and CPM
      2. -T - For CMS SaaS deployment. Provide the absolute path of the certificate tar file downloaded in the previous step
      3. "-H 0" - Entries are not added in /etc/host file 
    2. Windows:
      Shell
      vsp_install_vm.bat -C <CMS_Internal_URL> -s host -H 0 -T $(pwd)/certificates.zip -m 1
      1. "-m 1" - To install both Probe and CPM
      2. -T - For CMS SaaS deployment. Provide the absolute path of the certificate zip file downloaded in the previous step
      3. "-H 0" - Entries are not added in /etc/host file 



Was this article helpful?