Cache Storage on new drive

Previous topic - Next topic

GABRIELA

Hello,
I�ve migrated OnDemand from one Windows server to another.
The problem is that, as cache storage has the same structure on the new server, but on a different drive letter (D:\ instead of f:\), documents cannot be accessed� Can I fix path or change drive letter somewhere in Database or OnDemand configuration?
Thank you!

jsquizz

Sounds like it would require less headaches and less engineering to get your Windows SA's to change the drive mapping back to f:\
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING

Justin Derrick

Fixing this in UNIX is tricky but in Windows I think it's nearly impossible without spending a lot of time writing code.

I agree with Jeff -- switching your drive letter is probably faster / easier / better.

-JD.
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

nonix

Hi Gabriela,

I think you can try to explore windows command (almost forgotten) SUBST.

Associates a path with a drive letter.

SUBST [drive1: [drive2:]path]
SUBST drive1: /D

  drive1:        Specifies a virtual drive to which you want to assign a path.
  [drive2:]path  Specifies a physical drive and path you want to assign to
                 a virtual drive.
  /D             Deletes a substituted (virtual) drive.

Type SUBST with no parameters to display a list of current virtual drives.


I think it even works in user space, so no SA should be required, but don't take me granted 'm not Windoz guy :)

Cheers,
N.