SAP Landscape Management 3.0, Enterprise Edition

Extracting Mount Points from the File System

You extract the mount points from the file system using the command prompt.

Procedure

  1. Choose Start of the navigation pathConfiguration Next navigation step SystemsEnd of the navigation path.
  2. Select the instance you want to configure.
  3. On the Instance Details tab, choose Edit.
  4. Navigate to the Mount points step.
  5. Choose Extract Mount Points.
  6. 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>
                               
  7. Save your entries.