Monday, November 22, 2021

 CHECKPOINT - CPUSE install latest agent version    

Here is a procedure to manually upgrade CPUSE agent

First check agent build:


  • Connect to command line on Gaia machine.
  • Log in to Expert mode.
  • Run this command:[Expert@HostName:0]# cpvinfo $DADIR/bin/DAService | grep -E " Build|Minor "

Example output:

Build Number = 1523
Minor Release = knockout_ms1_ga


Then we need to download the latest DeploymentAgent_<build>.tgz  package to the machine (see sk92449)

  • Transfer the CPUSE Agent package (DeploymentAgent_<build>.tgz) to the machine (into some directory – e.g., /some_path_to_CPUSE/).
  • Unpack the CPUSE Agent package:

    [Expert@HostName:0]# cd /some_path_to_CPUSE/
    [Expert@HostName:0]# tar -zxvf DeploymentAgent_<build>.tgz

  • Install the CPUSE Agent RPM:

    [Expert@HostName:0]# rpm -Uhv –-force CPda-00-00.i386.rpm


After these operations check again the Build number with above command



No comments:

Post a Comment