08
Jul
What are the types of Cloud Computing?
0
Cloud Computing can be classified into three categories based on the deployment models- Private, Public, and Hybrid Cloud. Determining the right Cloud Computing deployment is directly associated with the business requirements. Public Cloud The Public Cloud environment is usually owned by a Cloud Service Provider and remains accessible to multiple tenants connected via the Internet.... Read More
11
May
How to add SSL Certificate in own system
Step 1: Log in to SAP GUI Execute the tcode >> strust Step2: Click on SSL server standard Step 3: Select the edit option here Step 4: As shown in the screenshot, you need to merge three certificates in one text document Step 5: Copy the content from provided SSL certificate in text format Step... Read More
21
Apr
How to generate CSR with a new KEY on the command line
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
01
Mar
S4/HANA Cost-optimized Cluster Setup
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 1. BACK UP 1.1 Take... Read More
11
Feb
How to Create & Copy user role in SAP system
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 created in Y & Z... Read More