Questions tagged [checkpoint]

Check Point Software Technologies is a widely deployed brand of firewalls and other security and networking products.

Check Point Software Technologies is a widely deployed brand of firewalls and other security and networking products.

304 questions
0
votes
0 answers

Restarting a job for supercomputer while looping a command for millions of files?

I'm using a supercomputer which is using the famous #PBS. My walltime is 48 hours and this is not enough to process million files. My file names are like : AAAAAA.pdb DAAAAA.pdb EAAAAA.pdb FAAAAA.pdb ... All possibles letters are "A D E F G H I…
Grego
  • 59
  • 2
  • 9
0
votes
2 answers

Migrating process between arm and x86

Does somebody have the knowledge that whether it is possible to migrate a process from an arm based system to x86 based. Both are running linux but the problem is in ARM the process state is different than the x86 one.
Abdullah
  • 762
  • 5
  • 14
0
votes
2 answers

Spark Streaming - CheckPointing issue

i've done the twitter streaming using twitter's streaming user api and spark streaming. this runs successfully on my local machine. but when i run this program on cluster in local mode. it just run successfully for the very first time. later on it…
Sadaf
  • 247
  • 5
  • 16
0
votes
1 answer

Scripting VM checkpoint in SCVMM via Powershell

Thought this would be a no brainer, but I couldn't find this question in here. Having trouble getting a simple powershell script to work for creating a checkpoint. It appears to complete successfully but I'm not seeing a checkpoint in SCVMM so I'm…
Mike
  • 67
  • 10
0
votes
0 answers

In QTP, why are Browser, Page, Frame, and some function calls checkpointed when I have not included checkpoints for them?

I have noticed in the Run Results Viewer that my Browser, Page, and Frame objects, as well as some functions, have a "PASSED" status in the report, even though I have not specified that they have checkpoints. After looking in the Run Results Viewer…
0
votes
1 answer

How to change MySQL checkpoint interval

I've tried changing "progress status update interval" in MySQL Workbench but I'm not sure if the change happened. The interval that I've tried are 1, 4, 20, 200, and 400000. However, the running time of this query doesn't change much under those…
Khylnn Wu
  • 19
  • 5
0
votes
1 answer

Network troubles with installing SecurePlatform on Hyper-V VM

I try to install check point SecurePlatform on my Hyper-V virtual machine. I have two virtual swithes, External and Internal, and two Ethernet adapters in my VM settings. But I don't see any Ethernet adapters in Device scan list during…
user1527208
0
votes
1 answer

multithredin using dmtcp in python

I like to control the checkpointing process from inside the python code. DMTCP is a a framework for checkpointing in distributed systems. It allows checkpointing python [rograms. But I wish to checkpoint a python program using a python program. Is…
Pranav Raj
  • 781
  • 1
  • 8
  • 19
0
votes
1 answer

Creating Checkpoints in XNA

I'm making an XNA 4 game, and I want to create checkpoints for certain areas in my stage. I figured I could create a "ghost" object of the player object that would be created whenever the player reaches a checkpoint. And when you want to reload that…
Roman
  • 28
  • 3
0
votes
1 answer

Do commercial firewalls have API / Remote CLI?

I mean firewalls like Checkpoint, Fortigate, sonicWALL etc. Do they have have API or Remote CLI ? can i, for example, send them a remote call to filter in\out a certain port? I Just want to know if that's possible, if you have examples that's…
0
votes
1 answer

Azure connecting to a remote Checkpoint VPN device (4807)

We are creating an ASP.NET MVC 4 application and we would like to deploy in Windows Azure. However, our application must interact with a remote provider through a (site to site) VPN connection to their premises. Their firewall device (I'm not sure…
sports
  • 7,851
  • 14
  • 72
  • 129
0
votes
1 answer

Trouble with Mobile xPage when accessing via Checkpoint SSL VPN

I have a fully functional mobile xPage application built using the extension library mobile controls (8.5.3 upgrade pack 1). Works great when accessing the app (via iOS) from a wireless network inside the firewall. Moving outside, the same app is…
Shean McManus
  • 158
  • 1
  • 10
0
votes
3 answers

How to create create check point for "Flight Reservation" window in QTP 10.0

I am trying to insert an standard check point in my below script for last step / for Flight Reservation window.But when i trying to do so i am getting error message like that "cannot identify" window. My Script:: SystemUtil.Run("C:\Program Files…
Arnab
  • 271
  • 2
  • 7
  • 18
0
votes
1 answer

Oracle database row checkpoint

I am trying to crawl data from an oracle database table and want a solution for making checkpoint to the rows. Basicly, the crawler will crawl at most 500 rows, It then stop for the application to process the data. After 2 minutes the crawler…
MikeNQ
  • 653
  • 2
  • 15
  • 29
0
votes
3 answers

Storing execution state in JavaScript? Can you resume later?

Is there anyway to do this? I want to create a JavaScript application that can "resume" application from the last checkpoint e.g. //code.js var abc = 13; checkpoint("myLocalStorage"); alert(abc); the checkpoint function will store every info about…
lolski
  • 16,231
  • 7
  • 34
  • 49