Sean O'Connor · Nov 3, 2019 go to post

This looks more like the menu for compacting free space rather than compacting globals. Compacting free space is a bit less IO intensive and probably a more viable option given the amount of Disk Free indicated. After free space is compacted it can be returned to the file system by truncating the database.

Sean O'Connor · Aug 30, 2019 go to post

Going forward, i'd make a practice of keeping the directories that you want to operate cache in owned by the cache user (cacheusr) and the group. Also, doing a ccontrol start as root will typically provide permissions that these issues won't come up. Root is especially useful later when record locking comes into play

Sean O'Connor · Aug 30, 2019 go to post

I'm guessing it is a permissions issue. I would start by opening the directory up 

chmod 777 /home/centos

Better yet, are you starting caché as the root user? That might help considerably

Sean O'Connor · Dec 24, 2018 go to post

I think Robert Cemper hit the nail on the head. ISCAgent is a service in Windows, make sure it is running on both the primary and the asyncs/Failover members.

Sean O'Connor · Mar 29, 2017 go to post

I've had this a few times, and each time differs, but the one where this has happened a couple times is when configuring the Primary/Async relationship in the system Management portal, rather than a Unix prompt, it does not force you to configure you to set your password in your Edit SSL/TLS Menu of the Mirror Configuration. 

If you haven't done so, try that out. Sometimes, it's the little things