<< PREVIOUS NEXT >>

 

 

PROBE UPGRADE


PROBE UPGRADE - LINUX

 

Install VSP Probe on the Application Instance using the below process:

  1. Download the required .sh file to the Application Instances

  2. Using any browser, navigate to the Local Repository URL: http://<Local Repository URL>

  3. Navigate to the directory vsp

  4. To install all the available SKUs (VSP-Enterprise, VSP-Web, VSP-Memory and VSP-Host), right click on the file vsp_install_vm.sh and select the option Copy link address

    1. Download this file to the server using the command:

      1. wget <copiedLink>

         

         

      2. chmod +x vsp_install_vm.sh

         

         

    2. Execute the below commands:

      1. sudo bash

         

         

      2. The below command displays the help menu

        ./vsp_install_vm.sh -h

         

         

      3. Execute the below command to install the probe

        ./vsp_install_vm.sh -c <CMS_IP> -i <Host_IP> -k <VSP_Kafka_Node_IP> -l <LFR_IP> -n <Hostname> -L <LFR_Port> -s <SKU> -u

         

        1. (Optional) Parameter "-H" – Entries are not added in the /etc/host file to resolve the LFR and CMS DNS names. If this parameter is used, ensure that the parameters -C and -K are provided

        2. (Optional) Parameter “-C” <CMS DNS Name> – Custom DNS name for CMS

        3. (Optional) Parameter “-b” – VSP Release Name to be used from the backup directory – Use it in cases where incremental LFR Refresh is complete and when the script needed for execution is located in the backup directory. Refer Section Incremental LFR Refresh for more information

        4. (Optional) Parameter “-K” <Kafka DNS Name> – Custom DNS name for Kafka

        5. Parameter “-c” CMS_IP – IP Address of CMS

        6. (Optional) Parameter “-e” – To indicate Remote vRule configuration. Do not provide this option for Remote vRule option

        7. Parameter “-i” Host_IP – IP Address of Application Instance (Host) 

        8. (Optional) Parameter “-k”  VSP_Kafka_Node_IP – IP Address of Kafka

        9. Parameter “-l” LFR_IP – IP Address of LFR

        10. (Optional) Parameter “-L” LFR_Port –VSP LFR Port (Default port is 80)

        11. (Optional) Parameter “-n” Hostname – Hostname of the Application Instance. This is utilized during probe registration with CMS

        12. (Optional) Parameter “-p” Host Profile Tags – Appropriate Host Profile Tag

        13. (Optional) Parameter “-r” – To restart VSP services after installation. They are not restarted by default

        14. Parameter “-s” SKU – Provide the required SKU. Allowed values are web, host, mem

        15. (Optional) Parameter “-u” – To uninstall existing Probe services and install the latest available version

        16. (Optional) Parameter “-U” – To uninstall existing Probe servicess

        17. (Optional) Parameter “-P” – To enable pristine host mode for VSP-Host

  5. Alternatively, to install a specific SKU, follow the steps below: 

    1. Navigate to the directory vsp > <Operating System> > <Operating System Version>

       

      NOTE:

      Navigate to the directory rpm for the Operating Systems RHEL and CentOS

       

    2. Right click on the relevant .sh file and select the option Copy link address

    3. SKU: Select the appropriate file with web (VSP-Enterprise, VSP-Web), memory (VSP-Memory) and host (VSP-Host) in its name

    4. The file name format is: vsp-<SKU>-vm.sh

    5. Download this .sh file to the server using the command:

      1. wget <copiedLink>

         

         

      2. chmod +x vsp-<SKU>-vm.sh

         

         

    6. Execute the below commands:

      1. sudo bash

         

         

      2. The below command displays the help menu

        ./vsp-<SKU>-vm.sh -h

         

         

    7. Execute the below command to install the probe

      ./vsp-<SKU>-vm.sh -c <CMS_IP> -i <Host_IP> -k <VSP_Kafka_Node_IP> -n <Hostname> -0 <Hostname> -o <Host_OS> -V <Host_OS_Version> -r

       

      1. CMS_IP – IP Address of CMS

      2. Host_IP - IP Address of Application Instance 

      3. VSP_Kafka_Node_IP – IP Address of Kafka

      4. Hostname - Hostname of the Application Instance. This is utilized during probe registration with CMS

      5. Host_OS - Operating System of the Application Instance

      6. Host_OS_Version - Operating System Version of the Application Instance

      7. Parameter “-r” - To start VSP services after Installation

      8. Parameter “-e” - To indicate Remote vRule configuration. Do not provide this option for Remote vRule option

      9. (Optional) Parameter “-P” – To enable pristine host mode for VSP-Host

  6. At the end of the installation, the installed probe instance automatically registers with VSP CMS and a restart of the Linux machine is NOT required if the parameter -r is provided during installation

  7. If the parameter -r is not provided during installation, restart the services using the below command:

    1. service vsp start

       

       

       

  8. For container-based CMS instance, restart the VSP services in Ubuntu and RHEL Probe instances using the below command:

    1. Method 1: Stop and start VSP services

      1. service vsp stop

         

         

      2. service vsp start

         

         

         

    2. Method 2: Restart VSP services

      1. service vsp restart

         

         

  9. Verification

    1. In CMS, navigate to Monitor > Probes

      image 84

    2. Verify that the Probe server is listed and in Connected state

      image19

    3. If VSP Host is configured, follow the steps below:

      1. Navigate to Host Security > Host Monitoring in the left navigation pane. Ensure that the App Control Policy is associated with the existing Host Profile

        image33

      2. If not, modify the profile and select the required App Control Policy from the dropdown

        image34

 

NOTE:  

After the upgrade, ensure that the Application is un-provisioned and provisioned on CMS and the business application is restarted

 

 

<< PREVIOUS NEXT >>