OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: jeffs42885 on June 23, 2014, 03:45:01 PM

Title: Moving from /tmp to /arstmp
Post by: jeffs42885 on June 23, 2014, 03:45:01 PM
Greetings all,

Working on a new install of CMOD (RHEL/Oracle/1 LIB server config, loading to cache)

I wasn't part of the initial DEV installation but I noticed that /arstmp is defined in ars.cfg as /tmp. I know that this is a big big big big big NO NO.

I would like to make a new file system (/arstmp) and point ars.cfg to it. I assume this change should be pretty straight forward. Here are some other things about the system that

We currently load from /opt which yes, slap my hand is a nono. I plan to eventually make /ondemand or the like

But my main question right now, is there anything that I need to do to modify arstmp or should an app recycle take care of it. Also, in terms of sizing what should that be
Title: Re: Moving from /tmp to /arstmp
Post by: rick on June 24, 2014, 08:30:27 AM
Hey Jeff,
yes the cfg file needs to be modified and application needs to be recycled. It terms of sizing we usually have 3 - 4 time of the largest anticipated file size.
Title: Re: Moving from /tmp to /arstmp
Post by: jeffs42885 on June 24, 2014, 02:23:46 PM
Awesome. Thanks fred!