Technical Articles
Part 1:SAP Business objects: Let’s make installation simple with combination of Linux and ASE DB
Hello,
SAP Business Object : 4.2
Linux : Suse X64
DB : ASE 16
Installation : Shared (Clusters as shown below)
1. Database Server Settings
User:
First, I established a user to install the database on the server.
I’m making a single user who can share a name with all other servers, such as DB and bobj sid.
Please set up the user as shown below.
Please enter your username.
Set Login Shell
When you create this user on the remainder of the clustered servers, make sure the User ID is the same on all of them.
Next, install the appropriate library files and make kernel adjustments.
Library files and kernel settings
Referance: https://help.sap.com/viewer/65018c09dbe04052b082e6fc4ab60030/4.2.7/en-US/9714a878-d607-458e-9118-de9668c81f11.html
Required libraries can be installed by ZYPPER
- zypper install glibc
- zypper install glibc-32bit
- zypper install libstdc++33
- zypper install libstdc++33-32bit
Example as below
Edit or add the following kernel parameters and values to the /etc/sysctl.conf file
Now get your disks ready for installation
Disk Mounts
Ensure that the user you created has read/write access to all mounts (Each and every server)
As shown below, an optional component can be installed.
unixODBC
Install unixODBC through YaST2
Now your server is ready to begin installing the ASE database.
Part 2:SAP Business objects: Let’s make installation simple with combination of Linux and ASE DB
Thank you for taking the time to read this.
Yogesh Patel