Vous êtes sur la page 1sur 82

Localiza

Solution Manager Installation

Consultant Product Version Data Document Version

Alexander Di Gregrio SAP Solution Manager 7.01 16/03/2011 1.0

ndice Pre-Requisites................................................................................................................................................... 3
SAP Guides ...................................................................................................................................................................... 3 SAP Notes ........................................................................................................................................................................ 3 Performing Basic Windows Preparation Steps ................................................................................................. 4 Disabling the Windows Server 2008 Firewall Temporarily......................................................................... 5 Performing Basic Windows Preparation Steps ................................................................................................. 5 Required User Authorization for Running SAPinst ......................................................................................... 7 Installing the Java Development Kit...................................................................................................................... 7 Downloading the JCE Unlimited Strength Jurisdiction Policy Files Archive ........................................ 12 Preparing the Installation DVDs.......................................................................................................................... 12 Installing the SQL Server 2008 Database Software ...................................................................................... 14 Running SAPInst ........................................................................................................................................................ 23 Logging On to the Application Server ................................................................................................................ 47 Installing the SAP License ...................................................................................................................................... 51 Applying the Latest Kernel and Support Package Stacks ........................................................................... 53 Performing Initial ABAP Configuration ............................................................................................................ 55

Planning .............................................................................................................................................................. 4 Preparation ........................................................................................................................................................ 5

Installation ...................................................................................................................................................... 14

Post- Installation ........................................................................................................................................... 47

Alex Di Gregrio

Page 2

11/4/2011

Pre-Requisites
In order to begin the installation of SAP Solution Manager its mandatory to verify all prerequisites according SAP documentation. Following the documentation that were used to verify all pre-requisites and to do the installation

SAP Guides
Guide: Installation GuideSAP Solution Manager 7.0 including SAP Enhancement Package 1 on Windows: MS SQL Server Document Version: 1.10 2009-04-30

SAP Notes
Note 1276022 - SAP Solution Manager 7.0 EHP1 Installation Note 1088980 - Documentation: SAP Solution Manager Note 1010428 - End-to-End Diagnostics Note 1164532 - Release Restrictions for SAP NetWeaver 7.0 EHP1 Note 1234384 - Inst. NetWeaver 7.0 EhP1 - Diagnostics Agent installation Note 855498 - Installation Prerequisite Checker Note 73606 - Supported Languages and Code Pages Note 781448 - Support Package levels of Solution Manager installations/upgrades Note 789220 - Support Package level for NetWeaver Installations/Upgrades Note 925741 - Adobe Document Services with Nonsupported Platforms Note 611361 - Hostnames of SAP servers Note 849423 - Length of hostname for ABAP installation on Windows/Oracle Note 212876 - The new archiving tool SAPCAR Note 723909 - Java VM settings for J2EE 6.40/7.0

Alex Di Gregrio

Page 3

11/4/2011

Planning
Performing Basic Windows Preparation Steps
Parameter SAP SID Database ID Solution Manager Diagnostics ID Instance Number Instance Number for the Diagnostics Agent Name of Instance Host Abap Message Server Port JAVA Message Server Port SLD Destination Value SM1 DBSM1 SMD 10 11 srv-solmandev 3610 3912 Local

Alex Di Gregrio

Page 4

11/4/2011

Preparation
Disabling the Windows Server 2008 Firewall Temporarily
As of Windows Server 2008, the Windows firewall is turned on by default. It is configured to allow only a small set of Windows-specific inbound IP connections. Outbound connections by default are not limited to rules and are therefore not restricted by the firewall. The default firewall settings are valid for the out-of-the-box installation of Windows Server 2008 and apply to local policies. For domain policies that override local policies, other rules might apply. To avoid any problems with nonconfigured TCP/IP ports that are used by the SAP system, you need to temporarily disable the firewall before you install the SAP system with SAPinst 1. Choose > Start > Administrative Tools >Windows Firewall with Advanced Security. 2. Right-click Windows Firewall with Advanced Security and choose Properties. 3. Choose the relevant profile (in most cases Domain Profile) and set the Firewall state to Off.

Performing Basic Windows Preparation Steps


