cancel
Showing results for 
Search instead for 
Did you mean: 

FSL-02015 Node /oracle does not exist during 4.7 installation

Former Member
0 Kudos

Hi,

We are currently doing a system copy of our current Production system

to build up a new Development system that will be upgraded from R3

Exterprise 4.7 Ext. 2 to ECC6.

Upon starting the Installation of the CI using sapinst from NW04 Installation Master cd, we encountered the

following error:

FSL-02015 Node /oracle does not exist

MOS-01105 Prcessing of one or more file system node operations of table

Conect ot table t_SAPComponent_Filesystem_Action_SHARED with condition

WHERE WaspsSystemName='DEV'......

We tried re-mounting the /oracle filesystem but to no avail. We tried

deleting the sapinst directory and rebooting the machine but still

encountered the same problem after restarting the SAP installation from

the beginning.

Our new Development server is running on Solaris 10 using ZFS volume manager. Following commands were used to create the /oracle file system:

>zfs create rpool/oracle

>zfs set mount point = /oracle rpool/oracle

>zfs set quota = 25G rpool/oracle

>df -h

Filesystem size used avail capacity Mounted on

.

.

rpool/oracle 25G 77K 25G 1% /oracle

.

.

Appreciate any help. Thanks in advance.

Regards,

Lim

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

The problem you may see is the fact, that the "old" sapinst tries to check /etc/vfstab for an /oracle mountpoint and doesn't find it because ZFS mountpoints are handled differently.

Since the mountpoint exists I'd open keydb.xml, search for "ERROR" and put in an "OK" and go on with the installation (after having restarted sapinst).

Markus

Former Member
0 Kudos

Thanks Markus, you helped us resolved our problem.

Regards,

Lim

Answers (0)