+ All Categories
Home > Documents > Install Sap on Solaris11 Wp 1709224

Install Sap on Solaris11 Wp 1709224

Date post: 18-Oct-2015
Category:
Upload: -
View: 136 times
Download: 1 times
Share this document with a friend
Description:
Install Sap on Solaris11 Wp 1709224
Popular Tags:

of 40

Transcript
  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    1/40

    An Oracle White Paper

    November 2012

    Installing Highly Available SAP Applications onOracle Solaris 11 for Oracle Solaris Cluster 4.x

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    2/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    1. Introduction ........................................................................................................ 12. Prepare Oracle Solaris 11 and Oracle Solaris Cluster 4.x with Logical Hosts .... 23. Preparation for Installing a High Availability SAP System onOracle Solaris Cluster 4.x ................................................................................ 124. Installing a High Availability SAP System on Oracle Solaris Cluster 4.x ........... 165. Troubleshooting for SAP Installation ................................................................ 196. Make Oracle Solaris Cluster Nodes Identical for SAP ...................................... 217. Installing Local Additional Application Servers on the Physical Host ................ 248. Configure Oracle Database under Oracle Solaris Cluster Control .................... 25

    9. Configure SAP Instances Under Oracle Solaris Cluster Control ...................... 27

    10. Enable Oracle Solaris Cluster HA Connector for SAP MMC (Optional) .......... 3311. Troubleshooting for HA SAP on Oracle Solaris Cluster 4.x ............................ 35Conclusion .......................................................................................................... 37References .......................................................................................................... 37

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    3/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    1

    1. Introduction

    This document describes how to install High Available SAP on Solaris 11. We have one

    Solaris Cluster 4.x with 2 Solaris 11 servers. Two SAP systems (SID: BMW and BNZ) are to

    be installed. The SAP system BMW is an ABAP-only system. The SAP system BNZ is a Java-

    only System. Both systems have Oracle Database 11.2.0.3.

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    4/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    2

    2. Prepare Oracle Solaris 11 and Oracle Solaris Cluster 4.x withLogical Hosts

    There are two physical cluster node pstar1 and pstar2 in the cluster pstar. Two Solaris Zone Clustersvzstar1a/vzstar2a and vzstar1b/vzstar2b are created on the Solaris Cluster, one for each SAP system.

    Figure 1. The structure of two zone clusters.

    The above picture shows the structure of the two Zone Clusters. The ABAP-only SAP system BMW is

    installed in zone vzstar1a and will be able to fail over to zone vzstar2a. For this system, 5 SAP

    instances ASCS, ERS, DB, PAS, AAS are installed, 5 logical hosts are required.

    ASCS.ABAP message server and enqueue server

    ERS.Enqueue Replication Server

    DB.Oracle Database

    PAS.Primary Application Server (former Central Instance: DVEBMGS)

    AAS.Additional Application Server (former Dialog Instance)

    Each of the above instances are installed on its own logical host and is able to failover to the other

    cluster node. ASCS and ERS instances should run on different cluster nodes to get most high

    availability for the SAP enqueue lock table. The other instances may run freely on any cluster node.

    The Java-only SAP system BNZ is installed on zone vzstar1b and will be able to fail over to zone

    vzstar2b. For this system, 6 SAP instances are installed, 4 logical hosts are required.

    pstar1 pstar2

    ERS

    DB

    PAS

    AAS

    vzstar2b

    ASCS

    DB

    PAS

    AAS

    vzstar1a

    SCS

    DB

    PAS

    AAS

    vzstar1b

    ERS

    DB

    PAS

    AAS

    vzstar2a

    PAS

    PAS

    Active instance

    Not running

    Failover

    Multiple Masters

    Cluster / Zone Cluster

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    5/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    3

    SCS.Java message server and enqueue server

    ERS. Enqueue Replication Server

    DB.Oracle Database

    PAS.Primary Application Server (former Central Instance: JCxx)

    AAS (2).Additional Application Server (former Dialog Instance)

    The SCS, ERS, DB and PAS instances are installed on 4 logical hosts and are able to failover to the

    other cluster node separately. The two AAS instances are installed on physical hosts, is to be

    configured as multiple masters resource. You may also combine two or even more of the instances on

    same logical hosts, but then the instances must failover together.

    The following are steps for preparation the cluster for SAP on Solaris 11:

    1. On Solaris 11, SAP requires Solaris 11 SRU 1 or higher and Solaris Cluster 4.0 SRU4 or higher.

    2. Prepare the required Solaris Cluster 4.x (x=0,1) with Solaris 11. Please see the related Solaris 11and Solaris Cluster 4.x documents.

    A. Set the ha-cluster publisher on all nodes

    pstar1# pkg set-publisher -p http://xxxx.us.oracle.com/ha-cluster/support/pkg set-publisher:

    Added publisher(s): ha-cluster

    B. Install the ha-cluster packages and run scinstall on all nodes

    pstar1# pkg install [email protected]# /usr/cluster/bin/scinstall

    C. Edit the nsswitch.conf file on all nodes

    root@pstar1:~# svccfg -s svc:/system/name-service/switchsvc:/system/name-service/switch> setprop config/password = astring: "files [NOTFOUND=return]nis [TRYAGAIN=0]"svc:/system/name-service/switch> setprop config/group = astring: "files [NOTFOUND=return] nis[TRYAGAIN=0]"svc:/system/name-service/switch> setprop config/publickey = astring: "files [NOTFOUND=return]

    nis [TRYAGAIN=0]"svc:/system/name-service/switch> setprop config/project = astring: "files [NOTFOUND=return]nis [TRYAGAIN=0]"svc:/system/name-service/switch> exitroot@pstar1:~# svcadm refresh svc:/system/name-service/switch

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    6/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    4

    3. Create a 100GB file system for the SAP ABAP system and another 100GB filesystem for the SAP

    JAVA system using SVM

    A. Create the metadb (run this command on all nodes)

    root@pstar1:~# metadb -a -f -c 3 c0t5000C5001B07FB3Bd0s3root@pstar1:~# metadb

    flags first blk block counta u 16 8192

    /dev/dsk/c0t5000C5001B07FB3Bd0s3a u 8208 8192

    /dev/dsk/c0t5000C5001B07FB3Bd0s3a u 16400 8192

    /dev/dsk/c0t5000C5001B07FB3Bd0s3

    B. Create the metasets (run this command on one node only)

    root@pstar1:~# metaset -s sap_abap -a -h pstar1 pstar2root@pstar1:~# metaset -s sap_java -a -h pstar1 pstar2

    C. Add the devices to the metasets (run this command on one node only)

    root@pstar1:~# metaset -s sap_abap -a /dev/did/rdsk/d3 /dev/did/rdsk/d4 /dev/did/rdsk/d5/dev/did/rdsk/d6 /dev/did/rdsk/d7 /dev/did/rdsk/d8 /dev/did/rdsk/d37 /dev/did/rdsk/d38 /dev/did/rdsk/d39 /dev/did/rdsk/d40 /dev/did/rdsk/d41/dev/did/rdsk/d42root@pstar1:~#root@pstar1:~# metaset -s sap_java -a /dev/did/rdsk/d17 /dev/did/rdsk/d18 /dev/did/rdsk/d19/dev/did/rdsk/d20 /dev/did/rdsk/d21 /dev/did/rdsk/d22 /dev/did/rdsk/d27 /dev/did/rdsk/d28 /dev/did/rdsk/d29 /dev/did/rdsk/d30 /dev/did/rdsk/d31/dev/did/rdsk/d32

    D. Configure the metadevices using metainit (run this command on one node only)

    root@pstar1:~# metainit -s sap_abap d2 6 1 /dev/did/rdsk/d3s0 1 /dev/did/rdsk/d4s0 1/dev/did/rdsk/d5s0 1 /dev/did/rdsk/d6s0 1 /dev/did/rdsk/d7s0 1 /dev/did/rdsk/d8s0sap_abap/d2: Concat/Stripe is setuproot@pstar1:~#

    root@pstar1:~# metainit -s sap_abap d3 6 1 /dev/did/rdsk/d37s0 1 /dev/did/rdsk/d38s0 1/dev/did/rdsk/d39s0 1 /dev/did/rdsk/d40s0 1 /dev/did/rdsk/d41s0 1 /dev/did/rdsk/d42s0sap_abap/d3: Concat/Stripe is setuproot@pstar1:~#root@pstar1:~# metainit -s sap_java d2 6 1 /dev/did/rdsk/d17s0 1 /dev/did/rdsk/d18s0 1/dev/did/rdsk/d19s0 1 /dev/did/rdsk/d20s0 1 /dev/did/rdsk/d21

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    7/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    5

    s0 1 /dev/did/rdsk/d22s0root@pstar1:~# metainit -s sap_java d3 6 1 /dev/did/rdsk/d27s0 1 /dev/did/rdsk/d28s0 1/dev/did/rdsk/d29s0 1 /dev/did/rdsk/d30s0 1 /dev/did/rdsk/d31s0 1 /dev/did/rdsk/d32s0

    E. Mirror the devices (run this command on one node only)

    root@pstar1:~# metainit -s sap_abap d1 -m d2sap_abap/d1: Mirror is setuproot@pstar1:~# metattach -s sap_abap d1 d3sap_abap/d1: submirror sap_abap/d3 is attachedroot@pstar1:~#root@pstar1:~# metainit -s sap_java d1 -m d2sap_java/d1: Mirror is setuproot@pstar1:~# metattach -s sap_java d1 d3

    sap_java/d1: submirror sap_java/d3 is attached

    F. Run metastat to display metadevice status

    root@pstar1:~# metastat -s sap_abap -psap_abap/d1 -m /dev/md/sap_abap/rdsk/d2 /dev/md/sap_abap/rdsk/d3 1sap_abap/d2 6 1 /dev/did/rdsk/d3s0 \

    1 /dev/did/rdsk/d4s0 \1 /dev/did/rdsk/d5s0 \1 /dev/did/rdsk/d6s0 \1 /dev/did/rdsk/d7s0 \1 /dev/did/rdsk/d8s0

    sap_abap/d3 6 1 /dev/did/rdsk/d37s0 \1 /dev/did/rdsk/d38s0 \1 /dev/did/rdsk/d39s0 \1 /dev/did/rdsk/d40s0 \1 /dev/did/rdsk/d41s0 \1 /dev/did/rdsk/d42s0

    root@pstar1:~#root@pstar1:~# metastat -s sap_java -psap_java/d1 -m /dev/md/sap_java/rdsk/d2 /dev/md/sap_java/rdsk/d3 1sap_java/d2 6 1 /dev/did/rdsk/d17s0 \

    1 /dev/did/rdsk/d18s0 \1 /dev/did/rdsk/d19s0 \1 /dev/did/rdsk/d20s0 \1 /dev/did/rdsk/d21s0 \

    1 /dev/did/rdsk/d22s0sap_java/d3 6 1 /dev/did/rdsk/d27s0 \

    1 /dev/did/rdsk/d28s0 \1 /dev/did/rdsk/d29s0 \1 /dev/did/rdsk/d30s0 \1 /dev/did/rdsk/d31s0 \1 /dev/did/rdsk/d32s0

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    8/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    6

    G. Construct a UFS file system using newfs (run this command on one node only)

    root@pstar1:~# newfs /dev/md/sap_abap/rdsk/d1newfs: construct a new file system /dev/md/sap_abap/rdsk/d1: (y/n)? yroot@pstar1:~#root@pstar1:~# newfs /dev/md/sap_java/rdsk/d1newfs: construct a new file system /dev/md/sap_java/rdsk/d1: (y/n)? y

    H. Put the following in the /etc/vfstab file in all global zone nodes

    /dev/md/sap_abap/dsk/d1 /dev/md/sap_abap/rdsk/d1 /sap_abap ufs 2 yes global,logging/dev/md/sap_java/dsk/d1 /dev/md/sap_java/rdsk/d1 /sap_java ufs 2 yes global,logging

    4. Install and configure 2 zone clusters, zc_sap_abap and zc_sap_java

    A. Create a file call zc_sap_abap with the following contents on one of the global zone nodes.

    createset zonepath=/export/zoneset autoboot=true

    add nodeset physical-host=pstar1set hostname=vzstar1aadd net

    set address=10.134.108.186set physical=net0endend

    add nodeset physical-host=pstar2set hostname=vzstar2aadd netset address=10.134.108.192set physical=net0endend

    add netset address=star-5endadd netset address=star-6endadd net

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    9/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    7

    set address=star-7endadd netset address=star-8

    endadd netset address=star-9end

    commitexit

    B. Create a file call zc_sap_java with the following contents on one of the global zone nodes.

    createset zonepath=/export/zone2

    set autoboot=true

    add nodeset physical-host=pstar1set hostname=vzstar1badd netset address=10.134.108.187set physical=net0endend

    add nodeset physical-host=pstar2set hostname=vzstar2b

    add netset address=10.134.108.193set physical=net0endend

    add netset address=star-11endadd netset address=star-12endadd net

    set address=star-13endadd netset address=star-14end

    commitexit

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    10/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    8

    C. Run the following commands to install and configure the zone clusters.

    pstar1# mkdir -p /export/zonepstar2# mkdir -p /export/zone

    pstar1# mkdir -p /export/zone2pstar2# mkdir -p /export/zone2

    pstar1# chmod 700 /export/zonepstar2# chmod 700 /export/zone

    pstar1# chmod 700 /export/zone2pstar2# chmod 700 /export/zone2pstar1# clzonecluster configure -f zc_sap_abap zc_sap_abappstar1# clzonecluster verify zc_sap_abappstar1# clzonecluster install zc_sap_abap

    pstar1# clzonecluster boot zc_sap_abappstar1# clzonecluster status zc_sap_abappstar1# zoneadm listglobalzc_sap_abaproot@pstar1:~# zlogin -C zc_sap_abapNote: I had to configure the hostname and nis info manually.

    pstar1# clzonecluster configure -f zc_sap_java zc_sap_ javapstar1# clzonecluster verify zc_sap_ javapstar1# clzonecluster install zc_sap_ javapstar1# clzonecluster boot zc_sap_ javapstar1# clzonecluster status zc_sap_ java

    pstar1# zlogin -C zc_sap_java

    5. Adding the file system to the zone clusters (do this on one node only)

    root@pstar1:~# clzc configure zc_sap_abapclzc:zc_sap_abap> add fsclzc:zc_sap_abap:fs> set dir=/sap_abapclzc:zc_sap_abap:fs> set special=/sap_abapclzc:zc_sap_abap:fs> set type=lofsclzc:zc_sap_abap:fs> endclzc:zc_sap_abap> verify

    clzc:zc_sap_abap> commitclzc:zc_sap_abap> exit

    root@pstar1:~# clzc configure zc_sap_javaclzc:zc_sap_java> add fsclzc:zc_sap_java:fs> set dir=/sap_javaclzc:zc_sap_java:fs> set special=/sap_javaclzc:zc_sap_java:fs> set type=lofs

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    11/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    9

    clzc:zc_sap_java:fs> endclzc:zc_sap_java> verifyclzc:zc_sap_java> commitclzc:zc_sap_java> exit

    6. Use HASP to mount the filesystems in the zone clusters

    root@vzstar1a:~# clrg create -S hasp4sapabap-rgroot@vzstar1a:~# clrs create -g hasp4sapabap-rg -t SUNW.HAStoragePlus -pFileSystemMountPoints=/sap_abap hasp4sapabaproot@vzstar1a:~# clrg manage hasp4sapabap-rgroot@vzstar1a:~# clrg online hasp4sapabap-rgroot@vzstar1a:~# clrs status

    === Cluster Resources ===

    Resource Name Node Name State Status Message------------- --------- ----- --------------hasp4sapabap vzstar1a Online Online

    vzstar2a Online Online

    root@vzstar1b:~# clrg create -S hasp4sapjava-rgroot@vzstar1b:~# clrt register SUNW.HAStoragePlusroot@vzstar1b:~# clrs create -g hasp4sapjava-rg -t SUNW.HAStoragePlus -pFileSystemMountPoints=/sap_java hasp4sapjavaroot@vzstar1b:~# clrg online hasp4sapjava-rgroot@vzstar2b:~# clrs status -g hasp4sapjava-rg

    === Cluster Resources ===

    Resource Name Node Name State Status Message------------- --------- ----- --------------hasp4sapjava vzstar1b Online Online

    vzstar2b Online Online

    7. Add 50GB of swap space to each zone cluster nodes using the secondary local disks

    A. Add these entries to the /etc/vfstab in the global zone

    /dev/dsk/c0t5000C5001B07F877d0s4 - - swap - no-

    /dev/dsk/c0t5000C5001B07F877d0s5 - - swap - no-

    B. Add the swap in global zone

    root@pstar2:~# swap -a /dev/dsk/c0t5000C5001B07F877d0s4

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    12/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    10

    root@pstar2:~# swap -a /dev/dsk/c0t5000C5001B07F877d0s5

    C. Add capped-memory to the zone clusters

    root@pstar1:~# clzc configure zc_sap_abapclzc:zc_sap_abap> add capped-memoryclzc:zc_sap_abap:capped-memory> set swap=50Gclzc:zc_sap_abap:capped-memory> endclzc:zc_sap_abap> verifyclzc:zc_sap_abap> exitroot@pstar1:~# clzc configure zc_sap_javaclzc:zc_sap_java> add capped-memoryclzc:zc_sap_java:capped-memory> set swap=50Gclzc:zc_sap_java:capped-memory> endclzc:zc_sap_java> verifyclzc:zc_sap_java> exit

    8. Additional S11 packages required for SAP. Perform the following on all cluster nodes global

    zones.

    pkg install solaris-large-serverpkg install solaris-desktoppkg install system/headerpkg install motifpkg install unrarpkg install xclockpkg install expectpkg install library/medialibpkg install pkg:/developer/library/lintpkg install pkg:/compatibility/ucb

    pkg change-facet facet.locale.*=Truepkg install system/input-method/iiimpkg install pkg:/system/locale/extrapkg install pkg:/library/motif/libdpstkxm

    9. Additional S11 services required by SAP.

    svcadm enable svc:/application/graphical-login/gdm:defaultsvcadm enable svc:/network/login:rloginsvcadm enable svc:/network/shell:default

    10.Additional entries in /etc/system required for SAP on S11. Perform the following on all cluster

    nodes global zones and then reboot the cluster.

    * SAP Parameterset max_nprocs=30000 # required for Oracle Databaseset pg_contig_disable=1 # not for x86_64, only for SPARCset rlim_fd_cur=8192 # may also be set as project parameter# see SAP note 724713

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    13/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    11

    11. Enable root user login via ssh during the installation. Modify the file /etc/ssh/sshd_config, set

    PermitRootLogin to yes for ssh. Then restart the ssh service. You may disable it again after the

    SAP installation if not required others.

    svcadm restart ssh

    12. (Optional) Since all our SAP users are set locally on cluster, the name service client (for example

    NIS) might be shut down during SAP installation, otherwise the sapinst could take a long while to

    go through all the users' information to check installed SAP systems. To disable the name service

    client, you must edit the file /etc/nsswitch.conf and then disable the service with svcadm. The file

    /etc/nsswitch.conf will be overwritten each time when reboot or restart, so there is no problem

    modifying this file temporarily for the SAP installation. You may re-enable the name service client

    after the SAP installation. For example:

    vzstar1a:/ # vi /etc/nsswitch.conf# comment out the old passwd and group entries, add new ones

    #passwd: files [NOTFOUND=return] nis [TRYAGAIN=0]#group: files [NOTFOUND=return] nis [TRYAGAIN=0]passwd: filesgroup: files

    vzstar1a:/ # svcs -a | grep nisonline 2:38:23 svc:/network/nis/domain:defaultonline 2:38:32 svc:/network/nis/client:defaultvzstar1a:/ # svcadm disable svc:/network/nis/client:defaultvzstar1a:/ # ypcat passwdcan't communicate with ypbindvzstar1a:/ #

    13.Although all the hostnames are registered in DNS, it is still suggested to add the physical and

    logical hostnames in the file /etc/hosts on all nodes. For example:

    root@vzstar1a:~# more /etc/hosts## Copyright 2009 Sun Microsystems, Inc. All rights reserved.# Use is subject to license terms.## Internet host table#::1 localhost127.0.0.1 localhost loghost10.134.108.186 vzstar1a vzstar1a.us.oracle.com # Cluster Node10.134.108.192 vzstar2a vzstar2a.us.oracle.com10.134.108.187 vzstar1b vzstar1b.us.oracle.com10.134.108.193 vzstar2b vzstar2b.us.oracle.com10.134.108.48 star-1 star-1.us.oracle.com10.134.108.49 star-2 star-2.us.oracle.com10.134.108.89 star-5 star-5.us.oracle.com10.134.108.90 star-6 star-6.us.oracle.com10.134.108.91 star-7 star-7.us.oracle.com10.134.108.128 star-8 star-8.us.oracle.com10.134.108.129 star-9 star-9.us.oracle.com10.134.108.158 star-10 star-10.us.oracle.com10.134.108.159 star-11 star-11.us.oracle.com10.134.108.176 star-12 star-12.us.oracle.com

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    14/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    12

    10.134.108.177 star-13 star-13.us.oracle.com10.134.108.190 star-14 star-14.us.oracle.comroot@vzstar1a:~#

    3. Preparation for Installing a High Availability SAP System onOracle Solaris Cluster 4.x (x=0,1)

    1. Even after you receive the DVDs shipped from SAP, you should still check to see if there are

    more recent SAP installation packages on the SAP Service Market Place

    http://service.sap.com/swdc. Download the latest packages to the local folder of your installation

    host (important: not via NFS, not on Global File System). For example, for SAP NetWeaver 7.30

    on Solaris SPARC and Oracle 11.2.0.3, the following packages are required as minimum:

    TABLE 1. SAP PACKAGES

    Software DownloadsSoftware Download CenterInstallations and UpgradesA-Z IndexSAP NETWEAVERSAP

    NETWEAVER 7.3InstallationSolarisOracle Database

    EXE 51042312_41 NW 7.3 Kernel, Inst.Master, Upgr.Master Solaris SPARC 64 1/3 Info 976563 16.01.2012

    RAR 51042312_42 NW 7.3 Kernel, Inst.Master, Upgr.Master Solaris SPARC 64 2/3 Info 976563 16.01.2012

    RAR 51042312_43 NW 7.3 Kernel, Inst.Master, Upgr.Master Solaris SPARC 64 3/3 Info 310766 16.01.2012

    EXE 51043284_1 NW 7.3 ABAP Installation Export 1/2 Info 976563 08.05.2012

    RAR 51043284_10 NW 7.3 Java 3/6 Info 976563 09.05.2012

    RAR 51043284_11 NW 7.3 Java 4/6 Info 976563 09.05.2012

    RAR 51043284_12 NW 7.3 Java 5/6 Info 976563 09.05.2012

    RAR 51043284_13 NW 7.3 Java 6/6 Info 439165 09.05.2012

    EXE 51043284_14 NW 7.3 Language 1/4 Info 976563 09.05.2012

    RAR 51043284_15 NW 7.3 Language 2/4 Info 976563 09.05.2012

    RAR 51043284_16 NW 7.3 Language 3/4 Info 976563 09.05.2012

    TABLE 2. ORACLE PACKAGES

    Software DownloadsDatenbank PatchesOracleOracle 11.2 Software (64-bit)InstallationSolarisOracle

    Database

    EXE 51041936_1 ORACLE RDBMS 11.2.0.3 SOL. SPARC 64 1 of 6 Info 976563 16.12.2011

    RAR 51041936_2 ORACLE RDBMS 11.2.0.3 SOL. SPARC 64 2 of 6 Info 976563 16.12.2011

    http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100000690142012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100000690142012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100000690142012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100000690142012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100000690152012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100000690152012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100000690152012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100000690152012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100000690162012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100000690162012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100000690162012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100000690162012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008690732012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008690732012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008690732012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008690732012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008738782012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008738782012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008738782012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008738782012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008738792012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008738792012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008738792012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008738792012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008738802012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008738802012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008738802012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008738802012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008780612012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008780612012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008780612012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008780612012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008780642012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008780642012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008780642012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008780642012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008780652012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008780652012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008780652012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008780652012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008780662012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008780662012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008780662012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008780662012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020107852011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020107852011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020107852011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020107852011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020107862011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020107862011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020107862011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020107862011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020107862011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020107862011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020107852011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020107852011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008780662012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008780662012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008780652012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008780652012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008780642012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008780642012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008780612012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008780612012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008738802012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008738802012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008738792012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008738792012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008738782012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008738782012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100008690732012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008690732012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100000690162012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100000690162012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100000690152012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100000690152012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100000690142012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100000690142012E&userid=S0003414008&action=DL_DIRECT%27);
  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    15/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    13

    TABLE 2. ORACLE PACKAGES

    RAR 51041936_3 ORACLE RDBMS 11.2.0.3 SOL. SPARC 64 3 of 6 Info 976563 16.12.2011

    RAR 51041936_4 ORACLE RDBMS 11.2.0.3 SOL. SPARC 64 4 of 6 Info 976563 16.12.2011

    RAR 51041936_5 ORACLE RDBMS 11.2.0.3 SOL. SPARC 64 5 of 6 Info 976563 16.12.2011

    RAR 51041936_6 ORACLE RDBMS 11.2.0.3 SOL. SPARC 64 6 of 6 Info 677170 16.12.2011

    ZIP 51041940 ORACLE Client 11.2.0.3 Info 616997 27.04.2012

    2. For ABAP-only system, you may install with the original SAP kernel and then change the kernel to

    720_EXT after installation. In some cases, there will be an error connect to the database, then you

    have to unpack the new DBATOOLS package (same as below) to the exe folder during the

    installation.3. For Java-only or Double Stack system, download the newest SAP kernel patch for the version,

    with correspongding IGS, IGS helper, SAPJVM, and the newest DBATOOLS (if you are using

    Oracle Database) before the installation and give the downloaded package location when sapinst

    asks to extract packages. For kernel version lower than 720/720_EXT, you must also change the

    kernel to 720_EXT after the installation. For releases originally shipped with 720 or 720_EXT

    kernel, you may download 720_EXT and dont need to switch the kernel afterwards. More

    information can be found in SAP note 1669684 and SAP note 1643799. For example, for SAP

    NetWeaver 7.3, the following packages (or newer) are required from the SAP Service Market

    Place,http://service.sap.com/swdc:

    TABLE 3. SAP KERNEL PACKAGES

    Support Packages and PatchesA-Z IndexSAP NETWEAVERSAP NETWEAVER 7.3Entry by Component

    Application Server ABAPSAP KERNEL 7.20 EXT 64-BIT UC Solaris on SPARC 64bit#Database independent

    SAR SAPEXE_201-20006732.SAR Kernel Part I 201 Info 284553 23.03.2012

    SAP KERNEL 7.20 EXT 64-BIT UCSolaris on SPARC 64bitORACLE

    SAR DBATL720O10_23-20006731.SARDBATOOLS Package for Oracle 10g

    and 11g23 Info 22538 03.04.2012

    SAR SAPEXEDB_201-20006731.SAR Kernel Part II 201 Info 13484 23.03.2012

    SAP IGS 7.20_EXTSolaris on SPARC 64bit

    SAR igsexe_4-20007797.sarInstallation for SAP IGS integrated in

    SAP Kernel4 Info 39241 19.03.2012

    SAP IGS 7.20Solaris on SPARC 64bit

    SAR igshelper_3-10007947.sar SAP IGS Fonts and Textures 3 Info 61485 24.10.2011

    http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020107872011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020107872011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020107872011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020107872011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020107892011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020107892011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020107892011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020107892011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020108512011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020108512011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020108512011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020108512011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020108532011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020108532011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020108532011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020108532011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100007963582012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100007963582012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100007963582012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100007963582012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://service.sap.com/swdchttp://service.sap.com/swdchttp://service.sap.com/swdchttp://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100005594692012D&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100005594692012D&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100005594692012%27)http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100005594692012%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100006328252012D&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100006328252012D&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100006328252012%27)http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100006328252012%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100005597962012D&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100005597962012D&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100005597962012%27)http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100005597962012%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100004212002012D&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100004212002012D&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100004212002012%27)http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100004212002012%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100016773652011D&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100016773652011D&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100016773652011%27)http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100016773652011%27)http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100016773652011%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100016773652011D&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100004212002012%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100004212002012D&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100005597962012%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100005597962012D&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100006328252012%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100006328252012D&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100005594692012%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100005594692012D&userid=S0003414008&action=DL_DIRECT%27);http://service.sap.com/swdchttp://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100007963582012E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100007963582012E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020108532011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020108532011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020108512011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020108512011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020107892011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020107892011E&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27https//smpdl.sap-ag.de/~swdc/012002523100020107872011E/CDLABEL.htm?_ACTION=CONTENT_INFO%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100020107872011E&userid=S0003414008&action=DL_DIRECT%27);
  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    16/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    14

    TABLE 3. SAP KERNEL PACKAGES

    Support Packages and Patches - A-Z IndexNSAP NETWEAVERSAP NETWEAVER 7.3Entry by Component

    Application Server JavaSAP JVM 6.1Solaris on SPARC 64bit

    SAR SAPJVM6_39-10006990.SAR SAP JVM 6.1 39 Info 112362 04.05.2012

    Please do not switch the package SAPDIAGNOSTICS.SAR during the installation, otherwise

    there will be an issue when unpacking the package.

    4. Extract the downloaded files with unrar and unzip:

    root@vzstar1a:/sapinstall/NW730# /usr/bin/unrar x root@vzstar1a:/sapinstall/NW730# unzip

    5. Download the newest SWPM package from Service Market Place and unpack it in a local folder.

    The sapinst in the SWPM folder will be used to install SAP system on Solaris 11 instead of the

    sapinst from the Installation Master DVD.

    To find the SWPM package, you may use search for Software Downloads on the Service Market

    Place. Please note to download the package with the latest version and for the correct platform.

    root@vzstar1a:/sapinstall/NW730/SWPM# /sapinstall/NW730/IM/SAPCAR -xfvSWPM10SP00_3.SARSAPCAR: processing archive SWPM10SP00_3.SAR (version 2.01)SAPCAR: 1109 file(s) extractedroot@vzstar1a:/sapinstall/NW730/SWPM# lsBS2008 COMMON NW730 resourcepool.xmlBS2010 LABEL.ASC NW731 resources.dtdBS2011 messages.dtd product.catalog sapinstcatalog.dtd messages.xml PVIND sapinstguiroot@vzstar1a:/sapinstall/NW730/SWPM#

    6. (optionlal, only if you didnt download the newest SWPM packageas above, or the SWPM does

    not support the SAP version you want, then you may adjust the installation master DVD as

    follows) For Oracle Client 11.2.0.3, download adaptDVD.zip from SAP note 1642058, upzip the

    file and execute the adapDVD.sh file from the local installation master DVD folder. Please note

    the point at the end means the current folder.

    root@vzstar1a:/sapinstall/NW730# unzip adaptDvd.ziproot@vzstar1a:/sapinstall/NW730# cd 51042312root@vzstar1a:/sapinstall/NW730/51042312# cp ../adaptDvd.sh .root@vzstar1a:/sapinstall/NW730/51042312# chmod +x adaptDvd.shroot@vzstar1a:/sapinstall/NW730/51042312# ls -al

    total 318drwxr-xr-x 4 root root 20 May 14 03:56 .drwxr-xr-x 6 root root 27 May 14 03:55 ..-rwxr-xr-x 1 root root 61 Jan 13 13:34 CDLABEL.ASC-rwxr-xr-x 1 root root 61 Jan 13 13:41 CDLABEL.EBC-rwxr-xr-x 1 root root 37223 Dec 21 16:25 COPY_TM.HTM-rwxr-xr-x 1 root root 7153 Dec 21 16:25 COPY_TM.TXTdrwxr-xr-x 49 root root 50 Jan 4 16:01 DATA_UNITS-rwxr-xr-x 1 root root 20 Jan 13 13:34 LABEL.ASC

    http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008435542012D&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008435542012D&userid=S0003414008&action=DL_DIRECT%27);http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100008435542012%27)http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100008435542012%27)http://ms_showinfo%28%27/~form/handler?_APP=00200682500000001043&_EVENT=INFO&INFONR=012002523100008435542012%27)http://ms_getobject%28%27https//websmp230.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008435542012D&userid=S0003414008&action=DL_DIRECT%27);
  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    17/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    15

    -rwxr-xr-x 1 root root 20 Jan 13 13:41 LABEL.EBC-rwxr-xr-x 1 root root 12 Aug 8 2011 LABELIDX.ASC-rwxr-xr-x 1 root root 53995 Jan 13 13:41 MD5FILE.DAT-rwxr-xr-x 1 root root 145511 Jan 4 16:01 MID.XMLdrwxr-xr-x 16 root root 16 Jul 9 2010 MIDBOOT

    -rwxr-xr-x 1 root root 66 Sep 14 2010 PRODLABEL-rwxr-xr-x 1 root root 72933 Jan 13 13:42 SHAFILE.DAT-rwxr-xr-x 1 root root 5383 Jan 22 2009 STARTUP-rwxr-xr-x 1 root root 4219 May 7 2009 STARTUP.BAT-rwxr-xr-x 1 root root 68 Jan 13 13:34 VERSION.ASC-rwxr-xr-x 1 root root 68 Jan 13 13:41 VERSION.EBC-rwxr-xr-x 1 root root 728 May 14 03:56 adaptDvd.shroot@vzstar1a:/sapinstall/NW730/51042312# sh adaptDvd.sh .

    7. Create operating systems users, groups, and projects before the installation, especially before the

    oracle database installation. An executive root user is recommended for the SAP installation. Here

    are examples of /etc/passwd, /etc/group, /etc/project, /etc/user_attr files:

    root@vzstar1a:/etc# more /etc/grouproot::0:

    sapinst::100:root,sapadm,bmwadm,orabmw,daaadmsapsys::101:dba::102:bmwadm,oracleoper::103:bmwadm,orabmwoinstall::104:

    root@vzstar1a:/etc# more /etc/passwdroot:x:0:0:Super-User:/root:/usr/bin/bash

    emroot:x:0:1:executive root for SAP installation:/:/bin/tcshbmwadm:x:60004:101:SAP System Administrator:/export/home/bmwadm:/bin/tcsh

    sapadm:x:60005:101:SAP System Administrator:/export/home/sapadm:/bin/tcshorabmw:x:60006:102:SAP Database Administrator:/oracle/BMW:/bin/tcshoracle:x:60007:104:Oracle Installation User:/export/home/oracle:/usr/bin/bash

    root@vzstar1a:/etc# more /etc/projectsystem:0::::user.root:1::::noproject:2::::default:3::::group.staff:10::::BMW:222:SAP System BMW:emroot,daaadm,oracle,orabmw,bmwadm,sapadm::process.max-file-descriptor=(basic,65536,deny),(priv,65536,deny);process.max-sem-nsems=(priv,2048,deny);project.max-sem-ids=(priv,1024,deny);project.max-shm-ids=(priv,256,deny);project.max-shm-memory=(priv,18446744073709551615,deny)

    root@vzstar1a:/etc# more /etc/user_attr## The system provided entries are stored in different files# under "/etc/user_attr.d". They should not be copied to this file.## Only local changes should be stored in this file.# This line should be kept in this file or it will be overwritten.

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    18/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    16

    #adm::::profiles=Log Managementlp::::profiles=Printer Managementpostgres::::type=role;profiles=Postgres Administration,Allroot::::auths=solaris.*,solaris.grant;profiles=Web Console

    Management,All;lock_after_retries=no;min_label=admin_low;clearance=admin_highemroot::::project=BMWbmwadm::::type=normal;auths=solaris.cluster.admin;project=BMWorabmw::::project=BMWsapadm::::project=BMWdaaadm::::project=BMWoracle::::project=BMW

    8. Creating file systems. Check if you are hit by the cp-pbug. Execute the command on the Global

    File System:

    root@vzstar1a:/sap_abap# touch testroot@vzstar1a:/sap_abap# cp -p test test1 ; echo $?

    2

    If the files were successfully copied but the return code is not 0, then you are hit by the cp-pbug

    of Global Files System with Oracle Solaris 11. To workaround this, create the file system /sapmnt,

    /usr/sap on Global File System. Create /oracle temporarily on local file system for installation

    purpose. After installation, the /oracle may be moved to Global File System or migrated to ASM.

    4. Installing a High Availability SAP System on Oracle SolarisCluster 4.x (x=0,1)

    1. Log on as administration user, e.g. emroot.

    2. Check that the user limitation settings have the following values:

    root@vzstar1a:/# ulimit -acore file size (blocks, -c) unlimiteddata seg size (kbytes, -d) unlimitedfile size (blocks, -f) unlimitedopen files (-n) 8192pipe size (512 bytes, -p) 10stack size (kbytes, -s) 8192cpu time (seconds, -t) unlimitedmax user processes (-u) 29995virtual memory (kbytes, -v) unlimitedroot@vzstar1a:/#

    3. Make sure the logical host is running on the installation zone/server and not DEPRECATED.For example, the logical host star-5 is used for SCS instance. Create a resource group scs-rg in the

    local zone, which includes the logical host star-5 and later also the scs resource itself.

    root@vzstar1a:/# clrg listhasp4sapabap-rgroot@vzstar1a:/# clrg create scs-rgroot@vzstar1a:/# clrslh create -g scs-rg star-5

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    19/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    17

    root@vzstar1a:/# clrg create ers-rgroot@vzstar1a:/# clrslh create -g ers-rg star-6root@vzstar1a:/# clrg create pas-rgroot@vzstar1a:/# clrslh create -g pas-rg star-7root@vzstar1a:/# clrg create oracle-rg

    root@vzstar1a:/# clrslh create -g oracle-rg star-8root@vzstar1a:/# clrg create aas-rgroot@vzstar1a:/# clrslh create -g aas-rg star-9

    root@vzstar1a:/# clrg online -eM +root@vzstar1a:/# clrs status

    === Cluster Resources ===

    Resource Name Node Name State Status Message------------- --------- ----- --------------hasp4sapabap vzstar1a Online Onlinevzstar2a Online Online

    star-5 vzstar1a Online Online - LogicalHostname online. vzstar2a Offline Offline- LogicalHostname offline.

    star-6 vzstar1a Online Online - LogicalHostname online. vzstar2a Offline Offline- LogicalHostname offline.

    star-7 vzstar1a Online Online - LogicalHostname online. vzstar2a Offline Offline- LogicalHostname offline.

    star-8 vzstar1a Online Online - LogicalHostname online. vzstar2a Offline Offline- LogicalHostname offline.

    star-9 vzstar1a Online Online - LogicalHostname online. vzstar2a Offline Offline- LogicalHostname offline.

    root@vzstar1a:/#

    Check the status with command ifconfig -a, note the logical hosts are online as deprecated asdefault started by cluster. Take the logical host as not deprecated from the global zone. This is

    only required during the SAP installation with sapinst. After installation, this is not required any

    more, you may restart/switch the cluster group to make it back to default.

    root@pstar1:/# ifconfig sc_ipmp0:3 -deprecated uproot@pstar1:/# ifconfig sc_ipmp0:4 -deprecated uproot@pstar1:/# ifconfig sc_ipmp0:5 -deprecated uproot@pstar1:/# ifconfig sc_ipmp0:6 -deprecated uproot@pstar1:/# ifconfig sc_ipmp0:7 -deprecated up

    root@vzstar1a:/# ifconfig -alo0:1: flags=2001000849 mtu 8232index 1

    zone zc_sap_abapinet 127.0.0.1 netmask ff000000sc_ipmp0: flags=8001000843 mtu 1500index 2inet 10.134.108.50 netmask ffffff00 broadcast 10.134.108.255groupname sc_ipmp0sc_ipmp0:1: flags=8001000843 mtu 1500index 2

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    20/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    18

    zone zc_sap_abapinet 10.134.108.186 netmask ffffff00 broadcast 10.134.108.255sc_ipmp0:3: flags=8001000843 mtu 1500index 2zone zc_sap_abap

    inet 10.134.108.89 netmask ffffff00 broadcast 10.134.108.255sc_ipmp0:4: flags=8001000843 mtu 1500index 2zone zc_sap_abapinet 10.134.108.90 netmask ffffff00 broadcast 10.134.108.255sc_ipmp0:5: flags=8001000843 mtu 1500index 2zone zc_sap_abapinet 10.134.108.128 netmask ffffff00 broadcast 10.134.108.255sc_ipmp0:6: flags=8001000843 mtu 1500index 2zone zc_sap_abapinet 10.134.108.91 netmask ffffff00 broadcast 10.134.108.255sc_ipmp0:7: flags=8001000843 mtu 1500index 2zone zc_sap_abap

    inet 10.134.108.129 netmask ffffff00 broadcast 10.134.108.255clprivnet0: flags=1008843 mtu 1500index 6inet 172.16.4.1 netmask fffffe00 broadcast 172.16.5.255clprivnet0:3: flags=1008843 mtu1500 index 6zone zc_sap_abapinet 172.16.6.129 netmask ffffff80 broadcast 172.16.6.255lo0:1: flags=2002000849 mtu 8252index 1zone zc_sap_abapinet6 ::1/128sc_ipmp0: flags=28002000840 mtu 1500 index 2inet6 ::/0groupname sc_ipmp0root@vzstar1a:/#

    4. Create an installation folder and switch to the installation folder, start sapinst of SWPM with the

    following command. The log files will be kept both in this folder and in /tmp. You may delete

    them after SAP installation.

    //sapinst SAPINST_USE_HOSTNAME=

    5. sapinst GUI pops up, choose SAP Systems High

    Availability SAP System (A)SCS Instance, then press Next and follow the sapinst GUI

    information until there is a screen SAP System Archives asking for unpack archives.

    6. On the screen SAP System Archives, give the location of downloaded 720_EXT kernel

    SAPEXE.SAR package. Also give the following downloaded packages when asked:

    SAPEXE.SAR, SAPEXEDB.SAR, igsexe.sar, igshelper.sar, SAPJVM.SAR and DBATL.SAR. Do

    not give a new package for SAPDIAGNOSTICS.SAR as for now. For ABAP-only system, you

    may also accept the original packages and update to kernel 720_EXT after the installation. For

    Java-only or ABAP+Java system, the downloaded 720_EXT kernel must be given here.

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    21/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    19

    7. Follow the instruction of sapinst GUI, start the installation and wait until the the installation

    finished successfully. Press OK to close the sapinst GUI and the sapinst will be stopped

    automatically.

    8. Repeat steps 4 through 7 with prepared logical hosts. Install (A)SCS Instance, EnqueueReplication Server Instance, Database Instance, Primary Application Server Instance one by one

    on the installation server. For example:

    /* to install (A)SCS on logical host star-5 *///sapinst SAPINST_USE_HOSTNAME=star-5

    /* to install ERS on logical host star-6 *///sapinst SAPINST_USE_HOSTNAME=star-6

    /* to install Database on logical host star-8 *///sapinst SAPINST_USE_HOSTNAME=star-8

    /* to install Primary Application Server on logical host star-7 *///sapinst SAPINST_USE_HOSTNAME=star-7

    9. Optionally, Additional Application Server Instance may be installed on logical host or physical

    host. In our case, the AAS instance D02 is installed on logical host for ABAP system. The AAS

    instances J02 and J03 are installed on physical hosts on each nodes.

    /* to install Additional Application Server on logical host star-9 *///sapinst SAPINST_USE_HOSTNAME=star-9

    or

    /* to install Additional Application Server on physical host *///sapinst

    10. If youdlike to install an additional Application Server on other cluster node, make the following

    identical as the first installation node before the installation. For more information, seeMake Oracle

    Solaris Cluster Nodes Identical for SAPand Installing Local Additional SAP Instancessections.

    General.Users and groups, user home directories and environment files, /etc/project,

    /etc/usr_attr, /etc/hosts, /etc/services, /etc/system

    For MaxDB. /etc/opt/sdb, /var/lib/sdb, /usr/spool/sql if exists

    For Oracle. coraenv, dbhome, oraenv in /etc/local/bin/; files in /var/opt/oracle; or other

    place you have given during the Oracle installation

    5. Troubleshooting for SAP Installation

    1. For Oracle, Oracle 11.2.0.3 is required on Solaris 11. The original sapinst accepts only Oracle

    Client version 10. If sapinst has come to the screen asking for Oracle Client DVDs, you must stop

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    22/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    20

    sapinst, download the file adaptDVD.zip from SAP note 1642058. Unzip the file in the

    Installation Master DVD folder and execute the following command. More information in SAP

    note 1642058. This problem has been solved with the newest SWPM package.

    sh adaptDVD.sh .orsh adaptDVD.sh

    2. In case there is a popup error window in Install Instance Basics of ASCS with the message,

    could not stop theinstance in minutes, check the sapinst.log in the installation folder. If you

    find following warning: installsapinit.sh exit with status 1, perform the following:

    chown 0:sapsys /etc/init.d/sapinitchown 750 /etc/init.d/sapinitln -s /etc/init.d/sapinit /etc/rc3.d/S90sapinit

    3. After repeated starts of sapinst on SPARC, there might be the following error messages: :

    An unexpected error has been detected by SAP Java VirtualMachine: Internal Error (interpreter.cpp:358), pid=6569, tid=2Error: guarantee(codelet_size > 0 &&(size_t)codelet_size > *K,"not enough space for interpretergeneration")

    There are three possible workarounds for you to choose from:

    Download the newest SWPM package and use the sapinst there

    Remove the temporary folders/files in /tmp/sapinst_exe.* (not sapinst_instdir).

    Reboot the whole server. After the reboot, switch the logical hosts to the installation server and

    make sure they are not deprecated during the SAP installation. After reboot, the/etc/nsswitch.conf file is overwritten. If you modified it before, you may modify it again for the

    SAP installation.

    4. During installation of Diagnositic Instance, you might see the following error messages:

    Execution of the command "/usr/sap/DAA/SYS/exe/uc/sun_64/sapcontrol-prot NI_HTTP -nr 97 -function GetProcessList" finished with return code255. Output:Could not open the ICU common library.The following files must be in the path described bythe environment variable "LD_LIBRARY_PATH":libicuuc.so.40, libicudata.so.40, libicui18n.so.40 [nlsui0_mt.c 1544]pid = 23296LD_LIBRARY_PATH is currently set to /usr/sap/DAA/SYS/exe/uc/sun_64

    [nlsui0_mt.c 1547] pid = 23296

    ERROR 2011-11-23 17:09:14.967CJS-30087 Instance DAA/SMDA97 [PARTIAL] did not stop after 2:10minutes. Giving up.

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    23/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    21

    The workaround is to log on as daaadm, copy the above 3 files from the recently installed

    /sapmnt//exe/uc/sun_64 folder to /usr/sap/DAA/SYS/exe/uc/sun_64. Or, extract the

    above 3 files from the downloaded SAPEXE.SAR to /usr/sap/DAA/SYS/exe/uc/sun_64.

    5. To check if sapinst is busy on reading and writing, first check the device group. Then issue theiostatcommand from the host which holds the primary device group.

    root@vzstar1a:/sap_abap# clrg statusroot@vzstar1a:/sap_abap# iostat -xncz 3 3333

    6. If the following error message is displayed, switch the primary node for storage to the installation

    node and press try again. This is because s-bit can only be set for a file on the Global File

    Systems from the primary node.

    ERROR 2012-05-15 08:12:13.554FSL-02007 Unable to set access rights of/sap_abap/usrsap/DAA/SYS/exe/uc/sun_64/icmbnd.

    root@pstar1:~# cldg status=== Cluster Device Groups ===--- Device Group Status ---Device Group Name Primary Secondary Status----------------- ------- --------- ------sap_abap pstar2 pstar1 Onlinesap_java pstar2 pstar1 Onlineroot@pstar1:~# cldg switch -n pstar1 sap_abaproot@pstar1:~# cldg status=== Cluster Device Groups ===--- Device Group Status ---Device Group Name Primary Secondary Status----------------- ------- --------- ------sap_abap pstar1 pstar2 Onlinesap_java pstar2 pstar1 Online

    root@pstar1:~#

    6. Make Oracle Solaris Cluster Nodes Identical for SAP

    1. Stop the SAP system together with Oracle Database. Stop all rest processes from SAP system or

    Oracle Database.

    root@vzstar1a:/#ps -ef | grep -i saproot 29536 8587 0 01:26:47 pts/10 0:00 grep -i sap

    root@vzstar1a:/#ps -ef | grep -i oraroot 29538 8587 0 01:26:52 pts/10 0:00 grep -i oraroot@vzstar1a:/#

    2. Move /oracle from the local file system to the Global File System.

    root@vzstar1a:/# tar cfv oracle.tar oracleroot@vzstar1a:/# cd /sap_javaroot@vzstar1a:/sap_java#tar xfv /oracle.tarroot@vzstar1a: /sap_java#cd /

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    24/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    22

    root@vzstar1a:/#mv oracle oracle_localroot@vzstar1a:/# ln -s /sap_java/oracle oracle

    3. Copy the following files and folders from the installation node to other nodes. Give all the files

    and folders exactly the same owner, permissions, etc. You may create tar files from the installationnode as root, and extract the tar files on other nodes. .

    /etc/group/etc/passwd/etc/project/etc/user_attr/etc/shadow/etc/services/export/home/usr/local/bin (for Oracle Database)/var/opt/oracle (for Oracle Database)

    $ ssh -X -l root vzstar2a

    Password:Last login: Tue May 22 01:06:49 2012 from n1c65Oracle Corporation SunOS 5.11 11.0 November 2011You have new mail.root@vzstar2a:~# cd /etcroot@vzstar2a:/etc# cp group group.oldroot@vzstar2a:/etc# cp passwd passwd.oldroot@vzstar2a:/etc# cp shadow shadow.oldroot@vzstar2a:/etc# cp project project.oldroot@vzstar2a:/etc# cp user_attr user_attr.oldroot@vzstar2a:/etc# cp services services.old

    root@vzstar2a:/etc# scp root@vzstar1a:/etc/group .Password:group 100% |*****************************| 503 00:00

    root@vzstar2a:/etc# scp root@vzstar1a:/etc/passwd .Password:passwd 100% |*****************************| 1444 00:00

    root@vzstar2a:/etc# scp root@vzstar1a:/etc/project .Password:project 100% |*****************************| 602 00:00

    root@vzstar2a:/etc# scp root@vzstar1a:/etc/user_attr .Password:user_attr 100% |*****************************| 514 00:00

    root@vzstar2a:/etc# scp root@vzstar1a:/etc/shadow .Password:shadow 100% |*****************************| 796 00:00

    root@vzstar2a:/etc# scp root@vzstar1a:/etc/services .Password:services 100% |*****************************| 24559 00:00

    4. On the installation server vzstar1a, create a tar file that includes all the user home directories and

    copy it to the other node.

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    25/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    23

    root@vzstar1a:/# cd /exportroot@vzstar1a:/export# tar cfv home.tar homeroot@vzstar2a:/etc# scp root@vzstar1a:/export/home.tar /exportPassword:home.tar 100% |*****************************| 324 KB 00:00

    root@vzstar2a:/etc# cd /exportroot@vzstar2a:/export# lshome home.tar

    root@vzstar2a:/export# tar -xfv home.tar

    5. Create the folders /usr/local/bin and /var/opt/oracle on the second node, and copy the oracle

    related files from the installation node to the second node.

    root@vzstar2a:/etc# scp -r -p root@vzstar1a:/usr/local /usr/localPassword:coraenv 100% |*****************************| 5778 00:00oraenv 100% |*****************************| 6183 00:00

    dbhome 100% |*****************************| 2426 00:00

    root@vzstar2a:/etc# scp -r -p root@vzstar1a:/var/opt/oracle /var/opt/oracle

    6. Double check all the folders and files to make sure the files, folders, owners, and permissions are

    identical to those on the installation node.

    7. Set the same symbolic link on other nodes as on the installation node. For example:

    root vzstar2a:/# cd /root@vzstar2a:/# ln -s /sap_abap/oracle oracleroot@vzstar2a:/# ln -s /sap_abap/sapmnt sapmntroot@vzstar2a:/# ln -s /sap_abap/usrsap /usr/sap

    8. Check and make sure that all the processes of this SAP system, including the database processes,are stopped on the installation node.

    root@vzstar1a:#ps -ef | grep -i saproot@vzstar1a:#ps -ef | grep -i ora

    9. Switch the resource groups, which currently only have the logical hosts resources, to the second

    node you are going to use to start the SAP system, for example vzstar2a.

    root@vzstar1a:/usr/local/bin# clrg switch -n vzstar2a scs-rgroot@vzstar1a:/usr/local/bin# clrg switch -n vzstar2a ers-rgroot@vzstar1a:/usr/local/bin# clrg switch -n vzstar2a pas-rgroot@vzstar1a:/usr/local/bin# clrg switch -n vzstar2a oracle-rgroot@vzstar1a:/usr/local/bin# clrg switch -n vzstar2a aas-rg

    10. Logon as ora on the second node (in our case: vzstar2a), start the Oracle listener.

    vzstar2a:orabmw 1% lsnrctl start

    11. Logon as adm on the second node (in our case: vzstar2a). Start the SAP system together

    with Oracle Database.

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    26/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    24

    vzstar2a:bmwadm 2% startsap

    12. Logon to the SAP system (with SAPGUI or with Internet Explorer) to verify that the SAP system

    is running on the second node.

    13. Logon as adm on the second node (in our case: vzstar2a). Stop the SAP system together

    with Oracle Database.

    vzstar2a:bmwadm 3% stopsap

    14. Logon as ora on the second node (in our case: vzstar2a). Stop the Oracle listener.

    vzstar2a:orabmw 1% lsnrctl stop

    7. Installing Local Additional Application Servers on the Physical

    Host

    The following example installs the instance J03of SAP system BNZon physical zone host vzstar2b.

    1. Create the folder or local instance.

    root@vzstar2b:/usr#mkdir -p /usr/sap_local/BNZ/J03root@vzstar2b:/usr# cd /usr/sap_local/BNZroot@vzstar2b:/usr/sap_local/BNZ# chown bnzadm:sapsys J03root@vzstar2b:/usr/sap_local/BNZ# ls -altotal 11drwxr-xr-x 3 root root 3 May 21 08:02 .drwxr-xr-x 37 root sys 50 May 21 08:02 ..drwxr-xr-x 2 bnzadm sapsys 2 May 21 08:02 J03

    root@vzstar2b:/usr/sap_local# cd /usr/sap/BNZ/root@vzstar2b:/usr/sap/BNZ# ln -s /usr/sap_local/BNZ/J03 J03root@vzstar2b:/usr/sap/BNZ#

    2. Copy the required SAP Software DVDs and kernel patches to the local node on local folder (not

    via NFS, not on GFS).

    root@vzstar2b:/sapinstall# scp -rp root@vzstar1b:/sapinstall/NW730 .root@vzstar2b:/sapinstall# scp -rp root@vzstar1b:/sapinstall/kernelpatches .

    3. If possible, temporarily disable name service (e.g NIS) client to avoid long-time ypcat by sapinst. ).

    root@vzstar2b:/# svcs -a | grep nis

    online May_10 svc:/network/nis/domain:defaultonline May_10 svc:/network/nis/client:default

    root@vzstar2b:/# svcadm disable svc:/network/nis/client:defaultroot@vzstar2b:/# vi /etc/nsswitch.conf# comment out the old passwd and group entries, add new ones#passwd: files [NOTFOUND=return] nis [TRYAGAIN=0]#group: files [NOTFOUND=return] nis [TRYAGAIN=0]passwd: files

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    27/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    25

    group: files

    root@vzstar2b:/# ypcat passwdcan't communicate with ypbindroot@vzstar2b:/#

    4. To install an additional Application Server on the physical host, create a new installation folder and

    run sapinstwithout the parameter SAPINST_USE_HOSTNAMEfrom the installation folder.

    //sapinst

    8. Configure Oracle Database under Oracle Solaris Cluster Control

    1. Modify the parameter local_listener to use the correct listener name (assuming oracle server and

    listener is already running).

    orabnz@vzstar1b:~$ sqlplus "/as sysdbaSQL*Plus: Release 11.2.0.3.0 Production on Thu May 31 11:22:252012Copyright (c) 1982, 2011, Oracle. All rights reserved.

    Connected to:Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bitProductionWith the Partitioning, OLAP, Data Mining and Real ApplicationTesting optionsSQL> show parameter listenerNAME TYPE VALUE------------------------------------ ----------- ----------------

    --------------listener_networks stringlocal_listener stringremote_listener stringSQL> alter system set local_listener='LISTENER_BNZ' scope=both;System altered.SQL> alter system register;System altered.SQL> exit

    2. Create the user/password mary/mary to access the oracle database. You may use your own

    user/password.

    root@vzstar1b:~# su - orabnzOracle Corporation SunOS 5.11 11.0 November 2011vzstar1b:orabnz 1% sqlplus "/as sysdba"

    SQL*Plus: Release 11.2.0.3.0 Production on Wed May 23 10:06:55 2012

    Copyright (c) 1982, 2011, Oracle. All rights reserved.

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    28/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    26

    Connected to:Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production

    With the Partitioning, OLAP, Data Mining and Real Application Testing options

    SQL> grant connect, resource to mary identified by mary;

    Grant succeeded.

    SQL> alter user mary default tablespace system quota 1m on system;

    User altered.

    SQL> grant select on v_$sysstat to mary;

    Grant succeeded.

    SQL> grant create table to mary;

    Grant succeeded.

    SQL> grant create session to mary;

    Grant succeeded.

    SQL> exit

    3. Shutdown the Oracle server and listener

    4. Register the Oracle server resource typeroot@vzstar1b:~# clrt register SUNW.oracle_server

    5. Register the Oracle listener resource type

    root@vzstar1b:~# clrt register SUNW.oracle_listener

    6. Create the Oracle server resource

    root@vzstar1b:~# clrs create -g oracle-rg -t SUNW.oracle_server \> -p oracle_home=/oracle/BNZ/112_64 \

    > -p oracle_sid=BNZ \> -p alert_log_file=/sap_java/oracle/BNZ/saptrace/diag/rdbms/bnz/BNZ/trace/alert_BNZ.log \> -p connect_string=mary/mary \> -p Resource_dependencies_offline_restart=hasp4sapjava \> -d oracle-rs

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    29/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    27

    7. Create the Oracle listener resource

    root@vzstar1b:~# clrs create -g oracle-rg -t SUNW.oracle_listener \> -p oracle_home=/oracle/BNZ/112_64 \

    > -p listener_name=LISTENER \> -p Resource_dependencies_offline_restart=hasp4sapjava \> -d listener-rs

    8. Set the parameter Resource_project_name for the oracle-rs and listener-rs

    root@vzstar1b:~# clrs set -p Resource_project_name=BNZ oracle-rsroot@vzstar1b:~# clrs set -p Resource_project_name=BNZ listener-rs

    9. Enable the Oracle-rs

    root@vzstar1b:~# clrs enable oracle-rs

    10. Enable the listener-rs

    root@vzstar1b:~# clrs enable listener-rs

    11. Repeat steps 1-10 if you have another Oracle server and listener.

    9. Configure SAP Instances Under Oracle Solaris Cluster Control

    The following is the example steps for the Java system. Its basically the same for the ABAP system.

    Please also refer to the Oracle Solaris Cluster 4.x Agent document for HA-NetWeaver.

    1. Stop all the SAP instances

    stopsap j2ee J02 vzstar1bstopsap j2ee J03 vzstar2bstopsap j2ee J01 star-13stopsap j2ee ERS10 star-12stopsap j2ee SCS00 star-11

    2. Stop all the sapstarsrv processessapcontrol -nr 02 -function StopServicesapcontrol -nr 03 -function StopServicesapcontrol -nr 01 -function StopServicesapcontrol -nr 10 -function StopServicesapcontrol -nr 00 -function StopService

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    30/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    28

    3. Stop the saphostctrl processes, do this as root user

    root@vzstar1b:~# /usr/sap/hostctrl/exe/saphostexec -stop

    4. Rename S90sapinit to s90sapinit

    root@vzstar1b:~# cd to /etc/rc3.droot@vzstar1b:~# mv S90sapinit s90sapinit

    5. Run ps -ef | | grep -i sap to make sure there are not other SAP processes running

    6. Set the weak positive affinities on scs-rg with ers-rg

    root@vzstar1b:~# clrg set -p rg_affinities=+ers-rg scs-rg

    root@vzstar1b:~# clrg show -p RG_affinities scs-rg

    7. Register the sapstartsrv resource type

    # clrt register ORCL.sapstartsrv

    8. Register the sapcentr resource type

    # clrt register ORCL.sapcentr

    9. Register the saprepenq resource type# clrt register ORCL.saprepenq

    10. Register the sapdia resource type

    # clrt register ORCL.sapdia

    11. Register the Replication Enqueue Server Preempter resource type

    # clrt register ORCL.saprepenq_preempt

    12. Create the sapstartsrv resource for Central Services

    root@vzstar1b:~# clrs create -d -g scs-rg -t ORCL.sapstartsrv \> -p sid=BNZ \> -p sap_user=bnzadm \> -p instance_number=00 \

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    31/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    29

    > -p instance_name=SCS00 \> -p host=star-11 \> -p timeout_return=20 \> -p debug_level=0 \

    > -p resource_dependencies_offline_restart=hasp4sapjava \> scs-java-startsrv-rs

    13. Create the Central Services resource

    root@vzstar1b:~# clrs create -d -g scs-rg -t sapcentr \> -p sid=BNZ \> -p sap_user=bnzadm \> -p instance_number=00 \> -p instance_name=SCS00 \> -p host=star-11 \> -p yellow=20 \> -p debug_level=0 \> -p resource_dependencies_offline_restart=hasp4sapjava \> -p resource_dependencies=oracle-rs,scs-java-startsrv-rs \> scs-java-rs

    14. Create the sapstartsrv resource for Replicated Enqueue server

    root@vzstar1b:~# clrs create -d -g ers-rg -t sapstartsrv \> -p sid=BNZ \> -p sap_user=bnzadm \> -p instance_number=10 \> -p instance_name=ERS10 \> -p host=star-12 \

    > -p timeout_return=20 \> -p debug_level=0 \> -p resource_dependencies_offline_restart=hasp4sapjava \> ers-java-startsrv-rs

    15. Create the Replicated Enqueue Server resource

    root@vzstar1b:~# clrs create -d -g ers-rg -t saprepenq \> -p sid=BNZ \> -p sap_user=bnzadm \> -p instance_number=10 \> -p instance_name=ERS10 \> -p host=star-12 \> -p debug_level=0 \> -p resource_dependencies_offline_restart=hasp4sapjava \> -p resource_dependencies=scs-java-rs,ers-java-startsrv-rs \> ers-java-rs

    16. Create the Replication Enqueue Server Preempter resource

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    32/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    30

    root@vzstar1b:~# clrs create -d -g scs-rg -t saprepenq_preempt \> -p sid=BNZ \> -p sap_user=bnzadm \> -p repenqres=ers-java-rs \

    > -p enq_instnr=00 \> -p debug_level=0 \> -p resource_dependencies_offline_restart=hasp4sapjava,scs-java-rs \> -p resource_dependencies=oracle-rs \> preempter-rs

    17. Create the sapstartsrv resource for the Primary Application Instance

    root@vzstar1b:~# clrs create -d -g pas-rg -t sapstartsrv \> -p sid=BNZ \> -p sap_user=bnzadm \> -p instance_number=01 \> -p instance_name=J01 \> -p host=star-13 \> -p timeout_return=20 \> -p debug_level=0 \> -p resource_dependencies_offline_restart=hasp4sapjava \> pas-java-startsrv-rs

    18. Create the Primary Application Instance resource

    root@vzstar1b:~# clrs create -d -g pas-rg -t sapdia \> -p sid=BNZ \> -p sap_user=bnzadm \> -p instance_number=01 \

    > -p instance_name=J01 \> -p host=star-13 \> -p debug_level=0 \> -p resource_dependencies_offline_restart=hasp4sapjava \> -p resource_dependencies=oracle-rs,listener-rs,scs-java-rs,pas-java-startsrv-rs \> pas-rs

    19. For the Additional Dialogue Instances, I've configured it multi-master configuration. You'll need

    to create the multi-master resource group and put it in managed state, like this:

    root@vzstar1b:~# clrg create -p maximum_primaries=2 -p desired_primaries=2 aas-multi-rgroot@vzstar1b:~# clrg managed aas-multi-rg

    root@vzstar1b:~# clrg online aas-multi-rg

    20. Create the sapstartsrv resource for the Additional Dialogue Instance running in multi-master

    configuration.

    root@vzstar1b:~# clrs create -d -g aas-multi-rg -t sapstartsrv \

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    33/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    31

    > -p sid=BNZ \> -p sap_user=bnzadm \> -p instance_number{vzstar1b}=02 \> -p instance_number{vzstar2b}=03 \

    > -p instance_name{vzstar1b}=J02 \> -p instance_name{vzstar2b}=J03 \> -p timeout_return=20 \> -p debug_level=0 \> -p resource_dependencies_offline_restart=hasp4sapjava \> aas-multi-startsrv-rs

    21. Create the Additional Dialogue Instance resource running in multi-master configuration.

    root@vzstar1b:~# clrs create -d -g aas-multi-rg -t sapdia \> -p sid=BNZ \> -p sap_user=bnzadm \> -p instance_number{vzstar1b}=02 \> -p instance_number{vzstar2b}=03 \> -p instance_name{vzstar1b}=J02 \> -p instance_name{vzstar2b}=J03 \> -p host{vzstar1b}=vzstar1b \> -p host{vzstar2b}=vzstar2b \> -p debug_level=0 \> -p resource_dependencies_offline_restart=hasp4sapjava \> -p resource_dependencies=oracle-rs,listener-rs,scs-java-rs,aas-multi-startsrv-rs \> aas-multi-rs

    22.Add the strong positive affinities on Replicated Enqueue Server resource group with HASP

    resource group.

    root@vzstar1b:~# clrg set -p RG_affinities=++hasp4sapjava-rg ers-rg

    23. Set the Resource_project_name parameter for the Primary Application Instance and the

    Additional Dialogue Instances.

    root@vzstar1b:~# clrs set -p Resource_project_name=BNZ pas-rsroot@vzstar1b:~# clrs set -p Resource_project_name=BNZ aas-multi-rs

    24. Enable the resources

    root@vzstar1b:~# clrs enable scs-java-startsrv-rsroot@vzstar1b:~# clrs enable scs-java-rsroot@vzstar1b:~# clrs enable preempter-rsroot@vzstar1b:~# clrs enable ers-java-startsrv-rsroot@vzstar1b:~# clrs enable ers-java-rsroot@vzstar1b:~# clrs enable pas-java-startsrv-rsroot@vzstar1b:~# clrs enable pas-rs

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    34/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    32

    root@vzstar1b:~# clrs enable aas-multi-startsrv-rsroot@vzstar1b:~# clrs enable aas-multi-rs

    25. Check the status of the resource group and resources

    root@vzstar1b:~# clrg status

    === Cluster Resource Groups ===

    Group Name Node Name Suspended Status---------- --------- --------- ------hasp4sapjava-rg vzstar1b No Online

    vzstar2b No Online

    scs-rg vzstar1b No Onlinevzstar2b No Offline

    ers-rg vzstar1b No Offlinevzstar2b No Online

    pas-rg vzstar1b No Offlinevzstar2b No Online

    oracle-rg vzstar1b No Onlinevzstar2b No Offline

    aas-multi-rg vzstar1b No Onlinevzstar2b No Online

    root@vzstar1b:~# clrs status

    === Cluster Resources ===

    Resource Name Node Name State Status Message------------- --------- ----- --------------hasp4sapjava vzstar1b Online Online

    vzstar2b Online Online

    preempter-rs vzstar1b Online Online - Service is onlinevzstar2b Offline Offline

    scs-java-rs vzstar1b Online Online - Service is online.vzstar2b Offline Offline

    scs-java-startsrv-rs vzstar1b Online Online - Service is online.vzstar2b Offline Offline

    star-11 vzstar1b Online Online - LogicalHostname online.vzstar2b Offline Offline

    ers-java-rs vzstar1b Offline Offline

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    35/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    33

    vzstar2b Online Online - Service is online.

    ers-java-startsrv-rs vzstar1b Offline Offlinevzstar2b Online Online - Service is online.

    star-12 vzstar1b Offline Offline - LogicalHostname offline.vzstar2b Online Online - LogicalHostname

    online.

    pas-rs vzstar1b Offline Offlinevzstar2b Online Online - Service is online.

    pas-java-startsrv-rs vzstar1b Offline Offlinevzstar2b Online Online - Service is online.

    star-13 vzstar1b Offline Offline - LogicalHostnameoffline.

    vzstar2b Online Online -

    LogicalHostname online.

    listener-rs vzstar1b Online Onlinevzstar2b Offline Offline

    oracle-rs vzstar1b Online Onlinevzstar2b Offline Offline

    star-14 vzstar1b Online Online - LogicalHostnameonline.

    vzstar2b Offline Offline

    aas-multi-rs vzstar1b Online Online - Service is online.

    vzstar2b Online Online - Service is online.

    aas-multi-startsrv-rs vzstar1b Online Online - Service is online.vzstar2b Online Online - Service is online.

    26. Repeat steps 1-18 for the SAP ABAP system to configure resources for ASCS, DB and PAS.

    Repeat steps 17 and 18 for the AAS instance D02 which is running on logical host.

    10. Enable Oracle Solaris Cluster HA Connector for sapstartsrv(Optional)

    Oracle Solaris Cluster 4.x (x=0,1) agent for SAP (HA-NetWeaver) provides the option to enable

    Solaris Cluster HA Connector for sapstartsrv.

    If you dont enable Solaris Cluster HA Connector with sapstartsrv, the Solaris Cluster will restart the

    resources/instances automatically when the SAP administrator stops the SAP instances via sapstartsrv

  • 5/28/2018 Install Sap on Solaris11 Wp 1709224

    36/40

    Installing Highly Available SAP Applications on Oracle Solaris 11 for Oracle Solaris Cluster 4.0

    34

    (e.g. stopsap script, SAP MMC, sapcontrol command, etc.). This means the administrator must use

    Oracle Solaris Cluster commands to stop the SAP instances.

    If you enable Solaris Cluster HA Connector with sapstartsrv, the administrator may start/stop the

    instances either from sapstartsrv (e.g. startsap/stopsap script, SAP MMC, sapcontrol commands, etc.),or from the OSC4.x (x=0,1) commands, both sapstartsrv and OSC 4.x (x=0,1) will get the signal and

    keep the status as the administrator wants.

    To enable the Oracle Solaris Cluster HA Connector for sapstartsrv:

    1. Download the newest SAPHOSTAGETN.SARof your software version and platform from SAP

    Service Marketplace. For example, download the following package (or newer version) from

    http://service.sap.com/swdc.

    TABLE 4. SAPHOSTAGETN.SAR

    Software DownloadsSAP Software Download CenterSupport Packages and PatchesA-Z IndexNSAP

    NetWeaverSAP NetWeaver 7.3Entry by ComponentApplication Server ABAPSAP Host Agent 7.20Solaris onSPARC 64 bit

    SAR SAPHOSTAGENT106_106-20005737.SAR SAP HOST AGENT 7.20 SP106 106 Info 29398 22.05.2012

    For Oracle Solaris on x86_64 and version 720, use the following (or newer):

    SAP HOST AGENT 7.20Solaris on x86_64 64bit

    SAR SAPHOSTAGENT107_107-20005736.SAR SAP HOST AGENT 7.20 SP107 107 Info 24312 29.05.2012

    2. Follow the instructions of the PDF document attached to SAP note 1031096.

    Upgrade under UNIX.

    Download the archive SAPHOSTAGENT.SARfrom the SAP Service Marketplace as described

    above, and extract the archive into a temporary directory.

    Switch to the root user and perform the upgrade by switching to this temporary directory and

    running the command saphostexec-upgradethere.

    After the upgrade, you can delete the temporary directory again.

    3. Check to see if the /usr/sap/hostctrl/exe/saphascriptco.so file exists. If not, manually copy it

    from the extracted SAPHOSTAGENT.SARfile.

    4. Configure every instance profile with the following lines.

    #

    # SAP HA Script Connector#service/halib = /usr/sap/hostctrl/exe/saphascriptco.soservice/halib_cluster_connector =/opt/ORCLscsapnetw/saphacmd/bin/sap_orcl_cluster_connectorservice/halib_debug_level = 1

    5. Create the /usr/local/bin folder on every node if it does not exist.

    http://service.sap.com/swdchttp://service.sap.com/swdchttp://ms_getobject%28%27https//websmp130.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100009555972012D&userid=S0003414008&action=DL_DIRECT%27);http://ms_getobject%28%27https//websmp130.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100009555972012D&userid=S0003414008&action=DL_DIRECT%27);http://ms_sho

Recommended