What is SAP?
SAP is the leading Enterprise Information and Management Package worldwide. Use of this package makes it possible to track and manage, in real-time, sales, production, finance accounting and human resources in an enterprise.
SAP SOLUTION MANAGER
SAP Solution Manager is a product developed by the software company SAP SE. It is an integrated end-to-end platform intended to assist users in adopting new developments, managing the application lifecycle, and running SAP solutions.
SAP HANA
SAP HANA is an in-memory, column-oriented, relational database management system developed and marketed by SAP SE.Its primary function as database server is to store and retrieve data as requested by the applications. In addition, it performs advanced analytics (predictive analytics, spatial data processing, text analytics, text search, streaming analytics, graph data processing) and includes ETL capabilities and an application server.
FEEDBACK
Please send us your feedback/suggestions at "venkatsaptraining@gmail.com"
Prerequisites
Procedure
- Log on as a user with the required authorization:
Windows As a member of the local Administrators group UNIX As a user with root authorization IBM i As a user profile with special authorities *SECADM and *ALLOBJ, for example as user profile QSECOFR. - IBM i only: Enter the command CALL PGM(QP2TERM) to start a PASE interactive terminal session.
- Copy the downloaded SAPHOSTAGENT<SP-version>.SAR archive to a temporary directory, for example:
Windows c:\temp\hostagent UNIX,
IBM i/tmp/hostagent - Extract the SAPHOSTAGENT<SP-version>.SAR archive using SAPCAR.Take SAP Note 212876
into account when doing so. Use the following command for extraction, and execute them in the directory of the archive:
Windows <path to SAPCAR>\sapcar.exe -xvf <path to temporary directory>\SAPHOSTAGENT<SP-version>.SAR -manifest SIGNATURE.SMF UNIX,
IBM i/<path to SAPCAR>/sapcar -xvf <path to temporary directory>/SAPHOSTAGENT<SP-version>.SAR -manifest SIGNATURE.SMF Among others, the archive contains the saphostexec program. - Perform the upgrade by running the following command:
Windows <path to temporary directory>\saphostexec.exe -upgraderecommendation
You can use the additional parameter -verify to verify the content of the installation package against the SAP digital signatureUNIX,
IBM i/<path to temporary directory>/saphostexec -upgrade
recommendation
You can use the additional parameter -verify to verify the content of the installation package against the SAP digital signatureThe progress of the upgrade is displayed on the command line. - After the upgrade has finished successfully, you can check the version of the upgraded host agent by executing the following command from the directory of the SAP Host Agent executables:
Windows %ProgramFiles%\SAP\hostctrl\exe\saphostexec.exe -version UNIX - If you are logged on as a user with root authorization, the command is as follows: /usr/sap/hostctrl/exe/saphostexec -version
- If you are logged on as a member of the sapsys group, for example <sapsid>adm, the command is as follows: /usr/sap/hostctrl/exe/hostexecstart -version
IBM i /usr/sap/hostctrl/exe/saphostexec -version - IBM i only: Leave the PASE interactive terminal session using function key F3