SAP
1 min read
27

How to generate CSR with a new KEY on the command line

April 21, 2022
0

1. Use the below command in the application server openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr 2. Updated below details as required 3. After updating you will get the CSR file and Key file 4. Enter the command: cat server.csr 5. Next, cat server.key

Continue Reading
SAP
2 min read
31

S4/HANA Cost-optimized Cluster Setup

March 1, 2022
0

To support the high availability of your SAP system, the IT team can install SAP in a cluster environment. A cluster is a group of two or more connected servers that are configured with the same operating system, databases, and applications. These connected servers are referred to as “nodes.” Procedure

Continue Reading
SAP
3 min read
243

How to Create & Copy user role in SAP system

February 11, 2022
0

A role is you assign to your users the user menu that is displayed after they log on to the SAP system. Roles also contain the authorizations that users can use to access the transactions, reports, Web-based applications, and so on that are contained in the menu. Roles should be

Continue Reading
SAP
2 min read
39

How to generate MAX DB Files Level Backup

January 21, 2022
0

SAP MAX DB SAP MaxDB is an RDMS that is introduced along with a group of development and management tools. The system supports both the command line as well as graphical user interfaces. It is essentially a collection of data containing a standard format. The data consist of a database

Continue Reading
SAP
1 min read
19

How to add the HANA DB instance in eMagic

December 28, 2021
0

What is a HANA Instance? An SAP HANA instance (HDB) is the small operational unit on a host. It is the set of SAP HANA system components that are installed on one host. A single-host system holds one instance on one host. A multiple-host system carries several instances distributed across

Continue Reading