- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- Re: Check status of gateway migration
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check status of gateway migration
Is there a way to check the status of a migration import command?
command:
yes | nohup ./migrate import -l -n /tmp/file.tgz
is there a way to check when this command is completed or its status?
This is on a 4200 gateway.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In any case, this is something we've improved with the newer migration tools.
There is actually a migration report that is updated every 30 seconds or so.
Some details here: https://community.checkpoint.com/t5/General-Management-Topics/migrate-server-instead-of-migrate-expo...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Keep in mind this can take several hours.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just to clarify this is just a gateway and is not a standalone.
But is there a way to check the status or progress?
Or to check that its still running ?
Is the "top" command the only way?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In any case, yes, you have to monitor the process by ps, top, or whatever.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My import file is 59G from the 'ps -ef' output it kicked off around 10:03EDT (this is being done on a Smart-1 25B running Gaia R77.30)
[Expert@gw-4092b9:0]# ps -ef
UID PID PPID C STIME TTY TIME CMD
admin 1 0 0 10:03 ? 00:00:00 init [3]
admin 2 1 0 10:03 ? 00:00:00 [migration/0]
My "top" output :
[Expert@gw-4092b9:0]# top
top - 16:28:36 up 6:24, 1 user, load average: 0.00, 0.00, 0.00
Tasks: 86 total, 1 running, 85 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 4069136k total, 3963524k used, 105612k free, 47696k buffers
Swap: 10514532k total, 104k used, 10514428k free, 3774424k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1 admin 15 0 2040 724 624 S 0 0.0 0:00.38 init
2 admin RT -5 0 0 0 S 0 0.0 0:00.00 migration/0
Could you be a little bit more specific about the 'whatever ' command I could use to monitor the migrate status?
Want to see when I would be able to restart the server and see if the import took.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
