FAQ about SAP HANA, Business One version SAP HANA and Business One Analytics powered by HANA Installation
- Introduction
- How do I rename the Linux host?
- What do I do if the HANA installation hardware check fails?
- How to upgrade an existing SAP HANA?
- How to uninstall SAP HANA?
- How to install SAP Business One, analytics powered by SAP HANA
- How to upgrade SAP Business One Analytics powered by SAP HANA?
- How to uninstall SAP Business One Analytics powered by SAP HANA?
- How to Install BUSINESS ONE version for SAP HANA?
- How to install the analytics component for BUSINESS ONE HANA?
- How to reset password for HANA administrator “ndbadm”?
- What HANA components need to be installed on the Business One Client machine?
- What Linux component are required for SAP Business One 9.0?
- How to schedule a backup using cron?
Introduction
What are my choices for Linux graphical environments?
How to logon to Linux?
- Use an SSH client to logon the Linux Server
- Start the VNC server in the terminal using the command: vncserver :1
- The :1 can be any number you must note the number because it is a required parameter to make a connection to the server using the VNC client
- If you are starting VNC for the first time you will be asked to input a password. You will be prompted for this password when you connect from your windows desktop.
- On the windows desktop start Xming it will now listen for including xWindows requests.
- Start putty, and input the remote Linux desktop IP address.
5. Press Open button, then input the user and password of the Linux server.
How do I rename the Linux host?
- /etc/hostname
- /etc/hosts there is a reference here defining local host and it must be updated.
Can I change the hostname after installing SAP HANA, SAP BUSINESS ONE HANA, or SAP BUSINESS ONE ANALYTICS?
How to extract “SAR” file?
1. Download SAPCAR:
- Download the HANA Installation CD in the HANA linux server directly,
- Download the latest version of the SAPCAR tool for your linux server,
- Extract the HANA installation in Linux Server directly rather than extract in a windows machine, then transfer the HANA installation CD from the windows machine to Linux Server for the installation.
Often you download a program with a name like SAPCAR_315-20010449.EXE which makes no sense because the extension means nothing to Linux,so you can change the name to SAPCAR using the command below:
mv SAPCAR_315-20010449.EXE SAPCAR
In the command above, replace the following file before execution.
– sapcar*****.exe with the exact sapcar executable name
– YOUR_SAR_FILE_NAME.SAR with the SAR file name.
– The command is case sensitive
-manifest SIGNATURE.SMF: This option is to generate SINGATURE.SMF required required by hdblcm/hdblcmgui tool to install the several SAP HANA Components since SAP HANA Rev 100.
You should only use the parameter when extracting SAP HANA DB Engine, not for the other components, for only one SINGATURE.SMF is needed.
How to exchange files between Linux and Windows?
Tool | Location |
---|---|
Windows ftp client | Included with MS-Windows. Called from command line using ftp |
winscp | https://winscp.net/eng/index.php |
FileZilla | https://sourceforge.net/projects/filezilla/files/FileZilla_Client/3.5.3/FileZilla_3.5.3_win32-setup.exe/download?_test=xmerch1 |
How to install SAP HANA?
Please refer to SAP HANA installation guide for detail, this section just brief the general procedure of SAP HANA installation for BUSINESS ONE ANALYTICS and BUSINESS ONE HANA.
- Download the SAP HANA DATABASE package version required.
Option 2: for BUSINESS ONE HANA installation, please select SAP Business One, version for SAP HANA
“sbrun” file can be found in (
Or run “./hdbsetup” to launch the graphical installation wizard if you have enabled xWindows as described in the x-windows section above.
HANA System ID: NDB
What do I do if the HANA installation hardware check fails?
If the HANA installation fails because the hardware check fails follow the steps in SAP Customer note 1658845
https://service.sap.com/sap/support/notes/1658845.
How to upgrade an existing SAP HANA?
- Download the SAP HANA DATABASE package version required.
Option 2: for BUSINESS ONE HANA installation, please select SAP Business One, version for SAP HANA
“sbrun” file can be found in (
How to uninstall SAP HANA?
- Log on to the HANA Linux server with root user.
- Go to the installation path of your SAP HANA Database (by default /usr/sap/NDB)
- Then go to the folder where installation binaries are stored: For example: /usr/sap/NDB/global/hdb/install/bin
- Run “./hdbuninst” and follow the instructions
How to install SAP Business One, analytics powered by SAP HANA
Download:
http://service.sap.com/sbo-swcenter
Prerequisite:
- HANA server should be able to telnet the B1 DB Server. E.g. with Linux command:
telnet YOUR_B1_DB_SERVER_IP_OR_SERVERNAME 1433Make sure the port of SQL Server DB instance are enabled in the firewall.
General Installation Procedure:
- Copy the BUSINESS ONE ANALYTICS installation package to Linux server
- Log on Linux with root user
- Change the permission to enable execution of BUSINESS ONE ANALYTICS_Installation_CD/InstData/VM/ directory with Linux command:
chmod –R 754 * - Launch the installation by run ./install.bin from BUSINESS ONE ANALYTICS_Installation_CD/InstData/VM/ directory. You must have an xWindows client running when you do this, there is no console mode install.
-ndbadm (Linux OS user for HANA administration)
How to upgrade SAP Business One Analytics powered by SAP HANA?
General Installation Procedure:
- Before upgrading B1 Analytics, please stop all the replication from BUSINESS ONE ANALYTICS admin Console which already start the replication, otherwise you may have some error below during upgrade.
- Copy the BUSINESS ONE ANALYTICS installation package to Linux server
- Log on Linux with root user
- Change the permission to enable execution of BUSINESS ONE ANALYTICS_Installation_CD/InstData/VM/ directory with Linux command:
chmod –R 754 * - Launch the installation by run ./upgrade from BUSINESS ONE ANALYTICS_Installation_CD/InstData/VM/ directory
How to uninstall SAP Business One Analytics powered by SAP HANA?
- Log on to HANA Server with root user
- Go to
/_BUSINESS ONE ANALYTICS_installation.
- Run “./Change_BUSINESS ONE ANALYTICS_installation” to launch the uninstallation.
How to Install BUSINESS ONE version for SAP HANA?
How to install the analytics component for BUSINESS ONE HANA?
- Copy the B1 analytics folder to HANA server
- The installation of B1 analytics for BUSINESS ONE HANA is every similar to BUSINESS ONE ANALYTICS installation. Please refer to How to install BUSINESS ONE ANALYTICS for details.
How to reset password for HANA administrator “ndbadm”?
- Open the Linux terminal on SAP HANA database server.
- Logon as root user.
- Reset the password of ndbadm with command “passwd ndbadm”
What HANA components need to be installed on the Business One Client machine?
What Linux component are required for SAP Business One 9.0?
Before installing SAP Business One ServerTools and Server, please make sure the following software components are installed properly in HANA server.
SuSE Enterprise Linux components | |
libstdc++46 32 bit | Used by Linux HANA client 32 bit installation |
Libgthread 32bit | Used by Linux HANA client 32 bit installation |
Samba | B1H Server installation for B1_SHR |
libgcrypt | B1H Server installation for SBO-COMMON and Demo DB creation) |
libaio | B1H Server installation for SBO-COMMON and Demo DB creation) |
SAP HANA components | |