Difference between revisions of "gaia CLI upgrades"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
(R75.40 to R77.10)
(R75.40 to R77.10)
 
Line 8: Line 8:
 
<br>http://supportcontent.checkpoint.com/solutions?id=sk92965.
 
<br>http://supportcontent.checkpoint.com/solutions?id=sk92965.
 
<br>Check_Point_Install_and_Upgrade_R77.Gaia.iso
 
<br>Check_Point_Install_and_Upgrade_R77.Gaia.iso
<br>2. Burn the ISO file on a DVD.
+
<br>2. Mount the iso image to the device to be upgraded. This can be done via physical drive, or virtually attaching the iso.
<br>3. Connect an external DVD drive to a USB socket on the appliance or open server.
+
 
<br>4. From clish, run: upgrade cd
+
<br>3. From clish, run: upgrade cd
  
 
==troubleshooting==
 
==troubleshooting==

Latest revision as of 20:02, 30 April 2017


R75.40 to R77.10


To upgrade using an ISO image on a DVD:
Note - This procedure is not supported on IP Appliances.
1. Download the Gaia ISO image from the Check Point Support Center
http://supportcontent.checkpoint.com/solutions?id=sk92965.
Check_Point_Install_and_Upgrade_R77.Gaia.iso
2. Mount the iso image to the device to be upgraded. This can be done via physical drive, or virtually attaching the iso.


3. From clish, run: upgrade cd

troubleshooting

error: mount failed

chkpmgr> upgrade cd
UPGRADE:  mount failed: Device or resource busy

in this scenario, i had manually mounted the /dev/cdrom to /mnt/cdrom. this is not needed and even causes the upgrade command to fail. I solve it by unmounting the cdrom.

# umount /dev/cdrom