Difference between revisions of "cpuse deployment agent"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
m (Nighthawk moved page cpuse agent to cpuse deployment agent without leaving a redirect)
(how do perform and offline upgrades)
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
==checking current version==
 +
  # '''cpvinfo $DADIR/bin/DAService | grep -A 4 -E "Name = DeploymentAgent"'''
 +
Module Name = DeploymentAgent
 +
Build Number = 747
 +
Major Release = NGX
 +
Minor Release = cpuse_geyser_ga
 +
Release Number = 5.0.5
 +
 +
 
==downloading the latest cpuse deployment agent==
 
==downloading the latest cpuse deployment agent==
  
a download link to the latest cpuse is found in sk92449 on the user center
+
a download link to the latest cpuse is found in [https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk92449&partition=General&product=All%22 sk92449] on the user center
  
 
==check currently installed version==
 
==check currently installed version==
Line 11: Line 20:
 
# download the latest cpuse
 
# download the latest cpuse
 
# uninstall cpuse
 
# uninstall cpuse
  [Expert@chkpmds1:0]# rpm -e CPda-00-00
+
  [Expert@chkpmds1:0]# '''rpm -e CPda-00-00'''
 
  /opt/CPshrd-R77/bin/cpwd_admin del -name DASERVICE
 
  /opt/CPshrd-R77/bin/cpwd_admin del -name DASERVICE
 
  cpwd_admin:  
 
  cpwd_admin:  
Line 18: Line 27:
 
# install new cpuse
 
# install new cpuse
  
  Expert@chkpmds1:0]# rpm -ivh ./CPda-00-00.i386.rpm  
+
  Expert@chkpmds1:0]# '''rpm -ivh ./CPda-00-00.i386.rpm'''
 
  Preparing...                ########################################### [100%]
 
  Preparing...                ########################################### [100%]
 
  cpwd_admin:  
 
  cpwd_admin:  
Line 26: Line 35:
 
  <br>Waiting for DAService to stop...
 
  <br>Waiting for DAService to stop...
 
  Error: DAService is not running.
 
  Error: DAService is not running.
 +
 +
*** note: it is typical to see the above message many times
  
 
== restarting clishd==
 
== restarting clishd==
  
To Stop [Expert@HostName]# tellpm process:clishd
+
To Stop [Expert@HostName]# '''tellpm process:clishd'''
<br>To Start [Expert@HostName]# tellpm process:clishd t
+
<br>To Start [Expert@HostName]# '''tellpm process:clishd t'''
 +
 
 +
start agent
 +
 
 +
# clish -c "installer agent start"
  
work in progress...
+
upgrade should be completed.

Latest revision as of 23:01, 23 October 2023

Contents

checking current version

 # cpvinfo $DADIR/bin/DAService | grep -A 4 -E "Name = DeploymentAgent"
Module Name = DeploymentAgent
Build Number = 747
Major Release = NGX
Minor Release = cpuse_geyser_ga
Release Number = 5.0.5


downloading the latest cpuse deployment agent

a download link to the latest cpuse is found in sk92449 on the user center

check currently installed version

cpvinfo $DADIR/bin/DAService | grep Build

how do perform and offline upgrades

  1. download the latest cpuse
  2. uninstall cpuse
[Expert@chkpmds1:0]# rpm -e CPda-00-00
/opt/CPshrd-R77/bin/cpwd_admin del -name DASERVICE
cpwd_admin: 
successful Del operation
  1. install new cpuse
Expert@chkpmds1:0]# rpm -ivh ./CPda-00-00.i386.rpm 
Preparing...                ########################################### [100%]
cpwd_admin: 
Process DASERVICE isn't monitored by cpWatchDog. Stop request aborts 
 Trying to stop DAService for 60 seconds - please wait...
Error: DAService is not running.

Waiting for DAService to stop... Error: DAService is not running.
      • note: it is typical to see the above message many times

restarting clishd

To Stop [Expert@HostName]# tellpm process:clishd
To Start [Expert@HostName]# tellpm process:clishd t

start agent

# clish -c "installer agent start"

upgrade should be completed.