Difference between revisions of "cpuse deployment agent"
From cpwiki.net
(→check currently installed version) |
|||
Line 5: | Line 5: | ||
==check currently installed version== | ==check currently installed version== | ||
− | cpvinfo $DADIR/bin/DAService | grep | + | cpvinfo $DADIR/bin/DAService | grep Build |
==how do perform and offline upgrades== | ==how do perform and offline upgrades== |
Revision as of 01:45, 5 May 2017
Contents |
downloading the latest cpuse
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
- download the latest cpuse
- uninstall cpuse
[Expert@chkpmds1:0]# rpm -e CPda-00-00 /opt/CPshrd-R77/bin/cpwd_admin del -name DASERVICE cpwd_admin: successful Del operation
- 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.
restarting clishd
To Stop [Expert@HostName]# tellpm process:clishd
To Start [Expert@HostName]# tellpm process:clishd t
work in progress...