I'm looking for the best practices on mounting mutiple SAP TRAN DIR's on a single VM ,hosting 3 SAP instances, SRM 7, MDM 7and GTS 7. This will be on a Windows 2003 OS with SQL 2008.
Option 1:
One NAS MOUNT with one Drive letter with mutiple SAP Tran Dir's underneath it:
example:
R:\SRM\USR|SAP\TRANS
\MDM\USR|SAP\TRANS
\GTS\USR\SAP\TRANS
Modify the DIR_TRANS in RZ10 to relflect the parameters above
Option 2:
Mutiple NAS mounts with mutiple Drive letters with one SAP TRANS DIR on each:
example:
R:\USR\SAP\TRANS -> SRM
S:\USR\SAP\TRANS -> MDM
T:\USR\SAP\TRANS -> GTS
Thanks