This section informs you about basic preparation steps that you have to perform before you install the SAP system, including the following:

Alex Di Gregrio

Page 5

11/4/2011

Checking the Windows file system You need to check that you are using the Windows file system NTFS on hosts where you want to install the SAP system. NTFS supports full Windows security and long file names. Do not install the SAP system on a FAT partition.

1. Open the Windows Explorer. 2. Select the relevant disk. 3. Choose Properties > General. The system displays the type of file system in use. Check that the file system is NTFS.

Alex Di Gregrio

Page 6

11/4/2011

Required User Authorization for Running SAPinst


Although SAPinst automatically grants the required rights to the user account used for the installation, you have to check whether this account has the required authorization to perform the installation. The authorization required depends on whether you intend to perform a domain or local installation. If necessary, you have to ask the system administrator to grant the account the necessary authorization before you start the installation. If you attempt the installation with an account that has not the required authorization, the installation aborts. This section informs you about the authorization required for a domain and a local installation. CAUTION Do not use the user <sapsid>adm for running SAPinst. For a local installation the account used for the installation needs to be a member of the local Administrators group of the machine involved. In a local installation, all Windows account information is stored locally on one host and is not visible to any other hosts in the system. If the SAP system is to run on a single machine, you can perform a local installation.

For a local installation, you need to: 1. Check that the account used for the installation is a member of the local Administrators group. 2. If required, obtain these rights by asking the system administrator to enter the account as member of the local Administrators group.

Installing the Java Development Kit


You need to prepare the system for the Java EE Engine by installing the Java Development Kit (JDK). The Java Engine requires a Java Development Kit (Java 2 SDK, Standard Edition = JDK) on every host where the Java Engine is to be installed. Procedure 1. Check the JDK versions that are released for SAP systems in the Product Availability Matrix (PAM): 2. Go to http://service.sap.com/pam. 3. Choose Start PAM with navigation by category. 4. Choose tabstrip JSE Platforms. NOTE For more information about how to download it, see the relevant SAP Note for your operating system, which is referenced near the beginning of SAP Note723909. 2.Make sure a valid JDK version is installed on every host on which you want to install an SAP instance with the J2EE Engine, as follows:

Alex Di Gregrio

Page 7

11/4/2011

After download SDK, it should be installed and set some environment variables after installation. 1. Run the package downloaded from sun website

2. Change the path to C:\j2sk1.4.2\

Alex Di Gregrio

Page 8

11/4/2011

3. Just keep the standard and hit Next

Alex Di Gregrio

Page 9

11/4/2011

After have Java installed, an environment variable must be created and Path must be changed. Create JAVA_HOME variable and point to java download folder.

Alex Di Gregrio

Page 10

11/4/2011

Add the variable JAVA_HOME in the and of Path. Dont forget to use %JAVA_HOME% as you can see in the picture below

Check the installed version of the JDK by entering the following command: java -version

Alex Di Gregrio

Page 11

11/4/2011

Downloading the JCE Unlimited Strength Jurisdiction Policy Files Archive


As of SAP NetWeaver 7.0 strong encryption is mandatory for the Java EE Engine and for all usage types that are deployed on it. You need to obtain the Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files for the JDK you are using beforehand so that SAPinst can install them. The JCE Unlimited Strength Jurisdiction Policy Files archive (JCE policy zip file) is specific for each Java VM provider and is available as a free download from the corresponding vendor's site. Prerequisites You have installed the Java Development Kit (JDK) for your platform. Make sure there is not an older version of the JCE policy zip file for your platform on the installation host. CAUTION If there is an old JCE policy zip file, the Prerequisite Checker does not recognize this fact. For this reason, SAPinst throws a java.lang.SecurityException during the Create Secure Store step stating the jurisdiction policy files are not signed by trusted signers. Procedure 1. Download the JCE policy zip file for your platform at http://java.sun.com/j2se/1.4.2/download.html NOTE You must not unzip the archive. 2. SAPinst installs the JCE policy files during the installation process.

Preparing the Installation DVDs


Following the media used to install SAP NetWeaver 7.0 SAP Instance Installation
Central services instance, central instance, dialog instance Database instance

