"Get Check Point Gateway
Data" fails
With error:
Failed to get remote file (/opt/CPshared-50-04/tmp/test.log)
r54
ls -l /opt/CPshared on FireWall Module is showing a link of 5.0 ->
/opt/CPshared-50-01
Cause
/opt/CPshared/5.0 is linked to the incorrect directory, it should be
linked to /opt/CPshared-50-04
Solution
Execute the following commands on the FireWall Module:
cd /opt/CPshared <enter>
rm -r 5.0 <enter>
ln -s /opt/CPshared-50-04 /opt/CPshared/5.0 <enter>
After the above commands have been executed, a ls -l /opt/CPshared should
show the following:
5.0 -> /opt/CPshared-50-04
r55
ls -l /opt/CPshared on FireWall Module is showing a link of 5.0 ->
/opt/CPshared-50-01
Cause
/opt/CPshared/5.0 is linked to the incorrect directory, it should be
linked to /opt/CPshared-R55p
Solution
Execute the following commands on the Firewall Module:
cd /opt/CPshared <enter>
rm -r 5.0 <enter>
ln -s /opt/CCPshared-R55p /opt/CPshared/5.0 <enter>
After the above commands have been executed, a ls -l /opt/CPshared should
show the following:
5.0 -> /opt/CPshared-R55p
<
back