Author Topic: CACHE Filesystem permissions OD9.5 MP (AIX, Linux)  (Read 1386 times)

rcarcamo

  • Newbie
  • *
  • Posts: 6
    • View Profile
CACHE Filesystem permissions OD9.5 MP (AIX, Linux)
« on: October 21, 2019, 10:57:11 AM »
Hi everyone,

Recently i had to add a new cache to the system, and i followed these instructions: https://www.ibm.com/support/knowledgecenter/en/SSEPCD_9.5.0/com.ibm.ondemand.installmp.doc/dodax109.htm

I did something like this:
1-Edit the ARS.CACHE file.
2-Insert one line in the bottom of file for each file system on the server that Content Manager OnDemand can use for cache storage, and save.
3-Cache file systems must be owned by the Content Manager OnDemand instance owner and the system group. Make sure that only the user file permissions are set, not the group or other file permissions.
4-Use the CHOWN command to set the ownership permissions. The following example shows how to change the user and group ownership of all file systems in the /arscache tree: chown -R odinstanceowneruser:odinstanceownergroup /newcache*
5. Use the CHMOD command to set the file permissions: chmod 700 /newcache;  chmod g-s /newcache

However after restart the services, OnDemand still storage the files to the first (and original) listed cache in the ars.cache file.

I tried to set tracing CACHE=15, but i got no luck with this.

There is another considerations to take care about? like umask or other else?

Thanks!
« Last Edit: October 21, 2019, 11:06:12 AM by rcarcamo »

rcarcamo

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: CACHE Filesystem permissions OD9.5 MP (AIX, Linux)
« Reply #1 on: October 21, 2019, 12:24:21 PM »
Hi,

After a few searches in the forum...

THIS is very important!:
"Content Manager OnDemand distributes and balances cache by archiving document data to the cache file system with the greatest number of free bytes."
Source: https://www.ibm.com/support/pages/how-add-more-storage-content-manager-ondemand-cache

...my mistake!  ;D ;D