Required DVDs
Installation Master DVD - 51038620 Kernel DVD - 51036767 SAP NetWeaver Java DVD RDBMS Client DVD - 51031678 Installation Master DVD - 51038620 Kernel DVD - 51036767 SAP NetWeaver Java DVD RDBMS DVD - 51031678 (Oracle database software installation only) RDBMS Patch DVD (if available) - 51036971 (Oracle database software installation only)
NOTE

SAP GRC ACCESS CONTROL 5.3

For an MCOD system you require the RDBMS Client DVD instead of the RDBMS DVD and the RDBMS Patch DVD (if available). SAP GRC Access Control 5.3 - 51035605 Onl. Doc. SAP GRC Access Control 5.3 - 50097389

Alex Di Gregrio

Page 12

11/4/2011

Use following methods to make DVDs available: Before the installation, copy DVDs manually to local hard disks. Create a download directory on the host on which you want to run SAPinst. Identify all download objects that belong to one installation DVD according to one or both of the following: Material number Title Extract the individual download objects using SAPCAR, starting with the lowest sequence number for example 51031387_1, then 51031387_2, and so on. During the download SAPCAR sets up the structure of the installation DVD. NOTE SAPCAR asks if you want to replace existing files, for example LABELIDX.ASC. Always accept with Yes. CAUTION If you copy the DVDs to disk, make sure that the paths to the destination location of the copied DVDs do not contain any blanks. If you perform a domain installation and do not want to copy the DVDs but use network drives for mapping the installation DVDs, make sure that the <sapsid>adm user has access to the UNC paths of the network drives.

Alex Di Gregrio

Page 13

11/4/2011

Installation
Installing the SQL Server 2008 Database Software
Procedure 1. On the database server, start the setup.exe from the directory relevant of operational system

Alex Di Gregrio

Page 14

11/4/2011

After the initial automatic check, verify if every Rule was passed successfully and hit OK

Click Install for Setup Support Files

Alex Di Gregrio

Page 15

11/4/2011

After Setup Support Rules Installation, verify the status of every item before continue. Then hit next.

Alex Di Gregrio

Page 16

11/4/2011

DO NOT CHANGE the product key, just hit Next

Accept the terms and Hit Next

Alex Di Gregrio

Page 17

11/4/2011

Keep SQL Server Feature Installation selected and hit Next

Select ONLY the items showed on the follow picture and hit Next

Alex Di Gregrio

Page 18

11/4/2011

Verify the status of the Installation Rules and hit Next

Verify the Disk Space Requirements and hit Next

Alex Di Gregrio

Page 19

11/4/2011

Enter the user and password for SQL Server, before hit Next, YOU MUST CHANGE THE COLLATION to SQL_Latin1_General_CP850_BIN2

Add current user to proceed to next step

Alex Di Gregrio

Page 20

11/4/2011

Verify the Installation Configuration Rules status and hit Next

Check the summary and hit Install

Alex Di Gregrio

Page 21

11/4/2011

The installation should take several minutes, wait for completion process and close the wizard.

Alex Di Gregrio

Page 22

11/4/2011

Running SAPInst
After installing Oracle and applied patches, sapinst.exe should be loaded. To execute sapinst, just go thought Installation master media folder and double click on sapinst.exe

Alex Di Gregrio

Page 23

11/4/2011

Alex Di Gregrio

Page 24

11/4/2011

Alex Di Gregrio

Page 25

11/4/2011

Alex Di Gregrio

Page 26

11/4/2011

Alex Di Gregrio

Page 27

11/4/2011

Alex Di Gregrio

Page 28

11/4/2011

Alex Di Gregrio

Page 29

11/4/2011

Alex Di Gregrio

Page 30

11/4/2011

Alex Di Gregrio

Page 31

11/4/2011

Alex Di Gregrio

Page 32

11/4/2011

Alex Di Gregrio

Page 33

11/4/2011

Alex Di Gregrio

Page 34

11/4/2011

Alex Di Gregrio

Page 35

11/4/2011

Alex Di Gregrio

Page 36

11/4/2011

Alex Di Gregrio

Page 37

11/4/2011

Alex Di Gregrio

Page 38

11/4/2011

