go to post Sean O'Connor · Nov 3, 2019 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.
go to post Sean O'Connor · Aug 30, 2019 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
go to post Sean O'Connor · Aug 30, 2019 I'm guessing it is a permissions issue. I would start by opening the directory up chmod 777 /home/centosBetter yet, are you starting caché as the root user? That might help considerably
go to post Sean O'Connor · Dec 24, 2018 Yes, not sure why I was assuming windows.You can get the status of the ISCAgent by running systemctl status ISCAgent.service (on each instance - look for "Active (running)" ) - more about how to manage this on *nix from this link https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY...
go to post Sean O'Connor · Dec 24, 2018 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.
go to post Sean O'Connor · Mar 29, 2017 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