For specific commands, I generally copy the current CPUSE and the JHFA I want to install to the box using SCP. I put them in /home/admin, then run these commands:
Code:
tar -zxvf DeploymentAgent_*
rpm -Uhv --force CPda-00-00.i386.rpm
killall -v clish clishd
tellpm process:confd
tellpm process:confd t
$DADIR/bin/dastart
clish
installer import local /home/admin/Check_Point_R77_30_JUMBO_HF_1_Bundle_T302_FULL.tgz
installer install Check_Point_R77_30_JUMBO_HF_1_Bundle_T302_FULL.tgz
Everything before 'clish' is for updating the deployment agent. You may need to wait a little while after issuing the 'dastart' before entering clish to be sure the installer service is up and running. The last two commands will need to be modified based on the specific fix you are installing.
And of course, once the system comes back up after rebooting, you should clean up the /home/admin directory.
Bookmarks