Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
In 6.X standby IP addressing was not mandatory for the interface configurations. Has this been changed in 7.X? My coworkers encountered problems configuring failover on a public network where we only had a slash 30 address space. Is there any way...
What command can I use to have CSA running on Windows poll the MC? I know that I can stop and start csagent and that will do it, but I don't want to stop the agent. I've also tried using csacontrol -c e -t c and csacontrol -c s -t c and that just s...
To address the root issue of preventing an executable with that name and path from being compromised is to use overlapping rules for protection. Simply create a file access rule that prevents other applications, or at the very least vulnerable appli...
You need to purge events using either Event Sets or Event Log Management tasks. That clears the events, but the database file size will not shrink automatically. You then need to use DBCC shrinkfile. You need to stop CSA MC services before you do ...
See if this procedure will do what you want:1. Make copies of all of the rule modules in use by the desktop and append or prepend ADMIN or something similar to the cloned modules and place all of these modules in test mode.2. Modify the original mo...
I failed to mention that it is a good idea to put the CSA MC server itself into test mode before you do this, but that is all there is to it. CSA MC talks to the SQL Server and SQL Server doesn't care where you put the data files as long as you use ...
You can stop the CRMDMGTD service, do a SP_Detach_DB in SQL Manager to detach the CSAMC database, move the database to a new drive and then run SP_Attach_DB in SQL Manager and restart CRMDMGTD. Any SQL Server DBA should be ale to help you out with t...