Source https://blogs.sap.com/2020/02/04/installing-netweaver-as-abap-7.xx-developer-edition-with-vagrant-and-opensuse/
Sap Gui Download Windows 10; Download Sap Gui 750; Sap Gui For Mac 750; Sap Gui Java Download; Download Version Operating System Release Date File Size Architecture; ABAP Development Tools for SAP Netweaver: ABAP Development Tools for SAP Netweaver: Install and update the front-end components of ABAP Development Tools for SAP NetWeaver (ADT) Installation Guide.
The installation instructions of ‘Installing SAP AS ABAP 752 SP01 on Linux – Virtual Box’ was just like reading a specification of vagrant boxes. Which prompted me to put the tutorial in a Vagrant script.
- Installing SAP GUI on Mac OS X: Note: This document was written based on the Mac OS X 10.8.4 - Mountain Lion operating system running Java SE 7 – Update 25.
- Select the “ Mac OS X x64 ” option in the above link. 4) Once the download is complete, install the same on your machine. 5) Download the SAP GUI for JAVA, from sap service market place, download centre by following the below link. A- Z Index SAP Support Portal. 6) Click on the Index “G”.
Vagrant makes it easy to create and manage virtual machines. The tool provides a command-line-interface, which is independent of the used virtualization tools (VirtualBox or VMware).
Once the VM is build with Vagrant the box can be ported to different platforms (Windows, Mac OS X, and Linux) local and cloud based.
Packer helps me to create boxes for Vagrant. Once created, the base boxes are provided for Vagrant. My pre-built Vagrant Boxes are available on HashiCorps Vagrant Cloud:
Installation Guide Sap Gui 7 50 Java For Mac Os High Sierra
Current version: openSUSE Leap 15.1
Prerequisites
- Install Vagrant
- Install VirtualBox
- Optional: Install Vagrant Manager (Manages Vagrant on one place)
- Optional: Install Packer (if you want to build the base vagrant box)
Clone the repository: wechris/SAPNW752SP04.
The vagrant file offers the possibility to modify the VM:
- Keyboard settings
Comment the line to not to modify the keyboard settings - With or without UI (Gnome, SAPGUI Java, Tools)
Comment the line to not to install Gnome, Java, some Tools - Installation of SAP after provisioning
Comment the line to not to run the sh - SAP autostart option
Comment the line to not to modify the profile to autostart SAP
Download and extract the TD752SP04.partXX.rar files to the folder: ./sapinst
(without the TD752SP04 folder)
Installation
Open the Shell/Cmd and run:
vagrant up –provision –provider virtualbox
Wait until the vagrant command is finished. Then restart the instance with:
vagrant reload
Installation Guide Sap Gui 7.50 Java For Mac Os
Login with vagrant/vagrant and switch to user npladm with default password Down1oad in the console : su npladm.
Start the SAP system : startsap ALL and
Installation Guide Sap Gui 7 50 Java For Mac Osx
stop the system with: stopsap ALL
Other Terminal commands
With the user npladm you can start and stop the server using the terminal commands startsap and stopsap or take a lokk at Useful sapcontrol commands.
Other Logins:
- vagrant/vagrant
- root/vagrant
- npladm/ pwd from file install_nw_expect Default: Down1oad
Start and stop the VM with SAP NetWeaver Dev. Edition
- vagrant up => starts the VM
- vagrant halt => stops the VM
- vagrant destroy => deletes the VM
- vagrant ssh => enables SSH into a running Vagrant machine and give you access to a shell,
or control the VM with the VirtualBox UI, but the /vagrant folder will only be synced
to the VM if the vagrant command is used. The /vagrant folder helps to share data between the host system and the VM.
Post and optional installation steps
Additional information’s, License key and first steps follow SAP NW AS ABAP 7.52 SP04 – Developer Edition to Download: Concise Installation Guide
SAPGUI JAVA installation
The folder /vagrant/sapinst/client/JavaGUI/ contains the installation files of SAPGUI JAVA: PlatinGUI750_5-80002496.JAR.
run:
and follow the installation. Click on the New icon, fill the fields and enter the following connection on the panel Advanced:
Open the new JavaGUI Service:
If the VagrantBox is running, you can also connect to SAP using a SAPGUI installed on the host system.
Optional
Build your own Vagrant Box with Packer.
Take a look at the README.md in the Github repository
Excellent presentation, I agree with you, some other operative system could be used with JAVA. I have a request to replace some old PC on Windows, looking at JAVA GUI seems to be great, I’ve tested with UBUNTU all them are working fine, in case you have to use LOGON GROUPS first at all check values of Message Server in TX Code SMMS and use the string connection as:
/M/Message.server.IP/S/message.server.port/G/LogonGroup
/H/172.72.1.172/S/3601/G/Public
Regards
Julian