Author Topic: CMOD 9.5 - .tmp files  (Read 2202 times)

doliver1

  • Jr. Member
  • **
  • Posts: 16
    • View Profile
CMOD 9.5 - .tmp files
« on: August 03, 2015, 06:23:43 AM »
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.

Greg Ira

  • Full Member
  • ***
  • Posts: 240
    • View Profile
Re: CMOD 9.5 - .tmp files
« Reply #1 on: August 04, 2015, 10:11:31 AM »
That shouldn't cause any issues.  We've moved our temp locations around without any issues, other than forgetting to set the permission bits.

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1204
    • View Profile
Re: CMOD 9.5 - .tmp files
« Reply #2 on: August 04, 2015, 01: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           

#zOS #ODF

doliver1

  • Jr. Member
  • **
  • Posts: 16
    • View Profile
Re: CMOD 9.5 - .tmp files
« Reply #3 on: August 06, 2015, 07:06:53 AM »
Thanks!