CPUG

The Check Point User Group

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

1. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting 12/8, (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8, 7/6, 8/3.
2. Join Us On LinkedIn - We now have a CPUG group.


Go Back   CPUG: The Check Point User Group > Internal Security > Endpoint Security (Formerly Integrity)
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2007-10-23
Junior Member
 
Join Date: 2007-10-10
Posts: 11
Rep Power: 0
BugginOuT has an average reputation (10+)
Default Trial Expiration?!?

A number of our Integrity clients are coming up with a trial expiration notice, when they log in.

One way to resolve this is by unistalling the agent and re-installing it. Our support vendor gave me instructions on how to manually plug in the valid license key, but it's not working at all.

I am 100% sure that I've integrated a valid license key onto each client package, does anyone know why this is happening?
Reply With Quote
  #2 (permalink)  
Old 2007-10-30
Senior Member
 
Join Date: 2007-06-22
Posts: 108
Rep Power: 2
CSING has an average reputation (10+)
Default Re: Trial Expiration?!?

Yes,
What is happening is that when installed the registry key under zonelabs registration should contain the license. When Integrity boots the first time it reads this key and creates a hidden encrypted file. After the initial boot this file is read for license information. You should be able to use the Lickey argument to add the new license. To verify that the new license has been correctly installed advanced the endpoints clock 90 days reboot and see if the license is expired.
Reply With Quote
  #3 (permalink)  
Old 2007-11-19
Junior Member
 
Join Date: 2007-10-10
Posts: 11
Rep Power: 0
BugginOuT has an average reputation (10+)
Default Re: Trial Expiration?!?

I was instructed to shutdown the Integrity client before using the lickey command, and the only way I know is by going into Safe Mode, do you know of an alternative method?

Many thanks going out to my vendor that instructed me to copy and paste the license key from the website into my client packages, hence, the 50+ headaches that I need to deal with now.
Reply With Quote
  #4 (permalink)  
Old 2007-11-19
Senior Member
 
Join Date: 2007-06-22
Posts: 108
Rep Power: 2
CSING has an average reputation (10+)
Default Re: Trial Expiration?!?

Have you enabled the shutdown option in the client package? Then all you have to do is enable it in the policy and deploy. Once this is done you can right click on the Integrity icon and the shutdown option will appear. To restart just naviagte to checkpoint/integrity client/iclient.exe This is for Integrity 6.x
Reply With Quote
  #5 (permalink)  
Old 2007-11-20
Junior Member
 
Join Date: 2007-10-10
Posts: 11
Rep Power: 0
BugginOuT has an average reputation (10+)
Default Re: Trial Expiration?!?

Quote:
Originally Posted by CSING View Post
Have you enabled the shutdown option in the client package? Then all you have to do is enable it in the policy and deploy. Once this is done you can right click on the Integrity icon and the shutdown option will appear. To restart just naviagte to checkpoint/integrity client/iclient.exe This is for Integrity 6.x

We didn't want end-users to shutdown the Integrity client, so we disabled that function. There was no point in installing the software, if the client has the ability to shutdown.

If the Checkpoint Integrity client has indeed expired, will it still be able to accept a new policy from the server?
Reply With Quote
  #6 (permalink)  
Old 2007-11-26
Senior Member
 
Join Date: 2007-06-22
Posts: 108
Rep Power: 2
CSING has an average reputation (10+)
Default Re: Trial Expiration?!?

Quote:
Originally Posted by BugginOuT View Post
We didn't want end-users to shutdown the Integrity client, so we disabled that function. There was no point in installing the software, if the client has the ability to shutdown.

If the Checkpoint Integrity client has indeed expired, will it still be able to accept a new policy from the server?
NO. The client will be notified once on expiration and iclient will no longer load.

Here's a batch file to simplify:

REM - we want to delete existing license keys - /AH since zllictbl is a hidden file
IF EXIST %windir%\system32\zllictbl.dat DEL %windir%\system32\zllictbl.dat /AH
IF EXIST %windir%\system\zllictbl.dat DEL %windir%\system\zllictbl.dat /AH

REM TO CHECK FOR THE EXISTENCE OF INTEGRITY 6.x CLIENT:
IF EXIST c:\progra~1\checkp~1\integr~1\iclient.exe c:\progra~1\checkp~1\integr~1\iclient -lickey 123456789123456789123456789
IF EXIST d:\progra~1\checkp~1\integr~1\iclient.exe d:\progra~1\checkp~1\integr~1\iclient -lickey 123456789123456789123456789
Reply With Quote
  #7 (permalink)  
Old 2007-12-05
Junior Member
 
Join Date: 2007-10-10
Posts: 11
Rep Power: 0
BugginOuT has an average reputation (10+)
Default Re: Trial Expiration?!?

I've tried the batch file on 2 laptops so far. One Integrity client was able to come back online, while the other failed to start Integrity. Even though, the iclient.exe and vsmon.exe was displayed on the Task Manager, the Integrity icon on the system tray did not appear.

I have another 25+ laptops coming back to the home office in January, wish me luck.

I'll let you know how it goes.
Reply With Quote
  #8 (permalink)  
Old 2007-12-06
Senior Member
 
Join Date: 2007-06-22
Posts: 108
Rep Power: 2
CSING has an average reputation (10+)
Default Re: Trial Expiration?!?

Thanks, for the update. Also remember that the licence key should not have the dashes. How did you get the other agent online?
Reply With Quote
  #9 (permalink)  
Old 2007-12-06
Junior Member
 
Join Date: 2007-10-10
Posts: 11
Rep Power: 0
BugginOuT has an average reputation (10+)
Default Re: Trial Expiration?!?

Quote:
Originally Posted by CSING View Post
Thanks, for the update. Also remember that the licence key should not have the dashes. How did you get the other agent online?
Yeah, I've edited the license key to lower case and no dashes.

I haven't got a chance to bring the failed agent back online yet. I'm hoping all the other 25 laptops that are coming back won't suffer the same issue. If not, it's pretty much a re-install.
Reply With Quote
  #10 (permalink)  
Old 2007-12-14
Junior Member
 
Join Date: 2007-10-10
Posts: 11
Rep Power: 0
BugginOuT has an average reputation (10+)
Default Re: Trial Expiration?!?

After testing with a few laptops installed with Checkpoint Integrity and experiencing the expiration issue, here are the steps that I've taken to ensure Integrity runs.

I ran the batch program provided by CSING, placed the iclient.exe in the startup folder, restarted the laptop and CheckPoint Integrity ran flawlessly. Thanks for the help!

Buggin
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 06:59.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0