Tuesday, 21 May 2013

How to Create & Configure Local SLD on SAP NetWeaver 7.3 AS Java after Installation

This document describes, How to Create a Local System Landscape Directory (SLD) on Netweaver 7.3 Application Server Java, after performing a new installation of SAP Netweaver 7.3 Application Server Java.

Basically when you perform the installation of SAP Netweaver 7.3 AS JAVA along with other usage type i.e. EP + DI, you are prompted to choose about System Landscape Directory. You can either register your new SAP system in an existing central SLD or you may opt out of SLD at all.

1.JPG

But in some usage types, like that of DI (Development Infrastructure), where you need to have a system landscape directory and you do not have a central system landscape directory, what would you do in that situation?

You can, opt out of using SLD during the installation and then create a local SLD after finishing installation.

This document contains the steps that need to be done to Create a Local SLD in your new SAP System and perform subsequent SLD configuration tasks.

Log in to your SAP System's Landscape Directory by launching URL:<protocol>://<AppServer_Hostname>:5xx00/sld

As you log in for the first time you will see the below message, "SLD Not Setup. Configure the SLD in Administration first"

2.JPG

Note: If you also get an error, saying that "No Authorization for SLD", then you need to setup the SLD Authorizations first and assign it to the user with which you have logged in and then continue. You should log in with the J2EE Administrator user, as this user has SLD authorizations by default. Further you can refer SLD Guide for Netweaver 7.3 at the following link:http://help.sap.com/saphelp_nw73/helpdata/en/48/b7b38fecf26745e10000000a421937/content.htm?frameset=/en/48/B682DF96655295E10000000A42189B/frameset.htm to configure SLD User Authorizations.

To first configure SLD, click on Administration, next to Home.

3.JPG

As you can see above, it says to perform Initial Setup first, so begin by clicking on Initial Setup

4.JPG
Enter the desired Object Server Name, for help you can click on Information icon against it.
To keep it fair and simple, i chose to use the application server's hostname as my object server name as per below

1.JPG
Now you can click on Start Initial Setup, so that it begin's to set up Local SLD in your app server. Monitor the completion and then click on Administration to check the status of SLD. If SLD has been setup properly you shall be able to see: "SLD Running" as shown below

1.JPG

Now you can begin to Configure your SLD to mark completion.

Configuring SLD Security


To configure SLD Security, you need to assign SLD Security Roles and actions to users and user groups.

From SLD Home page, navigate to Administration --> Settings and click on tab Server Configuration

1.JPG

Click on Perform Role Mapping, and you should receive a confirmation as shown below

1.JPG
Confirm the action and SLD roles will be mapped to corresponding groups

1.JPG

Check the Write Protection Setting for SLD, by clicking on Configure in front of Write Protection.

Keep the default write protection: None

1.JPG

Performing Initial Data Import

The SLD server implements the Common Information Model (CIM). The SAP CIM model and SAP Component Information (CR_Content.zip) are automatically imported when the SLD is started for the first time during installation. However, since the CR_Content.zip file contains all SAP Components that are available, the content of this file increases over time to include information about new components, such as new releases and support packages. So you must update the latest content in SLD. You can download the most up-to-date files on SAP Service Market Place. Refer SAP Note 669669 for downloading the latest CR Content Files from SAP Service Market Place.

To download the appropriate files, you will also need to check your SLD's Data Model and CR Version. To do so, navigate from SLD Home to Administration --> Details then select tab stripe Data

1.JPG

As per the above screen shot, this is my SLD version after a new Installation.
  • CIM Model Version => 1.6.34
  • CR Content Version => SAP_CR 8,8 (Released 2012-12-10)

Since then, the SLD components have been updated so, I will import the latest CIM Model and CR Content from SAP Service Market Place.

As per the SAP Note 669669, for my above CIM Model Version and CR Content Version, I have downloaded the following CR Delta files:
  1. CRDelta81611_0-20009730.ZIP
  2. CRDelta81612_0-20009730.ZIP
  3. CRDelta91601_0-20010858.ZIP
  4. CRDelta91602_0-20010858.ZIP

And the latest CIM Model, which is located under SAP CR CONTENT UP TO ... (the highest available year) and has the file name cimsap....zip.
If there are several of these files, use the latest one. I selected cimsap91602 0-20010858.zip (SP02 for SAP CR CONTENT UP TO 2013)

1.JPG
So, now you can download all the files i.e. CR Delta Files and the latest CIM Model.

To begin import, you first need to import the Model i.e. cimsap....zip

To import, navigate from SLD Home to Administration --> Import

1.JPG

Click on Choose File and select the downloaded latest CIM Model and click on Import

1.JPG

1.JPG

Well, as you may see above your SLD's CIM Model will be upgraded from version 1.6.34 to 1.6.36. Click on Continue Import. You will see the progress in the status bar. Once the import is completed, you shall receive a confirmation as per below.

1.JPG

1.JPG

Your CIM Model version has been successfully updated now, you can check back by navigating to Administration --> Details --> Data.

1.JPG

Next, you can import the CR Content Update Delta files sequentially, one after other:

  1. CRDelta81611_0-20009730.ZIP
  2. CRDelta81612_0-20009730.ZIP
  3. CRDelta91601_0-20010858.ZIP
  4. CRDelta91602_0-20010858.ZIP

Importing CRDelta81611_0-20009730.ZIP

1.JPG

1.JPG

Click on Continue Import and once the import completes, you can check back the new version of your CR Content

1.JPG
Similarly, import the remaining delta CR Updates to upgrade it to the latest level, and check back the latest CR Content version in your SLD.

1.JPG
As per above, your CIM Model version is updated to latest CIM Model 1.6.36 & CR Content has been update to 9.2,being the latest.

You have now successfully completed the Import Data step.

Now, you need to do one final step i.e. Automated Java Functional Configuration

Java Functional Configuration


You use the functional unit configuration tool to perform the initial setup of Java Functional Units.

To call the Java Functional Unit tool, launch URL http://<host>:<httpport>/sld/fun and log in with appropriate Administrator user.

1.JPG
From the list of installed functional units, select those you want to configure. If the configuration of a functional unit requires additional functional units, the tool selects them automatically. You can select multiple functional units by pressing Ctrl or Shift.

You can performing Automated configuration, if at least one automated configuration task is available in your selection of functional units i.e. Enable Automatically button is available.

Select the required functional units and click on Enable Automatically (Note: The initial status is shown disabled)

1.JPG

A pop up configuration wizard screen appears. Follow the configuration wizard. The tool makes the necessary settings and sets the configuration task to status enabled after it has finished successfully.

1.JPG

Provide the required inputs and follow the wizard, it will automatically do all the necesarry configurations.

1.JPG

Once the configuration completes successfully, you can refresh the Main Functional Unit Configuration Window to check the status. The status should be Enabled now.

1.JPG

With this, you have successfully completed the Installation & Configuration of Local SLD on SAP Netweaver 7.3 Application Server Java after a new installation.

Hope this helps!

Regards,
Akshay

1 comment: