CPUG

The Check Point User Group

A Resource For The Check Point Community.  Fast.  Useful.  Independent.

1. Come to CPUG CON 2008 EUROPE in Switzerland on September 8th - 9th!
    Two days full of technical content for Check Point administrators in the beautiful Swiss Alps!
    We already have sign-ups from twelve different countries!
2. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting 7/14, 8/25, 10/6, 11/3, 12/8, (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8.
3. Corrent S3500 SecureXL Turbocards For Sale - Last Six Remaining - Get Your Spares!
4. Join Us On LinkedIn - We now have a CPUG group.


Go Back   CPUG: The Check Point User Group > Check Point Firewall-1/VPN-1 And Related Products > Disaster Recovery
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2007-08-23
Gremlin Gremlin is offline
Junior Member
 
Join Date: 2006-12-20
Posts: 16
Rep Power: 0
Gremlin has an average reputation (10+)
Default Backup vs Upgrade_export

Hi all,

Anybody knows what the difference between the backup utility (SPLAT) and the upgrade_export? In fact, I always used the upgrade_export but till now I didn’t have the chance to test the restore procedures (the obvious advantage of distributed environment + HA for SmartCenter :) So my doubts are – does the upgrade_export utility back up the whole system (such as current policy, user DB, ip addresses, routing, hostname and so on)?

Given a standalone R61 system, will upgrade_export be enough? Or I will have to restore some configuration manually (i.e. backing it up manually too, in advance)?
Reply With Quote
  #2 (permalink)  
Old 2007-08-23
mcnallym mcnallym is offline
Senior Member
 
Join Date: 2007-06-04
Posts: 857
Rep Power: 2
mcnallym has an average reputation (10+)
Default Re: Backup vs Upgrade_export

The upgrade_export tool will just take the Check Point configuration, ie objects, rules, users etc.

The backup utility will make a backup of the SPLAT configuration and the Check Point configuration I believe.

Personally I tend to use the backup utility which I believe should backup the Check Point settings as well, but still take an upgrade_export as well to make sure that the Check Point settings are saved.
Reply With Quote
  #3 (permalink)  
Old 2007-08-23
dantro dantro is offline
Senior Member
 
Join Date: 2007-02-07
Location: Halle (Saale)
Posts: 200
Rep Power: 2
dantro has an average reputation (10+)
Default Re: Backup vs Upgrade_export

As mcnallym said. Doing the full backup requires a lot more time and diskspace. Since you can also export the cpconfig settings you could use upgrade_export and an cpconfig export for staying as safe as possible. The big plus is that an upgrade_export makes you platform independed. You can import it on a completely different machine. Let's you exported a SCS config unter SPLAT you can import it at a new SCS running on Windows.
Reply With Quote
  #4 (permalink)  
Old 2007-08-28
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,598
Rep Power: 4
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: Backup vs Upgrade_export

For most folks an upgrade_export plus copies of:

/etc/password
/etc/shadow
/etc/scpusers
/etc/syscong/netconfig.C <Check the name, but its close>

Will give you what you want and it is portable across hardware where (give or take interface names) where a backup/snapshot isn't.
Reply With Quote
  #5 (permalink)  
Old 2007-09-10
srahman srahman is offline
Junior Member
 
Join Date: 2006-05-16
Posts: 13
Rep Power: 0
srahman has an average reputation (10+)
Default Re: Backup vs Upgrade_export

Hello,

Can anyone please tell me how I can run upgrade_export on a NGX management station?

Will this carry the full policy from the management station?

Thank you.
Reply With Quote
  #6 (permalink)  
Old 2007-09-10
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,598
Rep Power: 4
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: Backup vs Upgrade_export

Adjust as needed for OS....


cd $FWDIR/bin/upgrade_tools
./upgrade_export /var/tmp/my_export

This gets you all of the "Check Point" config, Policies; objects; ICA; SIC; users; etc.
Reply With Quote
  #7 (permalink)  
Old 2007-09-11
srahman srahman is offline
Junior Member
 
Join Date: 2006-05-16
Posts: 13
Rep Power: 0
srahman has an average reputation (10+)
Default Re: Backup vs Upgrade_export

Many thanks.
Reply With Quote
  #8 (permalink)  
Old 2007-09-12
srahman srahman is offline
Junior Member
 
Join Date: 2006-05-16
Posts: 13
Rep Power: 0
srahman has an average reputation (10+)
Default Re: Backup vs Upgrade_export

Hi, Can anyone please give me a full detail list of all the items I need to backup manually from a Firewall Management rebuild (NGX), Solaris box. Currently I am having problems running the upgrade_export command.

The list so far is:

config, Policies; objects; ICA; SIC ....

ie do I take a backup of all the object.* ?

Thank you in advance.
Reply With Quote
  #9 (permalink)  
Old 2007-09-17
Yasushi Kono Yasushi Kono is offline
Senior Member
 
Join Date: 2006-10-03
Location: Offenbach/ Germany
Posts: 104
Rep Power: 2
Yasushi Kono has an average reputation (10+)
Default Re: Backup vs Upgrade_export

One additional aspect which should be taken into account:

upgrade_export is more flexible in respect of the operating system and CP version to be used in the future: You could use the output file of upgrade_export and do an upgrade_import to a totally different operating system or CP version (as far as you do an upgrade and not a downgrade!). This is something missing in the backup utility.

The command upgrade_export is only applicable to systems on which you have installed a SmartCenter server (i. e.: a standalone installation (FW + SmartCenter on one box) or distributed with SmartCenter only). Should you have a Firewall-only box, this command cannot be used!

You should tar the $FWDIR and $CPShared directory. And not to forget the user database (/etc/passwd) and static routes, and eventually other configuration files for TCP/IP settings (DNS, NTP, ...).

Kind regards,
Yasushi

(For those who are familiar with German language: Check out Galileo Computing : Buch : Check Point VPN-1 Power)
Reply With Quote
  #10 (permalink)  
Old 2007-09-17
light light is offline
Junior Member
 
Join Date: 2007-09-17
Location: New Delhi
Posts: 5
Rep Power: 0
light has an average reputation (10+)
Send a message via Yahoo to light
Default Re: Backup vs Upgrade_export

Hi all,

when we take backup using "upgread_export" does it take backup of the routes which are added to the management server?

if not does any other way to take back up of static route apart from coying the route file.
__________________
Prakash Jaiswal
Reply With Quote
  #11 (permalink)  
Old 2007-09-17
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,598
Rep Power: 4
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: Backup vs Upgrade_export

No it doesn't. That information is kept in /etc/sysconfig/netconfig.c
Reply With Quote
  #12 (permalink)  
Old 2007-09-18
Bob_Zimmerman Bob_Zimmerman is offline
Junior Member
 
Join Date: 2007-03-30
Location: DFW, TX
Posts: 25
Rep Power: 0
Bob_Zimmerman has an average reputation (10+)
Send a message via AIM to Bob_Zimmerman
Default Re: Backup vs Upgrade_export

Quote:
Originally Posted by srahman View Post
Hi, Can anyone please give me a full detail list of all the items I need to backup manually from a Firewall Management rebuild (NGX), Solaris box. Currently I am having problems running the upgrade_export command.

The list so far is:

config, Policies; objects; ICA; SIC ....

ie do I take a backup of all the object.* ?

Thank you in advance.
It depends on how much you are willing to potentially lose and rebuild. Your rules are stored in the rulebases_5_0.fws, your objects in the objects_5_0.C, and your users in the fwauth.NDB. On a Windows SmartCenter, fwauth.NDB is a pointer to somewhere else. 'fwauth.NDB18' or something like that with a number at the end.

I've been told by support that those three (or four) are enough to recover your policy and so forth, but you will need to create a new ICA and reestablish SIC with everything. They didn't tell me what needs to be backed up to keep the ICA.
__________________
Robert Zimmerman
Reply With Quote
  #13 (permalink)  
Old 2008-05-05
longhill longhill is offline
Member
 
Join Date: 2007-05-18
Posts: 34
Rep Power: 0
longhill has an average reputation (10+)
Default Re: Backup vs Upgrade_export

So to make a complete backup do:

1) upgrade_export
2) Copy of sysconfig / netconfig.c for the route

It's right?
Reply With Quote
  #14 (permalink)  
Old 2008-05-05
longhill longhill is offline
Member
 
Join Date: 2007-05-18
Posts: 34
Rep Power: 0
longhill has an average reputation (10+)
Default Re: Backup vs Upgrade_export

So to make a complete backup do:

1) upgrade_export

2)/etc/password
/etc/shadow
/etc/scpusers
/etc/syscong/netconfig.C
for all enforce module.

It's right?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 17:52.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0