Code Monkey home page Code Monkey logo

sapnw752sp01's Introduction

Please take a look at the new project SAPNW752SP04

The openSUSE Leap 15.1 Vagrant box prepared to install SAP NetWeaver AS ABAP 752 SP04 Developer Edition wechris/SAPNW752SP04

Introduction

The openSUSE Leap 42.3 Vagrant box can be used to create a VirtualBox instance with Vagrant to install SAP NW AS ABAP 752 SP01 Developer Edition .

All recommended system preparations are done by packer and vagrant, as described at Installing ABAP AS on Oracle VirtualBox without the proxy part.

The pre-built Vagrant Box is now avaiable on HashiCorps Vagrant Cloud:

https://app.vagrantup.com/wechris

The Packer calls are no longer necessary. If you want to create your own Vagrant Box with Packer see the optional section below.

The step D.1. sudo -i and FINALLY, we run the installation, by entering the command ./install.sh must be done manually!

Prerequisites

On OS X VirtualBox and Vagrant, is available via Homebrew on Windows via Chocolatey.

OS X:

$ brew install virtualbox
$ brew install vagrant

optional:

$ brew install vagrant-manager

Usage

Clone the reporitory wechris/SAPNW752SP01.

Download and extract the TD752SP01.partXX.rar files to the folder: ./sapinst

The actual download (in the form of several .rar files), along with more information, is available here:

SAPStore: ABAP 7.52SP01

./sapinst/TD752SP01

Vagrant

Only VirtualBox:

If the german keyboard is not desired, comment the following line in the vagrant file

# config.vm.provision "shell", path: "install/changetogerman.sh"

If the gnome desktop is not desired, comment the following line in the vagrant file

# config.vm.provision "shell", path: "install/gnome.sh"
vagrant up --provision --provider virtualbox

Wait until the vagrant command is finished. Then restart the instance with:

vagrant reload

Now you can use the VirtualBox UI:

Login

Logins:

  • vagrant/vagrant
  • root/vagrant

or use SSH into a running Vagrant machine:

vagrant ssh

Install SAP NW AS ABAP 752 SP01 Developer Edition

The files and folder, on the same level as the vagrant file, will be available under /vagrant

sudo -i
<enter pwd>
cd /vagrant/sapinst
./install.sh -s

Installation options:

  • ./install.sh – installs the Developer Edition in dark mode, the installer will configure the SAP system for usage of the physical hostname
  • ./install.sh -g– will present you a SAPINST GUI allowing you to modify certain system parameters
  • ./install.sh -h – allows you to specify your own hostname to be used by the SAP system
  • ./install.sh -s – allows you to skip the hostname check )

Read and accept the license agreement. When prompted for the OS users password enter your master password of the virtual Linux OS instance.

Start the SAP system:

  • Switch to user npladm in the console : su npladm
  • Start the SAP system : startsap ALL

SAPNetWeaver7_52SP01__Running

Post and optional installation steps

Additional informations, License key and first steps follow SAP NW AS ABAP 7.52 SP1 – Developer Edition to Download: Concise Installation Guide

Start/Stop the VBox with:

vagrant up
vagrant halt

or with the virtualbox UI. Oracle_VM_VirtualBox_Manager

SAGUI

Optional

The Packer template to build the openSUSE Leap 42.3 Vagrant box is available here

Packer

cd packer
cd openSUSE-42.3
$ packer build -only=virtualbox-iso template.json

And change the following line in the Vagrant file:

config.vm.box = "openSUSE-42.3"
config.vm.hostname = "vhcalnplci"
config.vm.box_url = "./packer/openSUSE-42.3/openSUSE-42.3-virtualbox.box"

#  config.vm.box = "wechris/openSUSE-42.3_sapnw751"
#  config.vm.hostname = "vhcalnplci"
#  config.vm.box_version = "1.0.0"

The Vagrant box will be loaded locally.

sapnw752sp01's People

Contributors

wechris avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

sapnw752sp01's Issues

Get Warning begining of installation

Hi,
Thank you. I got up the box. I get warning message "Warning: /bin/csh not found. You need a C Shell to start the server". Because of this error installation didn't start.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.