Product specifications
4.3 Appendix C – Additional Packages for SAP HANA
Support
The following program is used for SAP support. It is usually not shipped on a DVD/Channel for the plain RHEL
6.x installation.
This program has to be downloaded from the SAP Service Marketplace:
● niping
See the table below for details of what these programs are used for.
Table 5:
Name
Description
niping SAP tool used for testing the network
4.4 Appendix D – The XML Password File
Below you can find an example password file for the SAP HANA installation. All the passwords are written in
plain text in this file.
Observe the following security recommendations:
● Set the access permission of the file as restrictively as possible
● Remove the file immediately after it is no longer used (by default this is performed automatically by
kickstart)
● If a password file is used in a kickstart file, acquire the file over a secure transmission path
<?xml version="1.0" encoding="UTF-8"?>
<Passwords>
<password>Adm1234</password>
<sapadm_password>Agent1234</sapadm_password>
<system_user_password>Sys1234</system_user_password>
<root_password>Root1234</root_password>
</Passwords>
The table below explains which user the password is set for, and what function the user has. Replace the
<sid> with the one you entered during installation.
Table 6:
Keyword
User name Remark
password <sid>adm Operating system administrator
sapadm_password sapadm SAP host agent user
system_user_password SYSTEM Administrative user for SAP Database
root_password root Linux root user
22
P U B L I C
© 2015 SAP SE or an SAP affiliate company. All rights reserved.
Red Hat Enterprise Linux (RHEL) 6.5 Configuration Guide for SAP HANA
Appendix