You extract the mount points from the file system using the command prompt.
Procedure
-
Choose .
-
Select the instance you want to configure.
-
On the Instance Details tab, choose
Edit.
-
Navigate to the Mount points step.
-
Choose Extract Mount Points.
-
Follow the instructions on the screen.
You can use the following document type definition (DTD) and the
corresponding extensible markup language code as template:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mountconfig
[
<!ELEMENT mountconfig ((mount*))>
<!ELEMENT mount ((mountpoint, exportpath?, options?))>
<!ATTLIST mount
fstype CDATA #IMPLIED
partnerid CDATA #IMPLIED
storagetype (netfs | dfs |sr) #REQUIRED
>
<!ELEMENT mountpoint (#PCDATA)>
<!ELEMENT exportpath (#PCDATA)>
<!ELEMENT options (#PCDATA)>
]>
<mountconfig>
<mount fstype="ext4" partnerid="any" storagetype="dfs">
<mountpoint>/usr/sap/SID</mountpoint>
<exportpath>pathUniquelyIdentifyingVolumesToBeMounted</exportpath>
<options>attachOptions</options>
</mount>
<mount fstype="ext4" partnerid="any" storagetype="dfs">
<mountpoint>/sapdb</mountpoint>
<exportpath>pathUniquelyIdentifyingVolumesToBeMounted</exportpath>
<options>attachOptions</options>
</mount>
</mountconfig>
-
Save your entries.