OnDemand Users Group

Support Forums => CMOD for z/OS Server => Topic started by: doliver1 on August 03, 2015, 01:23:43 PM

Title: CMOD 9.5 - .tmp files
Post by: doliver1 on August 03, 2015, 01:23:43 PM
Hello, We are running CMOD 9.5 on z/OS 2.1 operating systems.

Question - If I create new zFS .tmp files with different names and mount points would that cause any issues? Of course I would change the path in the ars.cfg file,  BPXPRMx0, and TEMPPATH= in arsyspin.
The reason for the change is to remove the version and release that is currently in all of our .tmp files.

Thanks in advance.
Title: Re: CMOD 9.5 - .tmp files
Post by: Greg Ira on August 04, 2015, 05:11:31 PM
That shouldn't cause any issues.  We've moved our temp locations around without any issues, other than forgetting to set the permission bits.
Title: Re: CMOD 9.5 - .tmp files
Post by: Ed_Arnold on August 04, 2015, 08:48:13 PM
I have changed /tmp as well without incident.

I also use TFS for temp space whenever possible...for example in ARSYSPIN:

...
ARSY0103I < temppath=/ars/codwekcache     
...

Points to here in BPXPRMxx:

MOUNT FILESYSTEM('/CWC')      /* TFS for /tmp directory   */
      MOUNTPOINT('/ars/codwekcache')                       
      TYPE(TFS) MODE(RDWR)                                 
      PARM('-s 90')                                         

Ed           

Title: Re: CMOD 9.5 - .tmp files
Post by: doliver1 on August 06, 2015, 02:06:53 PM
Thanks!