Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Latest commit

 

History

History
52 lines (36 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

52 lines (36 loc) · 1.42 KB

Developer Guide Lines

Directory Structure

tree command output tbd

The deployment of this role follows the style guide from Adfinis Sygroup. Click Here for more info

Where/How to make change/additions

The following documentention is taking into account

SAP NOTE 2130510 - SAP Host Agent 7.21 The Software comes as part of an installation bundle and can be downloaded as sapcar or rpm. RedHat recommends rpm as it is the easiest way to upgrade. According to SAP Note the command is: saphostexec -upgrade

SAP NOTE 1907566 - Accessing the Latest SAP Host Agent Documentation

Algorithm

  • make sure user sapdm, group sapsys exists
  • get the current installed version
  • get the installable Version
  • install/upgrade if required

Important Steps from the documention:

  • requires root
  • Optional Paramter: -pf <ProfilePath> defaults to /usr/sap/exe
  1. Install Host agent (from unpacked directory)
/usr/sap/hostctrl/exe/saphostexec -install -verify
  1. Upgrade hostagent
/usr/sap/hostctrl/exe/hostexecstart -upgrade <path to new version.sar>
/usr/sap/hostctrl/exe/saphostexec -upgrade -verify -archive  <path to new version.sar>
  1. Version Information
/usr/sap/hostctrl/exe/saphostexec -version
  1. function test