Alex Di Gregrio

Page 39

11/4/2011

Alex Di Gregrio

Page 40

11/4/2011

Alex Di Gregrio

Page 41

11/4/2011

Alex Di Gregrio

Page 42

11/4/2011

Alex Di Gregrio

Page 43

11/4/2011

Alex Di Gregrio

Page 44

11/4/2011

Alex Di Gregrio

Page 45

11/4/2011

Alex Di Gregrio

Page 46

11/4/2011

Post- Installation

Logging On to the Application Server


You need to check that you can log on to the SAP system with the standard users, given in the table below: User
SAP system user

User Name
SAP* DDIC 000,001,066 000,001

Alex Di Gregrio

Page 47

11/4/2011

Procedure Logging On to the Java Application Server You access AS Java with a URL using a Web browser from your client machines. To log on to the Java application server, proceed as follows: 1. Start a Web browser and enter the following URL: http://<hostname_of_J2EE_Engine_Server>:5<Instance_Number>00 http://srv-solmandev:51000

Alex Di Gregrio

Page 48

11/4/2011

Alex Di Gregrio

Page 49

11/4/2011

Alex Di Gregrio

Page 50

11/4/2011

Installing the SAP License


Run txcode SLICENSE

Click on new licenses and then on Install button

Alex Di Gregrio

Page 51

11/4/2011

Alex Di Gregrio

Page 52

11/4/2011

Applying the Latest Kernel and Support Package Stacks


To apply latest Kernel and SPkages its necessary download it from SAP Marketplace and put all extracted files (using sapcar) into Trans\EPS\in folder.

Then open SAP Tool JSPM and select Support and Enhancement Package Stack

Alex Di Gregrio

Page 53

11/4/2011

Alex Di Gregrio

Page 54

11/4/2011

Performing Initial ABAP Configuration


CAUTION

This section does not apply to the installation of a Java Add-In to an existing ABAP system. When you have installed your SAP ABAP system, you have to perform the following initial configuration steps:

Define Logical System (SALE)

Click on New Entries

Alex Di Gregrio

Page 55

11/4/2011

Alex Di Gregrio

Page 56

11/4/2011

SCC4

Alex Di Gregrio

Page 57

11/4/2011

Alex Di Gregrio

Page 58

11/4/2011

Change parameter login/no_automatic_user_saptar to 0 to allow login on new client as sap* then log on client 100

SCCL

Alex Di Gregrio

Page 59

11/4/2011

START IMEDIATELY

Alex Di Gregrio

Page 60

11/4/2011

Perform a consistency check SICK

Alex Di Gregrio

Page 61

11/4/2011

Configure the transport management system SE06

Alex Di Gregrio

Page 62

11/4/2011

STMS

Alex Di Gregrio

Page 63

11/4/2011

Perform basic operations RZ04

SM36

Alex Di Gregrio

Page 64

11/4/2011

Alex Di Gregrio

Page 65

11/4/2011

Alex Di Gregrio

Page 66

11/4/2011

Alex Di Gregrio

Page 67

11/4/2011

Goto operation mode timetable

Alex Di Gregrio

Page 68

11/4/2011

Alex Di Gregrio

Page 69

11/4/2011

SM36

Alex Di Gregrio

Page 70

11/4/2011

Install languages and performing language transport I18n

Alex Di Gregrio

Page 71

11/4/2011

Smlt

Alex Di Gregrio

Page 72

11/4/2011

Alex Di Gregrio

Page 73

11/4/2011

Alex Di Gregrio

Page 74

11/4/2011

Configure system parameters Rz10

Alex Di Gregrio

Page 75

11/4/2011

Alex Di Gregrio

Page 76

11/4/2011

Setting the SQL Server Agent Configuration

Alex Di Gregrio

Page 77

11/4/2011

Maintain your company address for initial users

Running Solman_setup

Alex Di Gregrio

Page 78

11/4/2011

Alex Di Gregrio

Page 79

11/4/2011

Alex Di Gregrio

Page 80

11/4/2011

Alex Di Gregrio

Page 81

11/4/2011

Alex Di Gregrio

Page 82

11/4/2011

Vous aimerez peut-être aussi