Hi
I couldn't find any instruction on how to install a dialog instance on Windows whereas the DB and the ASCS + PAS resides on Linux system. I think my installation fails because Windows doesn't have access to some of the shared filesystems like /sapmnt. I want to provide the shared filesystems not via the Linux hosts, but via a filer which provides the shared file system via NFS and CIFS to all instances.
The error is:
ERROR 2013-08-14 15:00:20.615
CJSlibModule::writeError_impl()
CJS-30129 Creating node $(DIR_INSTALL) with type DIRECTORY failed. Original exception text was: syslib.filesystem.nodeCreationFailed:
Unable to create node \\cimat\sapmnt\ with type DIRECTORY: can't create parent node...
The hostname "cimat" is SAPGLOBALHOST, which is the virtual IP where my ASCS runs at. Of course, without a Samba share or something like this, the Windows server cannot access anything which is on cimat. And I don't want my Windows dialog instance to acces anything on the Linux hosts, but get access to the shared folder via a network drive comming from a filer (the exact same directories which will be mounted via NFS by the Linux servers will also be provided as CIFS shares to the Windows host).
How can I explain sapinst that he should acces the shared folders the way I want??
Matt