Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - rcarcamo

Pages: [1]
1
MP Server / 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!

2
MP Server / ARSLOAD Getting ARS4305E Error
« on: July 24, 2019, 04:55:26 PM »
Hi everyone,

I'm trying to load reports and annotations in CMOD 9.5.0.10 for MP (AIX); these objects were exported by arsdoc program and the get function in an CMOD 8.4.1.3 (WINDOWS)

When i execute the arsload, i'm getting these output:
Code: [Select]
# ./arsload -h cmondemand -u user -p password -vfn -g Fatca_07A -a Fatca_07A -X G loaddata.0.Fatca_07A.Fatca_07A.ind
ARS1609W Specifying passwords on the command line is in-secure due to the text being visible. See the Installation and Configuration Guide for your platform for information about the arsstash command or using Unified Login.
2019-07-24 17:25:41.323052: ARS4315I Processing file >loaddata.0.Fatca_07A.Fatca_07A.ind<
2019-07-24 17:25:41.323260: ARS4334I Load Version <9.5.0.10>  Operating System <AIX> <7.1>  OS Userid <ADMIN>  Install Location </opt/IBM/ondemand/V9.5/> Data(unlimited KB) Stack(4194304 KB) Core(unlimited 512-blocks) Cpu(unlimited seconds) File(unlimited 512-blocks) Nofiles(unlimited) Threads(unlimited) Processes(unlimited)
2019-07-24 17:25:41.323366: ARS4335I Server Version <9.5.0.10>  Operating System <AIX> <7.1>  Database <DB2> <10.05.0003>
2019-07-24 17:25:41.370509: ARS4339I Application Group >Fatca_07A<
2019-07-24 17:25:41.370721: ARS4340I Application >Fatca_07A<
2019-07-24 17:25:41.370824: ARS4341I Storage Set >Cache Only - Library Server<
2019-07-24 17:25:41.370934: ARS4342I Storage Node >Cache Only - Library Server<
2019-07-24 17:25:41.371081: ARS4305E Generic Indexer requires the data to have already been indexed.  Index the data or verify your input file and resubmit the job
2019-07-24 17:25:41.371199: ARS4318E Processing failed for file >loaddata.0.Fatca_07A.Fatca_07A.ind<
2019-07-24 17:25:41.381070: ARS4327E Processing has stopped.  The remaining files will NOT be processed.

The .out, .ann and .ind files are in the .../bin CMOD directory, where the arsload is located.

In the .ind file there is not a full path whitin GROUP_FILENAME: and GROUP_ANNOTATION_FILE: fields.

I read about this issue in this URL: http://www.odusergroup.org/forums/index.php?topic=2433.0 and in the CMOD wiki https://cmod.wiki/index.php?title=ARS4305E ... but like i said, itīs appear that not is a path issue.

Can you guys, help me please.

Thanks in advance, Best Regards!

Pages: [1]