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 72 attendees signed up from 20 countries!
2. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting 10/6, 11/3, 12/8, (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8, 7/6, 8/3, 9/7.
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 > Miscellaneous
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2006-01-26
jyctan jyctan is offline
Junior Member
 
Join Date: 2005-10-31
Posts: 10
Rep Power: 0
jyctan has an average reputation (10+)
Default SPLAT - HFA_02 installation

Hi guys,

I had upgraded to NGX on SPLAT platform successfully and from SmartUpdate, I notice "Packages - Add" option GRAYED out. And I need to apply HFA02 patch. The patch resides on a Window machine, so how can I install manually? I am unfamiliar with SPLAT filesystem, so please be specific.

Thank you.
Reply With Quote
  #2 (permalink)  
Old 2006-01-26
kva.kva kva.kva is offline
Senior Member
 
Join Date: 2006-01-26
Location: Moscow, Russia
Posts: 706
Rep Power: 3
kva.kva has an average reputation (10+)
Default Re: SPLAT - HFA_02 installation

NGX HFA-02 doesn't install from SmartUpdate.
You can upload .tgz file to SPLAT server and copy it to temp directory (like /var/tmp). Then extract files - tar -zxf file.tgz Then you see 3 tgz files. You have to uncompress it (tar -zxf) one by one. Then use "ls -l" command and find files with x attribute. Run it, ./file_name. Sorry, but i don't remember file names exactly.
On Release Notes for HFA02 this process is described.
Reply With Quote
  #3 (permalink)  
Old 2006-01-26
jyctan jyctan is offline
Junior Member
 
Join Date: 2005-10-31
Posts: 10
Rep Power: 0
jyctan has an average reputation (10+)
Default Re: SPLAT - HFA_02 installation

How can I upload the file from Windows machine to SPLAT? via TFTP? Because I am unfamiliar with the SPLAT file systems, so pardon me if I sound like a dummy.

Thank you.
Reply With Quote
  #4 (permalink)  
Old 2006-01-26
kva.kva kva.kva is offline
Senior Member
 
Join Date: 2006-01-26
Location: Moscow, Russia
Posts: 706
Rep Power: 3
kva.kva has an average reputation (10+)
Default Re: SPLAT - HFA_02 installation

Yes, you can run tftp server on windows server and use tftp client on SPLAT. Or use scp. I like WinSCP plug-in for FAR.

Last edited by kva.kva; 2006-01-26 at 12:01.
Reply With Quote
  #5 (permalink)  
Old 2006-01-26
jyctan jyctan is offline
Junior Member
 
Join Date: 2005-10-31
Posts: 10
Rep Power: 0
jyctan has an average reputation (10+)
Default Re: SPLAT - HFA_02 installation

I am unfamiliar with this WinSCP. When I launch this WinSCP, there was a user id/ password field. I tried using admin and the password, but authenication failed. Is there a step by step guide for Windows users to SCP into SPLAT?
Reply With Quote
  #6 (permalink)  
Old 2006-01-26
kva.kva kva.kva is offline
Senior Member
 
Join Date: 2006-01-26
Location: Moscow, Russia
Posts: 706
Rep Power: 3
kva.kva has an average reputation (10+)
Default Re: SPLAT - HFA_02 installation

If you want to use "admin" account with scp, you have to change string for "admin" in /etc/passwd on SPLAT. Change shell from /bin/cpshell to /bin/bash.
Reply With Quote
  #7 (permalink)  
Old 2006-01-26
Sergej Sergej is offline
Senior Member
 
Join Date: 2005-11-21
Location: Europe, Lithuania
Posts: 291
Rep Power: 3
Sergej has an average reputation (10+)
Default Re: SPLAT - HFA_02 installation

Quote:
Originally Posted by jyctan
How can I upload the file from Windows machine to SPLAT? via TFTP? Because I am unfamiliar with the SPLAT file systems, so pardon me if I sound like a dummy.
Thank you.
You can tranfer files via FTP or CDROM
FTP:
Run FTP server on windows. Put HFA_02 to the ftproot. Check from other windows machine if you can download it.
Login to SPLAT. Go to expert mode
run ftp tool, connect to Windows FTP server
use commands ls, mget * to download files to default working directory (/var/admin)
exit from FTP tool
Check if you suscesfuly did it by "ls -la"

CD:
Burn HFA_02 to CD
Login to SPLAT. Go to expert mode
Use 'mount /dev/cdrom' to connect contens of CD to /mnt/cdrom
Use 'ls -la /mnt/cdrom' to view files on CD
Use 'cp /mnt/cdrom/HFA_02 ./' to copy files to present working directory.
Use 'umount /dev/cdrom' to eject CD
Check if you suscesfuly did it by "ls -la"

Follow Release noutes to extract and apply FHA_02.

Add './' before filenames to execute them. Use TAB to complete filenames.

Last edited by Sergej; 2006-01-26 at 23:21.
Reply With Quote
  #8 (permalink)  
Old 2006-01-29
jyctan jyctan is offline
Junior Member
 
Join Date: 2005-10-31
Posts: 10
Rep Power: 0
jyctan has an average reputation (10+)
Default Re: SPLAT - HFA_02 installation

When I tried to uncompress the secureplatform tar file, the screen reported "tar: unexpected EOF in archive". What's going on?
Reply With Quote
  #9 (permalink)  
Old 2006-01-29
Lackie Lackie is offline
Senior Member
 
Join Date: 2005-08-22
Location: Ottawa, Canada
Posts: 347
Rep Power: 4
Lackie has an average reputation (10+)
Default Re: SPLAT - HFA_02 installation

Check the md5 on the downloaded file to ensure that it's not corrupted in the transfer.
Reply With Quote
  #10 (permalink)  
Old 2006-01-29
jyctan jyctan is offline
Junior Member
 
Join Date: 2005-10-31
Posts: 10
Rep Power: 0
jyctan has an average reputation (10+)
Default Re: SPLAT - HFA_02 installation

The MD5 sum tally. What else could be the problem?
Reply With Quote
  #11 (permalink)  
Old 2006-01-29
Sergej Sergej is offline
Senior Member
 
Join Date: 2005-11-21
Location: Europe, Lithuania
Posts: 291
Rep Power: 3
Sergej has an average reputation (10+)
Default Re: SPLAT - HFA_02 installation

Quote:
Originally Posted by jyctan
When I tried to uncompress the secureplatform tar file, the screen reported "tar: unexpected EOF in archive". What's going on?
File is broken during transfer (either initially from checkpoint of during you operations to put it on SPLAT). Try to download it one more time.
If you usinf FTP to get it on splat make sure you using binary transfer mode. Use 'bin' command under ftp tool before 'mget'
Reply With Quote
  #12 (permalink)  
Old 2006-01-29
jyctan jyctan is offline
Junior Member
 
Join Date: 2005-10-31
Posts: 10
Rep Power: 0
jyctan has an average reputation (10+)
Default Re: SPLAT - HFA_02 installation

Guys, my mistake was when I tried to decompress the file, I use lowercase. This time round, I decompress, using exact naming and it WORKS! Thank you, everybody...
Reply With Quote
  #13 (permalink)  
Old 2006-01-29
Sergej Sergej is offline
Senior Member
 
Join Date: 2005-11-21
Location: Europe, Lithuania
Posts: 291
Rep Power: 3
Sergej has an average reputation (10+)
Default Re: SPLAT - HFA_02 installation

Checkpoint promoting SPLAT as a flagman product. They said you do not need Linux at all if you want to use SPLAT. Are you agree? :)
Reply With Quote
  #14 (permalink)  
Old 2006-01-30
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,637
Rep Power: 5
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: SPLAT - HFA_02 installation

I would say 80-90% true. It's not as true as Nokia, yet, but most of the time the readme's cover what you need.

I do have a customer that is very unix illiterate that has been running SPLAT for three years now. He's learned ssh, tar and to use "./" and has been fine.
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 23:45.


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