- CheckMates
- :
- Products
- :
- Quantum
- :
- Maestro Masters
- :
- Re: How to collect CPView.dat from SGMs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to collect CPView.dat from SGMs
Hello CheckMates.
I need to analyze the health history of security gateways connected to Maestro, such as CPU, memory and throughput. Can anyone tell me how to collect the CPView.dat file from the SGM's without having to remove appliances from the security group? Will the asg_info -i command collect the cpinfo file with a 30-day history from all SGM's?
Thank you.
Regards.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use asg_cp2blades to transfer files between SGMs.
See the admin guide for usage:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Gustavo,
You can use the following to collect the cpview history for all SGMs:
# g_all cpview -s export
The asg_info -i command will collect cpinfo on all SGMs. It runs the following:
# g_all cpinfo -o /var/log/cpinfo -i -z
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for thanks for reply mcatanzaro,
Will both commands collect files (CPViewDB.dat and cpinfo) from all SGM's separately and save each one in its respective SGM?
My question is how to transfer the files to my computer since I can't SSH to each of the SGM's separately? When I connect via SSH to the IP of the security group I don't define in which SGM the session will be established.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use asg_cp2blades to transfer files between SGMs.
See the admin guide for usage:
