- CheckMates
- :
- Products
- :
- General Topics
- :
- Basic commands used in checkpoint for troubleshoot...
- 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
Basic commands used in checkpoint for troubleshooting and the features?
Basic commands used in checkpoint for troubleshooting and the features explain me in simple if possible in screenshots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
this highly depends on the problem you want to troubleshoot. What are you trying to achieve with these short questions all over the board?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Exactly, it depends entirely on what you are troubleshooting.
Your best starting point is searching this forum or User Center with the specific error message.
You can also search User Center for ATRG (Advanced Technical Resource Guides) which will cover specific technologies more generally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
He wrote in the other post "explain me in simple way to answer in interview" , it is a creative way to get the answers 😉
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just came across this thread and it is obviously an 'older' thread and there are now the ccc and My 3 favorite commands threads, and cpview, but it is still a good question.
My question from this:
Will Check Point ever plan to simplify the troubleshooting commands and Unify (Unification is the common theme right? 😉 ) into something like a simply debug command, where the argument that follows (for example) will focus the debug on the process or flow?
For example, if I want to debug policy install flow, which has now become a more complex process (I believe), a simple "debug policy-install" might be nice (with levels of debug as an option maybe).
fwm -d load <Policy> <Target GW> is not really valid anymore...
In the meantime, something that could be useful for cases where ccc is not allowed and cpview is not enough admins can try to save a txt file on the Gaia (expert mode) system in their home dir or a common dir and use it to store newly learned or regularly used commands, something like this:
cpstat fw
watch -d cpstat fw
echo "cpstat fw" > mycommands.txt
echo "cpstat os -f cpu" >> mycommands.txt
echo "cp_conf sic state" >> mycommands.txt
echo "cpwd_admin list" >> mycommands.txt
cat mycommands.txt
cpstat fw
cpstat os -f cpu
cp_conf sic state
cpwd_admin list
copy and paste as required.
Don
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In practical terms, there are a number of components that might need debugging for any given problem.
Not sure we can ever reduce it down to "debug X" type command, but certainly we can improve the experience.
