[56397] in SAPr3-news
Re: Non standard SAP filesystem structure
daemon@ATHENA.MIT.EDU (Jur)
Wed Jan 4 17:20:58 2006
To: sapr3-news@mit.edu
Date: Wed, 04 Jan 2006 23:21:54 +0100
From: Jur <Jhnospam@xs4all.nl>
Message-ID: <43bc4a24$0$11064$e4fe514c@news.xs4all.nl>
Moi Tjui wrote:
> Hi all,
>
> Is it possible to use a Non standard SAP filesystem structure under Unix?
>
> For the SAP application we would like to use for example:
>
> /usr/sap/<SID> becomes /data/usr/sap/<SID>
First, create the desired directories in /data, and then:
cd /usr
ln -s /data/usr/sap sap
> /sapmnt/<SID> becomes /data/sapmnt/<SID>
mkdir /sapmnt
cd /sapmnt
ln -s /data/sapmnt/<SID> <SID>
> /usr/sap/trans becomes /data/usr/sap/trans
This one will follow automatically with the first one.
>
> For the Oracle database we would like to use for example:
>
> /oracle/<SID> becomes /data/oracle/<SID>
I think you've already got the picture by now.
>
> Will this work???
> Are there any problems to be expected?
The only thing I can think of is filesystem checks failing in the
installer. I do not know whether these can cope with softlinks.
My linux testdrive minisap gave no problems, but then again, that cannot
be compared to a full size installation.
Jur
--
======================================================
Remove whatever you like.
The only spam I can stand requires a can opener.
======================================================