Documents Product Categories SUSE Linux Enterprise Server for SAP Applications 12 SP3

SUSE Linux Enterprise Server for SAP Applications 12 SP3

Jun 28, 2024
nfs://server/path1 sap Partitioning for an SAP Application Without the SAP Installation Wizard SLES for SAP 12 44 SP3 nfs://server/path3 supplement PASSWORD SID INSTANCE_NUMBER no The sapMDC element is only applicable to SAP HANA. The sapVirtHostname element must be specified for distributed or highly available installations. For a full SAP HANA example, including partitioning, see /usr/share/doc/packages/sap- installation-wizard/hana-autoyast.xml . 4.6.2 SAP NetWeaver Installation For SAP NetWeaver, the following example shows how the installation can be automated. Specifically, this example is tailored to installing ASCS Instance of an SAP NetWeaver 7.5 ABAP Server distributed system with MaxDB (product ID NW_ABAP_ASCS:NW750.ADA.ABAP ). When installing other products based on SAP NetWeaver, not all of the following variables may be necessary or these variables might need to be replaced by others: The master password for the SAP NetWeaver instance: MASTER_PASSWORD The SAP Identifier (SID): SID The SAP kernel: KERNEL The SAP instance number: INSTANCE_NUMBER The ASCS virtual host name: ASCS_VIRTUAL_HOSTNAME The SCS virtual host name: SCS_VIRTUAL_HOSTNAME 45 SAP NetWeaver Installation SLES for SAP 12 SP3 nfs://SERVER/PATH1 sap nfs://SERVER/PATH2 sap nfs://SERVER/PATH3 supplement NW_ABAP_ASCS:NW750.ADA.ABAP adm user. Provided value # may be encoded. DiagnosticsAgent.dasidAdmPassword = # Windows domain in which the Diagnostics Agent users must be created. # The property is Microsoft Windows only. This is an optional property. DiagnosticsAgent.domain = # Password for the Diagnostics Agent specific SAPService user. # Provided value may be encoded. # The property is Microsoft Windows only. DiagnosticsAgent.sapServiceDASIDPassword = NW_GetMasterPassword.masterPwd = MASTER_PASSWORD # Human readable form of the Default Login language - valid names are stored # in a table of the subcomponent NW_languagesInLoadChecks. Used when freshly # installing an ABAP stack for the machine that performs an ABAP load (in the # case of a distributed system, that is the database, otherwise it is used by # the normal installer). The available languages must be declared in the # LANGUAGES_IN_LOAD parameter of the product.xml . In this file, the one # character representation of the languages is used. Check the same table in # the subcomponent mentioned above. NW_GetSidNoProfiles.SAP_GUI_DEFAULT_LANGUAGE = # The drive to use (Windows only) NW_GetSidNoProfiles.sapdrive = # The /sapmnt path (Unix only) NW_GetSidNoProfiles.sapmnt = /sapmnt 46 SAP NetWeaver Installation SLES for SAP 12 SP3# The SAP System ID of the system to install NW_GetSidNoProfiles.sid = SID # Will this system be unicode system? NW_GetSidNoProfiles.unicode = true NW_SAPCrypto.SAPCryptoFile = /data/SAP_CDs/745-UKERNEL-SAP-Unicode-Kernel-745/DBINDEP/ SAPEXE.SAR NW_SCS_Instance.ascsInstanceNumber = NW_SCS_Instance.ascsVirtualHostname = ASCS_VIRTUAL_HOSTNAME NW_SCS_Instance.instanceNumber = INSTANCE_NUMBER NW_SCS_Instance.scsInstanceNumber = NW_SCS_Instance.scsMSPort = NW_SCS_Instance.scsVirtualHostname = SCS_VIRTUAL_HOSTNAME NW_System.installSAPHostAgent = true NW_Unpack.igsExeSar = NW_Unpack.igsHelperSar = NW_Unpack.sapExeDbSar = NW_Unpack.sapExeSar = NW_Unpack.sapJvmSar = NW_Unpack.xs2Sar = NW_adaptProfile.templateFiles = # The FQDN of the system. NW_getFQDN.FQDN = # Do we want to set the FQDN for the system? NW_getFQDN.setFQDN = false # The path to the JCE policy archive to install into the Java home directory # if it is not already installed. NW_getJavaHome.jcePolicyArchive = 47 SAP NetWeaver Installation SLES for SAP 12 SP3hostAgent.domain = # Password for the SAP Host Agent specific sapadm user. Provided value may be # encoded. hostAgent.sapAdmPassword = MASTER_PASSWORD nwUsers.sapDomain = nwUsers.sapServiceSIDPassword = nwUsers.sidadmPassword = ]]> 48 SAP NetWeaver Installation SLES for SAP 12 SP35 Setting Up an Installation Server for SAP Media Sets Using the SAP Installation Wizard, it is possible to copy the SAP media sets from a remote server (for example, via NFS or SMB). However, using the option provided there means that you need to install the product at the same time. Additionally, it does not allow for copying all SAP media used in your organization to a single server. However, you can easily create such a server on your own. For example, if you want to put the SAP media sets on an NFS Server, proceed as follows: 1. On your installation server, create the directory /srv/www/htdocs/sap_repo . 2. Open the file /etc/exports and add the following: /srv/www/htdocs/sap_repo *(ro,root_squash,sync) 3. In /srv/www/htdocs/sap_repo , create a directory for every SAP medium you have. Give these directories speaking names, so you can identify them late. For example, you could use names like kernel , java , or maxdb . 4. Copy the contents of each SAP medium to the corresponding directory with cp -a . Important: Avoid Using Windows* Operating Systems for Copying Using Windows operating system for copying or copying from/to Windows file systems like NTFS can break permission settings and capitalization of files and directories. You can now install from the NFS server you set up. In the SAP Installation Wizard, specify the path this way: server_name/srv/www/htdocs/sap_repo . For more information about specifying the path, see Table 4.1, “Media Source Path”. For information about installing SUSE Linux Enterprise Server from an NFS server, see Deployment Guide, Chapter “Remote Installation”, Section “Setting Up an NFS Repository Manually” (https://www.suse.com/documentation/sles-12/ ). 49 SLES for SAP 12 SP36 Setting Up an SAP HANA Cluster You can use a YaST wizard to set up SAP HANA or SAP S/4HANA Database Server clusters according to best practices, including SAP HANA system replication. A summary of the setup options is given in Section 1.1.3, “Simplified SAP HANA System Replication Setup”. The following Best Practices from the SUSE Linux Enterprise Server for SAP Applications Resource Library (https://www.suse.com/products/sles-for-sap/resource-library/ ) contain setup instructions: Performance-optimized scenario and multi-tier/chained scenario:  Setting up a SAP HANA SR Performance Optimized Infrastructure Cost-optimized scenario:  Setting up a SAP HANA SR Cost Optimized Infrastructure Important: Wizard Can Only Be Used for Initial Configuration The YaST wizard described in the following can only be used for the initial cluster configuration. To reconfigure a cluster, use the separate YaST module Cluster (available from package yast2-cluster ). For more information about its usage, see Administration Guide, Part “Installation, Setup and Upgrade”, Chapter “Using the YaST Cluster Module” at https:// www.suse.com/documentation/sle-ha-12/ . 6.1 Prerequisites The following procedure has prerequisites: Two machines which both have an SAP HANA installation created by the SAP Installation Wizard or SAP HANA Application Lifecycle Management. Both machines need to be on the same L2 network (subnet). In the case of a multi-tier/chained scenario, there must also be a third machine elsewhere. The machines are not yet set up as a high-availability cluster. openSSH is running on both machines and the nodes can reach each other via SSH. However, if that has not already happened, the wizard will perform the SSH key exchange itself. 50 Prerequisites SLES for SAP 12 SP3For more information about SSH, see Security Guide, Part “Network Security”, Chapter “SSH: Secure Network Operations” at https://www.suse.com/documentation/sles-12/ . A disk device that is available to both nodes under the same path for SBD. It must not use host-based RAID, cLVM2 or reside on a DRBD instance. The device can have a small size, for example, 100 MB. You have created either of the following: A key in the SAP HANA Secure User Store on the primary node An initial SAP HANA backup on the primary node The package yast2-sap-ha is installed on both the primary and the secondary node. HANA-Firewall is set up on both computers with the rules HANA_HIGH_AVAILABILITY and HANA_SYSTEM_REPLICATION on all relevant network interfaces. For information about setting up HANA-Firewall, see Section 8.2, “Configuring HANA-Firewall”. Cost-optimized scenario only: The secondary node has a second SAP HANA installation. The database may be running but will be stopped automatically by the wizard. Cost-optimized scenario only: For the non-production SAP HANA instance, you have created an SAP HANA Secure User Store key QASSAPDBCTRL for monitoring purposes. For more information, see SAP HANA SR Cost Optimized Scenario, Chapter “Installing the SAP HANA Databases on both cluster nodes”, Section “Postinstallation configuration”, Section “Install the non-productive SAP HANA database (QAS)” at https://www.suse.com/products/sles-for-sap/ resource-library/ . 6.2 Setup The following procedure needs to be executed on the primary node (also called the “master”). Before proceeding, make sure the prerequisites listed in Section 6.1, “Prerequisites” are fulfilled. 1. Open the YaST control center. In it, click HA Setup for SAP Products in the category High Availability. 2. If an SAP HANA instance has been detected, you can choose between the scale-up scenarios Performance-optimized, Cost-optimized, or Chained (multi-tier). For information about these scale-up scenarios, see Section 1.1.3, “Simplified SAP HANA System Replication Setup”. 51 Setup SLES for SAP 12 SP3Continue with Next. 3. This step of the wizard presents a list of prerequisites for the chosen scale-up scenario. These prerequisites are the same as those presented in Section 6.1, “Prerequisites”. Continue with Next. 4. The next step lets you configure the communication layer of your cluster. Provide a name for the cluster. The default transport mode Unicast is usually appropriate. Under Number of rings, a single communication ring usually suffices. For redundancy, it is often better to use network interface bonding instead of multiple communication rings. For more information, see Administration Guide, Part “Configuration and Administration”, Chapter “Network Device Bonding” at https:// www.suse.com/documentation/sle-ha-12/ . From the list of communication rings, configure each enabled ring. To do so, click Edit selected, then select a network mask (IP address) and a port (Port number) to communicate over. Finish with OK. Additionally, decide whether to enable the configuration synchronization service Csync2 and Corosync secure authentication using HMAC/SHA1. 52 Setup SLES for SAP 12 SP3For more information about Csync2, see Administration Guide Part “Installation, Setup and Upgrade”, Chapter “Using the YaST Cluster Module”, Section “Transferring the Configuration to All Nodes” at https://www.suse.com/documentation/sle-ha-12/ . For more information about Corosync secure authentication, see Administration Guide Part “Installation, Setup and Upgrade”, Chapter “Using the YaST Cluster Module”, Section “Defining Authentication Settings” at https://www.suse.com/documentation/sle- ha-12/ . Proceed with Next. 5. The wizard will now check whether it can connect to the secondary machine using SSH. If it can, it will ask for the root password to the machine. Enter the root password. The next time, the primary machine needs to connect to the secondary machine, it will connect using an SSH certificate instead of a password. 6. For both machines, set up the host names and IP address (for each ring). To use virtual host addressing, host names must match the virtual host names chosen in SAP HANA. For more information, see https://help.sap.com/saphelp_hanaplatform/ helpdata/en/9a/012d6438764459a581e6af55a87c46/content . If this has not already been done before, such as during the initial installation of SAP HANA, host names of all cluster servers must now be added to the file /etc/hosts . For this purpose, activate Append to /etc/hosts. Proceed with Next. 53 Setup SLES for SAP 12 SP37. If NTP is not yet set up, do so. This avoids the two machines from running into issues because of time differences. a. Click Reconfigure. b. On the tab General Settings, activate Now and on Boot. c. Add a time server by clicking Add. Click Server and Next. Then specify the IP address of a time server outside of the cluster. Test the connection to the server by clicking Test. To use a public time server, click Select Public server and select a time server. Finish with OK. Proceed with OK. d. On the tab Security Settings, activate Open Port in Firewall. e. Proceed with Next. 8. In the next step, choose fencing options. The only supported fencing mechanism is currently SBD (STONITH block device). To avoid split-brain situations, SBD uses a disk device which stores cluster state. The chosen disk must be available from all machines in the cluster under the same path. Ideally, use either by-uuid or by-path for identification. The disk must not use host-based RAID, cLVM2 or reside on a DRBD instance. The device can have a small size, for example, 100 MB. Warning: Data on Device Will Be Lost All data on the chosen SBD device or devices will be deleted. To define a device to use, click Add, then choose an identification method such as by-uuid and select the appropriate device. Click OK. To define additional SBD command-line parameters, add them to SBD options. If your machines reboot particularly fast, activate Delay SBD start. For more information about fencing, see the Administration Guide at https://www.suse.com/ documentation/sle-ha-12/ . Proceed with Next. 54 Setup SLES for SAP 12 SP39. The following page allows configuring watchdogs which protect against the failure of the SBD daemon itself and force a reboot of the machine in such a case. It also lists watchdogs already configured using YaST and watchdogs that are currently loaded (as detected by lsmod ). To configure a watchdog, use Add. Then choose the correct watchdog for your hardware and leave the dialog with OK. For testing, you can use the watchdog softdog . However, we highly recommend using a hardware watchdog in production environments instead of softdog . For more information about selecting watchdogs, see Administration Guide, Part “Storage and Data Replication”, Chapter “Storage Protection”, Section “Conceptual Overview”, Section “Setting Up Storage-based Protection”, Section “Setting up the Watchdog” at https://www.suse.com/ documentation/sle-ha-12/ . Proceed with Next. 10. Set up the parameters for your SAP HANA installation or installations. If you have selected the cost-optimized scenario, additionally, fill out details related to the non-production SAP HANA instance. Production SAP HANA Instance Make sure that the System ID and Instance number match those of your SAP HANA configuration. Replication mode and Operation mode usually do not need to be changed. For more information about these parameters, see the HANA Administration Guide provided to you by SAP. Under Virtual IP address, specify a virtual IP address for the primary SAP HANA instance. Under Virtual IP Mask, set the length of the subnetwork mask in CIDR format to be applied to the Virtual IP address. Prefer site takeover defines whether the secondary instance should take over the job of the primary instance automatically (true). Alternatively, the cluster will restart SAP HANA on the primary machine. Automatic registration determines whether primary and secondary machine should switch roles after a takeover. Specify the site names for the production SAP HANA instance on the two nodes in Site name 1 and Site name 2. 55 Setup SLES for SAP 12 SP3Having a backup of the database is a precondition for setting up SAP HANA replication. If you have not previously created a backup, activate Create initial backup. Under Backup settings, configure the File name and the Secure store key for the backup. The key in the SAP HANA Secure User Store on the primary node must have been created before starting the wizard. For more information, see the documentation provided to you by SAP. Cost-optimized scenario only: Within Production system constraints, configure how the production instance of SAP HANA should behave while inactive on the secondary node. Setting the Global allocation limit allows directly limiting memory usage. Activating Preload column tables will increase memory usage. For information about the necessary global allocation limit, see documentation provided to you by SAP such as How to Perform System Replication for SAP HANA at https://archive.sap.com/documents/docs/DOC-47702 . Cost-optimized Scenario Only: Non-production SAP HANA Instance Make sure that the System ID and Instance number match those of your non- production SAP HANA instance. These parameters are needed to allow monitoring the status of the non- production SAP HANA instance using the SAPInstance resource agent. Generate a hook script for stopping the non-production instance and starting the production instance and removing the constraints on the production system. The script is written in Python 2 and can be modified as necessary later. Click Hook script and then set up the correct user name and password for the database. Then click OK. You can now manually verify and change the details of the generated hook script. When you are done, click OK to save the hook script at /hana/shared/ SID/srHook . Warning: Passwords Stored in Plain Text By default, the hook script stores all credentials in plain text. To improve security, modify the script yourself. 56 Setup SLES for SAP 12 SP3Proceed with Next. FIGURE 6.1: SAP HANA OPTIONS (COST-OPTIMIZED SCENARIO) 11. On the page High-Availability Configuration Overview, check that the setup is correct. To change any of the configuration details, return to the appropriate wizard page by clicking one of the underlined headlines. Proceed with Install. 12. When asked whether to install additional software, confirm with Install. 13. After the setup is done, there is a screen showing a log of the cluster setup. To close the dialog, click Finish. 14. Multi-tier/chain scenario only: Using the administrative user account for the production SAP HANA instance, register the out-of-cluster node for system replication: SIDadm > hdbnsutil -sr_register --remoteHost=SECONDARY_HOST_NAME \ --remoteInstance=INSTANCE_NUMBER --replicationMode=async \ --name=SITE_NAME 6.3 Using Hawk After you have set up the cluster using the wizard, you can open Hawk. directly from the last screen of the HA Setup for SAP Products wizard. 57 Using Hawk SLES for SAP 12 SP3To revisit Hawk, open a browser and as the URL, enter the IP address or host name of any cluster node running the Hawk Web service. Alternatively, enter the virtual IP address you configured in Section 6.2, “Setup”. https://HAWKSERVER:7630/ On the Hawk login screen, use the following login credentials: Username: hacluster Password: linux Important: Secure Password Replace the default password with a secure one as soon as possible: root # passwd hacluster For more information about Hawk, see Administration Guide, Part “Configuration and Administration”, Chapter “Configuring and Managing Cluster Resources with Hawk” (https:// www.suse.com/documentation/sle-ha-12/ ). 58 Using Hawk SLES for SAP 12 SP37 Tuning This chapter presents information about tuning SLES for SAP to work optimally with SAP applications. 7.1 Kernel: Page-Cache Limit Problem The kernel swaps out rarely accessed memory pages to use freed memory pages as cache to speed up file system operations, for example during backup operations. SAP NetWeaver and SAP HANA use large amounts of memory for accelerated access to business data. Parts of this memory are rarely accessed. When a user request needs to access paged-out memory, the response time is poor. It is even worse when an SAP application running on Java incurs a Java garbage collection: The system starts heavy page-in (disk I/ O) activity and has a poor response time for an extended period of time. Solution SUSE Linux Enterprise Server for SAP Applications includes a kernel tuning option that allows the system administrator to limit the amount of page cache that the kernel uses when there is competition between application memory and page cache. This option tells the kernel that when the page cache is filled to the configured limit, application memory is more important and should thus not be paged out. No pages will be paged out if the memory footprint of the workload plus the configured page-cache limit do not exceed the amount of physical RAM in the system. These kernel options are available for configuration: vm.pagecache_limit_mb ( /proc/sys/vm/pagecache_limit_mb ) vm.pagecache_limit_ignore_dirty ( /proc/sys/vm/ pagecache_limit_ignore_dirty ) Tip: Use saptune to Configure Parameters The parameters vm.pagecache_limit_mb and vm.pagecache_limit_ignore_dirty are also configured by the tuned profiles delivered with saptune . For more information, see Section 7.2, “Tuning Systems with saptune”. 59 Kernel: Page-Cache Limit SLES for SAP 12 SP3Important: The Following Are Example Values The values reproduced in Example 7.1, “Permanently Setting the Page-Cache Limit” are example values only. Do not set the following parameters on a productive system without first trying and calibrating them on a non-productive system. If your system does not exhibit page-cache limit issues under the workloads it is running, there is no need to adjust these parameters. For more information, see SAP Note 1557506: Linux Paging Improvements (https:// launchpad.support.sap.com/#/notes/1557506 ). EXAMPLE 7.1: PERMANENTLY SETTING THE PAGE-CACHE LIMIT For permanent use, add both parameters to /etc/sysctl.conf , for example: vm.pagecache_limit_mb = 1024 vm.pagecache_limit_ignore_dirty = 2 7.2 Tuning Systems with saptune Using saptune , you can tune a system for SAP NetWeaver, SAP HANA/SAP BusinessOne, and SAP S/4HANA applications. This method relies on the system tuning service tuned . If you used the SAP Installation Wizard to install an SAP application, tuned is usually already active and configured with a profile for the application you installed. If you did not use the SAP Installation Wizard to install an SAP application, make sure that the packages tuned and saptune are installed on your system. 7.2.1 Enabling saptune to Tune for an SAP Application 1. To tune a system, first find a tuning profile. To find the appropriate profile, use: tux > saptune solution list saptune knows the following “solution” profiles: BOBJ .  Profile for servers hosting SAP BusinessObjects. HANA .  Profile for servers hosting an SAP HANA database. 60 Tuning Systems with saptune SLES for SAP 12 SP3MAXDB .  Profile for servers hosting a MaxDB database. NETWEAVER .  Profile for servers hosting an SAP NetWeaver application. S4HANA-APPSERVER .  Profile for servers hosting an SAP S/4HANA application. S4HANA-DBSERVER .  Profile for servers hosting the SAP HANA database of an SAP S/4HANA installation. SAP-ASE .  Profile for servers hosting an SAP Adaptive Server Enterprise database (formerly Sybase Adaptive Server Enterprise). Alternatively, you can tune the computer according to recommendations from specific SAP Notes. A list of notes that you can tune for is available via: root # saptune note list The referenced SAP Notes are available from the SAP Web site. The list entries starting with SUSE-GUIDE follow the recommendations made in https://www.suse.com/communities/blog/sles-1112-os-tuning-optimisation-guide- part-1/ and https://www.suse.com/communities/blog/sles-1112-network-cpu-tuning- optimization-part-2/ . 2. To set up saptune with a preconfigured solution, use: root # saptune solution apply SOLUTION To set up saptune for the recommendations of a specific SAP Note, use: root # saptune note apply NOTE Tip: Combining Optimizations You can freely combine “solutions” and “notes.” Combining multiple optimizations will never create conflicts. 3. Finally, enable the tuned profile saptune and make sure the tuned daemon is active: root # saptune daemon start 61 Enabling saptune to Tune for an SAP Application SLES for SAP 12 SP3In the background, saptune applies a tuned profile also named saptune that is dynamically customized according to selected “solutions” and “notes”. Using tuned-adm list , you can also see this profile. 7.2.2 Disabling saptune To disable saptune , use one of the following ways: Completely disable the daemon tuned : root # systemctl disable tuned Switch to a different tuned profile: root # tuned-adm profile PROFILE_NAME 7.2.3 Tuning Kernel Parameters Manually Using sysctl In addition to or instead of tuning kernel parameters using saptune , you can also use sysctl to make manual adjustments to kernel parameters. However, such changes using sysctl do not persist across reboots by default. To make them persist across reboots, add them to the file /etc/sysctl.conf (or another configuration file read by sysctl ). For more information about sysctl , see the man pages sysctl(8) , sysctl.conf(5) , and sysctl.d(5) . 7.2.4 For More Information See the following man pages: man 8 tuned-adm man 8 saptune Also see the project home page https://github.com/HouzuoGuo/saptune/ . 62 Disabling saptune SLES for SAP 12 SP37.3 Tuning Systems with the Basic Utility sapconf In addition to saptune , the package sapconf contains the basic utility sapconf . sapconf also allows tuning for SAP systems but is less comprehensive and offers less granularity than saptune . However, unlike saptune , sapconf is available directly in SUSE Linux Enterprise Server and thus not dependent on using SLES for SAP. sapconf and saptune both rely on the daemon tuned to set tuning configuration but they use different (though at times very similar) tuning profiles. Therefore, only one of sapconf or saptune can be enabled at a time. 7.3.1 Enabling and Disabling sapconf To enable sapconf when tuned is not yet running, use: root # sapconf start By default, this will enable sap-netweaver profile. To apply a different profile, use: root # tuned-adm PROFILE_NAME Replace PROFILE_NAME with one of the profiles listed in Section 7.3.2, “tuned Profiles”. To see the status of sapconf , use: root # sapconf status To disable sapconf along with the underlying daemon tuned , use: root # systemctl disable sapconf tuned 7.3.2 tuned Profiles The package sapconf includes the following tuned profiles which sapconf enables in the background: sap-ase sap-bobj 63 Tuning Systems with the Basic Utility sapconf SLES for SAP 12 SP3sap-hana sap-netweaver In general, these profiles map to the solution profiles listed in Procedure 7.0, “”. 7.3.3 For More Information See the man page of sapconf ( man 8 sapconf ). 64 For More Information SLES for SAP 12 SP38 Firewalling This chapter presents information about restricting access to the system using firewalling and encryption and gives information about connecting to the system remotely. 8.1 Configuring SuSEFirewall2 By default, the installation workflow of SUSE Linux Enterprise Server for SAP Applications enables SuSEFirewall2. The firewall needs to be manually configured to allow network access for the following: SAP application Database (see the documentation of your database vendor; for SAP HANA, see Section 8.2, “Configuring HANA-Firewall”) Additionally, open the ports 1128 (TCP) and 1129 (UDP). SAP applications require many open ports and port ranges in the firewall. The exact numbers depend on the selected instance. For more information, see the documentation provided to you by SAP. 8.2 Configuring HANA-Firewall To simplify setting up a firewall for SAP HANA, install the package HANA-Firewall. Whereas standard SuSEFirewall2 allows only three zones (internal, DMZ, and external), HANA-Firewall enables you to configure more zones to accommodate SAP HANA properly. HANA-Firewall works by adding rule sets to your existing SuSEFirewall2 configuration. HANA-Firewall consists of the following parts: YaST Module SAP HANA Firewall.  Allows configuring, applying, and reverting firewall rules for SAP HANA from a graphical user interface. Command-Line Utility hana-firewall .  Allows applying and reverting the configured firewall rules for SAP HANA. 65 Configuring SuSEFirewall2 SLES for SAP 12 SP3If you prefer, you can configure the rule sets using the configuration file at /etc/ sysconfig/hana-firewall instead of using YaST. Service hana-firewall .  Ensures that configured firewall rules for SAP HANA are kept. Important: SAP HANA MDC Databases For multi-tenant SAP HANA (MDC) databases, determining the port numbers that need to be opened is not yet possible automatically. If you are working with a multi-tenant SAP HANA database system, before you use YaST, run a script on the command line to create a new service definition: root # cd /etc/hana-firewall.d root # ./create_new_service You need to switch to the directory /etc/hana-firewall.d , otherwise the rule file for the new service will be created in a place where it cannot be used. The script will ask several questions: Importantly, it will ask for TCP and UDP port ranges that need to be opened. Note: Install HANA-Firewall Packages Before continuing, make sure that the packages HANA-Firewall and yast2-hana- firewall are installed. PROCEDURE 8.1: USING HANA-FIREWALL 1. Make sure the SAP HANA databases for which you want to configure the firewall are correctly installed. 2. To open the appropriate YaST module, select Applications YaST, Security and Users SAP HANA Firewall. 3. When you open this YaST module, it will create a configuration proposal based on the number of installed SAP HANA instances. Choose whether you want to accept the proposal using Yes or No. 66 Configuring HANA-Firewall SLES for SAP 12 SP3Important: Narrow Down Settings from Proposal The proposed settings allow all detected SAP HANA instances on all detected network interfaces. Narrow down the proposal to secure the system further. 4. Under Global Options, activate Enable Firewall. Additionally, decide whether to Allow Remote Shell Access (SSH). 5. Choose a network interface under Allowed Services on Network Interface. 6. Allow network services by selecting them in the list box on the left and clicking →. Remove services by selecting them in the list box on the right and clicking ←. To add services other than the preconfigured ones, add them using the following notation: SERVICE_NAME:CIDR_NOTATION For more information about the CIDR notation, see https://en.wikipedia.org/wiki/ Classless_Inter-Domain_Routing . To find out which services are available on your system, use getent services . 7. Repeat from Step 5 for all network interfaces. 8. When you are done, click OK. The firewall rules from HANA-Firewall will now be compiled and applied. Then, the service hana-firewall will be restarted. 67 Configuring HANA-Firewall SLES for SAP 12 SP39. Finally, check whether HANA-Firewall was enabled correctly: root # hana-firewall status HANA firewall is active. Everything is OK. Tip: Checking Which Firewall Rules Are Enabled Gaining an overview of which firewall rules are enabled in the current configuration of the script is possible using the command line: root # hana-firewall dry-run For more information, see the man page of hana-firewall . 8.3 SAProuter Integration The SAProuter software from SAP allows proxying network traffic between different SAP systems or between an SAP system and outside networks. SUSE Linux Enterprise Server for SAP Applications now provides integration for SAProuter into systemd . This means, SAProuter will be started and stopped properly with the operating system and can be controlled using systemctl . Before you can use this functionality, make sure the following has been installed, in this order: An SAP application that includes SAProuter The SAProuter systemd integration, packaged as systemd-saprouter If you got the order of applications to install wrong initially, reinstall systemd-saprouter . To control SAProuter with systemctl , use: Enabling the SAProuter Service: systemctl enable saprouter Starting the SAProuter Service: systemctl start saprouter Showing the Status of SAProuter Service: systemctl status saprouter Stopping the SAProuter Service: systemctl stop saprouter Disabling the SAProuter Service: systemctl disable saprouter 68 SAProuter Integration SLES for SAP 12 SP39 Encrypting Directories Using cryptctl cryptctl consists of two components: A client is a machine that has one or more encrypted partitions but does not permanently store the necessary key to decrypt those partitions. For example, clients can be cloud or otherwise hosted machines. The server holds encryption keys that can be requested by clients to unlock encrypted partitions. You can also set up the cryptctl server to store encryption keys on a KMIP 1.3-compatible (Key Management Interoperability Protocol) server. In that case, the cryptctl server will not store the encryption keys of clients and is dependent upon the KMIP-compatible server to provide these. Warning: cryptctl Server Maintenance Since the cryptctl server manages timeouts for the encrypted disks and, depending on the configuration, can also hold encryption keys, it should be under your direct control and managed only by trusted personnel. Additionally, it should be backed up regularly. Losing the server''s data means losing access to encrypted partitions on the clients. To handle encryption, cryptctl uses LUKS with aes-xts-256 encryption and 512-bit keys. Encryption keys are transferred using TLS with certificate verification. 69 SLES for SAP 12 SP3cryptctl Client cryptctl Server Waits for kernel notification that a disk was attached Sends RPC request to retrieve Listens for RPC requests encryption key over TCP Records request in system journal Responds to RPC request with partition key Uses key to mount partition FIGURE 9.1: KEY RETRIEVAL WITH cryptctl (MODEL WITHOUT CONNECTION TO KMIP SERVER) Note: Install cryptctl Before continuing, make sure the package cryptctl is installed on all machines you intend to set up as servers or clients. 9.1 Setting Up a cryptctl Server Before you can define machine as a cryptctl client, you need to set up a machine as a cryptctl server. Before beginning, choose whether to use a self-signed certificate to secure communication between the server and clients. If not, generate a TLS certificate for the server and have it signed by a certificate authority. Additionally, you can have clients authenticate to the server using certificates signed by a certificate authority. To use this extra security measure, make sure to have a CA certificate at hand before starting this procedure. 1. As root , run: root # cryptctl init-server 2. Answer each of the following prompts and press Enter after every answer. If there is a default answer, it is shown in square brackets at the end of the prompt. 70 Setting Up a cryptctl Server SLES for SAP 12 SP3a. Choose a password with at least 10 characters and confirm it. This password assumes the role of a master password, able to unlock all partitions that are registered on the server. b. Specify the path to a PEM-encoded TLS certificate or certificate chain file or leave the field empty to create a self-signed certificate. If you specify a path, use an absolute path. c. If you want the server to be identified by a host name other than the default shown, specify a host name. cryptctl will then generate certificates which include the host name. d. Specify the IP address that belongs to the network interface that you want to listen on for decryption requests from the clients, then set a port number (the default is port 3737). The default IP address setting, 0.0.0.0 means that cryptctl will listen on all network interfaces for client requests using IPv4. e. Specify a directory on the server that will hold the decryption keys for clients. f. Specify whether clients need to authenticate to the server using a TLS certificate. If you choose No, this means that clients authenticate using disk UUIDs only. (However, communication will be encrypted using the server certificate in any case.) If you choose Yes, pick a PEM-encoded certificate authority to use for signing client certificates. g. Specify whether to use a KMIP 1.3-compatible server (or multiple such servers) to store encryption keys of clients. If you choose this option, provide the host names and ports for one or multiple KMIP-compatible servers. Additionally, provide a user name, password, a CA certificate for the KMIP server, and a client identity certificate for the cryptctl server. Important: No Easy Reconfiguration of KMIP Setting The setting to use a KMIP server cannot easily be changed later. To change this setting, both the cryptctl server and its clients need to be configured afresh. h. Finally, configure an SMTP server for e-mail notifications for encryption and decryption requests or leave the prompt empty to skip setting up e-mail notifications. 71 Setting Up a cryptctl Server SLES for SAP 12 SP3Note: Password-Protected Servers cryptctl currently cannot send e-mail using authentication-protected SMTP servers. If that is necessary, set up a local SMTP proxy. i. When asked whether to start the cryptctl server, enter y . 3. To check the status of the service cryptctl-server , use: root # systemctl status cryptctl-server To reconfigure the server later, do either of the following: Run the command cryptctl init-server again. cryptctl will then propose the existing settings as the defaults, so that you only need to the specify values that you want to change. Make changes directly in the configuration file /etc/sysconfig/cryptctl-server . However, to avoid issues, do not change the settings AUTH_PASSWORD_HASH and AUTH_PASSWORD_SALT manually. The values of these options need to be calculated correctly. 9.2 Setting Up a cryptctl Client The following interactive setup of cryptctl is currently the only setup method. Make sure the following preconditions are fulfilled: A cryptctl server is available over the network. There is a directory to encrypt. The client machine has an empty partition available that is large enough to fit the directory to encrypt. When using a self-signed certificate, the certificate ( *.crt file) generated on the server is available locally on the client. Otherwise, the certificate authority of the server certificate must be trusted by the client. If you set up the server to require clients to authenticate using a client certificate, prepare a TLS certificate for the client which is signed by the CA certificate you chose for the server. 72 Setting Up a cryptctl Client SLES for SAP 12 SP31. As root , run: root # cryptctl encrypt 2. Answer each of the following prompts and press Enter after every answer. If there is a default answer, it is shown in square brackets at the end of the prompt. a. Specify the host name and port to connect to on the cryptctl server. b. If you configured the server to have clients authenticate to it using a TLS certificate, specify a certificate and a key file for the client. The client certificate must be signed by the certificate authority chosen when setting up the server. c. Specify the absolute path to the server certificate (the *.crt file). d. Enter the encryption password that you specified when setting up the server. e. Specify the path to the directory to encrypt. Specify the path to the empty partition that will contain the encrypted content of the directory. f. Specify the number of machines that are allowed to decrypt the partition simultaneously. Then specify the timeout in seconds before additional machines are allowed to decrypt the partition after the last vital sign was received from the client or clients. When a machine unexpectedly stops working and then reboots, it needs to be able to unlock its partitions again. That means, this timeout should be set to a time slightly shorter than the reboot time of the client. Important: Timeout Length If the time is set too long, the machine cannot decrypt encrypted partitions on the first try. cryptctl will then continue to periodically check whether the encryption key has become available. However, this will introduce a delay. If the timeout is set too short, machines with a copy of the encrypted partition have an increased chance of unlocking the partition first. 3. To start encryption, enter yes . cryptctl will now encrypt the specified directory to the previously empty partition and then mount the newly encrypted partition. The file system type will be of the same type as the original unencrypted file system. 73 Setting Up a cryptctl Client SLES for SAP 12 SP3Before creating the encrypted partition, cryptctl moves the unencrypted content of the original directory to a location prefixed with cryptctl-moved- . 4. To check that the directory is indeed mounted correctly, use: tux > lsblk -o NAME,MOUNTPOINT,UUID NAME MOUNTPOINT UUID [...] sdc └─sdc1 PARTITION_UUID └─cryptctl-unlocked-sdc1 /secret-partition UNLOCKED_UUID cryptctl identifies the encrypted partition by its UUID. In the previous example, that is the UUID displayed next to sdc1 . On the server, you can check whether the directory was decrypted using cryptctl : root # cryptctl list-keys 2016/10/10 10:00:00 ReloadDB: successfully loaded database of 1 records Total: 1 records (date and time are in zone EDT) Used By When UUID Max.Users Num.Users Mount Point IP_ADDRESS 2016-10-10 10:00:00 UUID 1 1 /secret-partition Verify that the UUID shown is that of the previously encrypted partition. 5. After verifying that the encrypted partition works, delete the unencrypted content from the client. For example, use rm . For more safety, overwrite the content of the files before deleting them, for example, using shred -u . Important: shred Does Not Guarantee That Data Is Completely Erased Depending on the type of storage media, using shred is not a guarantee that all data is completely removed. In particular, SSDs usually employ wear leveling strategies that render shred ineffective. The configuration for the connection from client to server is stored in /etc/sysconfig/ cryptctl-client and can be edited manually. The server stores an encryption key for the client partition in /var/lib/cryptctl/keydb/ PARTITION_UUID . 74 Setting Up a cryptctl Client SLES for SAP 12 SP39.3 Checking Partition Unlock Status Using Server- side Commands When a cryptctl client is active, it will send a “heartbeat” to the cryptctl server every 10 seconds. If the server does not receive a heartbeat from the client for the length of the timeout configured during the client setup, the server will assume that the client is offline. It will then allow another client to connect (or allow the same client to reconnect after a reboot). To see the usage status of all keys, use: root # cryptctl list-keys The information under Num. Users shows whether the key is currently in use. To see more detail on a single key, use: root # cryptctl show-key UUID This command will show information about mount point, mount options, usage options, the last retrieval of the key and the last three heartbeats from clients. Additionally, you can use journalctl to find logs of when keys were retrieved. 9.4 Unlocking Encrypted Partitions Manually There are two ways of unlocking a partition manually, both of which are run on a client: Online Unlocking.  Online unlocking allows circumventing timeout or user limitations. This method can be used when there is a network connection between client and server but the client could not (yet) unlock the partition automatically. This method will unlock all encrypted partitions on a machine. To use it, run cryptctl online-unlock . Be prepared to enter the password specified when setting up the server. Offline Unlocking.  This method can be used when a client cannot or must not be brought online to communicate with its server. The encryption key from the server must still be available. This method is meant as a last resort only and can only unlock a single partition at a time. To use it, run cryptctl offline-unlock . The server''s key file for the requisite partition ( /var/lib/cryptctl/keydb/PARTITION_UUID ) needs to be available on the client. 75 Checking Partition Unlock Status Using Server-side Commands SLES for SAP 12 SP39.5 Maintenance Downtime Procedure To ensure that partitions cannot be decrypted during a maintenance downtime, turn off the client and disable the cryptctl server. You can do so by either: Stopping the service cryptctl-server : root # systemctl stop cryptctl-server Unplugging the cryptctl server from the network. 9.6 For More Information For more information, also see the project home page https://github.com/HouzuoGuo/cryptctl/ . 76 Maintenance Downtime Procedure SLES for SAP 12 SP310 Protecting Against Malware With ClamSAP ClamSAP integrates the ClamAV anti-malware toolkit into SAP NetWeaver and SAP Mobile Platform applications. ClamSAP is a shared library that links between ClamAV and the SAP NetWeaver Virus Scan Interface (NW-VSI). The version of ClamSAP shipped with SUSE Linux Enterprise Server for SAP Applications 12 SP3 supports NW-VSI version 2.0. 10.1 Installing ClamSAP 1. On the application host, install the packages for ClamAV and ClamSAP. To do so, use the command: tux > sudo zypper install clamav clamsap 2. Start the service clamd : tux > sudo systemctl start clamd 3. Check the status of the service clamd with: tux > systemctl status clamd ● clamd.service - ClamAV Antivirus Daemon Loaded: loaded (/usr/lib/systemd/system/clamd.service; enabled; vendor preset: disabled) Active: active (running) since Tue 2017-04-11 10:33:03 UTC; 24h ago [...] 10.2 Creating a Virus Scanner Group in SAP NetWeaver 1. Log in to the SAP NetWeaver installation through the GUI. Do not log in as a DDIC or SAP* user, because the virus scanner needs to be configured cross-client. 2. Create a Virus Scanner Group using the transaction VSCANGROUP. 77 Installing ClamSAP SLES for SAP 12 SP33. To switch from view mode to change mode, click the button Change View ( ). Confirm the message This table is cross-client by clicking the check mark. The table is now editable. 4. Select the first empty row. In the text box Scanner Group, specify CLAMSAPVSI . Under Group Text, specify CLAMSAP . Make sure that Business Add-in is not checked. 5. To save the form, click the button Save ( ). 10.3 Setting Up the ClamSAP Library in SAP NetWeaver 1. In the SAP NetWeaver GUI, call the transaction VSCAN. 2. To switch from view mode to change mode, click the button Change View ( ). Confirm the message This table is cross-client by clicking the check mark. The table is now editable. 3. Click New entries. 78 Setting Up the ClamSAP Library in SAP NetWeaver SLES for SAP 12 SP34. Fill in the form accordingly: Provider Type: Adapter (Virus Scan Adapter) Provider Name: VSA_HOSTNAME (for example: VSA_SAPSERVER ) Scanner Group : The name of the scanner group that you set up in Section 10.2, “Creating a Virus Scanner Group in SAP NetWeaver” (for example: CLAMSAPVSI ) Server: HOSTNAME_SID_INSTANCE_NUMBER (for example: SAPSERVER_P04_00 ) Adapter Path: libclamsap.so 5. To save the form, click the button . 10.4 Engaging ClamSAP To run ClamSAP, go to the transaction VSCAN. Then click Start. 79 Engaging ClamSAP SLES for SAP 12 SP3FIGURE 10.1: CHANGE VIEW “VIRUS SCAN PROVIDER DEFINITION” Afterward, a summary will be displayed, including details of the ClamSAP and ClamAV (shown in Figure 10.2, “Summary of ClamSAP Data”). 80 Engaging ClamSAP SLES for SAP 12 SP3FIGURE 10.2: SUMMARY OF CLAMSAP DATA 10.5 For More Information For more information, also see the project home page https://sourceforge.net/projects/ clamsap/ . 81 For More Information SLES for SAP 12 SP311 Connecting via RDP If you installed SLES for SAP with the RDP option activated or if you installed from a KIWI image, RDP is enabled on the machine via the service xrdp . Alternatively, you can enable RDP later as described at the end of this section. You can connect using any software that supports RDP, such as: Linux:  Vinagre (available in SUSE Linux Enterprise Desktop/SLE Workstation Extension and openSUSE) or Remmina (available in openSUSE) Windows:  Remote Desktop Connection Important: Connection Parameters Make sure to set up the connection with the following parameters: Port:  3389 Color Depth:  16-bit or 24-bit only PROCEDURE 11.1: SETTING UP RDP If you have not set up an RDP connection during the installation, you can also do so later using the following instructions. 1. First, create an exception for the firewall. Start by creating a file that sets up the port that needs to be opened for RDP. As root , create a new file under /etc/sysconfig/SuSEfirewall2.d/services/ with the name xrdp and the following content: ## Name: Remote Desktop Protocol TCP="3389" 2. Open the file /etc/sysconfig/SuSEfirewall2 and change the lines for the settings FW_CONFIGURATIONS_EXT , FW_CONFIGURATIONS_DMZ , and FW_CONFIGURATIONS_INT to include xrdp . If there are no other services enabled, the respective lines should read: FW_CONFIGURATIONS_EXT="xrdp" FW_CONFIGURATIONS_DMZ="xrdp" FW_CONFIGURATIONS_INT="xrdp" 82 SLES for SAP 12 SP3If there are other services, separate them within the quotes using a space character. 3. Now set up xrdp itself. If the package xrdp is not installed, install it: root # zypper install xrdp 4. Enable and start the service: root # systemctl restart SuSEfirewall2 5. Enable and start the service: root # systemctl enable xrdp root # systemctl start xrdp You can now connect to the machine. 83 SLES for SAP 12 SP312 Creating Operating System Images There are multiple ways to create custom operating system images from SUSE Linux Enterprise Server for SAP Applications. The preferred way is generally to use KIWI which ingests an XML configuration file and then runs fully automatically. 12.1 Creating Images with KIWI KIWI is a tool to create operating system images that can be easily copied to new physical or virtual machines. This section will present information on creating SLES for SAP images with KIWI. SUSE Linux Enterprise Server for SAP Applications now supports creating images with KIWI using the template from the package kiwi-template-sap . However, there are certain restrictions in the current implementation: Only building VMX disk images is supported. Building other image types is not supported. You must provide an ISO image of SUSE Linux Enterprise Server for SAP Applications at /tmp/SLES4SAP.iso , as the Open Build Service does not contain all necessary packages. To build a basic image, use the following two commands: 1. Build the root file system: root # kiwi -p SLES4SAP --root fsroot 2. Build the VMX image: root # kiwi --create fsroot --type vmx -d build To enable running graphical installations using SAPinst, the default settings of the image enable the following: Installation of an IceWM desktop The service xrdp is started automatically, so you can connect to the machine via RDP. For more information, see Chapter 11, Connecting via RDP. 84 Creating Images with KIWI SLES for SAP 12 SP3For more information about KIWI and SLES for SAP: On the KIWI configuration for SLES for SAP, see /usr/share/kiwi/image/SLES4SAP/ README . On KIWI in general, see the openSUSE-KIWI Image System Cookbook (https:// doc.opensuse.org/projects/kiwi/doc/ ). 12.2 Cleaning Up an Instance Before Using It as a Master Image In some cases, it makes sense to use an image of an already-configured master instance on multiple systems instead of generating a KIWI image from scratch. For example, when your image needs to contain additional software or configuration that cannot be installed using KIWI. However, normally such an image would contain certain configuration data that should not be copied along with the rest of the system. To avoid needing to clean up manually, use the script clone-master-clean-up (available from the package of the same name). It deletes the following data automatically: Swap device (zero-wiped, then re-enabled) SUSE registration information and repositories from SUSE, and the Zypper ID User and host SSH keys and domain and host names The generated HANA-Firewall script (but not the configuration itself) Shell history, mails, cron jobs, temporary files ( /tmp , /var/tmp ), log files ( /var/log ), random seeds, systemd Journal, collectd statistics, postfix configuration, parts of / root /var/cache , /var/crash , /var/lib/systemd/coredump Additionally, the following configuration is restored to defaults: Network interfaces that do not use DHCP and network configuration ( /etc/hostname , / etc/hosts , and /etc/resolv.conf ) sudo settings 85 Cleaning Up an Instance Before Using It as a Master Image SLES for SAP 12 SP3Additionally, you can choose to set up a new root password. UUID-based entries in /etc/ fstab are replaced by device strings. This script also ensures that, if the first-boot section of the installation workflow was used for the original installation, it is run again on the next boot. 12.2.1 Configuring clone-master-clean-up Before running clone-master-clean-up , the script can be configured in the following ways: To configure the script to not clean up certain data, use the configuration file /etc/ sysconfig/clone-master-clean-up . This file also gives short explanations of the available options. To configure the script to clean up additional directories or files, create a list with the absolute paths of such directories and files: /additional/file/to/delete.now /additional/directory/to/remove Save this list as /var/adm/clone-master-clean-up/custom_remove . 12.2.2 Using clone-master-clean-up To use the script, do: root # clone-master-clean-up Then follow the instructions. 12.2.3 For More Information The following sources provide additional information about clone-master-clean-up : For general information, see the man page clone-master-clean-up . For information on which files and directories might additionally be useful to delete, see /var/adm/clone-master-clean-up/custom_remove.template . 86 Configuring clone-master-clean-up SLES for SAP 12 SP313 Important Log Files The most important files for this product are: The SAP Installation Wizard is a YaST module. You can find its log entries in /var/log/ YaST/y2log . All SAP knowledge is bundled in a library. You can find its log entries in /var/log/ SAPmedia.log . You can find log files related to auto-installation in /var/adm/autoinstall/logs . 87 SLES for SAP 12 SP3A Additional Software for SLES for SAP SUSE Linux Enterprise Server for SAP Applications makes it easy to install software that is not included with your subscription: Extensions and modules allow installing additional software created and supported by SUSE. For more information about extensions and modules, see Deployment Guide, Part “Initial System Configuration”, Chapter “Installing Modules, Extensions, and Third Party Add- On Products” at https://www.suse.com/documentation/sles-12/ . SUSE Connect Program allows installing packages created and supported by third parties, specifically for SLES for SAP. It also gives easy access to third-party trainings and support. See Section A.1, “SUSE Connect Program”. SUSE Package Hub allows installation of packages created by SUSE Linux Enterprise community without support. See Section A.2, “SUSE Package Hub”. A.1 SUSE Connect Program Start SUSE Connect Program from the YaST control center using SUSE Connect Program. Choose from the available options. To enable a software repository, click Add repository. All software enabled by SUSE Connect Program originates from third parties. For support, contact the vendor in question. SUSE does not provide support for these offerings. Note: SUSEConnect command-line tool The SUSEConnect command-line tool is a separate tool with a different purpose: It allows you to register installations of SUSE products. 88 SUSE Connect Program SLES for SAP 12 SP3A.2 SUSE Package Hub SUSE Package Hub provides many packages for SLE that were previously only available on openSUSE. Packages from SUSE Package Hub are created by the community and come without support. The selection includes, for example: The R programming language The Haskell programming language The KDE 5 desktop To enable SUSE Package Hub, add the repository as described at https://packagehub.suse.com/ how-to-use/ . For more information, see the SUSE Package Hub Web site at https://packagehub.suse.com . 89 SUSE Package Hub SLES for SAP 12 SP3B Partitioning for the SAP System Using AutoYaST Partitioning for the SAP system is controlled by the files from the directory /usr/share/YaST2/ include/sap-installation-wizard/ . The following files can be used: SAP NetWeaver or SAP S/4HANA Application Server Installation.  base_partitioning.xml SAP HANA or SAP S/4HANA Database Server Installation.  hana_partitioning.xml SAP HANA or SAP S/4HANA Database Server Installation on SAP BusinessOne-Certified Hardware.  hardware-specific partitioning file The files will be chosen as defined in /etc/sap-installation-wizard.xml . Here, the content of the element partitioning is decisive. If the installation is, for example, based on HA or a distributed database, no partitioning is needed. In this case, partitioning is set to NO and the file base_partitioning.xml is used. Note: autoinst.xml Cannot Be Used Here autoinst.xml is only used for the installation of the operating system. It cannot control the partitioning for the SAP system. The files that control partitioning are AutoYaST control files that contain a partitioning section only. However, these files allow using several extensions to the AutoYaST format: If the partitioning_defined tag is set to true , the partitioning will be performed without any user interaction. By default, this is only used when creating SAP HANA file systems on systems certified for SAP HANA (such as from Dell, Fujitsu, HP, IBM, or Lenovo). For every partition, you can specify the size_min tag. The size value can be given as a string in the format of RAM*N . This way you can specify how large the partition should minimally be ( N times the size of the available memory ( RAM )). PROCEDURE B.1: CREATING A CUSTOM SAP PARTITIONING SETUP The steps below illustrates how to create a partitioning setup for TREX. However, creating a partitioning setup for other applications works analogously. 90 SLES for SAP 12 SP31. In /usr/share/YaST2/include/sap-installation-wizard/ , create a new XML file. Name it TREX_partitioning.xml , for example. 2. Copy the content of base_partitioning.xml to your new file and adapt the new file to your needs. 3. Finally, adapt /etc/sap-installation-wizard.xml to include your custom file. In the listitem for TREX , insert the following line: TREX_partitioning Important: Do Not Edit base_partitioning.xml Do not edit base_partitioning.xml directly. With the next update, this file will be overwritten. For more information about partitioning with AutoYaST, see AutoYaST Guide, Chapter “Partitioning” (https://www.suse.com/documentation/sles-12/ ). 91 SLES for SAP 12 SP3C Supplementary Media Supplementary Media allow partners or customers to add their own tasks or workflows to the Installation Wizard. This is done by adding an XML file which will be part of an AutoYaST XML file. To be included in the workflow, this file must be called product.xml . This can be used for various types of additions, such as adding your own RPMs, running your own scripts, setting up a cluster file system or creating your own dialogs and scripts. C.1 product.xml The product.xml file looks like a normal AutoYaST XML file, but with some restrictions. The restrictions exist because only the parts of the XML that are related to the second stage of the installation are run, as the first stage was executed before. Both XML files ( autoyast.xml and product.xml ) will be merged after the media is read and a “new” AutoYaST XML file is generated on the fly for the additional workflow. The following areas or sections will be merged: 1 ... 2 ... 3 4 5 ... 1 see Section C.2, “Own AutoYaST Ask Dialogs” 2 see Section C.3, “Installing Additional Packages” 3 after the package installation, before the first boot 4 during the first boot of the installed system, no services running 5 during the first boot of the installed system, all services up and running All other sections will be replaced. 92 product.xml SLES for SAP 12 SP3For more information about customization options, see AutoYaST Guide, Chapter “Configuration and Installation Options”, Section “Custom User Scripts” (https://www.suse.com/documentation/ sles-12/ ). C.2 Own AutoYaST Ask Dialogs For more information about the “Ask” feature of AutoYaST, see AutoYaST Guide, Chapter 4 “Configuration and Installation Options”, Section 4.33 “Ask the User for Values During Installation” (https://www.suse.com/documentation/sles-12/ ). For the Supplementary Media, you can only use dialogs within the cont stage ( cont ), which means they are executed after the first reboot. Your file with the dialogs will be merged with the base AutoYaST XML file. As a best practice, your dialog should have a dialog number and an element number, best with steps of 10. This helps to include later additions and could be used as targets for jumping over a dialog or element dependent on decisions. We also use this in our base dialogs and if you provide the right dialog number and element number, you can place your dialog between our base dialogs. You can store the answer to a question in a file, to use it in one of your scripts later. Be aware that you must use the prefix /tmp/ay for this, because the Installation Wizard will copy such files from the /tmp directory to the directory where your media data also will be copied. This is done because the next Supplementary Media could have the same dialogs or same answer file names and would overwrite the values saved here. Here is an example with several options: cont 20 10 What is your name? Enter your name here Please enter your full name within the field /tmp/ay_q_my_name 93 Own AutoYaST Ask Dialogs SLES for SAP 12 SP3 C.3 Installing Additional Packages You can also install RPM packages within the product.xml file. To do this, you can use the element for installation in stage 2. For more information, see AutoYaST Guide, Chapter “Configuration and Installation Options”, Section “Installing Packages in Stage 2” (https://www.suse.com/documentation/sles-12/ ). An example looks as follows: ... yast2-cim ... C.4 Example Directory for Supplementary Media A minimal example for Supplementary Media directory contains only a file called product.xml . 94 Installing Additional Packages SLES for SAP 12 SP3D Documentation Updates This section contains information about documentation content changes made to the SUSE Linux Enterprise Server for SAP Applications Guide. This document was updated on the following dates: Section D.1, “September 7, 2017—SLES for SAP 12 SP3 FCS” Section D.2, “May 10, 2017—SLES for SAP 12 SP2 Documentation Update” Section D.3, “December 07, 2016—SLES for SAP 12 SP2 Documentation Update” Section D.4, “November 07, 2016—SLES for SAP 12 SP2 FCS” Section D.5, “March 23, 2016” Section D.6, “February 29, 2016” Section D.7, “February 15, 2016” Section D.8, “May 29, 2015” Section D.9, “April 29, 2015” Section D.10, “October 28, 2013” D.1 September 7, 2017—SLES for SAP 12 SP3 FCS Updates were made to the following sections. The changes are explained below. Chapter 2, Planning the Installation, Added link to SAP help and support portals (documentation comment #33499). Chapter 2, Planning the Installation, Chapter 4, Installing SAP Applications Updated chapters with information about support for SAP HANA MDC and SAP HANA TDI (FATE#322281, FATE#320408). Section 3.1, “Using the Installation Workflow” Updated section with reference to description of installation on POWER in SLES documentation (FATE#320639). 95 September 7, 2017—SLES for SAP 12 SP3 FCS SLES for SAP 12 SP3Chapter 9, Encrypting Directories Using cryptctl Updated chapter with information about support client certificates and KMIP (FATE#322293, FATE#322979). Section 3.4, “Converting a SLES Installation to a SLES for SAP Installation” Added section about converting from SLES to SLES for SAP (FATE#320636, FATE#320568). Chapter 7, Tuning Updated list of profiles integrated into saptune and sapconf (FATE#320359). Created own section for sapconf . Section 12.2, “Cleaning Up an Instance Before Using It as a Master Image” Clarified usage of clone-master-clean-up (DocComment#32698). Added information about new configuration options (FATE#322066). D.2 May 10, 2017—SLES for SAP 12 SP2 Documentation Update Updates were made to the following sections. The changes are explained below. Section 1.1, “Software Components” Added links to project Web sites (FATE#323178). Section 1.2, “Software Repository Setup” , Section 1.3, “Included Services” Added information about repositories and support for extensions and modules (bsc#1022275). Section 6.2, “Setup” softdog is supported but not recommended (bsc#1022511). Section 7.2, “Tuning Systems with saptune” Documented disabling saptune / sapconf (FATE#322069). Chapter 10, Protecting Against Malware With ClamSAP Added new chapter (FATE#322612). Section A.2, “SUSE Package Hub” Added link to official usage instructions on the Web. 96 May 10, 2017—SLES for SAP 12 SP2 Documentation Update SLES for SAP 12 SP3D.3 December 07, 2016—SLES for SAP 12 SP2 Documentation Update Updates were made to the following sections. The changes are explained below. Section 2.1, “Hardware Requirements” Clarified RAM requirements. Chapter 6, Setting Up an SAP HANA Cluster Added new chapter (FATE#319068). Section 8.2, “Configuring HANA-Firewall” Updated UI description (FATE#320376, FATE#320564). Section 8.3, “SAProuter Integration” Added new section (FATE#320566). Appendix A, Additional Software for SLES for SAP Added new appendix (FATE#320373). Chapter 7, Tuning , Chapter 9, Encrypting Directories Using cryptctl Clarifications. D.4 November 07, 2016—SLES for SAP 12 SP2 FCS Updates were made to the following sections. The changes are explained below. Section 1.1, “Software Components” Updated list of components. Section 1.2, “Software Repository Setup” Added section (bsc#320632). Chapter 3, Installing the Operating System, Chapter 4, Installing SAP Applications Updated chapters to match new installation wizards. Added list of supported SAP products (FATE#320454). Section 4.5, “Partitioning for an SAP Application Without the SAP Installation Wizard” Added section (bsc#929623). 97 December 07, 2016—SLES for SAP 12 SP2 Documentation Update SLES for SAP 12 SP3Chapter 7, Tuning, Chapter 8, Firewalling, Chapter 12, Creating Operating System Images, Chapter 13, Important Log Files Separated former chapter Configuration into smaller chapters. Section 7.2, “Tuning Systems with saptune” Updated section to refer to saptune (FATE#320361, FATE#320362, FATE#320633). Chapter 9, Encrypting Directories Using cryptctl Added section (FATE#320367). Chapter 11, Connecting via RDP Added section (FATE#320363). Appendix B, Partitioning for the SAP System Using AutoYaST Moved parts of Section 2.6.2, “Partitioning for the SAP System (stage 2)” that related to AutoYaST only to a new section. D.5 March 23, 2016 Updates were made to the following sections. The changes are explained below. Section 1.1.3.1, “SAPHana Resource Agent” Clarify wording. Section 3.3, “Using an External AutoYaST Profile” Clarify support status of AutoYaST (https://bugzilla.suse.com/show_bug.cgi?id=969341 ). D.6 February 29, 2016 Updates were made to the following sections. The changes are explained below. Section 12.2, “Cleaning Up an Instance Before Using It as a Master Image” Add new section. Section 12.1, “Creating Images with KIWI” Add new section. Section 2.2, “Downloading the Installation Image” Clarify that only DVD 1 is necessary for installation (doccomment#30069). 98 March 23, 2016 SLES for SAP 12 SP3Other updates Other corrections and small language updates. D.7 February 15, 2016 Updates were made to the following sections. The changes are explained below. Updates to the Structure of the Guide Improve organization of the guide by updating its structure. Chapter  2, Planning the Installation, Chapter 4, Installing SAP Applications, Configuring SUSE Linux Enterprise Server for SAP Applications, and Chapter 5, Setting Up an Installation Server for SAP Media Sets are now chapters instead of sections. Appendix C, Supplementary Media is now an appendix instead of section. Section 2.6, “Partitioning” is now a section within Chapter 2, Planning the Installation instead of a chapter. Merge Section 1.1, “Software Components” and Chapter 5, “SUSE Linux Enterprise Server for SAP Applications Components”. Move Section  3.2, “Using SLES for SAP Media from the Network” from Chapter 3, “Remote Installation from a Network Server” to Chapter 3, Installing the Operating System. Move Section 2.5, “Required Data for Installing” from Chapter 3, Installing the Operating System to Chapter 2, Planning the Installation. Move certain information from Section 1.1.4, “Installation Workflow” to Section 2.4, “Overview of the Installation Workflow”. Chapter 1, What Is SUSE Linux Enterprise Server for SAP Applications? Add figure. Section 1.1.3, “Simplified SAP HANA System Replication Setup” Add information on supported scenarios. Section 1.1.6, “Malware Protection with ClamSAP” Mention added support for NW-VSI 2.0. Section 1.1.7, “SAP HANA Security” Add new section. Section 1.1.8, “Simplified Operations Management” Add new section. 99 February 15, 2016 SLES for SAP 12 SP3Section 3.1, “Using the Installation Workflow” Remove outdated installation options. Update Installation Workflow. Section 3.3, “Using an External AutoYaST Profile” Remove information that duplicated. Chapter 4, Installing SAP Applications Update Installation Workflow. Section 8.2, “Configuring HANA-Firewall” Add new section. Section 7.2, “Tuning Systems with saptune” Add new section. D.8 May 29, 2015 Updates were made to the following sections. The changes are explained below. Section 1.1, “Software Components” Add more information on SUSE Linux Enterprise High Availability Extension. There are also White Papers about SUSE Linux Enterprise High Availability Extension and SUSE Linux Enterprise Server for SAP Applications. Chapter 2, Planning the Installation Provide ISO image download URL. Section 2.2, “Booting the Installation Medium” The package scope of the SLES for SAP Applications — Installation is identical to a default SUSE Linux Enterprise Server installation. Section 2.3, “SLES for SAP — Installation” Add note about pre-selected packages in case of registration at this stage of the installation. Section 2.4.3.5, “Registration” Add note about pre-selected packages in case of registration at this stage of the installation. Chapter 4, Installing SAP Applications Rewrite remote location specification. Section 2.6, “Partitioning” SAP HANA requires 2 GB of swap. 100 May 29, 2015 SLES for SAP 12 SP3Section 1.1.3, “Simplified SAP HANA System Replication Setup” Address SAP HANA System Replication (https://bugzilla.suse.com/show_bug.cgi? id=929626 ). Section 1.1.7.2, “Hardening Guide for SAP HANA” New section (https://bugzilla.suse.com/show_bug.cgi?id=929625 ). D.9 April 29, 2015 Updates were made to the following sections. The changes are explained below. General Replace SUSE Linux Enterprise Server 11 references with SUSE Linux Enterprise Server 12 everywhere, and adjust the text according to the new installation flow. About This Guide Update feedback information. Section 3.3, “Using an External AutoYaST Profile” Add note about loading an external profile via HTTP (https://bugzilla.suse.com/ show_bug.cgi?id=925747 ). D.10 October 28, 2013 Updates were made to the following sections. The changes are explained below. Chapter 3, Installing the Operating System Update “Hardware Requirements”, “Hard Disk” space, and adjust the following text accordingly. Section 2.6, “Partitioning” New chapter. Appendix D, Documentation Updates New appendix. 101 April 29, 2015 SLES for SAP 12 SP3">
To view the full page, please visit: SUSE Linux Enterprise Server for SAP Applications 12 SP3 Product Userguide

SUSE Linux Enterprise Server for SAP Applications 12 SP3

SUSE Linux Enterprise Server for SAP Applications 12 SP3
Buy now